---
title: "Retrieve all NPIs for country by date"
method: GET
path: "/status/{iso}/{date}"
tags: ["By Countries"]
---

# Retrieve all NPIs for country by date

`GET /status/{iso}/{date}`

## Path parameters

- `iso` string, required
- `date` string, date, required

## Response `200`

List of NPIs for 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 `lockdown/measures` from the response with the `200` status
  - added the optional property `lockdown/flight` to the response with the `200` status
  - added the optional property `lockdown/land` to the response with the `200` status
  - added the optional property `lockdown/max_gathering` to the response with the `200` status
  - …2 more
- **2020-04-28** `b260f48f0c54` — 2 breaking, 3 info
  - the response property `lockdown/measures/items/label` became optional for the status `200`
  - the response property `lockdown/measures/items/name` became optional for the status `200`
  - api tag `By Countries` added
  - api tag `Countries` removed
  - …1 more
- **2020-04-28** `c958494238ad` — 1 info
  - added the media type `application/json` for the response with the status `200`
- **2020-04-27** `0a887ce9f6e6` — 1 breaking, 2 info
  - removed the media type `application/json` for the response with the status `200`
  - api tag `Countries` added
  - api tag `By Countries` removed

[Change history](https://skmtc.dev/code-for-all/apis/lockdown-api/changes/status/:iso/: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)
