Sub Theme List
This endpoint returns a list of all available sub_themes and hyperlinks to their corresponding detail view.
The sub_theme field is positioned 1 step below theme.
A sub_theme is a topical subgroup e.g. respiratory
GET /themes/infectious_disease/sub_themes/?format=api
[ { "name": "antimicrobial_resistance", "link": "https://api.ukhsa-dashboard.data.gov.uk/themes/infectious_disease/sub_themes/antimicrobial_resistance?format=api" }, { "name": "bloodborne", "link": "https://api.ukhsa-dashboard.data.gov.uk/themes/infectious_disease/sub_themes/bloodborne?format=api" }, { "name": "bloodstream_infection", "link": "https://api.ukhsa-dashboard.data.gov.uk/themes/infectious_disease/sub_themes/bloodstream_infection?format=api" }, { "name": "childhood_illness", "link": "https://api.ukhsa-dashboard.data.gov.uk/themes/infectious_disease/sub_themes/childhood_illness?format=api" }, { "name": "contact", "link": "https://api.ukhsa-dashboard.data.gov.uk/themes/infectious_disease/sub_themes/contact?format=api" }, { "name": "gastrointestinal", "link": "https://api.ukhsa-dashboard.data.gov.uk/themes/infectious_disease/sub_themes/gastrointestinal?format=api" }, { "name": "invasive_bacterial_infections", "link": "https://api.ukhsa-dashboard.data.gov.uk/themes/infectious_disease/sub_themes/invasive_bacterial_infections?format=api" }, { "name": "respiratory", "link": "https://api.ukhsa-dashboard.data.gov.uk/themes/infectious_disease/sub_themes/respiratory?format=api" }, { "name": "vaccine_preventable", "link": "https://api.ukhsa-dashboard.data.gov.uk/themes/infectious_disease/sub_themes/vaccine_preventable?format=api" }, { "name": "vector_borne", "link": "https://api.ukhsa-dashboard.data.gov.uk/themes/infectious_disease/sub_themes/vector_borne?format=api" } ]