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

GET /v1/categories/1702/
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Sat, 13 Apr 2019 19:38:23 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/7349/",
    "name": "Nederland",
    "children": [],
    "routes": [
        {
            "description": "WALEM",
            "creator_name": "Macinaggio",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/2da5a93f-7f81-4ccb-91c2-978a099911e2"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/7038/",
            "metadata": {
                "length": 14877,
                "lengthKind": "track",
                "duration": 8604,
                "positionLists": 1,
                "positions": 1001,
                "size": 95479,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "startTime": "2010-10-30T15:30:29+00:00",
                "elevationGain": 222,
                "elevationLoss": 309,
                "country": "BE"
            }
        },
        {
            "description": "Route naar mijn werk",
            "creator_name": "Lucid",
            "localFileUrl": null,
            "remoteUrl": "http://maps.google.com/maps?saddr=Lodewijk+Napoleonplantsoen+88,+Utrecht,+Netherlands&daddr=52.06049,5.2679+to:Willem+van+Lanschotplein+2,+Doorn,+Netherlands&hl=en&sll=52.067056,5.297298&sspn=0.066693",
            "url": "https://api.routeconverter.com/v1/routes/10934/",
            "metadata": null
        },
        {
            "description": "record 1 to record 4696",
            "creator_name": "jordihoek@hotmail.com",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/b01403d1-0c5a-471a-9ef9-7dee55acfb6f"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/40260/",
            "metadata": {
                "length": 21961,
                "lengthKind": "track",
                "duration": 4729,
                "positionLists": 1,
                "positions": 4696,
                "size": 116975,
                "format": "Garmin FIT (*.fit)",
                "startTime": "2020-08-29T12:28:03+00:00",
                "elevationGain": 3545,
                "elevationLoss": 3517,
                "country": "NL"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/1702/"
}