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

Currently Playing

Get Stats

GET https://api.keyfm.net/stats

{
    "success": true,
    "currentDJ": {
        "autoDJ": true
    },
    "playing": {
        "artist": "Little Mix/Stormzy",
        "song": "Power",
        "error": false
    },
    "listeners": {
        "current": 35,
        "peak": 40
    },
    "cache": {
        "cached": true,
        "timestamp": 1604569200345
    }
}
{    "message": "Ain't no cake like that."}

PreviousEndpoints

Last updated 4 years ago