MyVaccination
APIMalaysia Vaccination Data API for Public Health Insights
Overview
The MyVaccination API provides real-time and historical vaccination data for Malaysia. It offers RESTful endpoints for national summary stats (total doses, fully vaccinated population), state-level breakdowns, age-group metrics, and daily trends. Responses are in JSON format, enabling easy integration. Use cases include building public health dashboards, supporting vaccine uptake research, news reporting, and developing tools to track Malaysia’s vaccination progress.
Example Integration (JavaScript)
fetch('https://documenter.getpostman.com/view/16605343/Tzm8GG7u')
.then(res => res.json())
.then(data => console.log(data))
.catch(err => console.error(err)); Key Features
- RESTful API
- JSON Response Format
- National & State-Level Data
- Historical & Daily Trend Updates
- No Authentication Required
Frequently Asked Questions
? Is MyVaccination API free to use?
Yes, the MyVaccination API is available for free public use without subscription fees.
? Does it require an API Key?
No, the API does not require authentication or an API key for access to its endpoints.
? What response format does the API support?
The API only supports JSON as the response format for all its vaccination data endpoints.
Top Alternatives
People Also Ask about MyVaccination
Tool Info
Pros
- ⊕ Free Public Access
- ⊕ Comprehensive Malaysia-Specific Data
- ⊕ Easy Integration
- ⊕ Regularly Updated Stats
Cons
- ⊖ Rate Limits May Apply
- ⊖ No Official SLA
- ⊖ Limited to Malaysia Only
- ⊖ No XML Support