GET /clients
Summary: List clients
Operation ID: listClients
Auth: none
Operation ID: listClients
Auth: none
Description
Get a list of DataCite clients
Parameters (3)
page[number]
(integer, query, optional, default: 1)
Page number
page[size]
(integer, query, optional, default: 25)
Number of results per page
provider-id
(string, query, optional)
Filter clients by provider ID
Examples (3)
| Title | Type | URL | Action |
|---|---|---|---|
| List all clients with default pagination | curl |
https://api.datacite.org/clients |
|
| List clients with custom pagination | curl |
https://api.datacite.org/clients?page[number]=2&page[size]=50 |
|
| List clients filtered by provider ID | curl |
https://api.datacite.org/clients?provider-id=datacite |
Probe History
Status Codes
| Time | Status | Latency | Size |
|---|---|---|---|
| 2026-03-23 10:47:13.227182 | 200 | 320ms | |
| 2026-03-23 10:28:18.406729 | 200 | 232ms | |
| 2026-03-23 09:12:05.547354 | 200 | 329ms |
Response Changes
| When | Old | New |
|---|---|---|
| 2026-03-23 10:28:18.406729 | 75889932f2de |
588ece62a2fc |
| 2026-03-23 10:47:13.227182 | 588ece62a2fc |
74a080e9ebb5 |