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

GET /v1/categories/1650/?format=api
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Fri, 15 Oct 2010 16:24:58 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/742/?format=api",
    "name": "Hersbrucker Schweiz",
    "children": [],
    "routes": [
        {
            "description": "Hirschbachtaler Höhlenweg Teilstrecke ",
            "creator_name": "ardnaxela",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/886b437b-16a8-427b-99d3-7bb406ee51e3"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/6858/?format=api",
            "metadata": {
                "length": 16728,
                "lengthKind": "track",
                "positionLists": 2,
                "positions": 370,
                "size": 68733,
                "format": "Google Earth 5 (*.kml)",
                "elevationGain": 1318,
                "elevationLoss": 1326,
                "country": "DE"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/1650/?format=api"
}