---
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

## Changes

- **2020-04-30** `c47f29022e9e` — 1 warning, 5 info
  - removed the optional property `additionalProperties/lockdown/measures` from the response with the `200` status
  - added the optional property `additionalProperties/lockdown/flight` to the response with the `200` status
  - added the optional property `additionalProperties/lockdown/land` to the response with the `200` status
  - added the optional property `additionalProperties/lockdown/max_gathering` to the response with the `200` status
  - …2 more
- **2020-04-28** `b260f48f0c54` — 2 breaking, 1 info
  - the response property `additionalProperties/lockdown/measures/items/label` became optional for the status `200`
  - the response property `additionalProperties/lockdown/measures/items/name` became optional for the status `200`
  - added the optional property `additionalProperties/lockdown/measures/items/value` to the response with the `200` status
- **2020-04-28** `c958494238ad` — 1 info
  - endpoint added
- **2020-04-27** `0a887ce9f6e6` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/code-for-all/apis/lockdown-api/changes/status/world/:startDate/:endDate/get.md)

---

[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)
