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

GET /v1/categories/2912/?format=api
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Sat, 20 Dec 2025 00:33:22 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/3196/?format=api",
    "name": "Sudan",
    "children": [
        {
            "name": "tunisia beja",
            "url": "https://api.routeconverter.com/v1/categories/7791/?format=api"
        }
    ],
    "routes": [
        {
            "description": "mohammediah",
            "creator_name": "mohammediah",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/9f7afc5b-4ff5-4a43-95b2-a0ceba1e70d6"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/7837/?format=api"
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/2912/?format=api"
}