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

GET /v1/categories/913/
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Sun, 10 Jan 2010 18:11:14 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/823/",
    "name": "Rundwege Hürtgenwald",
    "children": [],
    "routes": [
        {
            "description": "Rundweg 1",
            "creator_name": "Eifelyeti",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/5b1a8aeb-27bb-4b9c-9358-d9ef2f156eb7"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/3504/",
            "metadata": {
                "length": 7205,
                "lengthKind": "track",
                "positionLists": 1,
                "positions": 319,
                "size": 15699,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "country": "DE"
            }
        },
        {
            "description": "Rundweg 1a",
            "creator_name": "Eifelyeti",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/d6c3deba-344f-4364-af4c-2fab0e1683b7"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/3505/",
            "metadata": {
                "length": 6818,
                "lengthKind": "track",
                "positionLists": 1,
                "positions": 329,
                "size": 16160,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "country": "DE"
            }
        },
        {
            "description": "Rundweg 2",
            "creator_name": "Eifelyeti",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/3fdd9357-a307-47ec-890e-8dd16090de00"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/3506/",
            "metadata": {
                "length": 7733,
                "lengthKind": "track",
                "positionLists": 1,
                "positions": 331,
                "size": 16251,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "country": "DE"
            }
        },
        {
            "description": "Rundweg 4",
            "creator_name": "Eifelyeti",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/90684a4a-b712-4416-91c9-6b21fe17a055"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/3507/",
            "metadata": {
                "length": 5085,
                "lengthKind": "track",
                "positionLists": 1,
                "positions": 244,
                "size": 12249,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "country": "DE"
            }
        },
        {
            "description": "Rundweg 3",
            "creator_name": "Eifelyeti",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/dd2a37ff-1853-44fa-91d0-b2d1ed384411"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/3508/",
            "metadata": {
                "length": 7153,
                "lengthKind": "track",
                "positionLists": 1,
                "positions": 358,
                "size": 17493,
                "format": "GPS Exchange Format 1.1 (*.gpx)",
                "country": "DE"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/913/"
}