このサイトは現在整備中のため、内容等が正しくない場合があります!
{
"host": "string",
"blocked": true,
"notResponding": true,
"suspended": true,
"silenced": true,
"federating": true,
"subscribing": true,
"publishing": true,
"limit": 30,
"offset": 0,
"sort": "+pubSub"
}curl --location --request GET 'https://misskey.io/api/federation/instances' \
--header 'Content-Type: application/json' \
--data '{
"host": "string",
"blocked": true,
"notResponding": true,
"suspended": true,
"silenced": true,
"federating": true,
"subscribing": true,
"publishing": true,
"limit": 30,
"offset": 0,
"sort": "+pubSub"
}'[
{
"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"
}
]