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

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

{
    "parent": "https://api.routeconverter.com/v1/categories/302/?format=api",
    "name": "Apfelstetten",
    "children": [],
    "routes": [
        {
            "description": "Apfelstetten_Gundelfingen_Bichishausen_Hundersingen",
            "creator_name": "ATOS",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/b24439e1-0ded-4499-9544-318ba90cb2de"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/37934/?format=api"
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/6892/?format=api"
}