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

Radio Stats

Stats

GET https://api.damonon.yt/radio/:station

Get some radio stats that I use for other things

Path Parameters

Name
Type
Description

Station Name

string

sr, simulatorradio

{
listeners: 123,
title: "trash song",
artist: "garbage",
presenter: "me myself and I
}
{
"status": 404,
"error": "Endpoint not found. Read the docs at https://ddidevelopment.com"
}

PreviousWelcomeNextExamples

Last updated 4 years ago