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

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

{
    "parent": "https://api.routeconverter.com/v1/categories/720/?format=api",
    "name": "La Palma",
    "children": [],
    "routes": [
        {
            "description": "La Palma 12878",
            "creator_name": "Filius",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/154ed042-bd0d-4270-afe2-3e60ecc4085a"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/1535/?format=api"
        },
        {
            "description": "La Palma Rother 10",
            "creator_name": "Filius",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/e14aad13-1e2d-4fbd-9d93-e757e3f0c724"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/1536/?format=api"
        },
        {
            "description": "La Palma Rother 24",
            "creator_name": "Filius",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/c7768a55-bf0e-4a1c-a921-4ed126007c78"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/1537/?format=api"
        },
        {
            "description": "La Palma Rother 40",
            "creator_name": "Filius",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/2092a8fb-bdf4-4f88-882c-5e1be1e7c498"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/1538/?format=api"
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/3302/?format=api"
}