Theme List
This endpoint returns a list of all available themes and hyperlinks to their corresponding detail view.
A theme is the largest topical subgroup e.g. infectious_disease.
GET /themes/
[ { "name": "climate_and_environment", "link": "https://api.ukhsa-dashboard.data.gov.uk/themes/climate_and_environment" }, { "name": "immunisation", "link": "https://api.ukhsa-dashboard.data.gov.uk/themes/immunisation" }, { "name": "infectious_disease", "link": "https://api.ukhsa-dashboard.data.gov.uk/themes/infectious_disease" }, { "name": "medicines", "link": "https://api.ukhsa-dashboard.data.gov.uk/themes/medicines" } ]