GET /metars(.:format)
Overview
Returns an array of METARs, limited to 30 results by default. the page parameter can be used scroll through the results.
Parameters
pageUsed to page through the results.per_pageThe number of results per page. Defaults to 30.
Examples Requests
- /metars.xml
- /metars.xml?page=2
Example Response
<?xml version="1.0" encoding="utf-8"?>
<metars current-page="1" total-entries="334884" total-pages="167442">
<metar>
<icao-id>RPMD</icao-id>
<id>18964126</id>
<issued-at>2009-10-07 05:00:00 UTC</issued-at>
<report>RPMD 070500Z 18006KT 9999 SCT015CB SCT090 BKN290 32/26 Q1007 CB NW/NE</report>
</metar>
<metar>
<icao-id>RPLB</icao-id>
<id>18964127</id>
<issued-at>2009-10-07 05:00:00 UTC</issued-at>
<report>RPLB 070500Z 00000KT 5000 SCT018 OVC080 27/24 Q1003 LGT RA INTER</report>
</metar>
</metars>
