Page areas with type
Given a category (page name) / area type combination, returns all areas available for that category under the given area type.
get/page_areas/{page}/{area_type}
Path parameters
page'cases' | 'testing' | 'deaths' | 'vaccinations' | 'healthcare' required
Category of the page whose areas are being requested.
area_typestring required
Type of the area by which to filter the areas associated with the given category.
Headers
Accept'application/json' required
Accept-Encoding'deflate' | 'gzip' | 'br'
Response
Returns all areas for the specified category / area type combination.