Dictionary Word Lookup


About This Application

This dictionary lookup application is built using the following technologies:


How to Call the URL for JSON Output

You can get the dictionary lookup results as a JSON response by appending the query parameter ret=json to the URL. Here's how:

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.