You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.
Real-Time Flights Available on: All plans so all the option sould work using a free plan key like the optional flight_date parameter
cf api documemention Real-Time Flights Available on: All plans flight_date [Optional] Filter your results by providing a flight date in the format YYYY-MM-DD. Example: 2019-02-31
but if we provide the flight_date parameter we get the error :
"error": {
"code": "function_access_restricted",
"message": "Your current subscription plan does not support this API function."
Because the api end on Historical Flights Available point because the name for both are same '/v1/flights' and
Historical Flights is not free plan !
Historical Flights Available on: Basic Plan and higher
solution => change api enpoint for one off them or change the Real-Time Flights response to return only flight off the day ( not the case actualy seem to return also J-1 flight may be more
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Real-Time Flights Available on: All plans so all the option sould work using a free plan key like the optional flight_date parameter
cf api documemention Real-Time Flights Available on: All plans
flight_date [Optional] Filter your results by providing a flight date in the format YYYY-MM-DD. Example: 2019-02-31
https://api.aviationstack.com/v1/flights
? access_key = XXXX
but if we provide the flight_date parameter we get the error :
"error": {
"code": "function_access_restricted",
"message": "Your current subscription plan does not support this API function."
Because the api end on Historical Flights Available point because the name for both are same '/v1/flights' and
Historical Flights is not free plan !
Historical Flights Available on: Basic Plan and higher
https://api.aviationstack.com/v1/flights
? access_key = XXXX
& flight_date = 2019-12-11
solution => change api enpoint for one off them or change the Real-Time Flights response to return only flight off the day ( not the case actualy seem to return also J-1 flight may be more
The text was updated successfully, but these errors were encountered: