bitbucket.org

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.

🔑 apikey 303 endpoints developer_toolscollaboration
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (3 total)

pip install bitbucket-cloud-client
# See https://github.com/vinisman/bitbucket-sdk-go
# See https://github.com/bazo/bitbucket-sdk
curl examples
Get current user
curl \
  -H "Authorization: $API_KEY" \
  https://api.bitbucket.org/2.0/user
List snippets
curl \
  -H "Authorization: $API_KEY" \
  https://api.bitbucket.org/2.0/snippets
List workspaces for user
curl \
  -H "Authorization: $API_KEY" \
  https://api.bitbucket.org/2.0/workspaces
Endpoints (303 total)
GET
/user
Get current user
GET
/snippets
List snippets
GET
/workspaces
List workspaces for user
GET
/hook_events
Get a webhook resource
GET
/user/emails
List email addresses for current user
GET
/repositories
List public repositories
GET
/addon/linkers
List linkers for an app
GET
/user/emails/{email}
Get an email address for current user
GET
/snippets/{workspace}
List snippets in a workspace
GET
/users/{selected_user}
Get a user
GET
/workspaces/{workspace}
Get a workspace
GET
/repositories/{workspace}
List repositories in a workspace
Language coverage
Python
1
unknown
2
At a glance
Total SDKs3
Languages2
Endpoints303
Authapikey
Categories2
https://api.bitbucket.org/2.0