GET /api/weather/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Limit: 30
Offset: 0
Total: 1
Vary: Accept

[
    {
        "geoid": 55,
        "name": "Тюмень",
        "yandex_url": "https://yandex.ru/pogoda/55?lat=57.152986&lon=65.541231",
        "temp": 23,
        "feels_like": 22,
        "icon": "bkn_d",
        "condition": "cloudy",
        "modified_date": "2025-08-09T17:09:23.615188+05:00"
    }
]