Back to catalog
πŸ’»

Bitbucket

OAuth

Bitbucket API

πŸ’»DevelopmentHTTPS

python-bitbucket

atlassian/python-bitbucket

DescriptionOfficial Python client library for the Bitbucket Cloud REST API
LanguagePython
Size4,820
Has IssuesYes
Updated On2026-01-30T16:45:00Z

Sample Response

response.json
1{
2 "full_name": "atlassian/python-bitbucket",
3 "name": "python-bitbucket",
4 "description": "Official Python client library for the Bitbucket Cloud REST API",
5 "language": "python",
6 "size": 4820,
7 "has_issues": true,
8 "created_on": "2019-06-12T09: 14: 00Z",
9 "updated_on": "2026-01-30T16: 45: 00Z"
10}

Code Snippets

request.sh
1"color:#c084fc">curl -X "color:#fbbf24">GET "https://developer.atlassian.com/bitbucket/api/2/reference/" \
2 "color:#60a5fa">-H "Authorization: Bearer YOUR_ACCESS_TOKEN"
View Documentation

Similar APIs