Значения поля и фильтра kind:

  • 0 - Что угодно
  • 1 - Человек
  • 2 - Организация

Параметры запроса:

  • kind - если указан, то будут возвращены только записи этой разновидности (только люди или только организации соответственно)
  • offset - выбрать записи начиная с указаной
  • limit - выбрать столько записей (по-умолчанию 10, максимум - 1000)
  • id - выбрать только запись с этим идентификатором

Подробная схема - за кнопкой OPTIONS (HTTP OPTIONS запрос)

Постраничный вывод записей - ссылки в полях next и previous. Альтернативно - GET-параметры limit и offset.

GET /api/v1/records/?format=api&offset=580
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 176619,
    "next": "http://wartears.org/api/v1/records/?format=api&limit=10&offset=590",
    "previous": "http://wartears.org/api/v1/records/?format=api&limit=10&offset=570",
    "results": [
        {
            "id": 517069,
            "kind": 1,
            "names": [
                "Иванащенко Александр Васильевич",
                "Іванащенко Олександр Васильович"
            ],
            "year_of_birth": 1977,
            "public_comment": "1977 г.р. Маяки.\n25 бригада ВСУ.\nНа 07.08.2025 в плену.",
            "last_modified": "2026-03-13",
            "tags": [
                {
                    "id": 14,
                    "value": "В плену",
                    "order": 900
                }
            ],
            "attributes": [
                {
                    "id": 698030920,
                    "record_id": 517069,
                    "attribute_kind_id": 2,
                    "attribute_kind_slug": "year-of-birth",
                    "value": "1977"
                }
            ],
            "attached_images": [
                {
                    "uid": "rc-upload-1773391774558-3",
                    "record": 517069,
                    "image": "http://wartears.org/media/record-517069/e548e672daf60324f162ce0e19cec957.jpg"
                }
            ]
        },
        {
            "id": 517068,
            "kind": 1,
            "names": [
                "Зинченко Андрей Вячеславович",
                "Зінченко Андрій Вячеславович"
            ],
            "year_of_birth": 1996,
            "public_comment": "1996 г.р. Красиловка.\nНа 07.08.2025 в плену.",
            "last_modified": "2026-03-13",
            "tags": [
                {
                    "id": 14,
                    "value": "В плену",
                    "order": 900
                }
            ],
            "attributes": [
                {
                    "id": 698030852,
                    "record_id": 517068,
                    "attribute_kind_id": 2,
                    "attribute_kind_slug": "year-of-birth",
                    "value": "1996"
                }
            ],
            "attached_images": []
        },
        {
            "id": 267223,
            "kind": 1,
            "names": [
                "Зиновьев Юрий Николаевич",
                "Зінов‘єв Юрій Миколайович"
            ],
            "year_of_birth": 1988,
            "public_comment": "01.02.1988 г.р.\nСолдат, 3 рота, 42 батальон, 57 ОМПБр ВСУ.\nПо информации на 07.07.2023 находится в плену.",
            "last_modified": "2026-03-13",
            "tags": [
                {
                    "id": 14,
                    "value": "В плену",
                    "order": 900
                }
            ],
            "attributes": [
                {
                    "id": 698030812,
                    "record_id": 267223,
                    "attribute_kind_id": 3,
                    "attribute_kind_slug": "rank",
                    "value": "Солдат"
                },
                {
                    "id": 698030814,
                    "record_id": 267223,
                    "attribute_kind_id": 2,
                    "attribute_kind_slug": "year-of-birth",
                    "value": "1988"
                }
            ],
            "attached_images": [
                {
                    "uid": "rc-upload-1773390615195-3",
                    "record": 267223,
                    "image": "http://wartears.org/media/record-267223/0c28b8fc71db793d82fcf1707f5ba6a5.jpg"
                }
            ]
        },
        {
            "id": 517067,
            "kind": 1,
            "names": [
                "Зенич Олег Васильевич",
                "Зеніч Олег Васильович"
            ],
            "year_of_birth": 1977,
            "public_comment": "1977 г.р. Киев.\nНа 07.08.2025 в плену.",
            "last_modified": "2026-03-13",
            "tags": [
                {
                    "id": 14,
                    "value": "В плену",
                    "order": 900
                }
            ],
            "attributes": [
                {
                    "id": 698030769,
                    "record_id": 517067,
                    "attribute_kind_id": 2,
                    "attribute_kind_slug": "year-of-birth",
                    "value": "1977"
                }
            ],
            "attached_images": []
        },
        {
            "id": 477874,
            "kind": 1,
            "names": [
                "Захаров Денис Вячеславович",
                "Захаров Денис Вʼячеславович"
            ],
            "year_of_birth": 1991,
            "public_comment": "22.10.1991 г.р.\nСолдат, 9 рота, 3 батальон, 25 ОВДБр ВСУ.\nПо информации на 18.08.2024 находится в плену.",
            "last_modified": "2026-03-13",
            "tags": [
                {
                    "id": 14,
                    "value": "В плену",
                    "order": 900
                }
            ],
            "attributes": [
                {
                    "id": 698030689,
                    "record_id": 477874,
                    "attribute_kind_id": 3,
                    "attribute_kind_slug": "rank",
                    "value": "Солдат"
                },
                {
                    "id": 698030691,
                    "record_id": 477874,
                    "attribute_kind_id": 2,
                    "attribute_kind_slug": "year-of-birth",
                    "value": "1991"
                }
            ],
            "attached_images": [
                {
                    "uid": "rc-upload-1773390026447-3",
                    "record": 477874,
                    "image": "http://wartears.org/media/record-477874/8eef4085d09dbac7a2ccbb493fa97f08.jpg"
                }
            ]
        },
        {
            "id": 476580,
            "kind": 1,
            "names": [
                "Заричняк Богдан Михайлович",
                "Зальшен Богдан Михайлович",
                "Зарічняк Богдан Михайлович"
            ],
            "year_of_birth": 1982,
            "public_comment": "24.02.1982 г.р.\nСолдат 3 батальона 53 ОМехБр ВСУ.\nПо информации на 13.12.2024 находится в плену.",
            "last_modified": "2026-03-13",
            "tags": [
                {
                    "id": 14,
                    "value": "В плену",
                    "order": 900
                }
            ],
            "attributes": [
                {
                    "id": 698030654,
                    "record_id": 476580,
                    "attribute_kind_id": 3,
                    "attribute_kind_slug": "rank",
                    "value": "Солдат"
                },
                {
                    "id": 698030656,
                    "record_id": 476580,
                    "attribute_kind_id": 2,
                    "attribute_kind_slug": "year-of-birth",
                    "value": "1982"
                }
            ],
            "attached_images": [
                {
                    "uid": "rc-upload-1722705671080-4",
                    "record": 476580,
                    "image": "http://wartears.org/media/record-476580/176e9f82cf2d976eb1d059d208eeeab9.jpg"
                },
                {
                    "uid": "rc-upload-1773389904912-4",
                    "record": 476580,
                    "image": "http://wartears.org/media/record-476580/026e2a7b3ba92e65ec8798d96b4c1b49.jfif"
                }
            ]
        },
        {
            "id": 517063,
            "kind": 1,
            "names": [
                "Зайко Александр Григорьевич",
                "Зайко Олександр Григорович"
            ],
            "year_of_birth": null,
            "public_comment": "Петлевка.\nНа 07.08.2025 в плену.",
            "last_modified": "2026-03-13",
            "tags": [
                {
                    "id": 14,
                    "value": "В плену",
                    "order": 900
                }
            ],
            "attributes": [],
            "attached_images": []
        },
        {
            "id": 479656,
            "kind": 1,
            "names": [
                "Ельдин Виталий Владимирович",
                "Єльдін Віталій Володимирович"
            ],
            "year_of_birth": 1972,
            "public_comment": "11.01.1972 г.р. Оленевка.\nСолдат, стрелок, в/ч 7078.\nНа 07.08.2025 в плену.",
            "last_modified": "2026-03-13",
            "tags": [
                {
                    "id": 14,
                    "value": "В плену",
                    "order": 900
                }
            ],
            "attributes": [
                {
                    "id": 698030621,
                    "record_id": 479656,
                    "attribute_kind_id": 1,
                    "attribute_kind_slug": "military-unit",
                    "value": "А7078"
                },
                {
                    "id": 698030622,
                    "record_id": 479656,
                    "attribute_kind_id": 3,
                    "attribute_kind_slug": "rank",
                    "value": "Солдат"
                },
                {
                    "id": 698030624,
                    "record_id": 479656,
                    "attribute_kind_id": 4,
                    "value": "Стрелок"
                },
                {
                    "id": 698030625,
                    "record_id": 479656,
                    "attribute_kind_id": 2,
                    "attribute_kind_slug": "year-of-birth",
                    "value": "1972"
                }
            ],
            "attached_images": []
        },
        {
            "id": 517062,
            "kind": 1,
            "names": [
                "Демин Александр Александрович",
                "Дьомін Олександр Олександрович"
            ],
            "year_of_birth": null,
            "public_comment": "1979 г.р. Кривой Рог.\nНа 07.08.2025 в плену.",
            "last_modified": "2026-03-13",
            "tags": [
                {
                    "id": 14,
                    "value": "В плену",
                    "order": 900
                }
            ],
            "attributes": [
                {
                    "id": 698030566,
                    "record_id": 517062,
                    "attribute_kind_id": 2,
                    "attribute_kind_slug": "year-of-birth",
                    "value": "1979"
                }
            ],
            "attached_images": []
        },
        {
            "id": 517061,
            "kind": 1,
            "names": [
                "Дука Игорь Владимирович",
                "Дука Ігор Володимирович"
            ],
            "year_of_birth": 1977,
            "public_comment": "1977 г.р. Семиполки.\nНа 07.08.2025 в плену.",
            "last_modified": "2026-03-13",
            "tags": [
                {
                    "id": 14,
                    "value": "В плену",
                    "order": 900
                }
            ],
            "attributes": [
                {
                    "id": 698030545,
                    "record_id": 517061,
                    "attribute_kind_id": 2,
                    "attribute_kind_slug": "year-of-birth",
                    "value": "1977"
                }
            ],
            "attached_images": []
        }
    ]
}