Movement availability
Get 24 hours of Movement availability information starting from specified date and time.
GET
https://api.aviowiki.com/airports/{aid}/availability/movement
Path Parameters
Name
Type
Description
aid*
String
Aviowiki ID of the airport
Query Parameters
Name
Type
Description
dateTime
String
Range start for the availability retrieval. Default value: now
. Datetime format: ISO 8601
.
local
String
Whether to use local time or UTC. If true
the dateTime
query parameter shall be provided in local time as well. Default value: false
Headers
Name
Type
Description
Authorization
String
An API Token using Bearer authorization.
The detailed properties of the returned item can be found in the Movement Availability documentation.
Last updated
Was this helpful?