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 61 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
Get User Locale
curl \
  -H "X-Appwrite-JWT: $API_KEY" \
  https://appwrite.io/v1/locale
Get Account
curl \
  -H "X-Appwrite-JWT: $API_KEY" \
  https://appwrite.io/v1/account
Endpoints (61 total)
GET
/teams
List Teams
GET
/locale
Get User Locale
GET
/account
Get Account
GET
/avatars/qr
Get QR Code
GET
/account/logs
Get Account Logs
GET
/account/prefs
Get Account Preferences
GET
/avatars/image
Get Image from URL
GET
/storage/files
List Files
GET
/teams/{teamId}
Get Team
GET
/avatars/favicon
Get Favicon
GET
/account/sessions
Get Account Sessions
GET
/avatars/initials
Get User Initials
At a glance
Total SDKs10
Languages8
Endpoints61
Authapikey
Categories1
https://appwrite.io/v1
Other Appwrite APIs (1)
server