GET /projects/{id}
inaturalist.org:inaturalist-api
Summary: Get Project by ID
Operation ID: getProjectById
Auth: unknown
Operation ID: getProjectById
Auth: unknown
Description
Get detailed information about a specific project.
Parameters (2)
id
(integer, path, required)
Project ID
rule_details
(boolean, query, optional)
Include rule details
Examples (3)
| Title | Type | URL | Action |
|---|---|---|---|
| Single project by ID | curl |
https://api.inaturalist.org/v1/projects/1234 |
|
| Multiple projects by comma-separated IDs | curl |
https://api.inaturalist.org/v1/projects/1234,5678,9012 |
|
| Project with detailed rule information | curl |
https://api.inaturalist.org/v1/projects/1234?rule_details=true |
Probe History
Status Codes
| Time | Status | Latency | Size |
|---|---|---|---|
| 2026-03-23 10:43:14.168774 | 200 | 696ms | |
| 2026-03-23 10:35:38.762011 | 200 | 697ms | |
| 2026-03-23 10:31:01.672378 | 200 | 727ms |
Response Changes
| When | Old | New |
|---|---|---|
| 2026-03-23 10:35:38.762011 | 615bdb161acb |
9c59010d6467 |
| 2026-03-23 10:43:14.168774 | 9c59010d6467 |
615bdb161acb |