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

GET /v1/categories/449/?format=api
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Wed, 05 Nov 2025 09:19:35 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/22/?format=api",
    "name": "Pyrénées",
    "children": [],
    "routes": [
        {
            "description": "Motorradurlaub in den Pyrenäen - Juli 2008",
            "creator_name": "kumo",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/8fc688c4-d16d-44e7-8f90-8e8afd3620dc"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/1542/?format=api"
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/449/?format=api"
}