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

GET /v1/categories/658/?format=api
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Fri, 08 May 2026 04:21:37 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/97/?format=api",
    "name": "Portugal",
    "children": [
        {
            "name": "Azoren",
            "url": "https://api.routeconverter.com/v1/categories/659/?format=api"
        }
    ],
    "routes": [
        {
            "description": "Reit-Wander PRT-ESP",
            "creator_name": "mojacar",
            "localFileUrl": null,
            "remoteUrl": "http://topo.openstreetmap.de/topo/{z}/{x}/{y}.png",
            "url": "https://api.routeconverter.com/v1/routes/41824/?format=api"
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/658/?format=api"
}