B

Bitbucket API

by Bitbucket Free tier

Code against the Bitbucket API to automate simple tasks, embed Bitbucket data into your own site, build mobile or desktop apps, or even add custom UI add-ons into Bitbucket itself using the Connect framework.

developergitversion controlrepositoriesci/cd

Quick Reference

Base URL https://api.bitbucket.org/2.0 Auth type OAuth 2.0 Auth header Authorization: Bearer YOUR_ACCESS_TOKEN Rate limit 1,000 requests/hour (authenticated) Pricing Free tier available Free quota 5 users / forever Documentation https://support.atlassian.com/bitbucket-cloud/ Endpoint status Server online — HTTP 404 — server is online but path returned an error (may require auth)1.27s (checked Mar 29, 2026) Builder score B 69% builder-friendly
Pricing
90
Latency
30
Depth
82

Authentication

OAuth 2.0 or HTTP Basic Auth (username + app password)

Authorization: Bearer YOUR_ACCESS_TOKEN

Pricing

Model freemium Starting price Free tier available Free quota 5 users / forever
PlanPrice/moIncluded
Free Free Up to 5 users
Standard $3 Per user/mo, unlimited users
Premium $6 Per user/mo, advanced CI/CD

Free: 5 users. Standard: $3/user/mo. Premium: $6/user/mo. Includes CI/CD minutes.

Key Endpoints

MethodPathDescription
DELETE /addon Delete an app
PUT /addon Update an installed app
GET /addon/linkers List linkers for an app
GET /addon/linkers/{linker_key} Get a linker for an app
DELETE /addon/linkers/{linker_key}/values Delete all linker values
GET /addon/linkers/{linker_key}/values List linker values for a linker
POST /addon/linkers/{linker_key}/values Create a linker value
PUT /addon/linkers/{linker_key}/values Update a linker value

Sample Request

curl -X GET 'https://api.bitbucket.org/2.0/addon' \
  -H 'Authorization: YOUR_API_KEY'

Sample Response

{}

Data sourced from API Map. Always verify pricing and rate limits against the official Bitbucket documentation.