Quarantine
Connector for the quarantine API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.quarantine.country/api/v1 - Auth:
bearer(pass your key via theapiKeyinput)
Operations
get_spots_day— GET /spots/day — Resolve change chart by dayget_spots_month— GET /spots/month — Resolve change chart for weekget_spots_week— GET /spots/week — Resolve change chart for weekget_spots_year— GET /spots/year — Resolve change chart for weekget_summary_latest— GET /summary/latest — Get latest coronavirus situation reportget_summary_region— GET /summary/region — Resolve report for region
Inputs
apiKey— your quarantine API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: get_spots_day
apiKey: <your key>