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

GET /v1/categories/2716/
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Thu, 09 Apr 2020 17:19:45 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/7479/",
    "name": "Luxembourg",
    "children": [],
    "routes": [
        {
            "description": "op",
            "creator_name": "gondolf",
            "localFileUrl": null,
            "remoteUrl": "https://maps.google.de/maps?saddr=Wiener+Weg,+K%C3%B6ln&daddr=50.68029,6.19562+to:50.51897,6.06315+to:Luxemburg+Stadt,+Luxemburg&hl=de&ie=UTF8&ll=50.660344,6.248474&spn=0.240706,0.629654&sll=50.556197",
            "url": "https://api.routeconverter.com/v1/routes/17477/",
            "metadata": null
        },
        {
            "description": "MC Spatlap Vianden",
            "creator_name": "Remus",
            "localFileUrl": null,
            "remoteUrl": "http://spatlab.nl/aktiviteiten/googlemap/googlemap.html?xmlfile=2010-07-25_R2.xml&pt=Rondrit%202%20MC%20Spat.Lab%20Weekend%20Vianden%202010",
            "url": "https://api.routeconverter.com/v1/routes/24919/",
            "metadata": null
        },
        {
            "description": "178km-nur-Kurven",
            "creator_name": "OliB",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/de387294-b595-4328-a88a-3db672a6073d"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/39133/",
            "metadata": {
                "length": 190068,
                "lengthKind": "routed",
                "positionLists": 1,
                "positions": 20,
                "size": 3652,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "elevationGain": 977,
                "elevationLoss": 977,
                "country": "LU"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/2716/"
}