Code Climate · Rate Limits

Codeclimate Rate Limits

The Code Climate Quality REST API (v1) is a JSON API served from https://api.codeclimate.com/v1 and authenticated with a personal access token. Code Climate does not publish specific numeric request-per-minute or request-per-day limits for the public API; throttling is enforced at the platform level and product consumption is governed by per-plan monthly analysis-minute allotments rather than per-request quotas. Specific API rate-limit values are not reconciled in this artifact.

Codeclimate Rate Limits is the machine-readable rate-limit profile for Code Climate on the APIs.io network, conforming to the API Commons Rate Limits specification.

It captures 3 rate-limit definitions, measuring requests, minutes, and records.

The profile also includes 2 backoff/retry policies defined and response codes documented for throttled.

Tagged areas include Code Quality, Static Analysis, Test Coverage, Engineering Analytics, and Rate Limiting.

3 Limits Throttle: 429
Code QualityStatic AnalysisTest CoverageEngineering AnalyticsRate LimitingQuotasThrottling

Limits

Personal Access Token Requests token
requests
see provider documentation
Public API request limits are not published; enforced at platform level.
Analysis Minutes account
minutes
per-plan monthly allotment
Product analysis consumption is metered by plan (Free 1,000; Pro 20,000; Enterprise 75,000 minutes per month).
Test File Reports Batch repo
records
500 per batch
Test file report batch uploads accept up to 500 source-file records per request.

Policies

Tiered Allotments
Monthly analysis-minute allotments scale with the Free, Pro, and Enterprise plans.
Backoff Strategy
Clients should implement exponential backoff with jitter and honor Retry-After on any throttled (429) response.

Sources