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

GET /v1/categories/1010/?format=api
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Tue, 10 May 2011 20:33:58 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/2353/?format=api",
    "name": "195",
    "children": [],
    "routes": [
        {
            "description": "195 A to 195 B",
            "creator_name": "Theo Retisch",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/d36eace2-c695-4405-b7e9-ba7407680746"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/3782/?format=api",
            "metadata": {
                "length": 12320,
                "lengthKind": "straight-line",
                "positionLists": 1,
                "positions": 33,
                "size": 4485,
                "format": "Navigon Mobile Navigator 7 (*.freshroute)",
                "country": "DE"
            }
        },
        {
            "description": "195 A to 195 C",
            "creator_name": "Theo Retisch",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/e2c5f001-8324-4acb-86b1-dbc1494c4071"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/3783/?format=api",
            "metadata": {
                "length": 10497,
                "lengthKind": "straight-line",
                "positionLists": 1,
                "positions": 28,
                "size": 3845,
                "format": "Navigon Mobile Navigator 7 (*.freshroute)",
                "country": "DE"
            }
        },
        {
            "description": "195 B - A",
            "creator_name": "Theo Retisch",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/f1cede84-bec8-4b08-ae8e-144ea7cc303e"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/3784/?format=api",
            "metadata": {
                "length": 12819,
                "lengthKind": "straight-line",
                "positionLists": 1,
                "positions": 36,
                "size": 4872,
                "format": "Navigon Mobile Navigator 7 (*.freshroute)",
                "country": "DE"
            }
        },
        {
            "description": "195 C - A",
            "creator_name": "Theo Retisch",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/468cdb10-5e03-453a-8434-5ea195e2c609"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/3785/?format=api",
            "metadata": {
                "length": 10182,
                "lengthKind": "straight-line",
                "positionLists": 1,
                "positions": 28,
                "size": 3836,
                "format": "Navigon Mobile Navigator 7 (*.freshroute)",
                "country": "DE"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/1010/?format=api"
}