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

GET /v1/categories/7749/
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Fri, 10 Mar 2023 18:54:31 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/7079/",
    "name": "Sentiero E1 Nord",
    "children": [
        {
            "name": "test1",
            "url": "https://api.routeconverter.com/v1/categories/7797/"
        }
    ],
    "routes": [
        {
            "description": "Palamos-Barcelona",
            "creator_name": "RCanalsG",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/b422d846-ac73-4508-9de0-f501f8a52c2a"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/41624/",
            "metadata": {
                "length": 94054,
                "lengthKind": "track",
                "duration": 3745,
                "positionLists": 1,
                "positions": 3740,
                "size": 366623,
                "format": "Columbus GPS Type 1 (*.csv)",
                "startTime": "2004-09-27T08:10:25+00:00",
                "elevationGain": 639,
                "elevationLoss": 686,
                "country": "ES"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/7749/"
}