This endpoint presents the RouteConverter API for categories in the system.

GET /v1/categories/720/?format=api
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Thu, 06 Nov 2025 10:02:23 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/400/?format=api",
    "name": "Kanarische Inseln (Islas Canarias)",
    "children": [
        {
            "name": "Gomera",
            "url": "https://api.routeconverter.com/v1/categories/3301/?format=api"
        },
        {
            "name": "La Palma",
            "url": "https://api.routeconverter.com/v1/categories/3302/?format=api"
        },
        {
            "name": "Teneriffa",
            "url": "https://api.routeconverter.com/v1/categories/3303/?format=api"
        }
    ],
    "routes": [],
    "url": "https://api.routeconverter.com/v1/categories/720/?format=api"
}