opauloantonio / tatoeba-scraper

A small project that scraps Tatoeba search results and returns them as JSON.
MIT License
0 stars 0 forks source link

Faster alternative: Tatoeba API #13

Open aliihsansenel opened 2 years ago

aliihsansenel commented 2 years ago

I came across your Tatoeba Android app, you have pointed out there is no Tatoeba API as your motivation for you to build this project actually there is one at present and it is significantly faster than website : Tatoeba API

For example: add << =up https://tatoeba.org/tr/api_v0/search?from=eng&native=yes&orphans=no&query=add+%3C%3C+%3Dup&to=none&trans_filter%3Flimit=&unapproved=no&page=2&sort=relevance

image

fyi, good luck with your studies...

opauloantonio commented 2 years ago

Hi Ali, sorry for taking so long to reply, I missed the notification. You're right, the new API is much better and should be used instead of this, I'll add a note to the README.

Thank you.