Jasper Yu says to Happy Web Developer
jQuery.get('http://ptx.transportdata.tw/MOTC/v2/Bus/RealTimeByFrequency/City/Kaohsiung', function(res){ for(i in res){ if (res[i].BusStatus == 0){ jQuery.get('http://ptx.transportdata.tw/MOTC/v2/Bus/StopOfRoute/City/Kaohsiung/' + res[i].RouteName.Zh_tw, function(rres){ console.log(rres); }) }; } })