---
title: "Changes to People"
method: GET
path: "/v1/people/all"
---

# Changes to People

`GET /v1/people/all`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 5 of 17 revisions.

- **2025-08-18** `a73a3b58ca66` — 1 breaking, 22 warning, 78 info
- **2025-08-04** `3eb8ae4622b8` — 18 breaking, 17 warning, 9 info
- **2025-07-31** `556127fafa6a` — 1 info
- **2025-06-04** `52b02cb25532` — 1 info
- **2025-05-08** `ae72ecd67fb1` — 3 info

## Changes

- **2025-08-18** `a73a3b58ca66` — 1 breaking, 22 warning, 78 info
  - the `status` response's property type/format changed from `string`/`` to `integer`/`int32` for status `429`
  - removed the optional property `cause` from the response with the `400` status
  - removed the optional property `cause` from the response with the `401` status
  - removed the optional property `cause` from the response with the `403` status
  - removed the optional property `cause` from the response with the `429` status
  - removed the optional property `cause` from the response with the `500` status
  - removed the optional property `localizedMessage` from the response with the `400` status
  - removed the optional property `localizedMessage` from the response with the `401` status
  - removed the optional property `localizedMessage` from the response with the `403` status
  - removed the optional property `localizedMessage` from the response with the `429` status
  - removed the optional property `localizedMessage` from the response with the `500` status
  - removed the optional property `stackTrace` from the response with the `400` status
  - removed the optional property `stackTrace` from the response with the `401` status
  - removed the optional property `stackTrace` from the response with the `403` status
  - removed the optional property `stackTrace` from the response with the `429` status
  - removed the optional property `stackTrace` from the response with the `500` status
  - removed the optional property `statusCode` from the response with the `401` status
  - removed the optional property `statusCode` from the response with the `403` status
  - removed the optional property `suppressed` from the response with the `400` status
  - removed the optional property `suppressed` from the response with the `401` status
  - removed the optional property `suppressed` from the response with the `403` status
  - removed the optional property `suppressed` from the response with the `429` status
  - removed the optional property `suppressed` from the response with the `500` status
  - the endpoint scheme security `apiKeyAuth` was added to the API
  - added the optional property `status` to the response with the `400` status
  - added the optional property `status` to the response with the `401` status
  - added the optional property `status` to the response with the `403` status
  - added the optional property `status` to the response with the `500` status
  - added the optional property `timestamp` to the response with the `400` status
  - added the optional property `timestamp` to the response with the `401` status
  - added the optional property `timestamp` to the response with the `403` status
  - added the optional property `timestamp` to the response with the `429` status
  - added the optional property `timestamp` to the response with the `500` status
  - removed the `100 CONTINUE` enum value from the `status` response property for the response status `429`
  - removed the `101 SWITCHING_PROTOCOLS` enum value from the `status` response property for the response status `429`
  - removed the `102 PROCESSING` enum value from the `status` response property for the response status `429`
  - removed the `103 CHECKPOINT` enum value from the `status` response property for the response status `429`
  - removed the `200 OK` enum value from the `status` response property for the response status `429`
  - removed the `201 CREATED` enum value from the `status` response property for the response status `429`
  - removed the `202 ACCEPTED` enum value from the `status` response property for the response status `429`
  - …61 more
- **2025-08-04** `3eb8ae4622b8` — 18 breaking, 17 warning, 9 info
  - the response property `results/items/dateOfBirth` became nullable for the status `200`
  - the response property `results/items/dateOfDeath` became nullable for the status `200`
  - the response property `results/items/gender` became nullable for the status `200`
  - the response property `results/items/image` became nullable for the status `200`
  - the response property `results/items/politicalParty/items/endTime` became nullable for the status `200`
  - the response property `results/items/politicalParty/items/startTime` became nullable for the status `200`
  - the response property `results/items/position/items/employer` became nullable for the status `200`
  - the response property `results/items/position/items/endTime` became nullable for the status `200`
  - the response property `results/items/position/items/startTime` became nullable for the status `200`
  - the `results/items/dateOfBirth` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - the `results/items/dateOfDeath` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - the `results/items/gender` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - the `results/items/image` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - the `results/items/politicalParty/items/endTime` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - the `results/items/politicalParty/items/startTime` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - the `results/items/position/items/employer` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - the `results/items/position/items/endTime` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - the `results/items/position/items/startTime` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - removed the optional property `results/items/dateOfBirth/precision` from the response with the `200` status
  - removed the optional property `results/items/dateOfBirth/time` from the response with the `200` status
  - removed the optional property `results/items/dateOfDeath/precision` from the response with the `200` status
  - removed the optional property `results/items/dateOfDeath/time` from the response with the `200` status
  - removed the optional property `results/items/gender/label` from the response with the `200` status
  - removed the optional property `results/items/gender/wikidataId` from the response with the `200` status
  - removed the optional property `results/items/image/url` from the response with the `200` status
  - removed the optional property `results/items/politicalParty/items/endTime/precision` from the response with the `200` status
  - removed the optional property `results/items/politicalParty/items/endTime/time` from the response with the `200` status
  - removed the optional property `results/items/politicalParty/items/startTime/precision` from the response with the `200` status
  - removed the optional property `results/items/politicalParty/items/startTime/time` from the response with the `200` status
  - removed the optional property `results/items/position/items/employer/label` from the response with the `200` status
  - removed the optional property `results/items/position/items/employer/wikidataId` from the response with the `200` status
  - removed the optional property `results/items/position/items/endTime/precision` from the response with the `200` status
  - removed the optional property `results/items/position/items/endTime/time` from the response with the `200` status
  - removed the optional property `results/items/position/items/startTime/precision` from the response with the `200` status
  - removed the optional property `results/items/position/items/startTime/time` from the response with the `200` status
  - added `#/components/schemas/ImageHolder` to the `results/items/image` response property `allOf` list for the response status `200`
  - added `#/components/schemas/WikidataDateHolder` to the `results/items/dateOfBirth` response property `allOf` list for the response status `200`
  - added `#/components/schemas/WikidataDateHolder` to the `results/items/dateOfDeath` response property `allOf` list for the response status `200`
  - added `#/components/schemas/WikidataDateHolder` to the `results/items/politicalParty/items/endTime` response property `allOf` list for the response status `200`
  - added `#/components/schemas/WikidataDateHolder` to the `results/items/politicalParty/items/startTime` response property `allOf` list for the response status `200`
  - …4 more
- **2025-07-31** `556127fafa6a` — 1 info
  - api tag `Supplemental Endpoints` removed
- **2025-06-04** `52b02cb25532` — 1 info
  - api tag `Supplemental Endpoints` added
- **2025-05-08** `ae72ecd67fb1` — 3 info
  - the response property `numResults` became required for the status `200`
  - the response property `results` became required for the status `200`
  - the response property `status` became required for the status `200`

---

[Operation](https://skmtc.dev/goperigon/apis/perigon-api/docs/v1/people/all/get.md) · [API](https://skmtc.dev/goperigon/apis/perigon-api.md) · [Page](https://skmtc.dev/goperigon/apis/perigon-api/changes/v1/people/all/get)
