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

GET /v1/categories/2380/
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Sun, 15 May 2011 10:23:41 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/29/",
    "name": "Pirineos",
    "children": [],
    "routes": [
        {
            "description": "Madrid - Caceres",
            "creator_name": "harzt",
            "localFileUrl": null,
            "remoteUrl": "https://maps.google.es/maps?saddr=Calle+Camarena,+160,+Madrid&daddr=40.3919371,-3.762702+to:40.2588842,-4.8015457+to:40.0396788,-5.4764949+to:N-V+to:39.8109616,-5.6823035+to:39.7734148,-5.7189901+to:3",
            "url": "https://api.routeconverter.com/v1/routes/21591/",
            "metadata": null
        },
        {
            "description": "Tans-Pirenaica - Este a Oeste - Etapa 1 of 3",
            "creator_name": "GorkTron",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/8d99d1ed-e9c2-46e1-93d8-a675637b7b0f"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/38165/",
            "metadata": {
                "length": 890857,
                "lengthKind": "routed",
                "duration": 0,
                "positionLists": 3,
                "positions": 72,
                "size": 22638,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "startTime": "2017-05-11T12:31:47+00:00",
                "elevationGain": 4900,
                "elevationLoss": 3987,
                "country": "FR"
            }
        },
        {
            "description": "Tans-Pirenaica - Este a Oeste - Etapa 2 of 3",
            "creator_name": "GorkTron",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/164aff65-6df7-46b3-9964-e2b61d62e785"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/38166/",
            "metadata": {
                "length": 897502,
                "lengthKind": "routed",
                "duration": 0,
                "positionLists": 3,
                "positions": 75,
                "size": 23421,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "startTime": "2017-05-11T12:35:42+00:00",
                "elevationGain": 7116,
                "elevationLoss": 5943,
                "country": "ES"
            }
        },
        {
            "description": "Tans-Pirenaica - Este a Oeste - Etapa 3 of 3",
            "creator_name": "GorkTron",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/380c132a-dba1-4338-94ee-a3d6f3f34d0f"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/38167/",
            "metadata": {
                "length": 277728,
                "lengthKind": "routed",
                "positionLists": 1,
                "positions": 31,
                "size": 5001,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "elevationGain": 2569,
                "elevationLoss": 4669,
                "country": "ES"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/2380/"
}