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

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

{
    "parent": "https://api.routeconverter.com/v1/categories/1083/?format=api",
    "name": "Relleu",
    "children": [],
    "routes": [
        {
            "description": "Relleu 1",
            "creator_name": "Blaukowb",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/9dfb2e61-eebf-4ab7-953e-a00fce09ed14"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/4393/?format=api"
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/1229/?format=api"
}