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

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

{
    "parent": "https://api.routeconverter.com/v1/categories/2353/",
    "name": "240",
    "children": [],
    "routes": [
        {
            "description": "240 A to 240 B",
            "creator_name": "Theo Retisch",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/99f1b90b-3e0b-42fa-accc-94d3674c70f1"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/4116/",
            "metadata": {
                "length": 11556,
                "lengthKind": "routed",
                "positionLists": 1,
                "positions": 31,
                "size": 4212,
                "format": "Navigon Mobile Navigator 7 (*.freshroute)",
                "country": "DE"
            }
        },
        {
            "description": "240 B to 240 A",
            "creator_name": "Theo Retisch",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/479b1bc2-2b88-4505-96e5-24ba16f1dfa3"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/4117/",
            "metadata": {
                "length": 11928,
                "lengthKind": "routed",
                "positionLists": 1,
                "positions": 30,
                "size": 4074,
                "format": "Navigon Mobile Navigator 7 (*.freshroute)",
                "country": "DE"
            }
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/1013/"
}