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": 0,
        "feels_like": -4,
        "icon": "ovc",
        "condition": "overcast",
        "modified_date": "2025-11-08T18:59:21.224994+05:00"
    }
]