---
title: "Retrieve count of countries in lockdown and affected people"
method: GET
path: "/totals/lockdown/{startDate}/{endDate}"
tags: ["World"]
---

# Retrieve count of countries in lockdown and affected people

`GET /totals/lockdown/{startDate}/{endDate}`

## Path parameters

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

## Response `200`

List of counters

- object

## Other responses

- `default` — Unexpected error

## Changes

- **2020-05-08** `ef3abe225c63` — 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/totals/lockdown/: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)
