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

GET /v1/categories/3168/?format=api
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Wed, 05 Nov 2025 06:52:42 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/947/?format=api",
    "name": "Karibik (Caribbean Sea)",
    "children": [],
    "routes": [
        {
            "description": "BON01; Southern tip to VA718; E  Aves de Sotavento, Isla Larga",
            "creator_name": "Bjarne",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/817cee41-0eac-4f8f-b199-ab202b34283d"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/7007/?format=api"
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/3168/?format=api"
}