curl --location --request GET 'https://rms.api.bbc.co.uk//radio/networks.json' \
--header 'X-API-Key;'{
"$schema": "string",
"limit": 0,
"offset": 0,
"results": [
{
"active": true,
"contacts": [
{
"handle": "string",
"name": "string",
"service": "string",
"url": "string"
}
],
"date_ranges": [
{
"end": "string",
"start": "string"
}
],
"group": "string",
"id": "string",
"international": true,
"key": "string",
"preset": true,
"promoted_category_summaries": [
{
"category_type": "string",
"id": "string",
"key": "string",
"title": "string",
"type": "string"
}
],
"services": [
{
"active": true,
"coverage": "string",
"date_ranges": [
{
"end": "string",
"start": "string"
}
],
"default": true,
"default_language": "string",
"id": "string",
"region": "string",
"short_title": "string",
"title": "string",
"type": "string"
}
],
"short_title": "string",
"sort": 0,
"title": "string",
"type": "string"
}
],
"total": 0
}