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

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

{
    "parent": "https://api.routeconverter.com/v1/categories/400/?format=api",
    "name": "Pyrenees Catalunya",
    "children": [],
    "routes": [
        {
            "description": "1.Tossa d'Alp-Ref.Sant Jordi",
            "creator_name": "estifen",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/2c2a1396-b346-4e42-9582-e910458ef1f1"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/40566/?format=api"
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/7549/?format=api"
}