Discogs Rate Limits
Discogs throttles requests by source IP address and authentication mode. Authenticated callers (Discogs token, key+secret, or OAuth 1.0a) get a higher per-minute window than unauthenticated callers. Every response includes X-Discogs-Ratelimit headers so clients can self-pace. Discogs also requires every request to carry a unique User-Agent string; generic UAs (curl, Python urllib) are blocked. Limits are not configurable via dashboard — contact api@discogs.com to negotiate a higher cap for high-volume integrations.
Discogs Rate Limits is the machine-readable rate-limit profile for Discogs on the APIs.io network, conforming to the API Commons Rate Limits specification.
It captures 3 rate-limit definitions, measuring requests_per_minute.
The profile also includes 6 backoff/retry policies defined and response codes documented for throttled, unauthorized, and forbidden.
Tagged areas include Rate Limiting, Music, Marketplace, and Catalog.