Using python-apple-fm-sdk with apple.com

Python integration

✓ Official SDK

Install

pip install python-apple-fm-sdk

Quick start

import python-apple-fm-sdk

# Set your API key
client = python_apple_fm_sdk.Client(api_key="YOUR_API_KEY")
curl \
  -H "Authorization: Bearer $API_KEY" \
  https://api.appstoreconnect.apple.com/v1/apps
curl \
  -H "Authorization: Bearer $API_KEY" \
  https://api.appstoreconnect.apple.com/v1/users
curl \
  -H "Authorization: Bearer $API_KEY" \
  https://api.appstoreconnect.apple.com/v1/builds
SDK on GitHub 📄 API Docs
SDK
python-apple-fm-sdk
Python
API
apple.com
apple.com:app-store-connect

At a glance

Language Python
Endpoints252
Base URLhttps://api.appstoreconnect.apple.com
✓ Official