GET /tafs(.:format)

Overview

Returns an array of tafs, limited to 30 results by default. the page parameter can be used scroll through the results.

Parameters

Examples Requests

Example Response

    <?xml version="1.0" encoding="utf-8"?>
    <tafs current-page="1" total-entries="9696" total-pages="485">
      <taf>
        <icao-id>CYXT</icao-id>
        <id>601951</id>
        <issued-at>2009-10-07 06:38:00 UTC</issued-at>
        <report>TAF CYXT 070638Z 0707/0719 VRB03KT P6SM SCT060 PROB30 0710/0717 1SM BR 
          RMK NXT FCST BY 071300Z</report>
      </taf>
      <taf>
        <icao-id>CYKA</icao-id>
        <id>601952</id>
        <issued-at>2009-10-07 06:38:00 UTC</issued-at>
        <report>TAF CYKA 070638Z 0707/0719 27005KT P6SM SCT080 
          RMK NXT FCST BY 071300Z</report>
      </taf>
    </tafs>