GET /v2.0/data/geopoliticalunits/{gpid}/sites
neotomadb.org:neotoma-database-api
Summary: Returns information about sites 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 |
|---|---|---|---|
| Get sites for geopolitical unit (basic) | curl |
https://api.neotomadb.org/v2.0/data/geopoliticalunits/1/sites |
|
| Get sites with custom limit | curl |
https://api.neotomadb.org/v2.0/data/geopoliticalunits/1/sites?limit=10 |
|
| Get sites with pagination (offset) | curl |
https://api.neotomadb.org/v2.0/data/geopoliticalunits/2/sites?limit=25&offset=25 |
Probe History
Status Codes
| Time | Status | Latency | Size |
|---|---|---|---|
| 2026-03-23 10:52:01.187268 | 200 | 599ms | |
| 2026-03-23 10:27:32.102231 | 200 | 613ms | |
| 2026-03-23 10:19:58.455664 | 200 | 551ms |