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

GET /v1/categories/1945/
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Sun, 30 Jan 2011 15:10:35 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/1944/",
    "name": "Angers",
    "children": [],
    "routes": [
        {
            "description": "Meignanne 10.6",
            "creator_name": "MUTHULAR Laurent",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/0f826cc6-becf-4ef8-9879-6dfb48892b5e"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/8195/",
            "metadata": {
                "length": 9339,
                "lengthKind": "straight-line",
                "duration": 2903,
                "positionLists": 2,
                "positions": 30,
                "size": 4042,
                "format": "GPS Exchange Format 1.0 (*.gpx)",
                "startTime": "2011-01-30T02:38:59+00:00",
                "elevationGain": 0,
                "elevationLoss": 0,
                "country": "FR"
            }
        },
        {
            "description": "PointOfInterestC 1 to Position 16",
            "creator_name": "brando.02.miguel",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/ed8106cc-364a-4411-b90f-e0808c166496"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/40301/",
            "metadata": {
                "length": 22,
                "lengthKind": "track",
                "duration": 22,
                "positionLists": 1,
                "positions": 16,
                "size": 1225,
                "format": "Columbus GPS Type 1 (*.csv)",
                "startTime": "2020-10-02T11:30:04+00:00",
                "elevationGain": 6,
                "elevationLoss": 10,
                "country": "PH"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/1945/"
}