A FastAPI-based REST API providing up-to-date COVID-19 outbreak data for Togo, sourced from the Togolese government.
Coronavirus Tg API is a REST API built with FastAPI that provides up-to-date COVID-19 outbreak statistics specifically for Togo. It aggregates data from the Togolese government's official website, offering endpoints for confirmed cases, deaths, recoveries, and source information. The project solves the need for a reliable, programmatic source of localized pandemic data.
Developers, data analysts, and public health organizations building applications or dashboards that require real-time COVID-19 data for Togo. It's particularly useful for those integrating official statistics into news platforms, research tools, or public awareness campaigns.
Developers choose this API because it provides direct access to verified government data in a clean, well-documented REST format. Its use of FastAPI ensures high performance and automatic interactive documentation, while Docker support simplifies deployment and scaling.
API for tracking the global coronavirus (COVID-19, SARS-CoV-2) 🦠 outbreak in Togo. It's written in python using the FastAPI framework 🔥. Supports government source!
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
Pulls directly from the Togolese government website (https://covid19.gouv.tg), ensuring data authenticity and reliability for local contexts.
Includes SwaggerUI and ReDocs for interactive API exploration, making integration straightforward with clear endpoint definitions and sample responses.
Offers Docker support with pre-built images, simplifying setup and scalability for local development or production hosting.
Built with FastAPI, providing automatic OpenAPI documentation, high performance, and asynchronous capabilities for efficient data serving.
Only covers Togo, making it irrelevant for applications needing data on other countries or global pandemic overviews.
Relies entirely on one government website; any downtime or inaccuracies from the source directly compromise API data availability and trust.
Endpoints provide only current totals without historical data, regional breakdowns, or additional metrics like testing rates or vaccination stats.
As a pandemic-focused project, long-term maintenance is uncertain—the README doesn't guarantee updates, and Heroku hosting may face limitations.