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

GET /v1/categories/1403/?format=api
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Wed, 12 Aug 2026 07:48:11 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/1/?format=api",
    "name": "Stadtverkehr (Urban transportation)",
    "children": [],
    "routes": [
        {
            "description": "Wikiloc - Begues, Pi Bifurcat, Barracas Pitxot, Pla del Trebal, Ruinas, Creu Terme, Barraca Penya Cabritera, Mas de la Clota",
            "creator_name": "Jawio",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/85d0ee4c-a77b-475d-8d21-31f5462b8e1a"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/41010/?format=api",
            "metadata": {
                "length": 8026,
                "lengthKind": "straight-line",
                "duration": 16503,
                "positionLists": 2,
                "positions": 1188,
                "size": 161994,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "startTime": "2022-12-10T13:32:37+00:00",
                "elevationGain": 185,
                "elevationLoss": 149,
                "country": "ES"
            }
        },
        {
            "description": "Position 1 to Position 2437",
            "creator_name": "deston.howard",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/2d87e0d9-72ac-465b-a2f1-47ac2a25fa27"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/41720/?format=api",
            "metadata": {
                "length": 21031,
                "lengthKind": "track",
                "duration": 7806,
                "positionLists": 1,
                "positions": 2437,
                "size": 140803,
                "format": "Columbus GPS Type 2 (*.csv)",
                "startTime": "2025-02-11T15:50:22+00:00",
                "elevationGain": 631,
                "elevationLoss": 643,
                "country": "US"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/1403/?format=api"
}