aviowiki
  • Introduction
  • Authentication
    • Users
    • API Tokens
    • Authorisation
  • Conventions
    • Data format
    • aviowiki IDs
    • Pagination
  • Errors
  • Reward Points
  • Open Data
    • Introduction
    • Definition
  • Data Models
    • Airport
    • Authority
    • Availability
    • Aircraft Position
    • Coordinates
    • Region
    • Country
    • Governing District
    • Runway
    • Provider
    • Generic Product
    • Fuel Product
    • Fuel Fee
    • Webhook
    • Error
    • Operational Note
      • Airport Operational Note
      • Country Operational Note
  • Free Endpoints
    • Limitations
    • Free airport endpoints
      • Airport data
      • Searching airports
  • Authenticated Endpoints
    • Airport endpoints
      • Searching airports
      • Airport data
      • Authorities at an airport
      • Availability of an airport
        • Aerodrome Rescue and Fire Fighting availaibility
        • Air Traffic Control availability
        • Customs, Immigration and Quarantine facilities availability
        • Movement availability
      • Runways at an airport
      • Providers at an airport
      • Weather at an airport
      • Sun times at an airport
      • Operational notes at an airport
    • Aircraft endpoints
    • Aircraft position endpoints
    • Flight endpoints
    • Runway endpoints
      • Runway data
    • Provider endpoints
      • Provider data
      • Availability of a provider
      • Country of a provider
      • Pictures of a provider
      • Logo of a provider
      • Products of a provider
      • Fuel products of a provider
    • Operational Note endpoints
      • Operational Note data
    • Retrieve aircraft position
  • Release log
Powered by GitBook
On this page
  • Get Airport Operational Notes at an airport
  • Get paged Airport Operational Notes at an airport
  • Get all relevant operational notes at an airport (Airport, Country, Region) valid on a given date
  • Get all relevant operational notes at an airport (Airport, Country, Region) valid between given dates

Was this helpful?

  1. Authenticated Endpoints
  2. Airport endpoints

Operational notes at an airport

PreviousSun times at an airportNextAircraft endpoints

Last updated 2 months ago

Was this helpful?

Get Airport Operational Notes at an airport

GET https://api.aviowiki.com/airports/{aid}/airportOperationalNotes/all

Path Parameters

Name
Type
Description

aid*

String

Headers

Name
Type
Description

Authorization

String

An API Token using Bearer authorization.

The detailed properties of one returned set item can be found in the documentation.

[
	{
		"validFrom": "2022-04-01T00:00:00",
		"validTo": "2023-04-01T23:59:00",
		"source": "Industry news",
		"criticality": "OPERATIONALLY_CRITICAL",
		"notes": "Weekend and night operations at New Jersey’s Teterboro Airport (TEB) will be affected at times over the next 12 months as the Port Authority of New York and New Jersey undertakes a major rehabilitation of Runway 6/24.",
		"category": "EVENTS",
		"affectedTraffic": null,
		"parent": "APT-CQ9K-5CIO",
		"aid": "ONA-D66Q-4UUG",
		"kind": "AIRPORT"
	},
	...,
	...,
	...
]
{
    // Response
}

Get paged Airport Operational Notes at an airport

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

Path Parameters

Name
Type
Description

aid*

String

Aviowiki ID of the airport

Query Parameters

Name
Type
Description

page

Number

The page number for pagination, starting from `0` to indicate the first page.

size

Number

The number of results in a page, for pagination.

Headers

Name
Type
Description

Authorization

String

An API Token using Bearer authorization.

{
	"page": {
		"number": 0,
		"size": 10,
		"totalPages": 1,
		"totalResults": 2
	},
	"content": [
		{
			"validFrom": "2022-04-01T00:00:00",
			"validTo": "2023-04-01T23:59:00",
			"source": "Industry news",
			"criticality": "OPERATIONALLY_CRITICAL",
			"notes": "Weekend and night operations at New Jersey’s Teterboro Airport (TEB) will be affected at times over the next 12 months as the Port Authority of New York and New Jersey undertakes a major rehabilitation of Runway 6/24.",
			"category": "EVENTS",
			"affectedTraffic": null,
			"parent": "APT-CQ9K-5CIO",
			"aid": "ONA-D66Q-4UUG",
			"kind": "AIRPORT"
		},
		...,
		...,
		...
	]
}
{
    // Response
}

Get all relevant operational notes at an airport (Airport, Country, Region) valid on a given date

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

Path Parameters

Name
Type
Description

aid*

String

Aviowiki ID of the airport

Query Parameters

Name
Type
Description

dateTime

String

Time of validity for the ops notes retrieval. Default value: now. Datetime format: ISO 8601.

local

Boolean

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.

[
	{
		"validFrom": "2023-04-04T15:00:00",
		"validTo": "2023-04-30T18:00:00",
		"source": "NOTAM ",
		"criticality": "OPERATIONALLY_RELEVANT",
		"notes": "Runway 12R/30L closed on the following dates and times:\n\n- April 04: 1500-1800LT\n- April 11: 1500-1800LT\n- April 12: 0130-0215LT, 1500-1800LT\n- April 18: 1500-1800LT\n- April 23: 1500-1800LT\n- April 29: 1500-1800LT\n- April 30: 0130-0215LT, 1500-1800LT\n",
		"category": "RUNWAY",
		"affectedTraffic": null,
		"parent": "APT-KS1J-8E0L",
		"aid": "ONA-D2LR-V9WT",
		"kind": "AIRPORT"
	},
	{
		"validFrom": "2023-01-11T14:58:57.145",
		"validTo": "2023-01-11T16:00:00",
		"source": "FAA",
		"criticality": "OPERATIONALLY_CRITICAL",
		"notes": "Domestic departures are paused until 9 a.m. ET all over the USA due to a computer outage.",
		"category": "DELAYS",
		"affectedTraffic": null,
		"parent": {
			"iso2": "US",
			"iso3": "USA",
			"isoNumeric": 840,
			"name": "United States",
			"officialName": "United States of America",
			"localIdentifierName": null
		},
		"aid": "ONC-6Y7G-NQ2C",
		"kind": "COUNTRY"
	},
	...,
	...
]
{
    // Response
}

Get all relevant operational notes at an airport (Airport, Country, Region) valid between given dates

GET https://api.aviowiki.com/airports/{aid}/operationalNotes/betweenDates

Path Parameters

Name
Type
Description

aid*

String

Aviowiki ID of the airport

Query Parameters

Name
Type
Description

from

String

Range start for the ops notes retrieval. Default value: now. Datetime format: ISO 8601.

to

String

Range end for the ops notes retrieval. Default value: now. Datetime format: ISO 8601.

local

Boolean

Whether to use local time or UTC. If true the dateTime query parameter shall be provided in local time as well. Default value: false

includeRegion

Boolean

includeCountry

Boolean

Headers

Name
Type
Description

Authorization

String

An API Token using Bearer authorization.

Example:

[
	{
		"validFrom": "2023-04-04T15:00:00",
		"validTo": "2023-04-30T18:00:00",
		"source": "NOTAM ",
		"criticality": "OPERATIONALLY_RELEVANT",
		"notes": "Runway 12R/30L closed on the following dates and times:\n\n- April 04: 1500-1800LT\n- April 11: 1500-1800LT\n- April 12: 0130-0215LT, 1500-1800LT\n- April 18: 1500-1800LT\n- April 23: 1500-1800LT\n- April 29: 1500-1800LT\n- April 30: 0130-0215LT, 1500-1800LT\n",
		"category": "RUNWAY",
		"affectedTraffic": null,
		"parent": "APT-KS1J-8E0L",
		"aid": "ONA-D2LR-V9WT",
		"kind": "AIRPORT"
	},
	{
		"validFrom": "2023-01-11T14:58:57.145",
		"validTo": "2023-01-11T16:00:00",
		"source": "FAA",
		"criticality": "OPERATIONALLY_CRITICAL",
		"notes": "Domestic departures are paused until 9 a.m. ET all over the USA due to a computer outage.",
		"category": "DELAYS",
		"affectedTraffic": null,
		"parent": {
			"iso2": "US",
			"iso3": "USA",
			"isoNumeric": 840,
			"name": "United States",
			"officialName": "United States of America",
			"localIdentifierName": null
		},
		"aid": "ONC-6Y7G-NQ2C",
		"kind": "COUNTRY"
	},
	...,
	...
]
{
    // Response
}

The properties of the pagination can be found at Pagination. The detailed properties of one returned set item can be found in the documentation.

Whether to include in the results. Default value: true

Whether to include in the results. Default value: true

Airport Operational Notes
Airport Operational Notes
regional operational notes
country operational notes