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

{
    "count": 177367,
    "next": "http://wartears.org/api/v1/records/?format=api&limit=10&offset=164250",
    "previous": "http://wartears.org/api/v1/records/?format=api&limit=10&offset=164230",
    "results": [
        {
            "id": 412375,
            "kind": 1,
            "names": [
                "Сотник Євген Миколайович"
            ],
            "year_of_birth": 1989,
            "public_comment": "\n\nAge: 34\n\nДата рождения: 24.03.1989\n\nДата смерти: 22.05.2023\n\nДата погребения: 29.05.2023\n",
            "last_modified": "2024-04-28",
            "tags": [
                {
                    "id": 13,
                    "value": "Погиб",
                    "order": 1000
                }
            ],
            "attributes": [
                {
                    "id": 694792751,
                    "record_id": 412375,
                    "attribute_kind_id": 2,
                    "attribute_kind_slug": "year-of-birth",
                    "value": "1989"
                }
            ],
            "attached_images": []
        },
        {
            "id": 43178,
            "kind": 1,
            "names": [
                "Берг Диана"
            ],
            "year_of_birth": null,
            "public_comment": "Источник: [https://volunteer.su/content/berg-diana](https://volunteer.su/content/berg-diana)\n\nДень рождения: \n\nКартинка: https://volunteer.su:443/sites/default/files/person/77d7240722a464ec3446858efab8cba4_0.jpg\n\n77d7240722a464ec3446858efab8cba4_0.jpg\n\nПособник\n\npersons?page=1868\n\nhttps://volunteer.su:443/sites/default/files/person/53b3630e0dc16413be8260b08e46cc17.jpg",
            "last_modified": "2024-04-28",
            "tags": [],
            "attributes": [],
            "attached_images": []
        },
        {
            "id": 42045,
            "kind": 1,
            "names": [
                "Коцкович Наталья"
            ],
            "year_of_birth": null,
            "public_comment": "Источник: [https://volunteer.su/content/kockovich-natalya](https://volunteer.su/content/kockovich-natalya)\n\nДень рождения:  20 ноября\n\nКартинка: https://volunteer.su:443/sites/default/files/person/1cbbd3b9f840651355cdffcc1f5bc893.jpg\n\n1cbbd3b9f840651355cdffcc1f5bc893.jpg\n\nВоеннослужащий\n\nУчастие в боевых действиях\n\npersons?page=1756\n\nhttps://volunteer.su:443/sites/default/files/person/0aaf3949bbbb51de2b3d70f92653e5cf.jpg\n\nhttps://volunteer.su:443/sites/default/files/person/12fb3f766e6817888a5e4caaaf0801ce_0.jpg\n\nhttps://volunteer.su:443/sites/default/files/person/9e1924457da2f37af6babebb8fc2676c_0.jpg\n\nhttps://volunteer.su:443/sites/default/files/person/a02db04c5fdc51c251133bee955a9d77_0.jpg\n\nhttps://volunteer.su:443/sites/default/files/person/6e4d21c43f92cd23604a673ff285f92b.jpg",
            "last_modified": "2024-04-28",
            "tags": [],
            "attributes": [],
            "attached_images": []
        },
        {
            "id": 42044,
            "kind": 1,
            "names": [
                "Одесский Роланд"
            ],
            "year_of_birth": null,
            "public_comment": "Источник: [https://volunteer.su/content/odesskiy-roland-0](https://volunteer.su/content/odesskiy-roland-0)\n\nДень рождения:  25 апреля\n\nКартинка: https://volunteer.su:443/sites/default/files/person/e7af317805e6625e8fea3ff0d3418a14.jpg\n\ne7af317805e6625e8fea3ff0d3418a14.jpg\n\nВоеннослужащий\n\nУчастие в боевых действиях\n\npersons?page=1756\n\nhttps://volunteer.su:443/sites/default/files/person/cb3171ffc83da5d560113040e471f808.jpg\n\nhttps://volunteer.su:443/sites/default/files/person/7be702002973494f200ba02fb3a72411_0.jpg\n\nhttps://volunteer.su:443/sites/default/files/person/b0d086e22e1c0195402c3261c36cf366_1.jpg\n\nhttps://volunteer.su:443/sites/default/files/person/38c15ad2221b512f88ac7d742688ba27.jpg\n\nhttps://volunteer.su:443/sites/default/files/person/90e5adfcce762311472c483ff043a107_0.jpg",
            "last_modified": "2024-04-28",
            "tags": [],
            "attributes": [],
            "attached_images": []
        },
        {
            "id": 412367,
            "kind": 1,
            "names": [
                "Савчук Євгеній Віталійович"
            ],
            "year_of_birth": 1991,
            "public_comment": "\n\nAge: 31\n\nДата рождения: 31.01.1991\n\nДата смерти: 26.11.2022\n\nДата погребения: 03.12.2022\n",
            "last_modified": "2024-04-28",
            "tags": [
                {
                    "id": 13,
                    "value": "Погиб",
                    "order": 1000
                }
            ],
            "attributes": [
                {
                    "id": 694792767,
                    "record_id": 412367,
                    "attribute_kind_id": 3,
                    "attribute_kind_slug": "rank",
                    "value": "Солдат"
                },
                {
                    "id": 694792769,
                    "record_id": 412367,
                    "attribute_kind_id": 2,
                    "attribute_kind_slug": "year-of-birth",
                    "value": "1991"
                }
            ],
            "attached_images": []
        },
        {
            "id": 42072,
            "kind": 1,
            "names": [
                "Чепура Екатерина"
            ],
            "year_of_birth": 1986,
            "public_comment": "Источник: [https://volunteer.su/content/chepura-ekaterina](https://volunteer.su/content/chepura-ekaterina)\n\nДень рождения:  23 декабря 1986 год\n\nКартинка: https://volunteer.su:443/sites/default/files/person/c5f1c9e5ba5edd696adae9983cf27b4f.jpg\n\nc5f1c9e5ba5edd696adae9983cf27b4f.jpg\n\nhttp://vk.com/id8723643\n\nПособник\n\npersons?page=1759\n\nhttps://volunteer.su:443/sites/default/files/person/aab45728edc33f02f5950cd5c64f97fb.jpg\n\nhttps://volunteer.su:443/sites/default/files/person/993d462efc30890e479149cd8d630b8c_0.jpg",
            "last_modified": "2024-04-28",
            "tags": [],
            "attributes": [
                {
                    "id": 694792747,
                    "record_id": 42072,
                    "attribute_kind_id": 2,
                    "attribute_kind_slug": "year-of-birth",
                    "value": "1986"
                }
            ],
            "attached_images": []
        },
        {
            "id": 42042,
            "kind": 1,
            "names": [
                "Жовтень Игорь"
            ],
            "year_of_birth": 1982,
            "public_comment": "Источник: [https://volunteer.su/content/zhovten-igor-0](https://volunteer.su/content/zhovten-igor-0)\n\nДень рождения: 31 декабря 1982 год\n\nКартинка: https://volunteer.su:443/sites/default/files/person/c117e28c790e501e47d9768662ed144e.jpg\n\nc117e28c790e501e47d9768662ed144e.jpg\n\nПособник\n\npersons?page=1756\n\nhttps://volunteer.su:443/sites/default/files/person/9e1924457da2f37af6babebb8fc2676c.jpg\n\nhttps://volunteer.su:443/sites/default/files/person/a2ffbc8f7480b167eaee1faea95449e1.jpg\n\nhttps://volunteer.su:443/sites/default/files/person/54b4c76b72cc1bcaf4912f0db553c347_0.jpg\n\nhttps://volunteer.su:443/sites/default/files/person/66830227a47e4dea259f478ddc14f3bf.jpg",
            "last_modified": "2024-04-28",
            "tags": [],
            "attributes": [
                {
                    "id": 694792732,
                    "record_id": 42042,
                    "attribute_kind_id": 2,
                    "attribute_kind_slug": "year-of-birth",
                    "value": "1982"
                }
            ],
            "attached_images": []
        },
        {
            "id": 42041,
            "kind": 1,
            "names": [
                "Коловрат Максим"
            ],
            "year_of_birth": null,
            "public_comment": "Источник: [https://volunteer.su/content/kolovrat-maksim](https://volunteer.su/content/kolovrat-maksim)\n\nДень рождения: 7 июня\n\nКартинка: https://volunteer.su:443/sites/default/files/person/9582999395079b32b9f988c058745097_0.jpg\n\n9582999395079b32b9f988c058745097_0.jpg\n\nВоеннослужащий\n\nУчастие в боевых действиях\n\npersons?page=1756\n\nhttps://volunteer.su:443/sites/default/files/person/32ed1c369124a52f2c789a781c0b50fd.jpg\n\nhttps://volunteer.su:443/sites/default/files/person/93a07c0278e7dcffb82bb5d822fdd71a_1.jpg\n\nhttps://volunteer.su:443/sites/default/files/person/fb374d2c3d464b9476b853165ebab08b.jpg\n\nhttps://volunteer.su:443/sites/default/files/person/50a9831e553d1006ed00b0f22c5dd76c.jpg\n\nhttps://volunteer.su:443/sites/default/files/person/a0bf243c0c7cca161b267083c81e054b_1.jpg",
            "last_modified": "2024-04-28",
            "tags": [],
            "attributes": [],
            "attached_images": []
        },
        {
            "id": 42040,
            "kind": 1,
            "names": [
                "Боровиченко Юлия"
            ],
            "year_of_birth": null,
            "public_comment": "Источник: [https://volunteer.su/content/borovichenko-yuliya](https://volunteer.su/content/borovichenko-yuliya)\n\nДень рождения: 9 января\n\nКартинка: https://volunteer.su:443/sites/default/files/person/9e1924457da2f37af6babebb8fc2676c_1.jpg\n\n9e1924457da2f37af6babebb8fc2676c_1.jpg\n\nПособник\n\npersons?page=1755\n\nhttps://volunteer.su:443/sites/default/files/person/a2ffbc8f7480b167eaee1faea95449e1_0.jpg\n\nhttps://volunteer.su:443/sites/default/files/person/f32abeb3d6811e9fab59194a6605c840.jpg\n\nhttps://volunteer.su:443/sites/default/files/person/61bd859e164d2f104c9086e4e2093a4c.jpg\n\nhttps://volunteer.su:443/sites/default/files/person/105e1c88927307c9f422b1ffced26b34_0.jpg\n\nhttps://volunteer.su:443/sites/default/files/person/1f42f6b56db9a2f3a74f5931170dbaa4.jpg",
            "last_modified": "2024-04-28",
            "tags": [],
            "attributes": [],
            "attached_images": []
        },
        {
            "id": 42039,
            "kind": 1,
            "names": [
                "Демчук Ян"
            ],
            "year_of_birth": null,
            "public_comment": "Источник: [https://volunteer.su/content/demchuk-yan](https://volunteer.su/content/demchuk-yan)\n\nДень рождения: \n\nКартинка: https://volunteer.su:443/sites/default/files/person/6cacf47860a78f446c38970ffda03a70.jpg\n\n6cacf47860a78f446c38970ffda03a70.jpg\n\nВоеннослужащий\n\nУчастие в боевых действиях\n\npersons?page=1755\n\nhttps://volunteer.su:443/sites/default/files/person/d74d61df6f36da6c6e41fecc86796d79.jpg\n\nhttps://volunteer.su:443/sites/default/files/person/a69835c565888e8d6d7887d60612db48_0.jpg\n\nhttps://volunteer.su:443/sites/default/files/person/1a854f2885867cabc284448b2c6ea4dc.jpg\n\nhttps://volunteer.su:443/sites/default/files/person/c8f2982f57bc34c60861c56aedbc5a61.jpg\n\nhttps://volunteer.su:443/sites/default/files/person/3097423566e12807f1c1de8c0d8a1974.jpg",
            "last_modified": "2024-04-28",
            "tags": [],
            "attributes": [],
            "attached_images": []
        }
    ]
}