Our database has two data classes; Static and Dynamic data. Static data is that what does not frequently change however we ensure to keep the data up to date (updated). Think about airport and airline information. The dynamic data is that what changes more frequently. We employee a number of analytical tools and software to make the most out of this data.. Think about flight tracking and airport timetables, weather updates etc. It’s a REST API. No matter the development language used, you will find the API handy. A way to try the API is by getting your free API key and then testing it.
You can find the examples of each endpoint below.
The layout of the GET requests are as follows:
For an entire dataset, when available:
https://theaviationpulse.com/v1-2/public/[ENDPOINT]?key=[API KEY]
For specific string value information:
https://theaviationpulse.com/v1-2/public/[ENDPOINT]?key=[API KEY]&[STRING]=[VALUE]
For further information: Contact Us