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

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

{
    "parent": "https://api.routeconverter.com/v1/categories/7744/?format=api",
    "name": "Schlögener donauschlinge",
    "children": [],
    "routes": [
        {
            "description": "Schlögener Donauschlinge (217.895 km, 3420 hm) - Verwöhnhotel Rockenschaub",
            "creator_name": "AlphaLima",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/14b5fdd0-bdbf-4bd2-99b4-e480cff8322f"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/41423/?format=api"
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/7745/?format=api"
}