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

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

{
    "parent": "https://api.routeconverter.com/v1/categories/2353/",
    "name": "200",
    "children": [],
    "routes": [
        {
            "description": "200 A to 200 B",
            "creator_name": "Theo Retisch",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/caab854c-6e99-4ab1-9690-4905324abe2b"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/3792/",
            "metadata": {
                "length": 10530,
                "lengthKind": "straight-line",
                "positionLists": 1,
                "positions": 29,
                "size": 3929,
                "format": "Navigon Mobile Navigator 7 (*.freshroute)",
                "country": "DE"
            }
        },
        {
            "description": "200 - B to 200 A",
            "creator_name": "Theo Retisch",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/1cc0898a-0e15-4d0a-927a-046837ce2e01"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/3793/",
            "metadata": {
                "length": 11861,
                "lengthKind": "routed",
                "positionLists": 1,
                "positions": 30,
                "size": 4101,
                "format": "Navigon Mobile Navigator 7 (*.freshroute)",
                "country": "DE"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/1012/"
}