-1

I am a beginner in JSON JQuery Languages. i want to implement the Following API to retrieve the currency rates in my html code. Anyone Help? i am working Since Last Week on this project but nothing happens.

The API is: http://ravi.coeus-solutions.de/api/v1/rates/list?user_auth=NDYyZjAxMzg3ODhlNDc1ZDA4NTY2ZWNkYmNmYjdiMDE4OGE3MjBkMGUwODlmMWM3OGVjNWRlNGM3Mzc0OWEzMg

  • 2
    Please visit the [help] to see what and [ask]. HINT: Post EFFORT and CODE. Also your link is marked "Suspicious" by my firewall. Also do not post your AUTH code here. If they do not implement CORS you cannot use their code in your page without passing it through a server proxy – mplungjan Feb 09 '18 at 07:08
  • 1
    Since you are using jQuery, you can start reading about `$.getJSON` http://api.jquery.com/jquery.getjson/ – Eddie Feb 09 '18 at 07:09

1 Answers1

-1

You need to call object from json:

Go to following link for reference: JSON HTML

Use JSON.parse(obj) function.

  • Please answer with examples. Then in one upvoted or accepted answer you can post comments since you will have more than 50 rep. A link-only answer is frowned upon here and an answer on a poor question too. The question is a duplicate. PS w3Schools is NOT a very good resource. MDN is better https://developer.mozilla.org/en-US/docs/Web/Guide/AJAX - lastly you do not need to "call an object from JSON". JSON is likely returned and using jQuery it will be parsed by jQuery – mplungjan Feb 09 '18 at 07:13
  • The question is from beginner. and W3school is best for beginners. I never give whole solution if we give whole solution then how they will learn new things. That's why i given a link that questioner will go through that and learn. – Gajjar Parth Feb 09 '18 at 07:18
  • https://codereview.meta.stackexchange.com/questions/4975/why-shouldnt-i-use-w3schools-as-reference – mplungjan Feb 09 '18 at 07:21