Bitbucket
Bitbucket API
- Authentication
- OAuth
- HTTPS
- Yes
- CORS
- Unknown
- Category
- Development
- Documentation / URL
- https://developer.atlassian.com/bitbucket/api/2/reference/
Overview
Bitbucket API provides repo/PR data — OAuth-based (unauthenticated requests return 401, verified).
Quick Start
Requires OAuth token:
curl "https://api.bitbucket.org/2.0/user" \
-H "Authorization: Bearer YOUR_TOKEN"
Authentication
- OAuth 2.0 app at Atlassian → access token.
- Send it as
Authorization: Bearer(missing → 401, verified).
Rate Limits & Notes
- Free with registration (check the docs).
- Repos, pull requests, pipelines.
FAQ
Is Bitbucket free? Yes — free with OAuth.
Why 401? OAuth token required (verified).
What can I access? Repos and PRs.
More in Development
| API | Auth | HTTPS | CORS | |
|---|---|---|---|---|
| 24 Pull Requests Project to promote open source collaboration during December | No auth | Yes | Yes | ↗ |
| Agify.io Estimates the age from a first name | No auth | Yes | Yes | ↗ |
| Amazonscraperapi Amazon product, search & batch scraping API with residential proxies (1000 free) | API Key | Yes | No | ↗ |
| AmberOne Turn any website into a build-ready Android, iOS, PWA or Electron app project | API Key | Yes | No | ↗ |
| API Grátis Multiples services and public APIs | No auth | Yes | Unknown | ↗ |