Properties
| Name | Type | Description |
|---|---|---|
| id | string | |
| firstRetrievedAt | string | |
| host | string | |
| usersCount | number | |
| notesCount | number | |
| followingCount | number | |
| followersCount | number | |
| isNotResponding | boolean | |
| isSuspended | boolean | |
| suspensionState | string | |
| isBlocked | boolean | |
| softwareName | stringnull | |
| softwareVersion | stringnull | |
| openRegistrations | booleannull | |
| name | stringnull | |
| description | stringnull | |
| maintainerName | stringnull | |
| maintainerEmail | stringnull | |
| isSilenced | boolean | |
| isSensitiveMedia | boolean | |
| iconUrl | stringnull | |
| faviconUrl | stringnull | |
| themeColor | stringnull | |
| infoUpdatedAt | stringnull | |
| latestRequestReceivedAt | stringnull | |
| moderationNote | stringnull |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://misskey.io/schemas/FederationInstance",
"title": "FederationInstance",
"type": "object",
"properties": {
"id": {
"type": "string",
"format": "id"
},
"firstRetrievedAt": {
"type": "string",
"format": "date-time"
},
"host": {
"type": "string",
"example": "misskey.example.com"
},
"usersCount": {
"type": "number"
},
"notesCount": {
"type": "number"
},
"followingCount": {
"type": "number"
},
"followersCount": {
"type": "number"
},
"isNotResponding": {
"type": "boolean"
},
"isSuspended": {
"type": "boolean"
},
"suspensionState": {
"type": "string",
"enum": [
"none",
"manuallySuspended",
"goneSuspended",
"autoSuspendedForNotResponding"
]
},
"isBlocked": {
"type": "boolean"
},
"softwareName": {
"type": [
"string",
"null"
],
"example": "misskey"
},
"softwareVersion": {
"type": [
"string",
"null"
]
},
"openRegistrations": {
"type": [
"boolean",
"null"
],
"example": true
},
"name": {
"type": [
"string",
"null"
]
},
"description": {
"type": [
"string",
"null"
]
},
"maintainerName": {
"type": [
"string",
"null"
]
},
"maintainerEmail": {
"type": [
"string",
"null"
]
},
"isSilenced": {
"type": "boolean"
},
"isSensitiveMedia": {
"type": "boolean"
},
"iconUrl": {
"type": [
"string",
"null"
],
"format": "url"
},
"faviconUrl": {
"type": [
"string",
"null"
],
"format": "url"
},
"themeColor": {
"type": [
"string",
"null"
]
},
"infoUpdatedAt": {
"type": [
"string",
"null"
],
"format": "date-time"
},
"latestRequestReceivedAt": {
"type": [
"string",
"null"
],
"format": "date-time"
},
"moderationNote": {
"type": [
"string",
"null"
]
}
},
"required": [
"id",
"firstRetrievedAt",
"host",
"usersCount",
"notesCount",
"followingCount",
"followersCount",
"isNotResponding",
"isSuspended",
"suspensionState",
"isBlocked",
"softwareName",
"softwareVersion",
"openRegistrations",
"name",
"description",
"maintainerName",
"maintainerEmail",
"isSilenced",
"isSensitiveMedia",
"iconUrl",
"faviconUrl",
"themeColor",
"infoUpdatedAt",
"latestRequestReceivedAt"
]
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/misskey-federationinstance"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.