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

GET /v1/categories/1358/
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Sun, 11 Jul 2010 08:53:27 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/97/",
    "name": "Türkei (Türkiye)",
    "children": [],
    "routes": [
        {
            "description": "Tirtar-Dikmen",
            "creator_name": "kemal",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/baaf7ffc-8fd7-483a-a4b9-1a4f659481dc"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/4755/",
            "metadata": {
                "length": 12457,
                "lengthKind": "track",
                "duration": 25611,
                "positionLists": 1,
                "positions": 3931,
                "size": 527781,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "startTime": "2010-05-04T07:41:11+00:00",
                "elevationGain": 1727,
                "elevationLoss": 1718,
                "country": "TR"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/1358/"
}