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

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

{
    "parent": "https://api.routeconverter.com/v1/categories/7863/",
    "name": "Iran",
    "children": [],
    "routes": [
        {
            "description": "2015 Harley Tour France",
            "creator_name": "archive",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/9ff1eb2f-fb67-4d66-bc52-36dcaead258e"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/55263/",
            "metadata": {
                "length": 4460803,
                "lengthKind": "straight-line",
                "positionLists": 2,
                "positions": 33,
                "size": 5382,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "elevationGain": 4437,
                "elevationLoss": 5439,
                "country": "IR"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/8080/"
}