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

GET /v1/categories/428/?format=api
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Wed, 05 Nov 2025 07:29:29 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/97/?format=api",
    "name": "Mexico",
    "children": [],
    "routes": [
        {
            "description": "Around the Mexican Volcanoes",
            "creator_name": "joseph334",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/ce0f7302-d77f-4927-81f4-edd9787e496c"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/1470/?format=api"
        },
        {
            "description": "Around the Mexican Volcanoes",
            "creator_name": "joseph334",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/1026133d-6963-4bda-bb5f-5cc09ec32521"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/1471/?format=api"
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/428/?format=api"
}