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

GET /v1/categories/674/
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/648/",
    "name": "Piemonte",
    "children": [],
    "routes": [
        {
            "description": "Hiking_Torino-Superga",
            "creator_name": "ant1606",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/f9a463df-5cfd-4c7d-81c3-dafd620a8bdd"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/7612/",
            "metadata": {
                "length": 12215,
                "lengthKind": "track",
                "duration": 15967,
                "positionLists": 2,
                "positions": 788,
                "size": 110636,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "startTime": "2010-11-06T11:52:42+00:00",
                "elevationGain": 529,
                "elevationLoss": 534,
                "country": "IT"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/674/"
}