How may Wiktionary’s API be used to determine whether or not a word exists?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The Wiktionary API can be used to query whether or not a word exists.
Examples for existing and non-existing pages:
The first link provides examples on other types of formats that might be easier to parse.
To retrieve the word’s data in a small XHTML format (should more than existence be required), request the printable version of the page:
These can then be parsed with any standard XML parser.