APIs to perform search, checkout and book an air pnr
Query to get autocomplete response
curl -i -X GET \ 'https://apis.spotnana.com/v2/air-autocomplete?query=LHR' \ -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
OK
List of Airports matching the query
Unique code for the Airport
Full Name of the Airport
City Code for the location
Location details
{ "airports": [ { … } ] }