GET /v1.5/data/geopoliticalunits
neotomadb.org:neotoma-database-api
Summary: Returns information about geopolitical units.
Operation ID: —
Auth: unknown
Operation ID: —
Auth: unknown
Parameters (4)
gpid
(integer, query, optional)
Numeric ID for the geopolitical unit from the Neotoma geopoliticalunits table.
Constraints: {'minimum': 1, 'maximum': 11000}
gpname
(string, query, optional)
Name for a geopolitical unit.
lower
(boolean, query, optional, default: False)
Should all lower ranked units below the target unit be returned?
rank
(integer, query, optional)
The unit rank. Ranges from 1 (country) - 4 (e.g., parks).
Constraints: {'minimum': 1, 'maximum': 4}
Examples (4)
| Title | Type | URL | Action |
|---|---|---|---|
| Search geopolitical unit by name | curl |
https://api.neotomadb.org/v1.5/data/geopoliticalunits?gpname=United%20States |
|
| Get all countries (rank 1) | curl |
https://api.neotomadb.org/v1.5/data/geopoliticalunits?rank=1 |
|
| Get unit with lower ranked units included | curl |
https://api.neotomadb.org/v1.5/data/geopoliticalunits?gpid=1&lower=true |
|
| Returns information about geopolitical units. | probe-gate |
https://api.neotomadb.org/v1.5/data/geopoliticalunits |
Probe History
Status Codes
| Time | Status | Latency | Size |
|---|---|---|---|
| 2026-03-23 11:38:23.150463 | 200 | 748ms | |
| 2026-03-23 11:20:50.117477 | 200 | 1128ms | |
| 2026-03-22T07:42:17.638001 | 200 | 576ms | |
| 2026-03-22 21:03:13.410776 | 200 | 694ms |