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

GET /v1/categories/7801/?format=api
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Sat, 07 Feb 2026 02:42:23 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/7677/?format=api",
    "name": "00",
    "children": [],
    "routes": [
        {
            "description": "ioi",
            "creator_name": "bbclaudiu",
            "localFileUrl": null,
            "remoteUrl": "https://maps.app.goo.gl/t6rbjipsouCRnJrb8",
            "url": "https://api.routeconverter.com/v1/routes/41646/?format=api"
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/7801/?format=api"
}