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

GET /v1/categories/8085/
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Wed, 12 Aug 2026 09:46:16 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/1659/",
    "name": "ev",
    "children": [],
    "routes": [
        {
            "description": "budki ev",
            "creator_name": "telemansp",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/f97c1a36-ce58-4b34-8aa8-b0c1125ab3d8"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/57576/",
            "metadata": null
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/8085/"
}