I would like get meaning of selected word using wikionary API. Content retrieve data should be the same as is presented in \"Word of the day\", only the basic meaning without e
As mentioned earlier, the content of the Wiktionary pages is in human-readable format, wikitext
, so MediaWiki API doesn't allow to get word meaning because the data is not structured.
However, each page follows specific convention, so it's not that hard to extract the meanings from the wikitext
. Also, there're some APIs, like Wordnik or Lingua Robot that parse Wiktionary content and provide it in JSON format.