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

GET /v1/categories/673/?format=api
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Wed, 05 Nov 2025 06:53:20 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/109/?format=api",
    "name": "Liguria",
    "children": [],
    "routes": [
        {
            "description": "Savona - Ceva",
            "creator_name": "Pflaum",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/21c737e8-29a8-412e-a2c4-cb221f435f9f"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/2181/?format=api"
        },
        {
            "description": "Finestre - Assietta",
            "creator_name": "motoqtreiber",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/ad3b9fac-83b9-45de-aeaf-6067f4a26bf2"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/40113/?format=api"
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/673/?format=api"
}