- Регистрация
- 18.05.2019
- Сообщения
- 3
- Благодарностей
- 0
- Баллы
- 1
Hello,
Am a beginner and trying to run an API provideded by 'KIWI', one of the travel affiliate.
Can you please help me to sucessfully run the API ? I don't know how to run it.
Implementation this i pasted below
---------------------
Search API
This document describes the Kiwi.com flights search API.
Default API endpoint: kiwicom-prod.apigee.net/
To implement the basic search, you only need the /v2/search API calls.
--------------------------------
Am a beginner and trying to run an API provideded by 'KIWI', one of the travel affiliate.
Can you please help me to sucessfully run the API ? I don't know how to run it.
Implementation this i pasted below
---------------------
Search API
This document describes the Kiwi.com flights search API.
Default API endpoint: kiwicom-prod.apigee.net/
To implement the basic search, you only need the /v2/search API calls.
- TLS protocol version 1.2 or later must be used
- we book the flights with the cheapest fare available
- the correct date format is dd/mm/YYYY, e.g. 29/05/2019
- In order to implement the Booking API you need to use the booking_token which contains all the required flights data. These need to be passed as parameters to check flights as well as to save booking calls.
- use atime and dtime as these are the local times and are guaranteed to be correct
- We we do not support using body in GET requests
- The responses are G-zipped and need to be unpacked (response header Content-Encoding: gzip).
--------------------------------