Support
Licenses
Products
Data design
Import
File formats
Coordinates
Languages
Payment types

Data design

Our data is provided in a consistent structure for all countries. Files has some fields are not necessarily available for each country, we invite you to refer to the specific product sheet for more information.

Administrative regions

This file defines the administrative divisions hierarchy of a country. An administrative division is a country subdivision with an official status. We define and standardize up to 4 administrative divisions levels per country. This file is always included in the postal codes and streets datasets.

FieldData typeDescription 
ISOvarchar(2)Country code ISO 3166-1PK
Countrynvarchar(45)Country name 
Languagevarchar(2)Language codePK
LevelintAdministrative levelPK
Categorynvarchar(45)Type of administrative division 
CategoryENnvarchar(45)Type in English 
Region1Codevarchar(10)Administrative level 1 codePK
Region1varchar(85)Administrative level 1 name
Region2Codevarchar(10)Administrative level 2 codePK
Region2varchar(85)Administrative level 2 name
Region3Codevarchar(10)Administrative level 3 codePK
Region3varchar(85)Administrative level 3 name
Region4Codevarchar(10)Administrative level 4 codePK
Region4varchar(85)Administrative level 4 name
LatitudeDecimal(10,6)EPSG:4326 (WGS84) 
LongitudeDecimal(10,6)EPSG:4326 (WGS84) 
ElevationIntegerElevation in meters (average) 
ISO2varchar(10)ISO code 
FIPSvarchar(10)American code 
NUTSvarchar(12)European Union area code 
HASCvarchar(12)Statoids code 
STATvarchar(20)Statistics code - organization of country 

Postal Codes

This geocoded file is designed to store the postcodes which are used for regular mail delivery.

FieldData typeDescription 
ISOvarchar(2)Country code ISO 3166-1PK
Countrynvarchar(45)Country name 
Languagevarchar(2)Language codePK
IDbigintRecord IDPK
PostalCodevarchar(10)Postal code 
Region1nvarchar(85)Administrative level 1 name 
Region2nvarchar(85)Administrative level 2 name 
Region3nvarchar(85)Administrative level 3 name 
Region4nvarchar(85)Administrative level 4 name 
Localitynvarchar(110)Locality name 
Suburbnvarchar(110)Suburb name 
LatitudeDecimal(10,6)EPSG:4326 (WGS84) 
LongitudeDecimal(10,6)EPSG:4326 (WGS84) 
ElevationIntegerElevation in meters (average) 
Timezonevarchar(35)Time zone name (Olson) 
UTCvarchar(6)Coordinated Universal Time 
DSTvarchar(6)Daylight saving time 

Boundaries of Postal Codes

This file contains spatial geometries of postal codes in WKT geospatial standard in EPSG:4326 datum (WGS84).

File is distributed as CSV, DAT (WKB binary for database import), GeoJson and GIS formats. Geometries can be:

FieldData typeDescription 
ISOvarchar(2)Country code ISO 3166-1PK
LayerintLayer (7)PK
Codevarchar(12)Postal codePK
Namenvarchar(85)Name: "Postal code: 33129" 
GeometrygeographyPOINT(Lon,Lat)  POLYGON((Lon,Lat))  MULTIPOLYGON(((Lon,Lat))) 

Streets

This file is designed to store the comprehensive list of streets names and the range enumeration of segment for the whole country. It has a similar structure as the file "Postal Codes" and is geocoded.

FieldData typeDescription 
ISOvarchar(2)Country code ISO 3166-1PK
Countrynvarchar(45)Country name 
Languagevarchar(2)Language codePK
IDbigintRecord IDPK
PostalCodevarchar(10)Postal code 
Region1nvarchar(45)Administrative level 1 name 
Region2nvarchar(45)Administrative level 2 name 
Region3nvarchar(45)Administrative level 3 name 
Region4nvarchar(85)Administrative level 4 name 
Localitynvarchar(110)Locality name 
Suburbnvarchar(110)Suburb name 
Streetnvarchar(110)Name 
Rangevarchar(100)Number range (odd),[even] 
Buildingnvarchar(110)Building name 
LatitudeDecimal(10, 6)EPSG:4326 (WGS84) 
LongitudeDecimal(10, 6)EPSG:4326 (WGS84) 
ElevationIntegerElevation in meters 
Timezonevarchar(35)Time zone name (Olson) 
UTCvarchar(6)Coordinated Universal Time 
DSTvarchar(6)Daylight saving time