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

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

{
    "parent": "https://api.routeconverter.com/v1/categories/442/?format=api",
    "name": "Kroatien (Hrvatska)",
    "children": [
        {
            "name": "süddalamtien",
            "url": "https://api.routeconverter.com/v1/categories/1454/?format=api"
        }
    ],
    "routes": [
        {
            "description": "201001_Biograd_to_sukosan",
            "creator_name": "navi_henry",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/a606ba97-2977-43a0-93ac-4d7e27334171"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/3431/?format=api"
        },
        {
            "description": "Bootstour Drage Yachthafen Sukosan",
            "creator_name": "Sigi",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/9a0aac9d-9dca-4470-84e9-c11acce34797"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/9682/?format=api"
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/881/?format=api"
}