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

GET /v1/categories/3202/?format=api
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Sun, 13 Nov 2011 13:21:43 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/3198/?format=api",
    "name": "Camping & Co",
    "children": [],
    "routes": [
        {
            "description": "Camping in Ontario Canada",
            "creator_name": "SenseiMarc",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/3113411a-b4df-43e0-9dd3-4c47355512e9"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/1532/?format=api",
            "metadata": {
                "length": 9587585,
                "lengthKind": "straight-line",
                "duration": 0,
                "positionLists": 1,
                "positions": 136,
                "size": 32556,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "startTime": "2009-03-31T13:30:47.590000+00:00",
                "elevationGain": 0,
                "elevationLoss": 0,
                "country": "CA"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/3202/?format=api"
}