---
title: "Retrieve lockdown status of all countries for date range. Maximum date range is 70 days"
method: GET
path: "/status/world/{startDate}/{endDate}"
tags: ["World"]
---

# Retrieve lockdown status of all countries for date range. Maximum date range is 70 days

`GET /status/world/{startDate}/{endDate}`

## Path parameters

- `startDate` string, date, required
- `endDate` string, date, required

## Response `200`

List of NPIs for date. Additional property is lockdown date.

- object

## Other responses

- `default` — Unexpected error

---

[API](https://skmtc.dev/code-for-all/apis/lockdown-api.md) · [All operations](https://skmtc.dev/code-for-all/apis/lockdown-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/code-for-all/lockdown-api/revisions/2a4c01ec7f7f/schema)
