GET /v2.0/data/contacts/{contactid}
neotomadb.org:neotoma-database-api
Summary: Contact information for an individual
Operation ID: —
Auth: unknown
Operation ID: —
Auth: unknown
Description
Returns contact information for an individaul in the database.
Parameters (1)
contactid
(integer, path, required)
Unique contact identifier within the Neotoma Database, alone or comma separated.
Constraints: {'minimum': 1, 'maximum': 21000}
Examples (3)
| Title | Type | URL | Action |
|---|---|---|---|
| Get single contact by ID | curl |
https://api.neotomadb.org/v2.0/data/contacts/1 |
|
| Get multiple contacts by comma-separated IDs | curl |
https://api.neotomadb.org/v2.0/data/contacts/1,2,3 |
|
| Get contact with higher ID | curl |
https://api.neotomadb.org/v2.0/data/contacts/123 |
Probe History
Status Codes
| Time | Status | Latency | Size |
|---|---|---|---|
| 2026-03-23 10:18:54.604604 | 200 | 572ms | |
| 2026-03-23 09:37:37.583389 | 200 | 497ms | |
| 2026-03-23 09:09:37.356953 | 200 | 536ms |
Response Changes
| When | Old | New |
|---|---|---|
| 2026-03-23 09:37:37.583389 | 5b58e180c966 |
e665142f7375 |
| 2026-03-23 10:18:54.604604 | e665142f7375 |
0c730ec49c9b |