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

The geography field is positioned 1 step below geography_type.

A geography is the value of the geography e.g. London

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

[
    {
        "name": "England",
        "link": "https://api.ukhsa-dashboard.data.gov.uk/themes/infectious_disease/sub_themes/respiratory/topics/COVID-19/geography_types/Nation/geographies/England"
    }
]