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

GET /v1/categories/1404/
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Sat, 24 Jul 2010 08:37:53 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/442/",
    "name": "Schweden",
    "children": [],
    "routes": [
        {
            "description": "SEGELTOUR Norra skärg 2009-10-09",
            "creator_name": "rungebub",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/eeb9270d-6116-4404-9e50-478661a23d6d"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/4371/",
            "metadata": {
                "length": 53926,
                "lengthKind": "track",
                "duration": 1211866,
                "positionLists": 1,
                "positions": 778,
                "size": 75359,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "startTime": "2009-09-26T16:46:56+00:00",
                "elevationGain": 775,
                "elevationLoss": 802,
                "country": "SE"
            }
        },
        {
            "description": "Sztokholm Gdynia",
            "creator_name": "encore7",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/6341715c-fd7f-4b1d-a6db-7883a97ff1a6"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/40604/",
            "metadata": null
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/1404/"
}