Country Operational Note data
Get all relevant operational notes at a country
GET https://api.aviowiki.com/countries/{isoCountryCode}/operationalnotes/all
Path Parameters
Name
Type
Description
isoCountryCode *
String
2-letter ISO country code (e.g., UA)
Headers
Name
Type
Description
Authorization
String
An API Token using Bearer authorization.
The detailed properties of the returned object can be found in the documentation of the Country Operational Note data model.
NOTE: All validFrom and validTo values are returned in local time, based on the location of the operational note.
[
{
"validFrom": "2025-05-23T18:12:38.844",
"validTo": "2025-09-30T18:12:38",
"source": "Country Authority",
"criticality": "OPERATIONALLY_CRITICAL",
"notes": "Airspace closed.",
"category": "RESTRICTIONS",
"affectedTraffic": null,
"parent": {
"iso2": "UA",
"iso3": "UKR",
"isoNumeric": 804,
"name": "Ukraine",
"officialName": null,
"localIdentifierName": null
},
"aid": "ONC-JWWJ-1Y6H",
"kind": "COUNTRY"
}
]Last updated