Значения поля и фильтра 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=1780
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 177093,
    "next": "http://wartears.org/api/v1/records/?format=api&limit=10&offset=1790",
    "previous": "http://wartears.org/api/v1/records/?format=api&limit=10&offset=1770",
    "results": [
        {
            "id": 479140,
            "kind": 1,
            "names": [
                "Копча Анатолий Степанович",
                "Копча Анатолій Степанович"
            ],
            "year_of_birth": 1971,
            "public_comment": "20.08.1971 г.р.\nШтурмовик, 25 бригада ВСУ.\nРанен. Оказана медпомощь.\nПо информации на 06.09.2024 находится в плену.\nОбмен 6 марта 2026 года.",
            "last_modified": "2026-04-30",
            "tags": [],
            "attributes": [
                {
                    "id": 698070720,
                    "record_id": 479140,
                    "attribute_kind_id": 2,
                    "attribute_kind_slug": "year-of-birth",
                    "value": "1971"
                }
            ],
            "attached_images": [
                {
                    "uid": "rc-upload-1773396892272-4",
                    "record": 479140,
                    "image": "http://wartears.org/media/record-479140/53c71a6de8bee020b15e15ea87210160.jpg"
                },
                {
                    "uid": "rc-upload-1773396892272-6",
                    "record": 479140,
                    "image": "http://wartears.org/media/record-479140/c8fd1f0db5cbfd6b9df4c053365a8446.jpg"
                }
            ]
        },
        {
            "id": 481218,
            "kind": 1,
            "names": [
                "Коплик Николай Сергеевич",
                "Коплєв Микола Сергійович",
                "Коплик Микола Сергійович"
            ],
            "year_of_birth": 1978,
            "public_comment": "18.12.1978 г.р.\nСолдат 7 роты 3 батальона 68 ОЕгБр ВСУ.\nПо информации на 21.09.2024 находится в плену.\nОбмен 6 марта 2026 года.",
            "last_modified": "2026-04-30",
            "tags": [],
            "attributes": [
                {
                    "id": 698070712,
                    "record_id": 481218,
                    "attribute_kind_id": 3,
                    "attribute_kind_slug": "rank",
                    "value": "Солдат"
                },
                {
                    "id": 698070714,
                    "record_id": 481218,
                    "attribute_kind_id": 2,
                    "attribute_kind_slug": "year-of-birth",
                    "value": "1978"
                }
            ],
            "attached_images": [
                {
                    "uid": "rc-upload-1728210198906-6",
                    "record": 481218,
                    "image": "http://wartears.org/media/record-481218/0ce38ddf5262f262d901b7cd1c93923c.jpg"
                },
                {
                    "uid": "rc-upload-1773396792494-4",
                    "record": 481218,
                    "image": "http://wartears.org/media/record-481218/460d6d72efbdb22e4ed4f7c9591cafb9.jpg"
                }
            ]
        },
        {
            "id": 506593,
            "kind": 1,
            "names": [
                "Копытин Михаил Витальевич",
                "Копитін Михайло Віталійович"
            ],
            "year_of_birth": 1989,
            "public_comment": "01.01.1989 г.р.\nСолдат 59-й ОМПБр ВСУ.\nВзят в плен в районе Красноармейска.\nПо информации на 11.07.2025 находится в плену.\nОбмен 6 марта 2026 года.",
            "last_modified": "2026-04-30",
            "tags": [],
            "attributes": [
                {
                    "id": 698070701,
                    "record_id": 506593,
                    "attribute_kind_id": 3,
                    "attribute_kind_slug": "rank",
                    "value": "Солдат"
                },
                {
                    "id": 698070703,
                    "record_id": 506593,
                    "attribute_kind_id": 2,
                    "attribute_kind_slug": "year-of-birth",
                    "value": "1989"
                }
            ],
            "attached_images": [
                {
                    "uid": "rc-upload-1752255345570-3",
                    "record": 506593,
                    "image": "http://wartears.org/media/record-506593/5701d6ae6968d32ba22a495a9d5d8e76.jpg"
                }
            ]
        },
        {
            "id": 472298,
            "kind": 1,
            "names": [
                "Конолош Александр Павлович",
                "Конолош Олександр Павлович"
            ],
            "year_of_birth": 1989,
            "public_comment": "15.02.1989 г.р. с. Вилок, Виноградовский р-н, Закарпатской обл.\nМобилизованый.\nМатрос 35 ОБрМП ВСУ.\nВзят в плен под Крынками, Херсонской области.\nПо информации на 06.03.2025 находится в плену.\nОбмен 6 марта 2026 года.",
            "last_modified": "2026-04-30",
            "tags": [],
            "attributes": [
                {
                    "id": 698070694,
                    "record_id": 472298,
                    "attribute_kind_id": 3,
                    "attribute_kind_slug": "rank",
                    "value": "Матрос"
                },
                {
                    "id": 698070696,
                    "record_id": 472298,
                    "attribute_kind_id": 2,
                    "attribute_kind_slug": "year-of-birth",
                    "value": "1989"
                }
            ],
            "attached_images": [
                {
                    "uid": "rc-upload-1724136112056-3",
                    "record": 472298,
                    "image": "http://wartears.org/media/record-472298/0aefa32eba715ff8e8ef778f95775ad7.jpg"
                },
                {
                    "uid": "rc-upload-1726077848759-4",
                    "record": 472298,
                    "image": "http://wartears.org/media/record-472298/468c607d108bb76fc10b8b215798d3ae.jpg"
                }
            ]
        },
        {
            "id": 514186,
            "kind": 1,
            "names": [
                "Колодей Владимир Ярославович",
                "Колодій Володимир Ярославович"
            ],
            "year_of_birth": null,
            "public_comment": "1982 г.р. Вился.\nВзят в плен в с. Синьковка, Харьковской области, 26.12.2023 г.\nПо информации на 17.12.2025 находится в плену.\nОбмен 6 марта 2026 года.",
            "last_modified": "2026-04-30",
            "tags": [],
            "attributes": [
                {
                    "id": 698070690,
                    "record_id": 514186,
                    "attribute_kind_id": 2,
                    "attribute_kind_slug": "year-of-birth",
                    "value": "1982"
                }
            ],
            "attached_images": [
                {
                    "uid": "rc-upload-1766215293038-3",
                    "record": 514186,
                    "image": "http://wartears.org/media/record-514186/33410edddc1446014eb90126da62c3c6.jpg"
                }
            ]
        },
        {
            "id": 517097,
            "kind": 1,
            "names": [
                "Ковтун Петр Мирославович",
                "Ковтун Петро Мирославович"
            ],
            "year_of_birth": 1983,
            "public_comment": "1983 г.р. Щерец.\nНа 07.08.2025 в плену.\nОбмен 6 марта 2026 года.",
            "last_modified": "2026-04-30",
            "tags": [],
            "attributes": [
                {
                    "id": 698070683,
                    "record_id": 517097,
                    "attribute_kind_id": 2,
                    "attribute_kind_slug": "year-of-birth",
                    "value": "1983"
                }
            ],
            "attached_images": []
        },
        {
            "id": 477399,
            "kind": 1,
            "names": [
                "Ковбасюк Александр Николаевич",
                "Ковбасюк Олександр Миколайович"
            ],
            "year_of_birth": 1975,
            "public_comment": "16.05.1975 г.р.\nСолдат 47 ОМехБр ВСУ.\nПо информации на 09.08.2024 находится в плену.\nОбмен 6 марта 2026 года.",
            "last_modified": "2026-04-30",
            "tags": [],
            "attributes": [
                {
                    "id": 698070673,
                    "record_id": 477399,
                    "attribute_kind_id": 3,
                    "attribute_kind_slug": "rank",
                    "value": "Солдат"
                },
                {
                    "id": 698070675,
                    "record_id": 477399,
                    "attribute_kind_id": 2,
                    "attribute_kind_slug": "year-of-birth",
                    "value": "1975"
                }
            ],
            "attached_images": [
                {
                    "uid": "rc-upload-1773396049601-3",
                    "record": 477399,
                    "image": "http://wartears.org/media/record-477399/5022799f555c30f5de2e3d3a436857fe.jpg"
                }
            ]
        },
        {
            "id": 472848,
            "kind": 1,
            "names": [
                "Ковальчук Максим Леонидович",
                "Ковальчук Максим Леонідович"
            ],
            "year_of_birth": 1984,
            "public_comment": "14.04.1984 г.р.\nСолдат 68 ОЕгБр ВСУ.\nПо информации на 07.06.2024 находится в плену.\nОбмен 6 марта 2026 года",
            "last_modified": "2026-04-30",
            "tags": [],
            "attributes": [
                {
                    "id": 698070662,
                    "record_id": 472848,
                    "attribute_kind_id": 3,
                    "attribute_kind_slug": "rank",
                    "value": "Солдат"
                },
                {
                    "id": 698070664,
                    "record_id": 472848,
                    "attribute_kind_id": 2,
                    "attribute_kind_slug": "year-of-birth",
                    "value": "1984"
                }
            ],
            "attached_images": [
                {
                    "uid": "rc-upload-1717819973272-3",
                    "record": 472848,
                    "image": "http://wartears.org/media/record-472848/f522c537af7784061879b47c340bb196.jpg"
                }
            ]
        },
        {
            "id": 518212,
            "kind": 1,
            "names": [
                "Ковальов Сергій Вадимович",
                "Ковалев Сергей Вадимович"
            ],
            "year_of_birth": 1984,
            "public_comment": "Дата рождения: 1984-07-19\n\nПо информации на 01.01.2024 находится в плену.",
            "last_modified": "2026-04-30",
            "tags": [
                {
                    "id": 14,
                    "value": "В плену",
                    "order": 900
                }
            ],
            "attributes": [
                {
                    "id": 698070654,
                    "record_id": 518212,
                    "attribute_kind_id": 2,
                    "attribute_kind_slug": "year-of-birth",
                    "value": "1984"
                }
            ],
            "attached_images": [
                {
                    "uid": "e9cc30e6-7483-4537-a179-864d3488f1ef",
                    "record": 518212,
                    "image": "http://wartears.org/media/record-222088/15f456a3c74c991aa230651a52f66108.jpg"
                }
            ]
        },
        {
            "id": 517088,
            "kind": 1,
            "names": [
                "Ковалев Сергей Сергеевич",
                "Ковальов Сергій Сергійович"
            ],
            "year_of_birth": 1986,
            "public_comment": "1986 г.р. Кудравцево.\nНа 07.08.2025 в плену.\nОбмен 6 марта 2026 года",
            "last_modified": "2026-04-30",
            "tags": [],
            "attributes": [
                {
                    "id": 698070633,
                    "record_id": 517088,
                    "attribute_kind_id": 2,
                    "attribute_kind_slug": "year-of-birth",
                    "value": "1986"
                }
            ],
            "attached_images": [
                {
                    "uid": "26eb9e5b-4197-4522-a126-3102cc074921",
                    "record": 517088,
                    "image": "http://wartears.org/media/record-479912/29bf50ece71654529feccc3f3ae91913.jpg"
                },
                {
                    "uid": "rc-upload-1773395873354-4",
                    "record": 517088,
                    "image": "http://wartears.org/media/record-517088/f3ff6de04fbec42d601d0dba85ba49e6.jpg"
                }
            ]
        }
    ]
}