A Singapore Government Agency Website
Official website links end with .gov.sg
Government agencies communicate via .gov.sg websites (e.g. go.gov.sg/open). Trusted websites

Secure websites use HTTPS

Look for a lock () or https:// as an added precaution. Share sensitive information only on official, secure websites.

COVID-19 Weekly Stats

Updated 4 months ago

MOH (Ministry of Health)

Data on COVID-19 cases

8 related datasets

Related datasets are grouped into a collection based on themes, topics or common attributes for easier access and exploration. All datasets within a collection are published and managed by the same agency.

7-day Moving Average Daily Estimated Numbers of COVID-19 Infections

CSV4 months ago

Coverage: Dec 2023 to Jan 2024

Average daily adult ICU bed utilisation by Epi-week

CSV4 months ago

Coverage: Jan 2023 to Jan 2024

Average daily hospitalised / ICU cases by Epi-week

CSV4 months ago

Coverage: Jan 2023 to Jan 2024

Number of COVID-19 deaths by month

CSV4 months ago

Coverage: Jan 2023 to Sep 2023

Number of COVID-19 infections by Epi-week

CSV4 months ago

Coverage: Jan 2023 to Jan 2024

Number of new COVID-19 hospitalisations / ICU admissions by Epi-week

CSV4 months ago

Coverage: Jan 2023 to Jan 2024

Progress of COVID-19 vaccination

CSV4 months ago

Coverage: Dec 2020 to Feb 2024

Vaccination status by age group

CSV4 months ago

Coverage: Sep 2022 to Aug 2023

Sample OpenAPI query

This code can be used to test a sample API query. It retrieves the metadata for this collection. For a complete guide on query parameters and syntax, please refer to the API documentation. Try it out on your browser to see the response schema.

import requests
          
collectionId = 522          
url = "https://api-production.data.gov.sg/v2/public/api/collections/{}/metadata".format(collectionId)
        
response = requests.get(url)
print(response.json())