Stats > Radio Products
Get players
This endpoint allows you to retrieve players stats.
get/1/radios/{radio_product_id}/stats/players
Path parameters
radio_product_idinteger required
The unique identifier (ID) of the radio product to request.
Query parameters
fromstring required
Specify the starting date to get stats
Example:2022-01-01, 2022-01-01 00:00:00, 1640995200
station_idsstring
List of station ids for get stats
Example:1,3,5
tostring required
Specify the ending date to get stats
Example:2022-12-31, 2022-12-31 00:00:00, 1672444800
Response
OK
Example response
{
"result": "success",
"data": [
{
"player": "Safari",
"stats": [
{
"date": "2023-01-01",
"listeners": 10
}
]
}
]
}Changes
No recorded changes to this endpoint across all 2 revisions of this API.