A viewset for viewing and editing Polity UTM Zones.

GET /api/general/polity-utm-timezones/?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-utm-timezones/?format=api&page=10",
    "results": [
        {
            "id": 505,
            "polity": {
                "id": 769,
                "name": "us_chaco_bonito_1",
                "long_name": "Chaco Regional System - Early",
                "start_year": 850,
                "end_year": 1039
            },
            "year_from": 850,
            "year_to": 1039,
            "tag": "TRS",
            "is_disputed": false,
            "is_uncertain": false,
            "name": "Polity_utm_zone",
            "utm_zone": "12S, 13S",
            "comment": "Most of the Chaco Regional System lies within zone 12S. The eastern portion of the polity is within zone 13S, and the division between the zones runs through the polity capital at Chaco Canyon, New Mexico.",
            "description": ""
        }
    ]
}