I was looking for some APIs on big sites (just as duden.de for german) where you can just use an API call to extract all words.
I'm creating a site which should have a bunch of words in various languages (at least german, english or french). I want to create a process which gets all words by using certain APIs and then check every of them for some conditions (e.g. length minimum 4 digits) and then inserts them in my database.
Do you know any APIs on the web? I did not find any API yet ..
Thank you for your help!