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

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

{
    "parent": "https://api.routeconverter.com/v1/categories/1177/?format=api",
    "name": "PACA",
    "children": [],
    "routes": [
        {
            "description": "Hiking_Eze_Nietzsche Trail",
            "creator_name": "ant1606",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/89c61400-fbdf-40ac-b0a1-f5afdc9c64cf"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/7609/?format=api"
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/1793/?format=api"
}