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

GET /v1/categories/6185/?format=api
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Sat, 20 Dec 2025 04:03:58 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/6183/?format=api",
    "name": "Mallorca",
    "children": [],
    "routes": [
        {
            "description": "Son Serra de Marina - Son Real",
            "creator_name": "wklaus",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/2fe1458f-5537-41d3-ad76-6384567f22e7"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/38196/?format=api"
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/6185/?format=api"
}