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

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

{
    "parent": "https://api.routeconverter.com/v1/categories/2353/?format=api",
    "name": "191",
    "children": [],
    "routes": [
        {
            "description": "191 A - B",
            "creator_name": "Theo Retisch",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/5fa482f8-ccfd-4af7-9e81-3b6ea59ca3b6"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/3773/?format=api",
            "metadata": {
                "length": 8387,
                "lengthKind": "routed",
                "positionLists": 1,
                "positions": 17,
                "size": 2342,
                "format": "Navigon Mobile Navigator 7 (*.freshroute)",
                "country": "DE"
            }
        },
        {
            "description": "191 B - A",
            "creator_name": "Theo Retisch",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/1d4dbfd8-41e7-4c72-8425-ff93cdee0325"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/3774/?format=api",
            "metadata": {
                "length": 6801,
                "lengthKind": "straight-line",
                "positionLists": 1,
                "positions": 17,
                "size": 2322,
                "format": "Navigon Mobile Navigator 7 (*.freshroute)",
                "country": "DE"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/1007/?format=api"
}