v3

latestOpenAPI 3.0.02026-07-31201304298.9 KB
Search

Search radio by name

get/api/v2/radio/search/{term}

Path parameters

termstring required

A name

Query parameters

offsetinteger

Get results starting from position

limitinteger

Number of results (max. 20)

Response

A radio collection response with the 20 most pertinent radio

Example response

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