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

GET /v1/categories/7020/
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Thu, 27 Jul 2017 09:22:59 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/2358/",
    "name": "Flugplätze",
    "children": [
        {
            "name": "Flugplätze01",
            "url": "https://api.routeconverter.com/v1/categories/7803/"
        }
    ],
    "routes": [
        {
            "description": "Flugplätze EU (gpx 1.1)",
            "creator_name": "Claus1965",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/45e070f2-1df3-43fe-95a5-1a9bb55e303d"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/38557/",
            "metadata": {
                "length": 485668231,
                "lengthKind": "straight-line",
                "positionLists": 1,
                "positions": 3040,
                "size": 1308044,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "elevationGain": 871,
                "elevationLoss": 871,
                "country": "FR"
            }
        },
        {
            "description": "Flugplätze EU (kmz)",
            "creator_name": "Claus1965",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/33f4ecef-fe95-42ed-8bc8-7e70d87266b0"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/38558/",
            "metadata": {
                "length": 478385268,
                "lengthKind": "straight-line",
                "positionLists": 11,
                "positions": 3040,
                "size": 114626,
                "format": "Google Earth 5 Compressed (*.kmz)",
                "elevationGain": 871,
                "elevationLoss": 871,
                "country": "FR"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/7020/"
}