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

GET /v1/categories/1949/
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Mon, 31 Jan 2011 08:22:32 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/742/",
    "name": "Erlangen",
    "children": [],
    "routes": [
        {
            "description": "Dechsendorfer Weiher - Röttenbach",
            "creator_name": "Wurzelsepp",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/cf408a33-3b59-46d4-978b-8278eade45bc"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/8225/",
            "metadata": {
                "length": 12835,
                "lengthKind": "track",
                "positionLists": 1,
                "positions": 1045,
                "size": 162127,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "elevationGain": 171,
                "elevationLoss": 181,
                "country": "DE"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/1949/"
}