Skip to main content
Version: v2

Regions

What are regions?

Many of the BAV resources rely on segmenting data by country. Countries in turn belong to different geographical regions. This resource contains a list of all the regions.

These regions are world geographical regions according to the United Nations geoscheme.

List all regions

To list all of the regions and browse them via the API, use the list endpoint:

GET /api/v2/regions

Get a region

You may also directly retrieve a region's details if you already have its system ID.

GET /api/v2/regions/123

Where 123 is the system ID of the region.

Schema

Full response schema

KeyTypeFilterableSortableConfigurableDescription
idinteger (exact)The system ID.
namestringThe name of the region in english.
created_atstringA datetime string when this region was first created.
updated_atstring(updated since)A datetime string when this region was last updated.

Relationship Response Schema

The slim relationship schema is used when the region is used as part of an include in another resource.

Relationships & includes

By default, relationships apart from the sector are not included. See the includes section for more information on how this works. The following relationships are available:

  • countries - The countries countries that are part of the region.

Searching

This endpoint supports searching. See the searching section for more details.