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

GET /v1/categories/7864/
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Tue, 11 Aug 2026 16:38:07 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/7863/",
    "name": "Kazakhstan",
    "children": [],
    "routes": [
        {
            "description": "Running",
            "creator_name": "Regina",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/e3ccd244-36b2-46c4-9465-1fa01112a173"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/40936/",
            "metadata": {
                "length": 4768,
                "lengthKind": "track",
                "duration": 2950,
                "positionLists": 1,
                "positions": 1837,
                "size": 906598,
                "format": "Training Center Database 2 (*.tcx)",
                "startTime": "2022-04-19T03:47:21+00:00",
                "elevationGain": 227,
                "elevationLoss": 230,
                "country": "KZ"
            }
        },
        {
            "description": "Point 1 to Point 48",
            "creator_name": "archive",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/672233c0-48ef-4132-a09b-cf6aa9625aa2"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/53869/",
            "metadata": {
                "length": 1316937,
                "lengthKind": "straight-line",
                "positionLists": 1,
                "positions": 48,
                "size": 1383,
                "format": "Tom Tom 9.5 Route (*.itn)",
                "country": "KZ"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/7864/"
}