GET organization
Summary: List organizations
Operation ID: listOrganizations
Auth: unknown
Operation ID: listOrganizations
Auth: unknown
Description
List organizations that publish data to GBIF.
Parameters (4)
country
(string, query, optional)
Country code
limit
(integer, query, optional, default: 20)
Number of results to return
offset
(integer, query, optional, default: 0)
Offset for pagination
q
(string, query, optional)
Search query
Examples (4)
| Title | Type | URL | Action |
|---|---|---|---|
| List all organizations with default pagination | curl |
https://api.gbif.org/v1/organization |
|
| Search organizations by country code | curl |
https://api.gbif.org/v1/organization?country=US&limit=10 |
|
| Search organizations by query term with offset | curl |
https://api.gbif.org/v1/organization?q=museum&limit=5&offset=0 |
|
| List organizations | probe-gate |
https://api.gbif.org/v1/organization?limit=20&offset=0 |
Probe History
Status Codes
| Time | Status | Latency | Size |
|---|---|---|---|
| 2026-03-23 10:45:11.140970 | 200 | 213ms | |
| 2026-03-23 10:15:26.549147 | 200 | 210ms | |
| 2026-03-23 09:33:01.502691 | 200 | 229ms | |
| 2026-03-23 09:09:41.048951 | 200 | 222ms | |
| 2026-03-21T23:25:38.429395 | 200 | 310ms |
Response Changes
| When | Old | New |
|---|---|---|
| 2026-03-23 09:09:41.048951 | 048932780c8d |
a9c37d7bcaf5 |
| 2026-03-23 09:33:01.502691 | a9c37d7bcaf5 |
1caafc1c80bd |
| 2026-03-23 10:15:26.549147 | 1caafc1c80bd |
fb6b91e64740 |
| 2026-03-23 10:45:11.140970 | fb6b91e64740 |
2abc3bf7fafb |