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

{
    "count": 31,
    "next": "https://treescape.app/api/climatezones/?format=api&page=2",
    "previous": null,
    "results": [
        {
            "url": "https://treescape.app/api/climatezones/tropical-rainforest-climate/?format=api",
            "name": "Tropical rainforest climate",
            "slug": "tropical-rainforest-climate",
            "description": "Average precipitation of at least 60 mm in every month.",
            "main_group": "A",
            "seasonal_precipitation": "f",
            "heat_level": null
        },
        {
            "url": "https://treescape.app/api/climatezones/tropical-monsoon-climate/?format=api",
            "name": "Tropical monsoon climate",
            "slug": "tropical-monsoon-climate",
            "description": "Driest month with precipitation less than 60 mm, but at least 100 - (Total Annual Precipitation (mm) / 25).",
            "main_group": "A",
            "seasonal_precipitation": "m",
            "heat_level": null
        },
        {
            "url": "https://treescape.app/api/climatezones/tropical-wet-and-dry-or-savanna-climate-dry-summer/?format=api",
            "name": "Tropical wet and dry or savanna climate (dry summer)",
            "slug": "tropical-wet-and-dry-or-savanna-climate-dry-summer",
            "description": "Driest month having precipitation less than 60 mm and less than 100 - (Total Annual Precipitation (mm) / 25).",
            "main_group": "A",
            "seasonal_precipitation": "s",
            "heat_level": null
        },
        {
            "url": "https://treescape.app/api/climatezones/tropical-wet-and-dry-or-savanna-climate-dry-winter/?format=api",
            "name": "Tropical wet and dry or savanna climate (dry winter)",
            "slug": "tropical-wet-and-dry-or-savanna-climate-dry-winter",
            "description": "Driest month having precipitation less than 60 mm and less than 100 - (Total Annual Precipitation (mm) / 25).",
            "main_group": "A",
            "seasonal_precipitation": "w",
            "heat_level": null
        },
        {
            "url": "https://treescape.app/api/climatezones/hot-semi-arid-climate/?format=api",
            "name": "Hot semi-arid climate",
            "slug": "hot-semi-arid-climate",
            "description": "Annual precipitation between 50% and 100% of the threshold for a desert climate.",
            "main_group": "B",
            "seasonal_precipitation": "S",
            "heat_level": "h"
        },
        {
            "url": "https://treescape.app/api/climatezones/cold-semi-arid-climate/?format=api",
            "name": "Cold semi-arid climate",
            "slug": "cold-semi-arid-climate",
            "description": "Annual precipitation between 50% and 100% of the threshold for a desert climate.",
            "main_group": "B",
            "seasonal_precipitation": "S",
            "heat_level": "k"
        },
        {
            "url": "https://treescape.app/api/climatezones/hot-desert-climate/?format=api",
            "name": "Hot desert climate",
            "slug": "hot-desert-climate",
            "description": "Annual precipitation less than 50% of the threshold for a desert climate.",
            "main_group": "B",
            "seasonal_precipitation": "W",
            "heat_level": "h"
        },
        {
            "url": "https://treescape.app/api/climatezones/cold-desert-climate/?format=api",
            "name": "Cold desert climate",
            "slug": "cold-desert-climate",
            "description": "Annual precipitation less than 50% of the threshold for a desert climate.",
            "main_group": "B",
            "seasonal_precipitation": "W",
            "heat_level": "k"
        },
        {
            "url": "https://treescape.app/api/climatezones/humid-subtropical-climate/?format=api",
            "name": "Humid subtropical climate",
            "slug": "humid-subtropical-climate",
            "description": "Coldest month averaging above 0°C, at least one month's average temperature above 22°C, and at least four months averaging above 10°C. No significant precipitation difference between seasons.",
            "main_group": "C",
            "seasonal_precipitation": "f",
            "heat_level": "a"
        },
        {
            "url": "https://treescape.app/api/climatezones/temperate-oceanic-climate-or-subtropical-highland-climate/?format=api",
            "name": "Temperate oceanic climate or subtropical highland climate",
            "slug": "temperate-oceanic-climate-or-subtropical-highland-climate",
            "description": "Coldest month averaging above 0°C, all months with average temperatures below 22°C, and at least four months averaging above 10°C. No significant precipitation difference between seasons.",
            "main_group": "C",
            "seasonal_precipitation": "f",
            "heat_level": "b"
        }
    ]
}