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

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

{
    "parent": "https://api.routeconverter.com/v1/categories/669/?format=api",
    "name": "Appalachian Trail",
    "children": [],
    "routes": [
        {
            "description": "01",
            "creator_name": "GeroldM",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/26a0ea5f-a98b-4074-b864-7dc8cb86b671"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/40978/?format=api"
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/7726/?format=api"
}