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

GET /v1/categories/1124/?format=api
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Tue, 04 Nov 2025 13:49:31 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/1083/?format=api",
    "name": "Castells y Castells",
    "children": [],
    "routes": [
        {
            "description": "Castells y Castells 1  31.03.2010",
            "creator_name": "Blaukowb",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/5eecfc23-8d73-48d9-a864-aa3c15c91e8a"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/4065/?format=api"
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/1124/?format=api"
}