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

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

{
    "parent": "https://api.routeconverter.com/v1/categories/2353/",
    "name": "154",
    "children": [],
    "routes": [
        {
            "description": "154 A to 154 B",
            "creator_name": "Theo Retisch",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/27e276b3-08f3-4126-9f54-116cba04e020"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/3762/",
            "metadata": {
                "length": 20575,
                "lengthKind": "straight-line",
                "positionLists": 1,
                "positions": 43,
                "size": 5732,
                "format": "Navigon Mobile Navigator 7 (*.freshroute)",
                "country": "DE"
            }
        },
        {
            "description": "154 A to 154 F",
            "creator_name": "Theo Retisch",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/062249a2-f240-4f70-be11-31f843644cd8"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/3763/",
            "metadata": {
                "length": 15539,
                "lengthKind": "straight-line",
                "positionLists": 1,
                "positions": 32,
                "size": 4278,
                "format": "Navigon Mobile Navigator 7 (*.freshroute)",
                "country": "DE"
            }
        },
        {
            "description": "154 B to 154 A",
            "creator_name": "Theo Retisch",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/65097a3b-de04-4c3d-b85a-b93a02484801"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/3764/",
            "metadata": {
                "length": 20772,
                "lengthKind": "straight-line",
                "positionLists": 1,
                "positions": 43,
                "size": 5738,
                "format": "Navigon Mobile Navigator 7 (*.freshroute)",
                "country": "DE"
            }
        },
        {
            "description": "154 F to 154 A",
            "creator_name": "Theo Retisch",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/c39bc084-5f71-4d1a-90a7-8a5772449e5a"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/3765/",
            "metadata": {
                "length": 15700,
                "lengthKind": "straight-line",
                "positionLists": 1,
                "positions": 32,
                "size": 4273,
                "format": "Navigon Mobile Navigator 7 (*.freshroute)",
                "country": "DE"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/1004/"
}