GET /metars/:id(.:format)
Overview
Returns the METAR specified by the given id. The id can be either the FlightCaster id or the 4 character ICAO identifier of the reporting station. If the ICAO identifier is specified, the last METAR reported by that station is given.
Examples Requests
- /metars/KPDX.xml
- /metars/15312371.xml
Example Response
<?xml version="1.0" encoding="utf-8"?>
<metar>
<icao-id>KPDX</icao-id>
<id>19229379</id>
<issued-at>2009-10-08 18:53:00 UTC</issued-at>
<report>KPDX 081853Z 02003KT 10SM FEW030 SCT250 14/08 A3017 RMK AO2 SLP214 T01440078</report>
</metar>
