---
title: "Поиск по id"
method: GET
path: "/v1.4/person/{id}"
tags: ["Актеры, режиссеры, операторы, и т.д"]
---

# Поиск по id

`GET /v1.4/person/{id}`

Возвращает всю доступную информацию о сущности.

## Path parameters

- `id` number, required

## Response `200`

- Person
  - `id` number, required
  - `name` string, nullable
  - `enName` string, nullable
  - `photo` string, nullable
  - `sex` string, nullable
  - `growth` number, nullable
  - `birthday` string, nullable
  - `death` string, nullable
  - `age` number, nullable
  - `birthPlace` BirthPlace[]
    - `value` string
  - `deathPlace` DeathPlace[]
    - `value` string
  - `spouses` Spouses
    - `id` number
    - `name` string
    - `divorced` boolean
    - `divorcedReason` string
    - `sex` string
    - `children` number
    - `relation` string
  - `countAwards` number
  - `profession` Profession[]
    - `value` string
  - `facts` FactInPerson[]
    - `value` string
  - `movies` MovieInPerson[]
    - `id` number, required
    - `name` string, nullable
    - `alternativeName` string, nullable
    - `rating` number, nullable
    - `general` boolean, nullable
    - `description` string, nullable
    - `enProfession` string, nullable
  - `updatedAt` string, date-time, required
  - `createdAt` string, date-time, required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — NotFound
- `default` — Other

---

[API](https://skmtc.net/kinopoisk/apis/api-kinopoisk-dev.md) · [All operations](https://skmtc.net/kinopoisk/apis/api-kinopoisk-dev/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kinopoisk/api-kinopoisk-dev/revisions/73ffd9e23f40/schema)
