v3
latestOpenAPI 3.0.02026-07-31201304298.9 KBArtist
Get radio spin count
get/api/v2/artist/{uuid}/broadcast-groups
Path parameters
uuidstring required
An Artist UUID
Query parameters
radioSlugsstring
Optional radio slugs filter (comma separated)
countryCodestring
Optional country code filter (2 letters ISO 3166-2, full list on https://en.wikipedia.org/wiki/ISO_3166-2)
startDatestring
Optional period start date (format YYYY-MM-DD). If not provided, the start date defaults to 30 days before the end date.
endDatestring
Optional period end date (format YYYY-MM-DD)
offsetinteger
Get results starting from position
limitinteger
Number of results (max. 100)
Response
A Broadcast Collection response
Example response
{
"items": [
{
"radio": {
"countryName": "FR",
"timeZone": "Europe/Paris"
}
}
]
}