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

GET /v1/categories/1281/
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Mon, 07 Jun 2010 16:10:48 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/985/",
    "name": "Rheinland-Pfalz",
    "children": [],
    "routes": [
        {
            "description": "Nette Schieferpfad",
            "creator_name": "Heliraimund",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/204f04c5-5f6f-4d61-ac9b-38b657f88833"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/4579/",
            "metadata": {
                "length": 8667,
                "lengthKind": "track",
                "duration": 8799,
                "positionLists": 1,
                "positions": 608,
                "size": 85474,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "startTime": "2010-06-03T14:38:46+00:00",
                "elevationGain": 376,
                "elevationLoss": 373,
                "country": "DE"
            }
        },
        {
            "description": "Etappe 7/Track: Etappe 7Generated by Christian Pesch's RouteConverter. See http://www.routeconverter.de",
            "creator_name": "CSchmidtB",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/05d403d6-e580-4d29-a653-302b762f0b02"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/5212/",
            "metadata": {
                "length": 25994,
                "lengthKind": "straight-line",
                "positionLists": 2,
                "positions": 948,
                "size": 142284,
                "format": "Google Earth 3 (*.kml)",
                "elevationGain": 1579,
                "elevationLoss": 1474,
                "country": "DE"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/1281/"
}