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

GET /v1/categories/7602/
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Sun, 21 Mar 2021 17:27:08 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/1952/",
    "name": "16 Km durch Essen, Gelsenkirchen, Gladbeck,",
    "children": [],
    "routes": [
        {
            "description": "Revierpark Nienhausen, Schurenbachhalde und Nordsternpark",
            "creator_name": "Ruhrpottschlingel",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/dcc63952-92d2-4ad0-8d9e-ee47f2755b69"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/40462/",
            "metadata": {
                "length": 16211,
                "lengthKind": "track",
                "positionLists": 1,
                "positions": 841,
                "size": 69989,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "elevationGain": 393,
                "elevationLoss": 393,
                "country": "DE"
            }
        },
        {
            "description": "Rundtour vom Schloss Horst durchs Karnaper Wäldchen zum Nordsternpark",
            "creator_name": "Ruhrpottschlingel",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/ff4841a9-bcd4-4724-b2fc-4fe5f4e8415a"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/40463/",
            "metadata": {
                "length": 10019,
                "lengthKind": "track",
                "positionLists": 1,
                "positions": 208,
                "size": 18275,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "elevationGain": 167,
                "elevationLoss": 167,
                "country": "DE"
            }
        },
        {
            "description": "Von der Zeche Zollverein zum Revierpark Nienhausen und auf die Halde Zollverein",
            "creator_name": "Ruhrpottschlingel",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/5178056a-de09-49ed-978f-8cc9b3c3fbb8"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/40464/",
            "metadata": {
                "length": 10966,
                "lengthKind": "track",
                "positionLists": 1,
                "positions": 254,
                "size": 22062,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "elevationGain": 206,
                "elevationLoss": 206,
                "country": "DE"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/7602/"
}