call json api javascript

JavaScript
$.getJSON(
    "http://weerlive.nl/api/json-data-10min.php?key=be23133eeb&locatie=Dreischor",
    function (data){
     console.log(data); // by printing to the console you can easely check all values in the console
      //every api related code here...
    }
Source

Also in JavaScript: