GET /api-weather/today/
HTTP 200 OK
Allow: OPTIONS, GET
Content-Type: application/json
Vary: Accept

{
    "coord": {
        "lon": 9.4833,
        "lat": 47.65
    },
    "weather": [
        {
            "id": 804,
            "main": "Clouds",
            "description": "Bedeckt",
            "icon": "04n"
        }
    ],
    "base": "stations",
    "main": {
        "temp": 2.02,
        "feels_like": -0.53,
        "temp_min": 0,
        "temp_max": 3.33,
        "pressure": 1019,
        "humidity": 93
    },
    "visibility": 9000,
    "wind": {
        "speed": 1.03,
        "deg": 90
    },
    "clouds": {
        "all": 90
    },
    "dt": 1615348448,
    "sys": {
        "type": 1,
        "id": 1310,
        "country": "DE",
        "sunrise": 1615355114,
        "sunset": 1615396778
    },
    "timezone": 3600,
    "id": 2924585,
    "name": "Friedrichshafen",
    "cod": 200
}