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

GET /v1/categories/2000/?format=api
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Sat, 20 Dec 2025 03:44:13 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/6745/?format=api",
    "name": "Kerpen (Rheinland)",
    "children": [],
    "routes": [
        {
            "description": "Bushaltestellen - Briefkästen - Telefonzellen",
            "creator_name": "ahahn",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/70827eaa-1d52-46ca-8f83-2542344e7568"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/8318/?format=api"
        },
        {
            "description": "Bushaltestellen",
            "creator_name": "ahahn",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/1dc98d57-9c9b-42c4-b214-c301bf8d0b46"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/8319/?format=api"
        },
        {
            "description": "Bushaltestelle to Apotheke",
            "creator_name": "ahahn",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/f7d71640-e6ea-42ba-aeda-723614627a44"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/8389/?format=api"
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/2000/?format=api"
}