34
devTea
6y

Does anyone have a good and free translator api I could use? I’m doing small school project and I just wanted to create text translator app. I tried yandex already, and ibm sucks since it doesn’t allow ajax request

Comments
  • 1
    There is one for node here. Used it as a Microservice internally once to translate stuff. A bit of a hacky solution. But it works.

    https://github.com/matheuss/...
  • 0
    @BigBoo I can’t use node or npm, if there is a direct web api I would be grateful

    :(
  • 1
    @devTea Can't you just build your own web api and use that? That's what my workaround was. Otherwise I'm pretty sure it's paying time. Sadly.

    I was looking around for another one than this one for months. But all cost money.
  • 1
    @BigBoo I tried getting ibm api with c# and it failed, my only backend is that and it’s only on average level. It’s school project anyway, I guess I shouldn’t go all out
  • 1
    @devTea What language do you need to translate to?

    I might be able to help you out. I can't host stuff. But I'm going to take a lookero if I can find my old garbage hack code that I pieced together a while ago.
  • 1
    @BigBoo it’s multilangual actually (you are talking about the human-language right?)
  • 1
    @devTea Yes. Im talking about human language 😄
  • 1
    @BigBoo haha don’t worry about it, I don’t even know if there is anyone in my class that could go so deep anyway. As long as it works, I should be fine, surely the prof understands. Thx anyway
  • 1
    @devTea Np. I just remembering having issues with pretty much the same thing a couple of months ago. But I had to fix it fast (less than a day) so the code is pretty garbage haha.

    Good luck with your school project!
Add Comment