---
title: "Retrieve all NPIs for country by date range. Maximum date range is 70 days."
method: GET
path: "/status/{iso}/{startDate}/{endDate}"
tags: ["By Countries"]
---

# Retrieve all NPIs for country by date range. Maximum date range is 70 days.

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

## Path parameters

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

## Response `200`

List of NPIs for by 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, 3 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`
  - 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** `e9045170cfc4` — 1 info
  - added the success response with the status `200`
- **2020-04-27** `0a887ce9f6e6` — 1 breaking, 2 info
  - removed the success 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/: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)
