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

GET /v1/categories/913/?format=api
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Sat, 07 Feb 2026 16:08:19 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/823/?format=api",
    "name": "Rundwege Hürtgenwald",
    "children": [],
    "routes": [
        {
            "description": "Rundweg 1",
            "creator_name": "Eifelyeti",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/5b1a8aeb-27bb-4b9c-9358-d9ef2f156eb7"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/3504/?format=api"
        },
        {
            "description": "Rundweg 1a",
            "creator_name": "Eifelyeti",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/d6c3deba-344f-4364-af4c-2fab0e1683b7"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/3505/?format=api"
        },
        {
            "description": "Rundweg 2",
            "creator_name": "Eifelyeti",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/3fdd9357-a307-47ec-890e-8dd16090de00"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/3506/?format=api"
        },
        {
            "description": "Rundweg 4",
            "creator_name": "Eifelyeti",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/90684a4a-b712-4416-91c9-6b21fe17a055"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/3507/?format=api"
        },
        {
            "description": "Rundweg 3",
            "creator_name": "Eifelyeti",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/dd2a37ff-1853-44fa-91d0-b2d1ed384411"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/3508/?format=api"
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/913/?format=api"
}