a) Is posible connect to api of wordreference?
wordreference.com/docs/api.aspx
and have 5 random words with definition for tipical word game
b) What the best way (how make a call for have 5 words random when player push a button?) for make a word game with data dictionnary? 1/ With a api? 2/With offline dictionnary and put it in a server (for futures updates)
c) If the best way is with a api, where we can find best dictionnary api (eng-fr-es) for a game.
If you have made something like that, can explain your adventures, how you did it, share a basic example. Thanks a lot.