GET /v2.0/data/geopoliticalunits/{gpid}/datasets
neotomadb.org:neotoma-database-api
Summary: Returns information about datasets based on the geopolitical unit in which they occur.
Operation ID: —
Auth: unknown
Operation ID: —
Auth: unknown
Parameters (3)
gpid
(integer, path, required)
Numeric ID for the geopolitical unit.
Constraints: {'minimum': 1, 'maximum': 11000}
limit
(integer, query, optional, default: 25)
The maximum number of records to be returned, default is 25.
Constraints: {'minimum': 1, 'maximum': 10000}
offset
(integer, query, optional, default: 0)
The offset for returned records when a limit is present. Default is 0.
Constraints: {'minimum': 0}
Examples (3)
| Title | Type | URL | Action |
|---|---|---|---|
| Basic request for datasets in a geopolitical unit | curl |
https://api.neotomadb.org/v2.0/data/geopoliticalunits/1/datasets |
|
| Limited results for a geopolitical unit | curl |
https://api.neotomadb.org/v2.0/data/geopoliticalunits/10/datasets?limit=10 |
|
| Paginated results with offset | curl |
https://api.neotomadb.org/v2.0/data/geopoliticalunits/100/datasets?limit=25&offset=25 |
Probe History
Status Codes
| Time | Status | Latency | Size |
|---|---|---|---|
| 2026-03-23 11:46:11.886821 | 200 | 703ms | |
| 2026-03-23 10:11:35.542819 | 200 | 583ms | |
| 2026-03-22 21:10:12.653795 | 200 | 716ms |