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

GET /v1/categories/2064/
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Sun, 06 Mar 2011 10:40:30 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/1858/",
    "name": "Kassel",
    "children": [],
    "routes": [
        {
            "description": "kleiner baerenberg_zierenberg",
            "creator_name": "WanderWurzel",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/dc5547aa-a48f-4301-9e41-6db61700d6af"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/7822/",
            "metadata": {
                "length": 25280,
                "lengthKind": "routed",
                "duration": 485,
                "positionLists": 5,
                "positions": 100,
                "size": 32747,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "startTime": "2010-09-17T20:35:35+00:00",
                "elevationGain": 625,
                "elevationLoss": 640,
                "country": "DE"
            }
        },
        {
            "description": "Vom-Herkules-zur-Hessenschanze-bei-Kassel",
            "creator_name": "WanderWurzel",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/f6ed2a8f-1c0e-434b-8700-0442c2b24f50"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/7823/",
            "metadata": {
                "length": 14302,
                "lengthKind": "track",
                "positionLists": 1,
                "positions": 200,
                "size": 12832,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "country": "DE"
            }
        },
        {
            "description": "Niedenstein bei Kassel_Wiesenthalmüle",
            "creator_name": "WanderWurzel",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/e9e390e7-2cf3-4abf-a9fc-f06b85f0bb2c"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/7824/",
            "metadata": {
                "length": 9954,
                "lengthKind": "track",
                "positionLists": 2,
                "positions": 49,
                "size": 6402,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "country": "DE"
            }
        },
        {
            "description": "Bilstein_Niedenstein mit super Blick",
            "creator_name": "WanderWurzel",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/d48323f0-fce1-4b50-a352-7f08c0f07317"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/7825/",
            "metadata": {
                "length": 5399,
                "lengthKind": "track",
                "duration": 333,
                "positionLists": 1,
                "positions": 23,
                "size": 5432,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "startTime": "2010-09-17T17:09:49+00:00",
                "elevationGain": 65,
                "elevationLoss": 112,
                "country": "DE"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/2064/"
}