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

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

{
    "parent": "https://api.routeconverter.com/v1/categories/1/",
    "name": "Nordic Walking",
    "children": [
        {
            "name": "Deutschland",
            "url": "https://api.routeconverter.com/v1/categories/985/"
        },
        {
            "name": "Brampton",
            "url": "https://api.routeconverter.com/v1/categories/7536/"
        }
    ],
    "routes": [
        {
            "description": "Marmorweg 53",
            "creator_name": "pecat",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/623f701a-2399-4d24-9605-1efb7f9b45f6"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/40494/",
            "metadata": {
                "length": 5751,
                "lengthKind": "track",
                "duration": 1378,
                "positionLists": 1,
                "positions": 131,
                "size": 17000,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "startTime": "2017-06-26T19:41:45+00:00",
                "elevationGain": 57,
                "elevationLoss": 103,
                "country": "DE"
            }
        },
        {
            "description": "Fahrradtour Zum Hubertussee 11,4",
            "creator_name": "pecat",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/4d1e9592-15f3-4156-9279-8d925ce3eb4d"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/40495/",
            "metadata": {
                "length": 11439,
                "lengthKind": "track",
                "duration": 2934,
                "positionLists": 1,
                "positions": 281,
                "size": 38819,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "startTime": "2020-08-08T10:01:51.656000+00:00",
                "elevationGain": 54,
                "elevationLoss": 44,
                "country": "DE"
            }
        },
        {
            "description": "Adventure Labs(HasChildren)",
            "creator_name": "LabHeinz",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/f11aaef7-29c2-4427-b8b7-1ecb82552053"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/41008/",
            "metadata": {
                "length": 1249095,
                "lengthKind": "straight-line",
                "duration": 1809145735,
                "positionLists": 1,
                "positions": 651,
                "size": 1207364,
                "format": "GPS Exchange Format 1.0 (*.gpx)",
                "startTime": "2019-12-08T19:24:13.573000+00:00",
                "country": "CH"
            }
        },
        {
            "description": "2023-06-05 13:05:13",
            "creator_name": "olliehowe",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/56f578b6-89e3-414f-858d-77419fa467ab"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/41541/",
            "metadata": {
                "length": 43308,
                "lengthKind": "track",
                "duration": 256083,
                "positionLists": 1,
                "positions": 5330,
                "size": 558075,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "startTime": "2023-06-02T12:57:10+00:00",
                "elevationGain": 449,
                "elevationLoss": 472,
                "country": "GB"
            }
        },
        {
            "description": "2023-06-05 14:09:46",
            "creator_name": "olliehowe",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/cf8b6296-12d5-4407-bace-39b30296c23a"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/41542/",
            "metadata": {
                "length": 1501,
                "lengthKind": "track",
                "duration": 3863,
                "positionLists": 1,
                "positions": 2367,
                "size": 248265,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "startTime": "2023-06-05T12:05:22+00:00",
                "elevationGain": 231,
                "elevationLoss": 222,
                "country": "GB"
            }
        },
        {
            "description": "?",
            "creator_name": "ramu",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/20df9619-6c2b-48d0-9d41-d75b2fe7916c"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/41807/",
            "metadata": null
        },
        {
            "description": "WPT001 to WPT280",
            "creator_name": "ramu",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/876e1215-a4ad-4f63-bd5b-ffe73f5b5968"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/41808/",
            "metadata": null
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/307/"
}