Global Administrative Boundaries
This API provides access to authoritative global administrative boundaries derived from the World Bank Official Boundaries dataset. It delivers accurate, standardized geometries for countries (admin0), first-level regions (admin1), and second-level divisions (admin2), making it ideal for mapping, analytics, and a wide range of geospatial applications. Built for developers and data teams, the API…
Global Administrative Boundaries endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Get Countries by ISO Code (admin0) - Standard /admin0 |
Returns a GeoJSON FeatureCollection of admin0 boundaries filtered by the required ISO code (e.g., USA). |
| GET |
Get Countries by ISO Code (admin0) - High Resolution /admin0_highres |
Returns a GeoJSON FeatureCollection of admin0 boundaries filtered by the required ISO code (e.g., USA). |
| GET |
Get Admin1 Regions by ISO Code (admin1) - Standard /admin1 |
Returns a GeoJSON FeatureCollection of admin1 regions for a specific country using the required country ISO code. |
| GET |
Get Admin1 Regions by ISO Code (admin1) - High Resolution /admin1_highres |
Returns a GeoJSON FeatureCollection of admin1 regions for a specific country using the required country ISO code. |
| GET |
Get Admin2 Divisions by ISO Code (admin2) - Standard /admin2 |
Returns a GeoJSON FeatureCollection of admin2 boundaries filtered by the required country ISO code. |
| GET |
Get Admin2 Divisions by ISO Code (admin2) - High Resolution /admin2_highres |
Returns a GeoJSON FeatureCollection of admin2 boundaries filtered by the required country ISO code. |
| GET |
Get All NDLSA Areas (ndlsa) - Standard /ndlsa |
Returns a GeoJSON FeatureCollection containing all Non-Determined Legal Status Areas (NDLSA). No parameters are required. |
| GET |
Get All NDLSA Areas (ndlsa) - High Resolution /ndlsa_highres |
Returns a GeoJSON FeatureCollection containing all Non-Determined Legal Status Areas (NDLSA). No parameters are required. |