GET
GET /api/climatezones/?format=api&page=4
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 31,
    "next": null,
    "previous": "https://treescape.app/api/climatezones/?format=api&page=3",
    "results": [
        {
            "url": "https://treescape.app/api/climatezones/tundra-climate/?format=api",
            "name": "Tundra climate",
            "slug": "tundra-climate",
            "description": "Average temperature of warmest month between 0°C and 10°C.",
            "main_group": "E",
            "seasonal_precipitation": null,
            "heat_level": "T"
        }
    ]
}