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

GET /v1/categories/1161/
HTTP 200 OK
Allow: GET, PUT, DELETE, HEAD, OPTIONS
Content-Type: application/json
Last-Modified: Sun, 02 Sep 2018 17:27:38 GMT
Vary: Accept

{
    "parent": "https://api.routeconverter.com/v1/categories/1160/",
    "name": "South East",
    "children": [],
    "routes": [
        {
            "description": "County Road 200N to Williamson Rd",
            "creator_name": "dagama-na",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/ed3dfd7e-eaca-4b8a-bcba-b53618f9833c"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/4443/",
            "metadata": {
                "length": 167427,
                "lengthKind": "straight-line",
                "positionLists": 1,
                "positions": 48,
                "size": 1562,
                "format": "Tom Tom 9.5 Route (*.itn)",
                "country": "US"
            }
        },
        {
            "description": "S Lake Shore Dr US 41 to County Road 200N",
            "creator_name": "dagama-na",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/7f984fa6-1a79-415d-b658-c609099d331a"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/4444/",
            "metadata": {
                "length": 230845,
                "lengthKind": "straight-line",
                "positionLists": 1,
                "positions": 48,
                "size": 1568,
                "format": "Tom Tom 9.5 Route (*.itn)",
                "country": "US"
            }
        },
        {
            "description": "Williamson Rd to W Chain Of Rocks Rd",
            "creator_name": "dagama-na",
            "localFileUrl": {
                "file": "https://api.routeconverter.com/files/9598b13d-6143-47ca-a227-05f49a2b28df"
            },
            "remoteUrl": null,
            "url": "https://api.routeconverter.com/v1/routes/4445/",
            "metadata": {
                "length": 51960,
                "lengthKind": "straight-line",
                "positionLists": 1,
                "positions": 19,
                "size": 646,
                "format": "Tom Tom 9.5 Route (*.itn)",
                "country": "US"
            }
        },
        {
            "description": "CH-CHA",
            "creator_name": "drbesir",
            "localFileUrl": null,
            "remoteUrl": "http://www.gravoplex.com/tomtom/google_driving_directions_to_tomtom_itn.html",
            "url": "https://api.routeconverter.com/v1/routes/9429/",
            "metadata": null
        }
    ],
    "url": "https://api.routeconverter.com/v1/categories/1161/"
}