DDI Development
  • Welcome
  • DamonOnYT API
  • Radio Stats
  • Examples
  • Radio Spy API
    • Information
    • Endpoints
  • KeyFM
    • Currently Playing
Powered by GitBook
On this page
  • All Stations
  • Stations
  1. Radio Spy API

Endpoints

All Stations

GET https://api.radiospy.pw/all

{
    "success": true,
    "keyfm": {
        "playing": {
            "song": "Ariana Grande",
            "artist": "thank u, next"
        },
        "dj": {
            "name": "AutoDJ"
        },
        "listeners": {
            "current": 34
        }
    },
    "simulatorradio": {
        "playing": {
            "song": "Diamonds",
            "artist": "Sam Smith"
        },
        "dj": {
            "name": "Otto (AutoDJ)"
        },
        "listeners": {
            "current": 994
        }
    },
    "simulatorhits": {
        "playing": {
            "song": "Don't You Worry Child (Radio Edit) [feat. John Martin]",
            "artist": "Swedish House Mafia, John Martin"
        },
        "dj": {
            "name": "AutoDJ"
        },
        "listeners": {
            "current": 74
        }
    },
    "simulationfm": {
        "playing": {
            "song": "All I Am",
            "artist": "Jess Glynne"
        },
        "dj": {
            "name": "Auto DJ"
        },
        "listeners": {
            "current": 1
        }
    },
    "dual": {
        "playing": {
            "song": "Error",
            "artist": "Dual"
        },
        "dj": {
            "name": "Dual"
        },
        "listeners": {
            "current": 0
        }
    },
    "livida": {
        "playing": {
            "song": "Dancing On My Own (Radio Edit)",
            "artist": "Robyn"
        },
        "dj": {
            "name": "Auto DJ"
        },
        "listeners": {
            "current": 1
        }
    },
    "pulse": {
        "playing": {
            "song": "Unknown",
            "artist": ""
        },
        "dj": {
            "name": "AutoDJ"
        },
        "listeners": {
            "current": 0
        }
    },
    "upbeat": {
        "playing": {
            "song": "Ain't It Different (feat. AJ Tracey & Stormzy)",
            "artist": "Headie One"
        },
        "dj": {
            "name": "Jordan"
        },
        "listeners": {
            "current": 33
        }
    },
    "boltfm": {
        "playing": {
            "song": "Break My Heart",
            "artist": "Dua Lipa"
        },
        "dj": {
            "name": "AutoDJ"
        },
        "listeners": {
            "current": 0
        }
    },
    "onlyhitus": {
        "playing": {
            "song": "Never Change",
            "artist": "Trippie Redd, Future"
        },
        "dj": {
            "name": "OnlyHit"
        },
        "listeners": {
            "current": "?"
        }
    },
    "harmony": {
        "playing": {
            "song": "Better",
            "artist": "Khalid"
        },
        "dj": {
            "name": "AutoDJ"
        },
        "listeners": {
            "current": 0
        }
    },
    "risefm": {
        "playing": {
            "song": "Blah Blah Blah",
            "artist": "Armin van Buuren"
        },
        "dj": {
            "name": "AutoDJ"
        },
        "listeners": {
            "current": 0
        }
    },
    "reach": {
        "playing": {
            "song": "Years (feat. Matthew Koma)",
            "artist": "Alesso"
        },
        "dj": {
            "name": "Breakfast"
        },
        "listeners": {
            "current": "?"
        }
    }
}

Stations

GET https://api.radiospy.pw/:station_name

Statistics of KeyFM

Path Parameters

Name
Type
Description

station_name

string

Name of the radio. This can be found in the information page

{
"success": true,
  "stats": {
    "playing": {
    "song": "Kygo/Zara Larsson/Tyga",
    "artist": "Like It Is"
    },
  "dj": {
    "name": "AutoDJ"
    },
  "listeners": {
    "current": 23
    }
  }
}
PreviousInformationNextCurrently Playing

Last updated 4 years ago