trello.com

This document describes the REST API of Trello as published by Trello.com. - Official Documentation - The HTML pages that were scraped in order to generate this specification.

🔑 apikey 324 endpoints collaboration
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (8 total)

pip install TrelloCardCreator
npm install trello-mcp
npm install trello-powerup
go get github.com/aggieben/trello
composer require TrelloSDK
composer require trello-api-php
# See https://github.com/lhui/jtrello
# See https://github.com/paulauqui/trello-angular
curl examples
getBatch()
curl \
  # append ?key=$API_KEY to the URL \
  https://trello.com/1/batch
getSearch()
curl \
  # append ?key=$API_KEY to the URL \
  https://trello.com/1/search
getTypesById()
curl \
  # append ?key=$API_KEY to the URL \
  https://trello.com/1/types/{id}
Endpoints (324 total)
GET
/batch
getBatch()
GET
/search
getSearch()
GET
/types/{id}
getTypesById()
GET
/cards/{idCard}
getCardsByIdCard()
GET
/lists/{idList}
getListsByIdList()
GET
/search/members
getSearchMembers()
GET
/tokens/{token}
getTokensByToken()
GET
/sessions/socket
getSessionsSocket()
GET
/boards/{idBoard}
getBoardsByIdBoard()
GET
/labels/{idLabel}
getLabelsByIdLabel()
GET
/actions/{idAction}
getActionsByIdAction()
GET
/members/{idMember}
getMembersByIdMember()
At a glance
Total SDKs8
Languages6
Endpoints324
Authapikey
Categories1
https://trello.com/1