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

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

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

## Path parameters

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

## Query parameters

- `measures` string[]

## Response `200`

List of NPIs

- 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-29** `7a71c0b123c9` — 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/measures/: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)
