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

GET /v1/categories/1161/?format=api
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Thu, 05 Feb 2026 07:50:53 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/1160/?format=api",
    "name": "South East",
    "children": [],
    "routes": [
        {
            "description": "County Road 200N to Williamson Rd",
            "creator_name": "dagama-na",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/ed3dfd7e-eaca-4b8a-bcba-b53618f9833c"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/4443/?format=api"
        },
        {
            "description": "S Lake Shore Dr US 41 to County Road 200N",
            "creator_name": "dagama-na",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/7f984fa6-1a79-415d-b658-c609099d331a"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/4444/?format=api"
        },
        {
            "description": "Williamson Rd to W Chain Of Rocks Rd",
            "creator_name": "dagama-na",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/9598b13d-6143-47ca-a227-05f49a2b28df"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/4445/?format=api"
        },
        {
            "description": "CH-CHA",
            "creator_name": "drbesir",
            "localFileUrl": null,
            "remoteUrl": "http://www.gravoplex.com/tomtom/google_driving_directions_to_tomtom_itn.html",
            "url": "https://api.routeconverter.com/v1/routes/9429/?format=api"
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/1161/?format=api"
}