# Coronavirus in the UK API **Provider:** Coronavirus in the UK **Category:** developer **Base URL:** `https://coronavirus.data.gov.uk` **Auth:** none — `# No auth required` **Rate Limit:** See documentation **Free Tier:** Yes — [object Object] **Pricing:** Free tier available (freemium) **Docs:** https://coronavirus.data.gov.uk/details/developers-guide ## Description UK Government coronavirus data, including deaths and cases by region ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://coronavirus.data.gov.uk/` | See documentation for endpoint reference | ## Authentication No authentication required ``` # No auth required ``` ## Sample Request ```bash curl 'https://coronavirus.data.gov.uk' ``` ## Sample Response ```json {} ``` ## Pricing Details Free — open public API, no authentication required. --- *Source: [API Map](https://apimap.dev/apis/coronavirus-in-the-uk/) — CC BY 4.0*