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

Was this helpful?

  1. Data Models

Region

PreviousCoordinatesNextCountry

Last updated 1 year ago

Was this helpful?

Regions define political or geographical groupings of countries or territories.

For example, the is defined as a list of countries, while is defined geographically by a series of polygons.

There is one special region that includes all countries in the world and has special AID RGN-WRLD-WIDE

The Region object includes the following properties:

Property
Type
Description

aid

string

The aviowiki ID for this Region, with naspace RGN

name

string

The name assigned to the Region.

countries

list, null

multipolygon

list, null

A list of polygons, that are on their own a list of Coordinates that define the vertices of the polygon. null indicates that the Region is not defined by any polygon.

For example

{
  "aid": "RGN-DOCS-TEST",
  "name": "Test Region",
  "countries": [
    {
      "iso2": "FO",
      "iso3": "FRO",
      "isoNumeric": 234,
      "name": "Faroe Islands",
      "officialName": null,
      "localIdentifierName": null
    }
  ],
  "multipolygon": [
    [
      [
        3.7792969,
        80.9491884
      ],
      [
        41.0449219,
        80.9422728
      ],
      [
        18.984375,
        73.4033377
      ]
    ]
  ]
}

Represents a Region that includes Faroes Islands as a Country, and Svalbard as a geographical area enclosed in a triangle.

A list of that are included in the Region. null indicates that the Region is not defined by any Country.

European Union
Europe
Countries