---
title: "getDailyReportAllCountries"
method: GET
path: "/report/country/all"
tags: ["Country"]
---

# getDailyReportAllCountries

`GET /report/country/all`

Get daily report for all countries. Date is mandatory parametar. Date format is by ISO 8601 standard, but you can provide different format with date-format parameter.

## Query parameters

- `date` string, required
- `date-format` 'YYYY-MM-DD' | 'YYYY-DD-MM' | 'DD-MM-YYYY' | 'MM-DD-YYYY'
- `format` 'json' | 'xml'

## Response `200`

Daily report for COVID-19 for selected country.

- object[]
  - `country` string
  - `date` string
  - `latitude` number, float
  - `longitude` number, float
  - `province` object[]
    - `active` integer
    - `confirmed` integer
    - `deaths` integer
    - `recovered` integer

---

[API](https://skmtc.net/covid19api/apis/covid19-api.md) · [All operations](https://skmtc.net/covid19api/apis/covid19-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/covid19api/covid19-api/versions/1a4895bf1c0b/schema)
