Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there any free online dictionary API (json/xml) with multiple languages to choose from? [closed]

Tags:

translation

Is there any free dictionary API that doesn't require API keys, and allows you to choose between multiple source and destination languages (as many as possible, at least English, German, Spanish, French...)?

like image 700
Ognjen Avatar asked Jun 14 '12 18:06

Ognjen


1 Answers

You can try http://glosbe.com/a-api , it's big -- almost all languages covered. It allows you to access data in JSON/JSONP/XML. There is some limit set for users without key, but you can overcome it by using JSONP on your client side.

like image 194
Piotr Avatar answered Sep 21 '22 18:09

Piotr