vantipin
Categories
- 326 All Categories
- 3 Language datasets
- 9 News and updates
- 18 API endpoints
- 15 Review my code
- 6 Tutorials and presentations
- 92 Frequently asked questions
- 5 How to get useful technical help
- 2 Member guidelines
- 12 Suggest an improvement
- 58 Report a bug
- 10 Ask the Community: Other
- 56 Ask the Community: Technical and operational questions
- 62 General
-
Re: HTTP request failed! HTTP/1.1 403 Forbidden
Hi @hlohlo, From where do you make a call? Are you aware the API does not support CORS requests? (View Post) -
Re: How to extract certain data from a response
Hi @Aupuma, Knowing how to iterate through JSON seems like a very general problem when working with any JSON providing API. You can easily find the examples on how to do this online. https://stackove… (View Post) -
Re: Error message no-access-control-allow-origin (or I can’t get my client-side request to work)
Hi @abonner, This is more about whether or not you are writing browser clients than using JavaScripts. In your case, you won't be able to use the API. You can use Node.js to build backend web app. Th… (View Post) -
Re: Need Help With Basic Android App Building
Hi @overtonetone, There should be an output in development console. If you do everything correctly you should see JSON structure, identical to what you can find on https://developer.oxforddictionarie… (View Post) -
Re: Can't seem to get the 1st and most popular definition for every word, only some words. Javascript
Hi @reddismycolor, You'll need a simple loop to go through all the options for entries, senses. You can easily find how to do this online. http://stackoverflow.com/questions/3010840/loop-through-an-a… (View Post)