Buzzsprout Rate Limits
Buzzsprout does not publish fixed numeric per-minute or per-hour rate limits for its REST API. The documentation instead emphasizes correct client behavior: send a custom User-Agent (default agents may be blocked), set Content-Type to application/json; charset=utf-8 on writes (a wrong type returns 415), and honor HTTP caching. Responses include ETag / Last-Modified headers, and clients are expected to store them and resubmit as If-None-Match / If-Modified-Since to get 304 Not Modified responses and avoid unnecessary traffic. The practical usage ceiling is the account's plan upload-hour allowance rather than an API request cap.
Buzzsprout Rate Limits is the machine-readable rate-limit profile for Buzzsprout on the APIs.io network, conforming to the API Commons Rate Limits specification.
It captures 2 rate-limit definitions, measuring requests and hours.
The profile also includes 4 backoff/retry policies defined and response codes documented for unsupportedMediaType and serverErrors.
Tagged areas include Podcasting, Podcast Hosting, Audio, Rate Limiting, and Quotas.
Limits
Policies
Sources
- https://github.com/buzzsprout/buzzsprout-api
- https://github.com/buzzsprout/buzzsprout-api/blob/master/README.md
Work with this as data
Every rate limit here is available over the APIs.io API and to AI agents over MCP.