A viewset for viewing and editing Burial Sites.

GET /api/sc/burial-sites/?format=api&page=3
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 102,
    "next": null,
    "previous": "https://seshat-db.com/api/sc/burial-sites/?format=api&page=2",
    "results": [
        {
            "id": 102,
            "polity": {
                "id": 139,
                "name": "jp_jomon_2",
                "long_name": "Japan - Initial Jomon",
                "start_year": -9200,
                "end_year": -5300
            },
            "year_from": null,
            "year_to": null,
            "tag": "UND",
            "is_disputed": false,
            "is_uncertain": false,
            "name": "Burial_site",
            "burial_site": "uncoded",
            "comment": "Unknown. The oldest remains, found at Hirasaka Shellmound, date to the Initial Jomon   <a class=\"fw-bold\" href=\"https://www.zotero.org/groups/1051264/seshat_databank/items/4DW9UFZD\">[Naumann 2000, p. 72]</a>",
            "description": null
        },
        {
            "id": 103,
            "polity": {
                "id": 427,
                "name": "ml_jenne_jeno_1",
                "long_name": "Jenne-jeno I",
                "start_year": -250,
                "end_year": 49
            },
            "year_from": null,
            "year_to": null,
            "tag": "UND",
            "is_disputed": false,
            "is_uncertain": false,
            "name": "Burial_site",
            "burial_site": "uncoded",
            "comment": "unknown",
            "description": null
        }
    ]
}