このサイトは現在整備中のため、内容等が正しくない場合があります!
{
"limit": 10
}curl --location --request GET 'https://misskey.io/api/federation/stats' \
--header 'Content-Type: application/json' \
--data '{
"limit": 10
}'{
"topSubInstances": [
{
"id": "string",
"firstRetrievedAt": "2019-08-24T14:15:22.123Z",
"host": "misskey.example.com",
"usersCount": 0,
"notesCount": 0,
"followingCount": 0,
"followersCount": 0,
"isNotResponding": true,
"isSuspended": true,
"isBlocked": true,
"softwareName": "misskey",
"softwareVersion": "string",
"openRegistrations": true,
"name": "string",
"description": "string",
"maintainerName": "string",
"maintainerEmail": "string",
"isSilenced": true,
"isSensitiveMedia": true,
"iconUrl": "string",
"faviconUrl": "string",
"themeColor": "string",
"infoUpdatedAt": "2019-08-24T14:15:22.123Z",
"latestRequestReceivedAt": "2019-08-24T14:15:22.123Z",
"moderationNote": "string"
}
],
"otherFollowersCount": 0,
"topPubInstances": [
{
"id": "string",
"firstRetrievedAt": "2019-08-24T14:15:22.123Z",
"host": "misskey.example.com",
"usersCount": 0,
"notesCount": 0,
"followingCount": 0,
"followersCount": 0,
"isNotResponding": true,
"isSuspended": true,
"isBlocked": true,
"softwareName": "misskey",
"softwareVersion": "string",
"openRegistrations": true,
"name": "string",
"description": "string",
"maintainerName": "string",
"maintainerEmail": "string",
"isSilenced": true,
"isSensitiveMedia": true,
"iconUrl": "string",
"faviconUrl": "string",
"themeColor": "string",
"infoUpdatedAt": "2019-08-24T14:15:22.123Z",
"latestRequestReceivedAt": "2019-08-24T14:15:22.123Z",
"moderationNote": "string"
}
],
"otherFollowingCount": 0
}