<?xml version="1.0" encoding="UTF-8"?>
<root>
    <dict>
        <city>
            <id>123456</id>
            <city_name>New York</city_name>
            <city_canonical_name>New York City</city_canonical_name>
            <region>NY</region>
            <coord>
                <lat>40.7128</lat>
                <lon>-74.0060</lon>
            </coord>
        </city>
        <data>
            <item>
                <dt>1669852800</dt>
                <dt_text>2022-11-30 12:00:00</dt_text>
                <main>
                    <temp>278.15</temp>
                    <temp_min>276.15</temp_min>
                    <temp_max>280.15</temp_max>
                    <pressure>1013.0</pressure>
                    <humidity>65.0</humidity>
                </main>
                <weather>
                    <item>
                        <id>800</id>
                        <text>Clear</text>
                        <descr>clear sky</descr>
                    </item>
                </weather>
                <clouds>
                    <all>0</all>
                </clouds>
                <wind>
                    <speed>3.5</speed>
                    <deg>270</deg>
                </wind>
            </item>
            <item>
                <dt>1669939200</dt>
                <dt_text>2022-12-01 12:00:00</dt_text>
                <main>
                    <temp>280.65</temp>
                    <temp_min>278.65</temp_min>
                    <temp_max>282.65</temp_max>
                    <pressure>1015.0</pressure>
                    <humidity>70.0</humidity>
                </main>
                <weather>
                    <item>
                        <id>801</id>
                        <text>Clouds</text>
                        <descr>few clouds</descr>
                    </item>
                </weather>
                <clouds>
                    <all>20</all>
                </clouds>
                <wind>
                    <speed>4.0</speed>
                    <deg>290</deg>
                </wind>
            </item>
            <item>
                <dt>1670025600</dt>
                <dt_text>2022-12-02 12:00:00</dt_text>
                <main>
                    <temp>277.45</temp>
                    <temp_min>275.45</temp_min>
                    <temp_max>279.45</temp_max>
                    <pressure>1010.0</pressure>
                    <humidity>80.0</humidity>
                </main>
                <weather>
                    <item>
                        <id>500</id>
                        <text>Rain</text>
                        <descr>light rain</descr>
                    </item>
                </weather>
                <clouds>
                    <all>75</all>
                </clouds>
                <wind>
                    <speed>5.5</speed>
                    <deg>180</deg>
                </wind>
            </item>
            <item>
                <dt>1670112000</dt>
                <dt_text>2022-12-03 12:00:00</dt_text>
                <main>
                    <temp>279.95</temp>
                    <temp_min>277.95</temp_min>
                    <temp_max>281.95</temp_max>
                    <pressure>1012.0</pressure>
                    <humidity>60.0</humidity>
                </main>
                <weather>
                    <item>
                        <id>803</id>
                        <text>Clouds</text>
                        <descr>broken clouds</descr>
                    </item>
                </weather>
                <clouds>
                    <all>60</all>
                </clouds>
                <wind>
                    <speed>3.0</speed>
                    <deg>320</deg>
                </wind>
            </item>
            <item>
                <dt>1670198400</dt>
                <dt_text>2022-12-04 12:00:00</dt_text>
                <main>
                    <temp>281.15</temp>
                    <temp_min>279.15</temp_min>
                    <temp_max>283.15</temp_max>
                    <pressure>1014.0</pressure>
                    <humidity>55.0</humidity>
                </main>
                <weather>
                    <item>
                        <id>800</id>
                        <text>Clear</text>
                        <descr>clear sky</descr>
                    </item>
                </weather>
                <clouds>
                    <all>5</all>
                </clouds>
                <wind>
                    <speed>2.5</speed>
                    <deg>350</deg>
                </wind>
            </item>
        </data>
    </dict>
</root>