Misskey Rate Limits
Rate limit definitions for the Misskey API surface. Misskey is open-source software where each instance administrator configures rate limiting independently. The Misskey backend exposes rate limit information via standard response headers. Job queue rate limits (delivery, inbox, relationship) are configurable in the instance .config/default.yml. Per-endpoint endpoint-level rate limits are enforced by the backend and controlled via the roles system. Default values below reflect typical instance configurations; consult your specific instance's /api-doc for authoritative limits.
Misskey Rate Limits is the machine-readable rate-limit profile for Misskey on the APIs.io network, conforming to the API Commons Rate Limits specification.
It captures 6 rate-limit definitions, across the default, job-queue, and role-based tiers, measuring requests_per_minute and jobs_per_second.
The profile also includes 5 backoff/retry policies defined and response codes documented for throttled, quotaExceeded, and serviceUnavailable.
Tagged areas include Open-Source, Social Networks, Fediverse, Rate Limiting, and Quotas.