Knowledgebase

Using the JSON Output API (For Developers) Print

  • 0

 

Overview

OutbackHosting provides a public JSON API for clients who want to display live radio data on their own websites or applications. This API is ideal for custom integrations or building radio station pages.


API Endpoint

Use the following URL to retrieve real-time stream information:

https://sp.outbackhosting.com/cp/get_info.php?p=8002

If you are making repeated requests (for example, using AJAX), please wait at least 5 to 10 seconds between calls to avoid rate limits.


Data Provided

The JSON API returns the following information:

Field Description
title Now Playing Song Title
art Album Artwork (High-Quality Image URL)
listeners Total Online Listeners
ulistener Unique Listeners
bitrate Stream Bitrate (in kbps)
djusername Live DJ Username (if a DJ is connected)
djprofile Live DJ Profile Picture URL (if connected)
history Last 5 to 20 played songs

How to Use

You can use this API to:

  • Build a custom "Now Playing" widget for your website

  • Display a dynamic song history

  • Create live DJ schedule widgets

  • Feed data into applications such as Discord bots, mobile apps, and more


Was this answer helpful?
Back