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

GET /v1/categories/7849/
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Fri, 24 Jul 2026 19:53:48 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/7832/",
    "name": "Test routes",
    "children": [],
    "routes": [
        {
            "description": "OstRouteOelsenSeppel",
            "creator_name": "superduperheini",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/2cf37b38-ac03-40f4-a01c-b55e2eb9a764"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/41833/",
            "metadata": null
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/7849/"
}