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: Sun, 05 Jul 2026 08:27:17 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"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/7864/"
}