Air Traffic Control availability

Get 24 hours of ATC availability information starting from specified date and time.

GET https://api.aviowiki.com/airports/{aid}/availability/atc

Path Parameters

Query Parameters

Headers

The detailed properties of the returned item can be found in the ATC Availability documentation.

[
	{
		"validFrom": "2022-07-26T00:00:00",
		"validTo": "2022-07-26T23:59:59.999999999",
		"status": "FULL",
		"info": {
			"enRtfAvailable": true,
			"afisOnly": null
		}
	}
]

Last updated