Changelog
Here are all public-visible changes regarding our API documented.
12. April 2021
Breaking change
- Availability, Booking Changed meaning of status codes.
03. June 2021
API Additions
- Check, List bookings: Added
RegistrationBookingCode
to verify and list bookings response.
21. May 2021
API Additions
- Check: Added
TravelersList
to service fields in verify response. - Check: Added
ClientNumber
andAdditional
fields to passengers response.
17. May 2021
API Additions
- Search: Added ability to search by Tour Operator specific tags.
4. May 2021
API Additions
- Search: Added matrix API call.
14. April 2021
API Additions
- Search: Added ability to exclude tour operators.
13. April 2021
API Additions
- Search: Extended quicksearch response
15. December 2020
API Additions
- Booking: Added
UserID
field into check reponse.
11. December 2020
API Additions
- Added new quicksearch query.
17. November 2020
API Additions
- Search: Added
ProductTags
to search paramaters.
29. September 2020
API Additions
- Search: Added
OnlySkiResorts
to search tags. - Codes listing: Added optional
Tags
field to Locations listing
5. August 2020
Breaking change
- Booking: Changed sorting order in listing from creation time to last modified time
API Additions
- Booking: Added
last_change
argument in booking listing enabling only the filtering by last modification time.
9. June 2020
API Additions
- Booking: Added ability to list all bookings made on your account.
- Booking: Added
Booker
andRecord
to response structure.
18. May 2020
API Additions
- Search: Added
AddTagsToName
andSearchGiataTags
Search flags. - Search: Added
AdditionalTags
toProduct
field in responses. - Codes listing: Added
Tags
field to returned GIATA ID listing.
4. May 2020
API Additions
- Search: Included
IncludeEmptyGid
search field. It is set by default totrue
.
29. April 2020
Bugfixes
- Codes listing:
locations
collection returns fixed number of hits per page. - Codes listing:
gids
collections returned too few GIATA IDs according to reportedCount
value.
Breaking change
- Codes listing:
locations
collections also returns locations without region mapped. In this caseRegionName
andRegionID
fields are omitted.
9. April 2020
API Additions
- Search: Added
EntryPoint
andEntryPointName
fields to Dates response. - Search: Added
EntryPoint
filter to Dates response.
24. March 2020
API Additions
- Added
LocationName
as a search field.
Breaking change
- Search: Replaced all instances of fields named
StartingAirport
andSourceAirport
with field namedDepartureAirport
, both in request and response. - Search: Replaced all instances of fields named
DestinationAirport
withArrivalAirport
, both in request and response. - Flight info: Change flight date format in flight info request from
d.m.Y
toY-m-d
, to unify it with all other date formats. - Search offers: Changed date filter format in offers method in trips from
d-m-y
toY-m-d
to unify it with all other date formats. - Availability check: Unified output formats for all ServiceDesc
StartDate
andEndDate
fields to always output in formatY-m-d
- Info request: Changed
Object
field into theProduct
in info request with changed structure. Please see info request documentation for new structure. - Info request: fields
IncludedInPrice
andExtras
moved away fromObject
field into root of an array.