List known PDSes and their statistics
Parameters
Output
Encoding
application/jsonstats
ref#pdsStats
Optional
PDS statistics
Errors
AuthenticationRequired
AdminRequired
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "query",
"errors": [
{
"name": "AuthenticationRequired"
},
{
"name": "AdminRequired"
}
],
"output": {
"schema": {
"type": "object",
"properties": {
"stats": {
"ref": "#pdsStats",
"type": "ref",
"description": "PDS statistics"
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"properties": {
"limit": {
"type": "integer",
"default": 50,
"maximum": 100,
"minimum": 1,
"description": "Maximum number of results"
}
}
},
"description": "List known PDSes and their statistics"
}