Stats > Radio Products
Get consumption
This endpoint allows you to retrieve product consumption stats.
get/1/radios/{radio_product_id}/stats/consumption
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": [
{
"date": "1679754593",
"bytes": 131315,
"average_bytes_by_listeners": 15621
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.