Toronto Pearson Airport
For learning purposes only! There are some server issues that need to be addressed. Until then, do not use this in a production environment.
Toronto Pearson Airport endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Get Departure By Flight Number /departures/{flightNumber} |
Returns flight and flight details relating to flight # param. |
| GET |
Get All Arrivals /arrivals |
This will return all of the days arrivals at Pearson airport. |
| GET |
Get All Departures /departures |
Returns all of the days departures from Pearson Airport. |
| GET |
Get Departures by Airline Name /departures/airline/{airlinename} |
returns all departures for the given airline name. |
| GET |
Get Departures by Terminal /departures/terminal/{terminalnumber} |
returns all departures for the given terminal |
| GET |
Get Departure by Gate /departures/gate/{gateId} |
returns departing flight for the given gate |
| GET |
Get Arrivals by Airline Name /arrivals/airline/{airlinename} |
returns list of arriving flights by given airline name |
| GET |
Get Arrival by Flight Number /arrivals/{flightnumber} |
returns a flight for the given flight number. |
| GET |
Get Arrivals by Terminal /arrivals/terminal/{terminalnumber} |
returns flights for the given terminal |
| GET |
Get Arrivals by Carousel Number /arrivals/carousel/{carouselId} |
returns arriving flights for the given carousel number |
Toronto Pearson Airport pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 10 / minute |
|