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

GET /v1/categories/3640/
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Sun, 02 Jul 2023 19:56:32 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/705/",
    "name": "Bergisches Land",
    "children": [
        {
            "name": "Wupper",
            "url": "https://api.routeconverter.com/v1/categories/4767/"
        }
    ],
    "routes": [
        {
            "description": "Scheuren-Busch-Eikamp  (Odental)",
            "creator_name": "thbs@thbs.de",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/99d8125b-e816-42ef-963e-d80b958b15c3"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/38826/",
            "metadata": {
                "length": 10541,
                "lengthKind": "track",
                "duration": 11815,
                "positionLists": 1,
                "positions": 985,
                "size": 383816,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "startTime": "2018-02-22T12:07:40+00:00",
                "elevationGain": 1039,
                "elevationLoss": 1041,
                "country": "DE"
            }
        },
        {
            "description": "Neandertal",
            "creator_name": "thbs@thbs.de",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/60c8d99a-cbd8-4b76-b21f-d3103fc620ce"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/38831/",
            "metadata": {
                "length": 10675,
                "lengthKind": "track",
                "positionLists": 1,
                "positions": 983,
                "size": 383172,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "startTime": "1970-01-01T00:00:00+00:00",
                "elevationGain": 1217,
                "elevationLoss": 1185,
                "country": "DE"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/3640/"
}