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

GET /v1/categories/1287/
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Wed, 09 Jun 2010 10:01:09 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/1083/",
    "name": "Campell",
    "children": [],
    "routes": [
        {
            "description": "Campell 1",
            "creator_name": "Blaukowb",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/9913c9a8-4f2d-4e15-9a22-ee06861865a7"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/4605/",
            "metadata": {
                "length": 9470,
                "lengthKind": "track",
                "positionLists": 1,
                "positions": 10233,
                "size": 773577,
                "format": "GPS Exchange Format 1.0 (*.gpx)",
                "elevationGain": 1158,
                "elevationLoss": 1167,
                "country": "ES"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/1287/"
}