AerScheduler

Weather

Field observations.

1 endpoint · base URL https://api.aerscheduler.com

get/weather/metar

Current METAR

The latest observation for a field.

Query parameters

airportstringICAO identifier.

Responses

200OKSuccess.{ data: object }
400Bad RequestUnknown or missing airport identifier.
401UnauthorizedNo token, an expired token, or a malformed one. Sign in again.
403ForbiddenAuthenticated, but not allowed to do this.
429Too Many RequestsRate limited. Retry-After says how long to wait.
Example request
curl https://api.aerscheduler.com/weather/metar \
  -H "Authorization: Bearer $AERSCHEDULER_TOKEN"