A viewset for viewing and editing Polity Original Names.

GET /api/general/polity-original-names/?format=api&page=11
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 501,
    "next": null,
    "previous": "https://seshat-db.com/api/general/polity-original-names/?format=api&page=10",
    "results": [
        {
            "id": 507,
            "polity": {
                "id": 177,
                "name": "tr_ottoman_emp_4",
                "long_name": "Ottoman Empire IV",
                "start_year": 1839,
                "end_year": 1922
            },
            "year_from": null,
            "year_to": null,
            "tag": "TRS",
            "is_disputed": false,
            "is_uncertain": false,
            "name": "Polity_original_name",
            "original_name": "Ottoman Empire",
            "comment": null,
            "description": ""
        }
    ]
}