admin2 23.0

Looks up admin2-level reference data.

The Admin2 resolution level (GeoResolutionCode 9 represents small geographic divisions (for example, counties) within Admin1 administrative divisions (for example, states).

Admin2-level reference data includes admin2Codeand admin2Name geolocation data. The service also returns country-level and admin1-level geolocation data

The service may take several query parameters.

  • The countryFips parameter identifies a country using its Federal Information Processing Standard (FIPS) country code. The FIPS country code is a two-character code that uniquely identifies a geopolitical entity. For example, the FIPS country code for the United States is US.
  • The admin1Code parameter is a two-character code that represents a large geographic division within a country such as a prefecture, province, region, or state. For example, the admin1Code for the state of California is CA.
  • The admin2Code parameter identifies a geographic division within a country using a three-digit code. The admin2Code identifies entities that are smaller than the entities represented by admin1Code. For example, in the United States admin1Code identifies a state and the admin2Code identifies a county.
Query Params
string

Country FIPS code

string

Code for administrative level 1. Admin1 represents large geographic divisions, such as states and provinces

string

Code for administrative level 2. Admin2 represents smaller geographic divisions than Admin1, such as counties

string

Name of administrative level 2

integer
≤ 1000
Defaults to 100

The numbers of items to return

integer
Defaults to 0

The number of items to skip before starting to collect the result set

Responses

Response body
array of objects
object
string
length ≤ 2

Country ISO2A code

string
length ≤ 4

Country FIPS code

string
length ≤ 4

RMS code for Country

string
length ≤ 512

Name of Country

integer

Globally unique ID for Country

string
length ≤ 16

Code for administrative level 1. Admin1 represents large geographic divisions, such as states and provinces.

string
length ≤ 256

Name of administrative level 1

int64

Globally unique ID for administrative level 1. Admin1 represents large geographic divisions, such as states and provinces.

string
length ≤ 16

Code for administrative level 2. Admin2 represents smaller geographic divisions than Admin1, such as counties.

string
length ≤ 256

Name of administrative level 2

int64

Globally unique ID for administrative level 2. Admin2 represents smaller geographic divisions than Admin1, such as counties.

Language
URL