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": 9,
        "feels_like": 7,
        "icon": "skc_n",
        "condition": "clear",
        "modified_date": "2026-04-02T23:22:41.772326+05:00"
    }
]