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

GET /v1/categories/1168/?format=api
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Fri, 23 Apr 2010 00:56:18 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/1083/?format=api",
    "name": "La Nucia",
    "children": [],
    "routes": [
        {
            "description": "La Nucia 1",
            "creator_name": "Blaukowb",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/e1f97587-88ae-410c-a6e0-53ba8894c110"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/4184/?format=api",
            "metadata": {
                "length": 9661,
                "lengthKind": "track",
                "positionLists": 1,
                "positions": 5894,
                "size": 376074,
                "format": "GPS Exchange Format 1.0 (*.gpx)",
                "elevationGain": 1343,
                "elevationLoss": 1334,
                "country": "ES"
            }
        },
        {
            "description": "Benifato Castle - Aitana circuit",
            "creator_name": "WalkingtheWorld",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/3b8f5853-6b85-477c-a56f-4b01e75c020b"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/8387/?format=api",
            "metadata": null
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/1168/?format=api"
}