This dictionary lookup application is built using the following technologies:
You can get the dictionary lookup results as a JSON response by appending the query parameter ret=json
to the URL. Here's how:
http://www.ddginc-usa.com/dictionary.php
).word
: The word you want to look up.ret=json
: Specifies that you want the results in JSON format.Example:
http://www.ddginc-usa.com/dictionary.php?word=example&ret=json
This will return a JSON response with the word, its type, and its definition.