Misskey API
Misskey provides a comprehensive HTTP and streaming API for building clients, integration web services, bots, and similar applications. All HTTP API endpoints use POST requests with JSON request and response bodies. The API covers notes (posts), users, timelines, follows, drives, channels, notifications, federation via ActivityPub, and administrative operations. Authentication uses access tokens via the MiAuth flow or personal token generation, passed as the i parameter in the request body or via an Authorization Bearer header.
Documentation
Documentation
https://misskey-hub.net/en/docs/for-developers/api/
Authentication
https://misskey-hub.net/en/docs/for-developers/api/token/
RateLimits
https://raw.githubusercontent.com/api-evangelist/misskey/refs/heads/main/rate-limits/misskey-rate-limits.yml
Specifications
SDKs
Other Resources
SDKs
https://github.com/misskey-dev/misskey.js
Plans
https://raw.githubusercontent.com/api-evangelist/misskey/refs/heads/main/plans/misskey-plans-pricing.yml
FinOps
https://raw.githubusercontent.com/api-evangelist/misskey/refs/heads/main/finops/misskey-finops.yml
JSONLDContext
https://raw.githubusercontent.com/api-evangelist/misskey/refs/heads/main/json-ld/misskey-context.jsonld
JSONLDDescription
https://raw.githubusercontent.com/api-evangelist/misskey/refs/heads/main/json-ld/misskey-api.jsonld
Vocabulary
https://raw.githubusercontent.com/api-evangelist/misskey/refs/heads/main/vocabulary/misskey-vocabulary.json
Tags
https://raw.githubusercontent.com/api-evangelist/misskey/refs/heads/main/vocabulary/misskey-tags.json