I am interested in translating English words to a specific language (e.g. Russian). I have read the whole Wiktionary API manual but I have not found a good way. For the word “dog” I can obtain the whole section that contains translations to other languages, by using the wiktionary API in the following way:
http://en.wiktionary.org/w/api.php?action=query&titles=dog&prop=revisions&rvprop=content&rvsection=11
The translations section number is not constant and it is different for various words. For “dog” the translation section number is 11
but for “cat” I need rvsection=7
. Is it possible to obtain a translation to a specific language for any English word without downloading the whole translation section?