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

GET /v1/categories/1910/
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Sat, 01 Jan 2011 17:57:37 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/742/",
    "name": "Nürnberg Lorenzer Reichswald",
    "children": [],
    "routes": [
        {
            "description": "Nbg.-Laufamholz - Fischbach und zurück",
            "creator_name": "Wurzelsepp",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/f6cdac7c-f22a-49f6-bb1f-2cb70e64192f"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/8066/",
            "metadata": {
                "length": 8729,
                "lengthKind": "routed",
                "positionLists": 1,
                "positions": 98,
                "size": 21483,
                "format": "klickTel Routenplaner 2009 (*.krt)",
                "country": "DE"
            }
        },
        {
            "description": "Nbg.-Laufamholz - Brunn",
            "creator_name": "Wurzelsepp",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/76fd9548-efb7-479b-85ca-e0d753b4a46a"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/8068/",
            "metadata": {
                "length": 8729,
                "lengthKind": "routed",
                "positionLists": 1,
                "positions": 98,
                "size": 21483,
                "format": "klickTel Routenplaner 2009 (*.krt)",
                "country": "DE"
            }
        },
        {
            "description": "Nbg.-Valznerweiher - Fischbach",
            "creator_name": "Wurzelsepp",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/29ed1176-c80a-4c8f-83d5-5b8e75e5b5eb"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/8275/",
            "metadata": {
                "length": 5478,
                "lengthKind": "track",
                "duration": 4263,
                "positionLists": 1,
                "positions": 428,
                "size": 94999,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "startTime": "2011-02-05T13:46:55+00:00",
                "elevationGain": 106,
                "elevationLoss": 80,
                "country": "DE"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/1910/"
}