Price Checker API
The Price Checker API is a cache for GOL API, storing the flight`s prices. Allows to get price history and search lowest price in time period.
Authorization
Use header: Authorization: obtained-user-token
POSTExact search
Get price for exact departure (date from) and arrival (date to). Search in GOL API and contains agency fees.
Input JSON attributes
Output JSON example
The result contains searchId
to identify an asynchronise search result with a price
GETExact search webhook
The search result is send to resultUrl
as GET method with parameters searchId
and price
POSTHistory
Get price history for the flight.
Input JSON attributes
Increasing attribute maximumAgeMinutes
has negative effect to response latency.
Output JSON example
The result contains searchId
to identify an asynchronise search result with a price. If the price is not provided, search was done without any results.
POSTPeriod search
Get flights in custom defined time period. Results are sorted by the lowest price.
Input JSON attributes
The result contains searchId
to identify an asynchronise search result with a price