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

GET /v1/categories/1952/?format=api
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Sun, 08 Feb 2026 04:02:05 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/7483/?format=api",
    "name": "Essen",
    "children": [
        {
            "name": "16 Km durch Essen, Gelsenkirchen, Gladbeck,",
            "url": "https://api.routeconverter.com/v1/categories/7602/?format=api"
        }
    ],
    "routes": [
        {
            "description": "Langenberg - Werden",
            "creator_name": "Diomedeadue",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/cf62d74a-67f4-4140-b4fe-0a6341f0a4c4"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/8233/?format=api"
        },
        {
            "description": "Hattingen - Langenberg",
            "creator_name": "Diomedeadue",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/60c1bf1f-7102-46f1-abaa-19364b9d1fab"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/8234/?format=api"
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/1952/?format=api"
}