meetDeveloper / freeDictionaryAPI

There was no free Dictionary API on the web when I wanted one for my friend, so I created one.
https://dictionaryapi.dev/
GNU General Public License v3.0
2.67k stars 267 forks source link

French (maybe others?) are broken #195

Open pariterre opened 9 months ago

pariterre commented 9 months ago

Hello there!

Good work up there! I as working on a guessing word game, so this dictionary API is greatly appreciated :D

French is currently broken. For instance: https://api.dictionaryapi.dev/api/v2/entries/fr/bonjour does not return a definition while https://api.dictionaryapi.dev/api/v2/entries/en/bonjour does (but in english obviously).

This is probably related to #64

Thanks!