MetarTAFDecoder
This API offers 4 endpoints to retrieve and decode METAR and TAF messages. All endpoint also support internationalization with the usage of the `Accept-Language` header. Currently only `fr` and `en` values are supported.
MetarTAFDecoder endpoints
| Method | Endpoint | Description |
|---|---|---|
| METAR | ||
| GET |
Get station METAR /metar/{icao} |
This endpoint retrieves and decode the current METAR for a given station. |
| POST |
Decode METAR /metar |
This endpoint decodes a METAR code. Simply put the METAR message in the body of the request to have a decoded version of it. |
| TAF | ||
| GET |
Get TAF /taf/{icao} |
Retrieve and decode a TAF given a station ICAO code |
| POST |
Decode a TAF /taf |
Decode a TAF. The first word of the message must be `TAF`. |
MetarTAFDecoder pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|