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

GET /v1/categories/2203/?format=api
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Mon, 15 Sep 2025 15:18:11 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/1160/?format=api",
    "name": "South West",
    "children": [],
    "routes": [
        {
            "description": "Most Scenic Drives of SW USA",
            "creator_name": "kiviluoto",
            "localFileUrl": null,
            "remoteUrl": "http://maps.google.com/maps/ms?msid=204848741054882507902.0004b1b6b3ebfd41b91ea&msa=0",
            "url": "https://api.routeconverter.com/v1/routes/12991/?format=api"
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/2203/?format=api"
}