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

GET /v1/categories/6926/?format=api
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Mon, 22 Dec 2025 03:36:51 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/6925/?format=api",
    "name": "Giant's Causeway Costal Hike",
    "children": [],
    "routes": [
        {
            "description": "Position 1 to Position 133",
            "creator_name": "kights",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/64919f62-6ce9-4e70-ba2f-8ab853e4fa40"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/38049/?format=api"
        },
        {
            "description": "Ireland",
            "creator_name": "ROVB",
            "localFileUrl": null,
            "remoteUrl": "https://www.google.be/maps/@53.9567684,-7.0903515,7.47z?hl=fr",
            "url": "https://api.routeconverter.com/v1/routes/38825/?format=api"
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/6926/?format=api"
}