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

GET /v1/categories/33/?format=api
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Thu, 05 Feb 2026 06:05:19 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/14/?format=api",
    "name": "Bayern, Franken, Schwaben",
    "children": [
        {
            "name": "Nördlich der Donau",
            "url": "https://api.routeconverter.com/v1/categories/1631/?format=api"
        },
        {
            "name": "Südlich der Donau",
            "url": "https://api.routeconverter.com/v1/categories/1632/?format=api"
        }
    ],
    "routes": [
        {
            "description": "AS4 to B85 Nürnberger Straße",
            "creator_name": "heldimen",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/76250b1b-1236-4c9c-83cc-87d2d5f4b1f6"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/40210/?format=api"
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/33/?format=api"
}