v3

latestOpenAPI 3.0.02026-07-31201304298.9 KB
Radio

Get radios

post/api/v2/top/radios

Query parameters

offsetinteger

Get results starting from position

limitinteger

Number of results (max. 500)

cursorstring

Cursor

Request body

Example request

{
  "sort": {
    "platform": "soundcharts",
    "metricType": "reach",
    "period": "month",
    "sortBy": "total",
    "order": "desc"
  },
  "filters": [
    {
      "type": "metric",
      "data": {
        "platform": "soundcharts",
        "metricType": "reach"
      }
    }
  ]
}

Response

Top radio collection response

Example response

{
  "items": [
    {
      "radio": {
        "countryName": "FR",
        "timeZone": "Europe/Paris"
      }
    }
  ]
}