19 lines
711 B
XML
19 lines
711 B
XML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<response xmlns:xsd="http://www.w3.org/2001/XMLSchema"
|
||
|
xmlns:xsi="http://www.w3.org/2001/XML-Schema-instance" version="1.2"
|
||
|
xsi:noNamespaceSchemaLocation="http://aviationweather.gov/adds/schema/metar1_2.xsd">
|
||
|
<request_index>24902199</request_index>
|
||
|
<data_source name="metars"/>
|
||
|
<request type="retrieve"/>
|
||
|
<errors/>
|
||
|
<warnings/>
|
||
|
<time_taken_ms>250</time_taken_ms>
|
||
|
<data num_results="1">
|
||
|
<METAR>
|
||
|
<raw_text>KJFK 042151Z 28026G39KT 10SM FEW055 SCT095 BKN110 BKN230 12/M04 A2958 RMK AO2
|
||
|
PK WND 27045/2128 PRESRR SLP018 T01221044
|
||
|
</raw_text>
|
||
|
</METAR>
|
||
|
</data>
|
||
|
</response>
|