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

GET /v1/categories/336/
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Sun, 07 Feb 2010 07:48:41 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/985/",
    "name": "Hessen",
    "children": [],
    "routes": [
        {
            "description": "Schäferberg bei Espenau",
            "creator_name": "Sandmann_x99",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/caa5f664-3c44-424b-beef-0556480cb23e"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/982/",
            "metadata": {
                "length": 29223,
                "lengthKind": "straight-line",
                "duration": 0,
                "positionLists": 3,
                "positions": 201,
                "size": 35538,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "startTime": "2008-09-26T20:17:01.484000+00:00",
                "country": "DE"
            }
        },
        {
            "description": "Volkmarsen-Elmarshausen",
            "creator_name": "donbosco",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/a8402c57-7839-42c6-a790-aa9f1d8179cd"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/3054/",
            "metadata": {
                "length": 23092,
                "lengthKind": "track",
                "duration": 1255,
                "positionLists": 1,
                "positions": 86,
                "size": 25783,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "startTime": "2009-06-21T00:40:57.753000+00:00",
                "country": "DE"
            }
        },
        {
            "description": "Diez-Hahnstätten-Flacht",
            "creator_name": "walker1945",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/02260663-2b5b-4fc7-a22d-5ab6e71a7c7c"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/37927/",
            "metadata": {
                "length": 13597,
                "lengthKind": "track",
                "duration": 8906,
                "positionLists": 1,
                "positions": 1218,
                "size": 446879,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "startTime": "2016-08-30T09:11:45+00:00",
                "elevationGain": 219,
                "elevationLoss": 211,
                "country": "DE"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/336/"
}