$.getJSON( "https://randomuser.me/api/", function( json ) { var user = json.results[ 0 ]; console.log( user.name.first, user.name.last ); } ); < $.getJSON("https://api.tvmaze.com/singlesearch/shows?q=black-mirror&embed=episodes", function(json) { console.log(json); })> 6 $.getJSON("https://api.tvmaze.com/singlesearch/shows?q=black-mirror&embed=episodes", function(json) { console.log(json); $.getJSON("https://api.tvmaze.com/singlesearch/shows?q=black-mirror&embed=episodes", function(json) { console.log(json);})> $.getJSON(airlines)