{ "opencollection": "1.0.0", "info": { "name": "AeroDataBox API - Aviation and Flight Aircraft API Statistical API API", "version": "1.14.0.0" }, "items": [ { "info": { "name": "Statistical API", "type": "folder" }, "items": [ { "info": { "name": "AeroDataBox Airport Delays (current or Historical Moment) / TIER 3", "type": "http" }, "http": { "method": "GET", "url": "https://prod.api.market/api/v1/aedbx/aerodatabox/airports/:codeType/:code/delays", "headers": [ { "name": "x-api-market-key", "value": "" } ], "params": [ { "name": "codeType", "value": "", "type": "path", "description": "Type of code to search airport by (`iata` or `icao`)" }, { "name": "code", "value": "", "type": "path", "description": "If `codeType` is:\r\n* `icao`, then this field must be a 4-character ICAO-code of the airport (e.g.: EHAM, KLAX, UUEE, etc.);\r\n* `iata`, then this field must be a 3-character IATA-code of the airport (e.g.: AMS, SFO, LAX, etc.).\r\n\r\nFull, stripped and any case formats are acceptable." } ] }, "docs": "**What is the current or historical average delay in the airport?** or **What is the delay index of the airport right now or at a moment in past?**\r\n\r\nPlease read more about airport delays on here: https://aerodatabox.com/api-airport-delays/\r\n\r\n*Returns*: Statistical delay information about delays (median delay, delay index, cancelled flights) of arrivals and departures for the requested airport, represented by:\r\n* a single `AirportDelayContract` item displaying the delay information based on fl" }, { "info": { "name": "AeroDataBox Airport Delays (current or Historical Moment) / TIER 3", "type": "http" }, "http": { "method": "GET", "url": "https://prod.api.market/api/v1/aedbx/aerodatabox/airports/:codeType/:code/delays/:dateLocal", "headers": [ { "name": "x-api-market-key", "value": "" } ], "params": [ { "name": "codeType", "value": "", "type": "path", "description": "Type of code to search airport by (`iata` or `icao`)" }, { "name": "code", "value": "", "type": "path", "description": "If `codeType` is:\r\n* `icao`, then this field must be a 4-character ICAO-code of the airport (e.g.: EHAM, KLAX, UUEE, etc.);\r\n* `iata`, then this field must be a 3-character IATA-code of the airport (e.g.: AMS, SFO, LAX, etc.).\r\n\r\nFull, stripped and any case formats are acceptable." }, { "name": "dateLocal", "value": "", "type": "path", "description": "The moment of time for / from which delay data is requested (local time, format: YYYY-MM-DDTHH:mm). \r\nDefault - current time." } ] }, "docs": "**What is the current or historical average delay in the airport?** or **What is the delay index of the airport right now or at a moment in past?**\r\n\r\nPlease read more about airport delays on here: https://aerodatabox.com/api-airport-delays/\r\n\r\n*Returns*: Statistical delay information about delays (median delay, delay index, cancelled flights) of arrivals and departures for the requested airport, represented by:\r\n* a single `AirportDelayContract` item displaying the delay information based on fl" }, { "info": { "name": "AeroDataBox Airport Delays (historical Period) / TIER 3", "type": "http" }, "http": { "method": "GET", "url": "https://prod.api.market/api/v1/aedbx/aerodatabox/airports/:codeType/:code/delays/:dateFromLocal/:dateToLocal", "headers": [ { "name": "x-api-market-key", "value": "" } ], "params": [ { "name": "codeType", "value": "", "type": "path", "description": "Type of code to search airport by (`iata` or `icao`)" }, { "name": "code", "value": "", "type": "path", "description": "If `codeType` is:\r\n* `icao`, then this field must be a 4-character ICAO-code of the airport (e.g.: EHAM, KLAX, UUEE, etc.);\r\n* `iata`, then this field must be a 3-character IATA-code of the airport (e.g.: AMS, SFO, LAX, etc.).\r\n\r\nFull, stripped and any case formats are acceptable." }, { "name": "dateFromLocal", "value": "", "type": "path", "description": "The beginning of the period of time for which delay data is requested (local time, format: YYYY-MM-DDTHH:mm)." }, { "name": "dateToLocal", "value": "", "type": "path", "description": "The end of the period of time for which delay data is requested (local time, format: YYYY-MM-DDTHH:mm)." } ] }, "docs": "**What were the delays within a specific period of time?** or **How the delays changed within a specific period of time?**\r\n\r\nPlease read more about airport delays on here: https://aerodatabox.com/api-airport-delays/\r\n\r\n*Returns*: Statistical delay information about delays (median delay, delay index, cancelled flights) of arrivals and departures for the requested airport, represented by a collection of `AiportDelayContract` items displaying the delay information at multiple moments within the p" }, { "info": { "name": "AeroDataBox Airport Routes and Daily Flight Destinations / TIER 3", "type": "http" }, "http": { "method": "GET", "url": "https://prod.api.market/api/v1/aedbx/aerodatabox/airports/:codeType/:code/stats/routes/daily", "headers": [ { "name": "x-api-market-key", "value": "" } ], "params": [ { "name": "codeType", "value": "", "type": "path", "description": "Type of code to search airport by (`iata` or `icao`)" }, { "name": "code", "value": "", "type": "path", "description": "If `codeType` is:\r\n* `icao`, then this field must be a 4-character ICAO-code of the airport (e.g.: EHAM, KLAX, UUEE, etc.);\r\n* `iata`, then this field must be a 3-character IATA-code of the airport (e.g.: AMS, SFO, LAX, etc.).\r\n\r\nFull, stripped and any case formats are acceptable." } ] }, "docs": "**What are the most popular routes from an airport?** or **Where I can fly from an airport?** or \r\n**How many daily flights to different destinations from an airport?**\r\n\r\nThe data will only be available for airports which have at least schedules information available. \r\nIf the airport is also covered with live or ADS-B coverage, the quality will improve greatly as it will\r\nbe based on real data rather than on static scheduled data. To check if an airport is tracked and on which level, \r\nuse `/h" }, { "info": { "name": "AeroDataBox Airport Routes and Daily Flight Destinations / TIER 3", "type": "http" }, "http": { "method": "GET", "url": "https://prod.api.market/api/v1/aedbx/aerodatabox/airports/:codeType/:code/stats/routes/daily/:dateLocal", "headers": [ { "name": "x-api-market-key", "value": "" } ], "params": [ { "name": "codeType", "value": "", "type": "path", "description": "Type of code to search airport by (`iata` or `icao`)" }, { "name": "code", "value": "", "type": "path", "description": "If `codeType` is:\r\n* `icao`, then this field must be a 4-character ICAO-code of the airport (e.g.: EHAM, KLAX, UUEE, etc.);\r\n* `iata`, then this field must be a 3-character IATA-code of the airport (e.g.: AMS, SFO, LAX, etc.).\r\n\r\nFull, stripped and any case formats are acceptable." }, { "name": "dateLocal", "value": "", "type": "path", "description": "Local date at the airport (default = null).\r\nIf specified, returns statistics based on 7 days prior to the date specified.\r\nOtherwise, returns statistics based on 7 days prior to the current local date at the airport." } ] }, "docs": "**What are the most popular routes from an airport?** or **Where I can fly from an airport?** or \r\n**How many daily flights to different destinations from an airport?**\r\n\r\nThe data will only be available for airports which have at least schedules information available. \r\nIf the airport is also covered with live or ADS-B coverage, the quality will improve greatly as it will\r\nbe based on real data rather than on static scheduled data. To check if an airport is tracked and on which level, \r\nuse `/h" }, { "info": { "name": "AeroDataBox Global Delays (current or Historical Moment) / TIER 3", "type": "http" }, "http": { "method": "GET", "url": "https://prod.api.market/api/v1/aedbx/aerodatabox/airports/delays", "headers": [ { "name": "x-api-market-key", "value": "" } ] }, "docs": "**What is the current or historical delay situation in all airports?** or **What is the delay index of all airports globally right now or at a moment in past?**\r\n\r\nPlease read more about airport delays on here: https://aerodatabox.com/api-airport-delays/\r\n\r\n*Returns*: Statistical delay information about delays (median delay, delay index, cancelled flights) of arrivals and departures for all known airports, represented by a collection of items sorted by \r\nthe average of arrival and departure inde" }, { "info": { "name": "AeroDataBox Global Delays (current or Historical Moment) / TIER 3", "type": "http" }, "http": { "method": "GET", "url": "https://prod.api.market/api/v1/aedbx/aerodatabox/airports/delays/:dateUtc", "headers": [ { "name": "x-api-market-key", "value": "" } ], "params": [ { "name": "dateUtc", "value": "", "type": "path", "description": "The moment of time for / from which delay data is requested (UTC time, format: YYYY-MM-DDTHH:mm).\r\nDefault - current time." } ] }, "docs": "**What is the current or historical delay situation in all airports?** or **What is the delay index of all airports globally right now or at a moment in past?**\r\n\r\nPlease read more about airport delays on here: https://aerodatabox.com/api-airport-delays/\r\n\r\n*Returns*: Statistical delay information about delays (median delay, delay index, cancelled flights) of arrivals and departures for all known airports, represented by a collection of items sorted by \r\nthe average of arrival and departure inde" }, { "info": { "name": "AeroDataBox Flight Delay Statistics by Flight Number / TIER 3", "type": "http" }, "http": { "method": "GET", "url": "https://prod.api.market/api/v1/aedbx/aerodatabox/flights/:number/delays", "headers": [ { "name": "x-api-market-key", "value": "" } ], "params": [ { "name": "number", "value": "", "type": "path", "description": "Flight number (with or without spaces, IATA or ICAO, any case formats are acceptable, e.g. KL1395, Klm 1395)" } ] }, "docs": "**By how much the flight is delayed in average?**\r\n\r\nInformation is only available for flights which were tracked with live updates at least at origin or at destination within the last 90 days.\r\n\r\n*Returns:* delay statistics for the flight with specified number." } ] } ], "bundled": true }