Logo Lanfrica
  • Home
  • Atlas
  • Insights
  • Docs
  • Sign in

© 2026 Lanfrica. All rights reserved. All copyrights of the resources shown on the Lanfrica website belong to the original copyright holders, unless explicitly stated otherwise.

sink-opuba/covid-19-nigeria-api

Domain:

healthcare

Record type:

software
Creator:
sin
Host:
A realtime api that reports covid-19 cases in nigeria by states # covid-19-nigeria-api A realtime api that reports covid-19 cases in nigeria by states. Sourced from NCDC. The API is live here Zero authentication required. A call to `covidnigeria.herokuapp.com` or `/api` returns a `json` string in this format: ```js { "data": { "totalSamplesTested": string, "totalConfirmedCases": number, "totalActiveCases": number, "discharged": number, "death": number, "states" : [ { "state": "Lagos", "_id": uniqueID, "confirmedCases": number, "casesOnAdmission": number, "discharged": number, "death": number }, { "state": "FCT", "_id": uniqueID, "confirmedCases": number, "casesOnAdmission": number, "discharged": number, "death": number }, ... ] } } ``` To get data for a specific state, map through the returned states array and grab your state of choice. See this codepen example using JavaScript fetch here

Visit

github.com

Tags

covid-19-apicovid-19-nigeriacovid-19-nigeria-api

Licenses

MIT