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

GET /v1/categories/7552/?format=api
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Wed, 26 Aug 2020 14:51:23 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/6914/?format=api",
    "name": "Viva Transfer",
    "children": [],
    "routes": [
        {
            "description": "Kröslin - Strahlsund",
            "creator_name": "klausk",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/2a8950c1-5e35-427f-927c-3161b363b9be"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/40253/?format=api",
            "metadata": {
                "length": 53725,
                "lengthKind": "track",
                "duration": 25164,
                "positionLists": 1,
                "positions": 25203,
                "size": 6301185,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "startTime": "2020-08-09T06:56:29.348000+00:00",
                "elevationGain": 670,
                "elevationLoss": 669
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/7552/?format=api"
}