GET /api/affected-territory/?format=api&page=5
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 85,
    "next": null,
    "previous": "https://data.opendataricostruzione.gssi.it/api/affected-territory/?format=api&page=4",
    "results": [
        {
            "id": "68014",
            "name": "Civitella Casanova",
            "tags": "cratere"
        },
        {
            "id": "68017",
            "name": "Cugnoli",
            "tags": "cratere"
        },
        {
            "id": "68023",
            "name": "Montebello Di Bertona",
            "tags": "cratere"
        },
        {
            "id": "68033",
            "name": "Popoli",
            "tags": "cratere"
        },
        {
            "id": "68043",
            "name": "Torre De' Passeri",
            "tags": "cratere"
        }
    ]
}