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

GET /v1/categories/1050/
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Mon, 08 Mar 2010 12:00:52 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/705/",
    "name": "Solingen",
    "children": [],
    "routes": [
        {
            "description": "Wanderung in der Ohligser Heide | www.alschim.de",
            "creator_name": "alschim",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/e5b924ba-4a99-4955-8ca7-316a050c299c"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/3910/",
            "metadata": {
                "length": 8089,
                "lengthKind": "track",
                "duration": 30931200,
                "positionLists": 1,
                "positions": 784,
                "size": 112738,
                "format": "NMEA 0183 Sentences (*.nmea)",
                "startTime": "2009-03-15T12:34:34+00:00",
                "elevationGain": 1235,
                "elevationLoss": 1057,
                "country": "DE"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/1050/"
}