EasyPNR

Decoder and formatter for Amadeus, Sabre and Travelport Galileo.


Web service API

You can integrate your software with EasyPNR and build customizations for your business.
Free Basic Professional Enterprise
10 requests/Day 1.000 requests/Month 10.000 requests/Month 20.000 requests/Month
Free USD 99,00/Month USD 299,00/Month USD 499,00/Month

Integration example

The example bellow is a demonstration using the software cURL:

curl -i -X POST -H "X-Api-Key: mySecretKey" -d $'2 EK 262 Y 08MAR 6 GRUDXB HK1 2 0125 2255 77W E 0' -H "Content-Type: application/json" https://api.easypnr.com/v4/decode

Server response:

{
   "flightInfo":{
      "flights":[
         {
            "company":{
               "iataCode":"EK",
               "description":"Emirates"
            },
            "departureTime":"2018-03-08 01:25:00",
            "landingTime":"2018-03-08 22:55:00",
            "flight":"262",
            "departureAirport":{
               "iataCode":"GRU",
               "description":"Guarulhos International Airport - Guarulhos, São Paulo, Brazil"
            }
            "landingAirport":{
               "iataCode":"DXB",
               "description":"Dubai International Airport - Dubai, United Arab Emirates"
            }
         }
      ]
   }
}

Documentation

Access the full Web Service API documentation in http://docs.easypnr.com/api.

FAQs

Newsletter

Subscribe to EasyPNR Web service newsletter to be notified about new features and releases.