v1

latestOpenAPI 3.1.02026-07-26294215839.4 KB
Account Information
Public API

Get All Provinces

Returns a flat list of all states and provinces across every country. Each entry includes a numeric ID, the countryId it belongs to, an abbreviation label (e.g. "UT"), an ISO 3166-2 code (e.g. "US-UT"), and a full name. Use the countryId field to filter client-side.

OAuth Scopes: meta

get/api/v1/meta/provinces

Response

Flat array of all states/provinces across all countries.

idinteger

State/province ID

countryIdstring

ID of the country this state/province belongs to

labelstring

State/province abbreviation (e.g. "UT")

isostring

ISO 3166-2 code (e.g. "US-UT")

namestring

Full name of the state/province