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

GET /v1/categories/912/?format=api
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Fri, 06 Feb 2026 18:23:06 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/823/?format=api",
    "name": "Rundwege Großhau",
    "children": [],
    "routes": [
        {
            "description": "Rundweg 2",
            "creator_name": "Eifelyeti",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/cf92ec0e-0d6b-46fb-ac7f-0830c9bb3bff"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/3500/?format=api"
        },
        {
            "description": "Rundweg 4",
            "creator_name": "Eifelyeti",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/c31970dd-5fb4-4443-a5cf-b4a477c24ceb"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/3501/?format=api"
        },
        {
            "description": "Rundweg 3",
            "creator_name": "Eifelyeti",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/1261881d-b47d-41d1-a978-d486d177af1e"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/3502/?format=api"
        },
        {
            "description": "Rundweg 1",
            "creator_name": "Eifelyeti",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/dc2539ff-eb4a-48f9-9b47-97b76605916f"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/3503/?format=api"
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/912/?format=api"
}