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

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

{
    "parent": "https://api.routeconverter.com/v1/categories/6914/?format=api",
    "name": "Viva Transfer",
    "children": [],
    "routes": [
        {
            "description": "Kröslin - Strahlsund",
            "creator_name": "klausk",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/2a8950c1-5e35-427f-927c-3161b363b9be"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/40253/?format=api"
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/7552/?format=api"
}