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

GET /v1/categories/7773/?format=api
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Mon, 22 Dec 2025 10:53:23 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/167/?format=api",
    "name": "Kanton Aargau",
    "children": [],
    "routes": [
        {
            "description": "Leibstadt-Full-Reuenthal-Gippingen",
            "creator_name": "erich_naef",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/f91c1136-9c90-4871-a9cc-fdb8ef1c1014"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/41527/?format=api"
        },
        {
            "description": "Stetten AG - Fislisbach AG",
            "creator_name": "erich_naef",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/5e28224a-76dc-4985-b789-006caca1bbaa"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/41532/?format=api"
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/7773/?format=api"
}