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

GET /v1/categories/1021/
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Tue, 10 May 2011 20:34:07 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/2353/",
    "name": "187",
    "children": [],
    "routes": [
        {
            "description": "187 A to 187 B",
            "creator_name": "Theo Retisch",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/50dc6e21-3190-4270-92e3-0438fc8fdf22"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/3818/",
            "metadata": {
                "length": 15433,
                "lengthKind": "routed",
                "positionLists": 1,
                "positions": 44,
                "size": 5747,
                "format": "Navigon Mobile Navigator 7 (*.freshroute)",
                "country": "DE"
            }
        },
        {
            "description": "187 B to 187 A",
            "creator_name": "Theo Retisch",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/80d33035-ac73-4a8d-8df0-2864616b4ea8"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/3819/",
            "metadata": {
                "length": 15431,
                "lengthKind": "routed",
                "positionLists": 1,
                "positions": 42,
                "size": 5530,
                "format": "Navigon Mobile Navigator 7 (*.freshroute)",
                "country": "DE"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/1021/"
}