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

GET /v1/categories/1213/
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Fri, 07 May 2010 16:49:54 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/1083/",
    "name": "Gata de Gorgos",
    "children": [],
    "routes": [
        {
            "description": "Gata de Gorgos 1",
            "creator_name": "Blaukowb",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/f53cefa4-0fdc-4a9a-a520-bcbc801d692c"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/4355/",
            "metadata": {
                "length": 13160,
                "lengthKind": "track",
                "positionLists": 1,
                "positions": 6385,
                "size": 472933,
                "format": "GPS Exchange Format 1.0 (*.gpx)",
                "elevationGain": 738,
                "elevationLoss": 738,
                "country": "ES"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/1213/"
}