---
title: "Retrieve lockdown status of all countries for date"
method: GET
path: "/status/world/{date}"
tags: ["World"]
---

# Retrieve lockdown status of all countries for date

`GET /status/world/{date}`

## Path parameters

- `date` string, date, required

## Response `200`

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

- object[]
  - `lockdown` Lockdown
    - `iso` string
    - `max_gathering` Measure[]
      - `label` string
      - `name` string
      - `value` string
      - `#date+start` string, date
      - `#date+end` string, date
      - `#meta+url` string
      - `#country+code+iso3` string
    - `measure` Measure[]
      - `label` string
      - `name` string
      - `value` string
      - `#date+start` string, date
      - `#date+end` string, date
      - `#meta+url` string
      - `#country+code+iso3` string
    - `land` Measure[]
      - `label` string
      - `name` string
      - `value` string
      - `#date+start` string, date
      - `#date+end` string, date
      - `#meta+url` string
      - `#country+code+iso3` string
    - `sea` Measure[]
      - `label` string
      - `name` string
      - `value` string
      - `#date+start` string, date
      - `#date+end` string, date
      - `#meta+url` string
      - `#country+code+iso3` string
    - `flight` Measure[]
      - `label` string
      - `name` string
      - `value` string
      - `#date+start` string, date
      - `#date+end` string, date
      - `#meta+url` string
      - `#country+code+iso3` string

## Other responses

- `default` — Unexpected error

## Changes

- **2020-04-30** `c47f29022e9e` — 1 warning, 5 info
  - removed the optional property `items/lockdown/measures` from the response with the `200` status
  - added the optional property `items/lockdown/flight` to the response with the `200` status
  - added the optional property `items/lockdown/land` to the response with the `200` status
  - added the optional property `items/lockdown/max_gathering` to the response with the `200` status
  - …2 more
- **2020-04-28** `b260f48f0c54` — 2 breaking, 1 info
  - the response property `items/lockdown/measures/items/label` became optional for the status `200`
  - the response property `items/lockdown/measures/items/name` became optional for the status `200`
  - added the optional property `items/lockdown/measures/items/value` to the response with the `200` status
- **2020-04-28** `c958494238ad` — 1 info
  - added the media type `application/json` for the response with the status `200`
- **2020-04-28** `0c31a0334198` — 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/:date/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)
