The FSHub platform provides both real-time data access by utilising web hooks as well a queryable REST API.
We encourage developers to build mobile and desktop applications utilising our platform and would like to hear about any projects users are working on that utilise our API.
To find out more about our platform integration options please see the following documentation pages:
Our REST API enables on-demand data access to all elements of our platform, it enables developers and systems to retrieve various data sets as and when required.
Our webhooks API "pushes" data to your servers (HTTP endpoints) when configurable events occur, thus enabling real-time data notifications.
A real-time (socket) streaming API will be available in addition to our existing REST and webhook APIs very soon!
Integration with messaging platforms such as Discord, Slack and other compatible services has been a highly requested feature by virtual airline owners and users on FsHub; airline owners can now quickly and easily add an "Incoming webhook" in their airline integration settings, this will automatically post notifications to their messaging platform of choice.
The following is a list of API clients that are designed to help you integrate data and services from our platform into your own website, applications and/or services as quickly and easily as possible.
If you are developing an API client library or SDK for another language or framework, please let us know and we'll update this list!
If you are consuming any of the above FsHub APIs you may additionally wish to monitor the platform status and programmatically handle outage events as part of your software integrations.
Whilst we keep outages to an absolute minimum, we do provide a "human-readable" Service Status page, but you can also make a
HTTP GET request to https://statuspal.io/api/v1/status_pages/fshub/status
and retrieve our
current service status in JSON format.
You can read more about the schema and status
page API documentation on the StatusPal website.