v3

latestOpenAPI 3.0.02026-07-31201304298.9 KB
Song

Get radio spins

get/api/v2/song/{uuid}/broadcasts

Path parameters

uuidstring required

A Song UUID

Query parameters

radioSlugsstring

Radio slugs separed with comma. Example : radio-1,radio-2,radio-3

countryCodestring

Country code (2 letters ISO 3166-2, example: 'US', full list on https://en.wikipedia.org/wiki/ISO_3166-2)

startDatestring

Period start date (Format ATOM). Example : 2019-01-01T00:00:00Z. If not provided, the start date defaults to 30 days before the end date.

endDatestring

Period end date. You can leave this field empty to get last broadcasts. Example : 2019-01-01T00:00:00Z

offsetinteger

Get results starting from position

limitinteger

Number of results (max. 100)

sortstring

Sort. Available value asc|desc

Response

A Broadcast Collection response

Example response

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