GET /api/v1.0/cd-territorial-subdivision-list/?lang=en
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": "new south wales",
            "text": "New South Wales",
            "count": 1
        },
        {
            "id": "nordrhein-westfalen",
            "text": "Nordrhein-Westfalen",
            "count": 1
        },
        {
            "id": "taiwan",
            "text": "Taiwan",
            "count": 1
        }
    ]
}