This endpoint returns a list of all available geography types and hyperlinks to their corresponding detail view.

The geography_type field is positioned 1 step below topic.

A geography_type is the type of geography e.g. Nation

HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

[
    {
        "name": "Government Office Region",
        "link": "https://api.ukhsa-dashboard.data.gov.uk/themes/infectious_disease/sub_themes/respiratory/topics/COVID-19/geography_types/Government%20Office%20Region"
    },
    {
        "name": "Lower Tier Local Authority",
        "link": "https://api.ukhsa-dashboard.data.gov.uk/themes/infectious_disease/sub_themes/respiratory/topics/COVID-19/geography_types/Lower%20Tier%20Local%20Authority"
    },
    {
        "name": "Nation",
        "link": "https://api.ukhsa-dashboard.data.gov.uk/themes/infectious_disease/sub_themes/respiratory/topics/COVID-19/geography_types/Nation"
    },
    {
        "name": "NHS Region",
        "link": "https://api.ukhsa-dashboard.data.gov.uk/themes/infectious_disease/sub_themes/respiratory/topics/COVID-19/geography_types/NHS%20Region"
    },
    {
        "name": "NHS Trust",
        "link": "https://api.ukhsa-dashboard.data.gov.uk/themes/infectious_disease/sub_themes/respiratory/topics/COVID-19/geography_types/NHS%20Trust"
    },
    {
        "name": "UKHSA Region",
        "link": "https://api.ukhsa-dashboard.data.gov.uk/themes/infectious_disease/sub_themes/respiratory/topics/COVID-19/geography_types/UKHSA%20Region"
    },
    {
        "name": "Upper Tier Local Authority",
        "link": "https://api.ukhsa-dashboard.data.gov.uk/themes/infectious_disease/sub_themes/respiratory/topics/COVID-19/geography_types/Upper%20Tier%20Local%20Authority"
    }
]