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

GET /v1/categories/2382/
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Mon, 13 Jun 2011 09:05:46 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/254/",
    "name": "_Harz",
    "children": [],
    "routes": [
        {
            "description": "Wanderung August 2010/Route Drei Annen Hohne - Ilsenburg/Zwischenziele",
            "creator_name": "gerdc",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/29dd7ffa-6254-4c9c-940e-f8d09aee03c5"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/8099/",
            "metadata": {
                "length": 22889,
                "lengthKind": "straight-line",
                "positionLists": 2,
                "positions": 587,
                "size": 8834,
                "format": "Google Earth 5 Compressed (*.kmz)",
                "elevationGain": 0,
                "elevationLoss": 0,
                "country": "DE"
            }
        },
        {
            "description": "Versuch1",
            "creator_name": "uprantl",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/f4dfda7e-f6bb-48bf-8c5e-b90aaa5a8a79"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/38036/",
            "metadata": null
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/2382/"
}