GET
GET /api/climatezones/?format=api&page=3
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=4",
    "previous": "https://treescape.app/api/climatezones/?format=api&page=2",
    "results": [
        {
            "url": "https://treescape.app/api/climatezones/extremely-cold-subarctic-climate/?format=api",
            "name": "Extremely cold subarctic climate",
            "slug": "extremely-cold-subarctic-climate",
            "description": "Coldest month averaging below -38°C and 1-3 months averaging above 10°C. No significant precipitation difference between seasons.",
            "main_group": "D",
            "seasonal_precipitation": "f",
            "heat_level": "d"
        },
        {
            "url": "https://treescape.app/api/climatezones/mediterranean-influenced-hot-summer-humid-continental-climate/?format=api",
            "name": "Mediterranean-influenced hot-summer humid continental climate",
            "slug": "mediterranean-influenced-hot-summer-humid-continental-climate",
            "description": "Coldest month averaging below 0°C, average temperature of the warmest month above 22°C and at least four months averaging above 10°C. At least three times as much precipitation in the wettest month of winter as in the driest month of summer, and the driest month of summer receives less than 30 mm.",
            "main_group": "D",
            "seasonal_precipitation": "s",
            "heat_level": "a"
        },
        {
            "url": "https://treescape.app/api/climatezones/mediterranean-influenced-warm-summer-humid-continental-climate/?format=api",
            "name": "Mediterranean-influenced warm-summer humid continental climate",
            "slug": "mediterranean-influenced-warm-summer-humid-continental-climate",
            "description": "Coldest month averaging below 0°C, average temperature of the warmest month below 22°C and at least four months averaging above 10°C. At least three times as much precipitation in the wettest month of winter as in the driest month of summer, and the driest month of summer receives less than 30 mm.",
            "main_group": "D",
            "seasonal_precipitation": "s",
            "heat_level": "b"
        },
        {
            "url": "https://treescape.app/api/climatezones/mediterranean-influenced-subarctic-climate/?format=api",
            "name": "Mediterranean-influenced subarctic climate",
            "slug": "mediterranean-influenced-subarctic-climate",
            "description": "Coldest month averaging below 0°C and 1-3 months averaging above 10°C. At least three times as much precipitation in the wettest month of winter as in the driest month of summer, and the driest month of summer receives less than 30 mm.",
            "main_group": "D",
            "seasonal_precipitation": "s",
            "heat_level": "c"
        },
        {
            "url": "https://treescape.app/api/climatezones/mediterranean-influenced-extremely-cold-subarctic-climate/?format=api",
            "name": "Mediterranean-influenced extremely cold subarctic climate",
            "slug": "mediterranean-influenced-extremely-cold-subarctic-climate",
            "description": "Coldest month averaging below -38°C and 1-3 months averaging above 10°C. At least three times as much precipitation in the wettest month of winter as in the driest month of summer, and the driest month of summer receives less than 30 mm.",
            "main_group": "D",
            "seasonal_precipitation": "s",
            "heat_level": "d"
        },
        {
            "url": "https://treescape.app/api/climatezones/monsoon-influenced-hot-summer-humid-continental-climate/?format=api",
            "name": "Monsoon-influenced hot-summer humid continental climate",
            "slug": "monsoon-influenced-hot-summer-humid-continental-climate",
            "description": "Coldest month averaging below 0°C, at least one month's average temperature above 22°C, and at least four months averaging above 10°C. At least ten times as much rain in the wettest month of summer as in the driest month of winter.",
            "main_group": "D",
            "seasonal_precipitation": "w",
            "heat_level": "a"
        },
        {
            "url": "https://treescape.app/api/climatezones/monsoon-influenced-warm-summer-humid-continental-climate/?format=api",
            "name": "Monsoon-influenced warm-summer humid continental climate",
            "slug": "monsoon-influenced-warm-summer-humid-continental-climate",
            "description": "Coldest month averaging below 0°C, all months with average temperatures below 22°C, and at least four months averaging above 10°C. At least ten times as much rain in the wettest month of summer as in the driest month of winter.",
            "main_group": "D",
            "seasonal_precipitation": "w",
            "heat_level": "b"
        },
        {
            "url": "https://treescape.app/api/climatezones/monsoon-influenced-subarctic-climate/?format=api",
            "name": "Monsoon-influenced subarctic climate",
            "slug": "monsoon-influenced-subarctic-climate",
            "description": "Coldest month averaging below 0°C and 1-3 months averaging above 10°C. At least ten times as much rain in the wettest month of summer as in the driest month of winter.",
            "main_group": "D",
            "seasonal_precipitation": "w",
            "heat_level": "c"
        },
        {
            "url": "https://treescape.app/api/climatezones/monsoon-influenced-extremely-cold-subarctic-climate/?format=api",
            "name": "Monsoon-influenced extremely cold subarctic climate",
            "slug": "monsoon-influenced-extremely-cold-subarctic-climate",
            "description": "Coldest month averaging below -38°C and 1-3 months averaging above 10°C. At least ten times as much rain in the wettest month of summer as in the driest month of winter.",
            "main_group": "D",
            "seasonal_precipitation": "w",
            "heat_level": "d"
        },
        {
            "url": "https://treescape.app/api/climatezones/ice-cap-climate/?format=api",
            "name": "Ice cap climate",
            "slug": "ice-cap-climate",
            "description": "Eternal winter, with all 12 months of the year with average temperatures below 0°C.",
            "main_group": "E",
            "seasonal_precipitation": null,
            "heat_level": "F"
        }
    ]
}