Weather
Field observations.
1 endpoint · base URL https://api.aerscheduler.com
get
/weather/metarCurrent METAR
The latest observation for a field.
Query parameters
airport | string | ICAO identifier. |
Responses
200 | OK | Success.→ { data: object } |
400 | Bad Request | Unknown or missing airport identifier. |
401 | Unauthorized | No token, an expired token, or a malformed one. Sign in again. |
403 | Forbidden | Authenticated, but not allowed to do this. |
429 | Too Many Requests | Rate limited. Retry-After says how long to wait. |
Example request
curl https://api.aerscheduler.com/weather/metar \
-H "Authorization: Bearer $AERSCHEDULER_TOKEN"