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

GET /v1/categories/8058/
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Tue, 11 Aug 2026 17:20:37 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/7863/",
    "name": "Nepal",
    "children": [],
    "routes": [
        {
            "description": "Annapurna Base Camp ABC",
            "creator_name": "archive",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/0676cf97-3346-4b6a-8efb-4531b015446e"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/51527/",
            "metadata": {
                "length": 896146,
                "lengthKind": "straight-line",
                "positionLists": 2,
                "positions": 565,
                "size": 12408,
                "format": "Google Earth 5 Compressed (*.kmz)",
                "elevationGain": 0,
                "elevationLoss": 0,
                "country": "NP"
            }
        },
        {
            "description": "Annapurna Base Camp/Annapurna Base Camp",
            "creator_name": "archive",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/957b3152-27b7-435c-ab3c-d9333d0f0f13"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/55027/",
            "metadata": {
                "length": 82400,
                "lengthKind": "track",
                "positionLists": 1,
                "positions": 255,
                "size": 2459,
                "format": "Google Earth 5 Compressed (*.kmz)",
                "elevationGain": 0,
                "elevationLoss": 0,
                "country": "NP"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/8058/"
}