appwrite.io

Appwrite backend as a service cuts up to 70% of the time and costs required for building a modern application. We abstract and simplify common development tasks behind a REST APIs, to help you develop your app in a fast and secure way. For full API documentation and tutorials go to [https://appwrite

🔑 apikey 95 endpoints developer_tools
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (10 total)

sdk-for-python ✓ Official
pip install sdk-for-python
sdk-for-node ✓ Official
npm install sdk-for-node
sdk-for-web ✓ Official
npm install sdk-for-web
sdk-for-react-native ✓ Official
npm install sdk-for-react-native
sdk-for-dotnet ✓ Official
dotnet add package sdk-for-dotnet
sdk-for-php ✓ Official
composer require sdk-for-php
sdk-for-apple ✓ Official
# See https://github.com/appwrite/sdk-for-apple
sdk-for-android ✓ Official
# Maven: see https://github.com/appwrite/sdk-for-android
sdk-generator ✓ Official
# See https://github.com/appwrite/sdk-generator
sdk-for-flutter ✓ Official
# See https://github.com/appwrite/sdk-for-flutter
curl examples
List Teams
curl \
  -H "X-Appwrite-JWT: $API_KEY" \
  https://appwrite.io/v1/teams
List Users
curl \
  -H "X-Appwrite-JWT: $API_KEY" \
  https://appwrite.io/v1/users
Get HTTP
curl \
  -H "X-Appwrite-JWT: $API_KEY" \
  https://appwrite.io/v1/health
Endpoints (95 total)
GET
/teams
List Teams
GET
/users
List Users
GET
/health
Get HTTP
GET
/locale
Get User Locale
GET
/account
Get Account
GET
/functions
List Functions
GET
/health/db
Get DB
GET
/avatars/qr
Get QR Code
GET
/health/time
Get Time
GET
/account/logs
Get Account Logs
GET
/health/cache
Get Cache
GET
/account/prefs
Get Account Preferences
At a glance
Total SDKs10
Languages8
Endpoints95
Authapikey
Categories1
https://appwrite.io/v1
Other Appwrite APIs (1)
client