Schema

{
    "related": {
        "updatedAt": "2025-12-20T10:01:27+00:00"
    },
    "items": [
        {
            "radio": {
                "name": "string",
                "slug": "string",
                "countryCode": "string",
                "countryName": "string",
                "cityName": "string",
                "timeZone": "string",
                "reach": 0,
                "genres": [
                    "string"
                ],
                "trackAge": "string"
            },
            "social": [
                {
                    "platformCode": "string",
                    "metricType": "string",
                    "total": 0,
                    "week": {
                        "volume": 0,
                        "percent": 0
                    },
                    "month": {
                        "volume": 0,
                        "percent": 0
                    },
                    "quarter": {
                        "volume": 0,
                        "percent": 0
                    }
                }
            ],
            "custom": [
                {
                    "platformCode": "string",
                    "metricType": "string",
                    "total": 0,
                    "week": {
                        "volume": 0,
                        "percent": 0
                    },
                    "month": {
                        "volume": 0,
                        "percent": 0
                    },
                    "quarter": {
                        "volume": 0,
                        "percent": 0
                    }
                }
            ]
        }
    ],
    "page": {
        "offset": 0,
        "limit": 0,
        "next": "string",
        "previous": "string",
        "total": 0
    },
    "errors": [
        {
            "key": "string",
            "code": 0,
            "message": "string"
        }
    ]
}