Stats > Stations

Set metadata to station

This endpoint allows you to set metadata to a station.

get/1/radios/stats/metadata

Query parameters

datastring

Specify the metadata for the station (same as push)

Example:artist - title
pushstring

Specify the metadata for the station (same as data)

Example:artist - title

Response

OK

result'success' | 'error' | 'asynchronous' required

Result of the HTTP request

databoolean

Example response

{
  "result": "success"
}

Changes