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

GET /v1/categories/255/
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Sun, 11 Sep 2022 07:11:21 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/254/",
    "name": "Oberbayern",
    "children": [],
    "routes": [
        {
            "description": "Rund um den Staffelsee",
            "creator_name": "dupa",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/e5ba4ddd-a5a2-40fb-8176-0fe1fe0ad2a2"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/808/",
            "metadata": {
                "length": 20749,
                "lengthKind": "track",
                "duration": 20444,
                "positionLists": 1,
                "positions": 1845,
                "size": 378351,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "startTime": "2008-07-19T10:15:31+00:00",
                "elevationGain": 557,
                "elevationLoss": 557,
                "country": "DE"
            }
        },
        {
            "description": "Runde: Parkplatz Wessling -  zum Sepperl in Meiling und zurück (Gut essen und trinken und dabei auch wandern)",
            "creator_name": "dupa",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/73919dc0-b84e-4879-af2a-2413cbcc0b14"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/1953/",
            "metadata": {
                "length": 8350,
                "lengthKind": "track",
                "duration": 8525,
                "positionLists": 2,
                "positions": 502,
                "size": 102642,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "startTime": "2009-04-19T09:03:44+00:00",
                "elevationGain": 284,
                "elevationLoss": 289,
                "country": "DE"
            }
        },
        {
            "description": "Tegernseer Höhenweg (von Gmund nach Tegernsee ins Bräustüberl)",
            "creator_name": "jochen",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/7341eb70-0b37-4e39-bd07-465b1152b19a"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/4048/",
            "metadata": {
                "length": 21870,
                "lengthKind": "straight-line",
                "duration": 3848,
                "positionLists": 3,
                "positions": 294,
                "size": 50519,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "startTime": "2010-04-02T23:19:59.890000+00:00",
                "country": "DE"
            }
        },
        {
            "description": "Rund um den Weßlinger See",
            "creator_name": "dupa",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/515498b2-cf56-43d3-bff5-0f128c558d55"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/8209/",
            "metadata": {
                "length": 1969,
                "lengthKind": "track",
                "duration": 1771,
                "positionLists": 1,
                "positions": 94,
                "size": 10616,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "startTime": "2010-09-11T06:00:00+00:00",
                "country": "DE"
            }
        },
        {
            "description": "?Tour Kreuzeck",
            "creator_name": "wieland",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/dd06be7b-7061-4d96-bc1a-905e1c085bc5"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/41535/",
            "metadata": null
        },
        {
            "description": "?trk-test",
            "creator_name": "wieland",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/8ba1fc95-9879-41df-a729-41e4253e83f4"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/41536/",
            "metadata": null
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/255/"
}