GWR
0
Q:

call json api 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...
    }
0

New to Communities?

Join the community