A viewset for viewing and editing Markets.

GET /api/sc/markets/?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/sc/markets/?format=api&page=10",
    "results": [
        {
            "id": 502,
            "polity": {
                "id": 144,
                "name": "jp_yayoi",
                "long_name": "Kansai - Yayoi Period",
                "start_year": -300,
                "end_year": 250
            },
            "year_from": null,
            "year_to": null,
            "tag": "UND",
            "is_disputed": false,
            "is_uncertain": false,
            "name": "Market",
            "market": "uncoded",
            "comment": "unknown",
            "description": null
        }
    ]
}