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

GET /v1/categories/909/?format=api
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Mon, 15 Sep 2025 02:47:07 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/823/?format=api",
    "name": "Rundwege Blens",
    "children": [],
    "routes": [
        {
            "description": "Rundweg 1",
            "creator_name": "Eifelyeti",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/80883667-9265-4234-92ae-06319c793953"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/3486/?format=api"
        },
        {
            "description": "Rundweg 5",
            "creator_name": "Eifelyeti",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/3678d4e3-850a-4f3e-ada1-762769adb7b6"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/3487/?format=api"
        },
        {
            "description": "Rundweg 2",
            "creator_name": "Eifelyeti",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/2b76a818-ef1d-4ca9-b2be-503ece2d131b"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/3488/?format=api"
        },
        {
            "description": "Rundweg 6",
            "creator_name": "Eifelyeti",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/ce2741c4-82b3-4841-bcb4-8a2688e335af"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/3489/?format=api"
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/909/?format=api"
}