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

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

{
    "parent": "https://api.routeconverter.com/v1/categories/2353/?format=api",
    "name": "104",
    "children": [],
    "routes": [
        {
            "description": "104 A to 104 B",
            "creator_name": "Theo Retisch",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/ca4e567b-93f8-481d-a5b6-4177510f687b"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/3752/?format=api",
            "metadata": {
                "length": 20508,
                "lengthKind": "routed",
                "positionLists": 1,
                "positions": 53,
                "size": 6999,
                "format": "Navigon Mobile Navigator 7 (*.freshroute)",
                "country": "DE"
            }
        },
        {
            "description": "104 B - A Tunnelstr. - Brixplatz",
            "creator_name": "Theo Retisch",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/e3c5a768-66f1-45d4-a479-06707de8411c"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/3753/?format=api",
            "metadata": {
                "length": 18715,
                "lengthKind": "straight-line",
                "positionLists": 1,
                "positions": 55,
                "size": 7248,
                "format": "Navigon Mobile Navigator 7 (*.freshroute)",
                "country": "DE"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/1002/?format=api"
}