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

GET /v1/categories/7549/
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Mon, 03 Aug 2020 17:30:56 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/400/",
    "name": "Pyrenees Catalunya",
    "children": [],
    "routes": [
        {
            "description": "1.Tossa d'Alp-Ref.Sant Jordi",
            "creator_name": "estifen",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/2c2a1396-b346-4e42-9582-e910458ef1f1"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/40566/",
            "metadata": {
                "length": 49686,
                "lengthKind": "straight-line",
                "positionLists": 2,
                "positions": 1314,
                "size": 86384,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "elevationGain": 4197,
                "elevationLoss": 4184,
                "country": "ES"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/7549/"
}