Covid-19 Philippines
APIUnofficial COVID-19 API for Philippines using DOH-sourced data
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)
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
People Also Ask about Covid-19 Philippines
Tool Info
Pros
- ⊕ Free access
- ⊕ Detailed geographic data
- ⊕ Regular updates
- ⊕ Easy integration
Cons
- ⊖ Unofficial (no SLA)
- ⊖ Potential rate limits
- ⊖ Dependent on DOH data availability