Covid-19 Philippines

API

Unofficial COVID-19 API for Philippines using DOH-sourced data

Visit Website

Overview

This RESTful API provides unofficial COVID-19 data for the Philippines, aggregated from Department of Health (DOH) public reports. Key endpoints include national total cases/recoveries/deaths, daily trend updates, regional breakdowns, and provincial-level stats. Responses are in JSON format, ideal for integration into dashboards, mobile apps, or public health tools. Use cases include tracking regional spread, building real-time stats widgets, or analyzing historical COVID-19 trends in the Philippines. Data is regularly synced to reflect the latest DOH releases.

Example Integration (JavaScript)

script.js JS

fetch('https://github.com/Simperfy/Covid-19-API-Philippines-DOH')
  .then(res => res.json())
  .then(data => console.log(data))
  .catch(err => console.error(err));

Key Features

  • RESTful
  • JSON responses
  • No API key required
  • DOH-sourced data
  • Regional/provincial breakdowns

Frequently Asked Questions

? Is Covid-19 Philippines API free to use?

Yes, this unofficial API is free for public and non-commercial use.

? Does it require an API Key?

No, authentication is not required to access any of the endpoints.

? What is the response format?

All API responses are in JSON format, compatible with most programming languages and tools.

Top Alternatives

Official DOH COVID-19 Open Data API Search Google

People Also Ask about Covid-19 Philippines

Covid-19 Philippines vs Official DOH COVID-19 Open Data API Covid-19 Philippines 2025 review

Tool Info

Pricing Free
Category Health
Platform Public API

Pros

  • Free access
  • Detailed geographic data
  • Regular updates
  • Easy integration

Cons

  • Unofficial (no SLA)
  • Potential rate limits
  • Dependent on DOH data availability

More Health Tools