Is there any JQuery calls that can check if my Airtime server is online and broadcasting, if it is online and broadcasting return a value of "True" if it is not return a value of "False", is there, if so can I please see some sample code?
This part of the API requires authentication, please see /etc/airtime/api_client.cfg on the server for your autogenerated API key. Once you know that, you can get the on air status from a URL like this:
I would not recommend doing this across the public Internet because the API key is sent in plain text. But it should be OK on the same machine or across a trusted LAN.