Availability of a provider

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

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

Path Parameters

Name
Type
Description

aid*

String

Aviowiki ID of the provider

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 Provider documentation.

[
  {
    "validFrom": "2025-02-27T10:17:40.108Z",
    "validTo": "2025-02-27T10:17:40.108Z",
    "status": "FULL",
    "notes": "string",
    "info": {}
  }
]

Last updated

Was this helpful?