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

GET /v1/categories/1842/
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Tue, 07 Dec 2010 20:59:02 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/705/",
    "name": "Rhein-Sieg-Kreis",
    "children": [],
    "routes": [
        {
            "description": "GA-WT-2010-10km",
            "creator_name": "hermann",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/5a429f85-4a14-4021-95ea-2de21583ab13"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/7709/",
            "metadata": {
                "length": 60160,
                "lengthKind": "track",
                "positionLists": 3,
                "positions": 815,
                "size": 42471,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "elevationGain": 43,
                "elevationLoss": 105,
                "country": "DE"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/1842/"
}