Errors & rate limits

Error format and how request quotas work through RapidAPI.

Errors

A resource that doesn't exist — an unknown ICAO code, an airport with no ATIS data — returns a 404 with a detail field describing what wasn't found. There's no separate error-code taxonomy to learn.

404 Not Found
{
  "detail":: "No ATIS data available for KZZZ"
}

Rate limits

Requests per second and monthly quota are enforced by RapidAPI based on your subscribed plan — see pricing for the current limits per tier. Going over your monthly quota doesn't cut you off; it bills the overage rate for your plan instead.