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

GET /v1/categories/7727/
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Tue, 01 Aug 2023 23:39:50 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/7711/",
    "name": "Pfalz (Germany)",
    "children": [
        {
            "name": "Kaiserslautern",
            "url": "https://api.routeconverter.com/v1/categories/7728/"
        }
    ],
    "routes": [
        {
            "description": "DresinenTour-Lauterecken_Bedesbach_Netzweiler-36km",
            "creator_name": "wernerf",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/cfdc68f4-7216-4d82-849b-8a316d27a57b"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/40983/",
            "metadata": {
                "length": 36456,
                "lengthKind": "track",
                "positionLists": 1,
                "positions": 275,
                "size": 54838,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "elevationGain": 1310,
                "elevationLoss": 1317,
                "country": "DE"
            }
        },
        {
            "description": "Münchweiler_Dahn-37km",
            "creator_name": "wernerf",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/01a9642a-ba9b-4a26-be69-c345585f3796"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/40984/",
            "metadata": {
                "length": 39574,
                "lengthKind": "routed",
                "positionLists": 1,
                "positions": 206,
                "size": 37825,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "elevationGain": 504,
                "elevationLoss": 791,
                "country": "DE"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/7727/"
}