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

GET /v1/categories/1944/
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Sat, 14 Oct 2023 16:14:53 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/7349/",
    "name": "France",
    "children": [
        {
            "name": "Angers",
            "url": "https://api.routeconverter.com/v1/categories/1945/"
        },
        {
            "name": "Côtes de Suisse",
            "url": "https://api.routeconverter.com/v1/categories/3641/"
        }
    ],
    "routes": [
        {
            "description": "0133- 04 - Thoard Dignes 15Km5",
            "creator_name": "pedinegre",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/71672087-c722-43e6-ae4b-fe8d8d39d429"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/11306/",
            "metadata": {
                "length": 15620,
                "lengthKind": "track",
                "positionLists": 1,
                "positions": 343,
                "size": 41640,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "elevationGain": 958,
                "elevationLoss": 1155,
                "country": "FR"
            }
        },
        {
            "description": "Montagne d'Aujour",
            "creator_name": "pedinegre",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/3206823f-b496-4d32-afde-0b2c7c31a15f"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/11307/",
            "metadata": {
                "length": 14334,
                "lengthKind": "track",
                "duration": 21314,
                "positionLists": 1,
                "positions": 1558,
                "size": 218989,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "startTime": "2010-05-16T09:07:29+00:00",
                "elevationGain": 779,
                "elevationLoss": 838,
                "country": "FR"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/1944/"
}