GET /taxonomy/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 5,
    "next": null,
    "previous": null,
    "results": [
        {
            "id": 3,
            "name": "Affordable Housing",
            "slug": "affordable-housing",
            "description": "Housing market indicators",
            "tags": []
        },
        {
            "id": 2,
            "name": "Child Health Explorer",
            "slug": "child-health-explorer",
            "description": "",
            "tags": []
        },
        {
            "id": 5,
            "name": "Topic Explorer",
            "slug": "default",
            "description": "The main taxonomy to organize indicators.",
            "tags": [
                1
            ]
        },
        {
            "id": 1,
            "name": "Reach Dashboard",
            "slug": "reach",
            "description": "",
            "tags": []
        },
        {
            "id": 6,
            "name": "State of Aging",
            "slug": "state-of-aging",
            "description": "Age Friendly Community Index",
            "tags": []
        }
    ]
}