Codecov API
Developer ToolsBearer TokenFreemiumCORS enabled
Retrieve code coverage reports, commits, and pull-request metrics for your repositories and CI runs.
https://api.codecov.io/api/v2API Playground
Sending through our CORS proxy.
https://api.codecov.io/api/v2/
Response Headers (0)
Parameters (0)
Related APIs
Reviews
Frequently Asked Questions About Codecov API API
What is Codecov API?
Codecov API is a public API listed in the akousa.net API Directory, a curated collection of 750+ APIs across 12 categories. Retrieve code coverage reports, commits, and pull-request metrics for your repositories and CI runs.
How do I authenticate with Codecov API?
Codecov API uses Bearer token authentication. You need to obtain an access token from the provider, then include it in the Authorization header as "Bearer <token>" with each request.
Is Codecov API free to use?
Codecov API offers a freemium pricing model. It includes a free tier with limited usage that is suitable for personal projects and prototyping. Paid plans are available for higher rate limits, additional features, or production-level usage.
Does Codecov API support CORS?
Yes, Codecov API supports CORS (Cross-Origin Resource Sharing), which means you can make requests directly from browser-based JavaScript applications without encountering cross-origin errors.
Where can I find Codecov API documentation?
You can find the official Codecov API documentation at https://docs.codecov.io/reference. The documentation includes endpoint references, request/response examples, authentication guides, and rate limit details. You can also explore Codecov API in the akousa.net API Directory for a quick overview and test it using the built-in API tester.