GET /data/contacts
neotomadb.org:neotoma-paleoecology-database
Summary: List contacts
Operation ID: listContacts
Auth: unknown
Operation ID: listContacts
Auth: unknown
Description
Retrieve a list of contacts (researchers, organizations) in the database.
Parameters (3)
familyname
(string, query, optional)
Filter contacts by family name
limit
(integer, query, optional, default: 25)
Maximum number of results to return
offset
(integer, query, optional, default: 0)
Number of results to skip for pagination
Examples (4)
| Title | Type | URL | Action |
|---|---|---|---|
| List all contacts (default pagination) | curl |
https://api.neotomadb.org/v2.0/data/contacts |
|
| Search contacts by family name | curl |
https://api.neotomadb.org/v2.0/data/contacts?familyname=Smith |
|
| Filter active contacts with custom limit | curl |
https://api.neotomadb.org/v2.0/data/contacts?contactstatus=extant&limit=10 |
|
| List contacts | probe-gate |
https://api.neotomadb.org/v2.0/data/contacts?limit=25&offset=0 |
Probe History
Status Codes
| Time | Status | Latency | Size |
|---|---|---|---|
| 2026-03-23 10:51:08.749601 | 200 | 512ms | |
| 2026-03-23 10:45:43.681791 | 200 | 544ms | |
| 2026-03-23 09:06:00.399003 | 200 | 513ms | |
| 2026-03-23 09:02:50.560079 | 200 | 508ms |
Response Changes
| When | Old | New |
|---|---|---|
| 2026-03-23 09:06:00.399003 | 01ec94f4a6fb |
5b5f938c488e |
| 2026-03-23 10:45:43.681791 | 5b5f938c488e |
b9b006a3e63a |
| 2026-03-23 10:51:08.749601 | b9b006a3e63a |
01ec94f4a6fb |