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

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

{
    "parent": "https://api.routeconverter.com/v1/categories/8015/",
    "name": "Ecuador",
    "children": [],
    "routes": [
        {
            "description": "005 to 015",
            "creator_name": "archive",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/719d7101-f565-45c0-9f36-d758a9e95520"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/54144/",
            "metadata": {
                "length": 871,
                "lengthKind": "straight-line",
                "duration": 10852,
                "positionLists": 1,
                "positions": 11,
                "size": 2283,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "startTime": "2012-04-15T14:21:49+00:00",
                "elevationGain": 23,
                "elevationLoss": 16,
                "country": "EC"
            }
        },
        {
            "description": "001 to 115",
            "creator_name": "archive",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/b3333319-1b14-42a8-a523-da8d4072e3fd"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/55717/",
            "metadata": {
                "length": 98365,
                "lengthKind": "straight-line",
                "duration": 90574,
                "positionLists": 5,
                "positions": 1623,
                "size": 585741,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "startTime": "2014-10-27T14:59:36+00:00",
                "elevationGain": 583,
                "elevationLoss": 555,
                "country": "EC"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/8077/"
}