Trello

This document describes the REST API of Trello as published by Trello.com. - <a href='https://trello.com/docs/index.html' target='_blank'>Official Documentation</a> - <a href='https://trello.com/docs/api' target='_blank'>The HTML pages that were scraped in order to generate this specification.</a>

Claim this API

Are you the operator of Trello? Submit a claim to establish contact with us.

Report an Issue

Found something wrong with Trello? Let us know about broken links, changed auth, deprecated endpoints, or other issues.

Base URL: https://trello.com/1
Auth: unknown
Endpoints: 77
Reachable: unknown
CORS: unknown

Links

Homepage: https://trello.com/home
API Base: https://trello.com/1

Endpoints

Method Path Summary Auth Last Status Latency
GET /actions/{idAction} getActionsByIdAction()
GET /actions/{idAction}/board getActionsBoardByIdAction()
GET /actions/{idAction}/board/{field} getActionsBoardByIdActionByField()
GET /actions/{idAction}/card getActionsCardByIdAction()
GET /actions/{idAction}/card/{field} getActionsCardByIdActionByField()
GET /actions/{idAction}/display getActionsDisplayByIdAction()
GET /actions/{idAction}/entities getActionsEntitiesByIdAction()
GET /actions/{idAction}/list getActionsListByIdAction()
GET /actions/{idAction}/list/{field} getActionsListByIdActionByField()
GET /actions/{idAction}/member getActionsMemberByIdAction()
GET /actions/{idAction}/member/{field} getActionsMemberByIdActionByField()
GET /actions/{idAction}/memberCreator getActionsMemberCreatorByIdAction()
GET /actions/{idAction}/memberCreator/{field} getActionsMemberCreatorByIdActionByField()
GET /actions/{idAction}/organization getActionsOrganizationByIdAction()
GET /actions/{idAction}/organization/{field} getActionsOrganizationByIdActionByField()
GET /actions/{idAction}/{field} getActionsByIdActionByField()
GET /batch getBatch()
GET /boards/{idBoard} getBoardsByIdBoard()
GET /boards/{idBoard}/actions getBoardsActionsByIdBoard()
GET /boards/{idBoard}/boardStars getBoardsBoardStarsByIdBoard()
GET /boards/{idBoard}/cards getBoardsCardsByIdBoard()
GET /boards/{idBoard}/cards/{filter} getBoardsCardsByIdBoardByFilter()
GET /boards/{idBoard}/cards/{idCard} getBoardsCardsByIdBoardByIdCard()
GET /boards/{idBoard}/checklists getBoardsChecklistsByIdBoard()
GET /boards/{idBoard}/deltas getBoardsDeltasByIdBoard()
GET /boards/{idBoard}/labels getBoardsLabelsByIdBoard()
GET /boards/{idBoard}/labels/{idLabel} getBoardsLabelsByIdBoardByIdLabel()
GET /boards/{idBoard}/lists getBoardsListsByIdBoard()
POST /boards/{idBoard}/lists addBoardsListsByIdBoard()
GET /boards/{idBoard}/lists/{filter} getBoardsListsByIdBoardByFilter()
GET /boards/{idBoard}/membersInvited getBoardsMembersInvitedByIdBoard()
GET /boards/{idBoard}/membersInvited/{field} getBoardsMembersInvitedByIdBoardByField()
GET /boards/{idBoard}/myPrefs getBoardsMyPrefsByIdBoard()
GET /boards/{idBoard}/organization getBoardsOrganizationByIdBoard()
GET /boards/{idBoard}/organization/{field} getBoardsOrganizationByIdBoardByField()
GET /boards/{idBoard}/{field} getBoardsByIdBoardByField()
GET /cards/{idCard} getCardsByIdCard()
GET /cards/{idCard}/actions getCardsActionsByIdCard()
GET /cards/{idCard}/attachments getCardsAttachmentsByIdCard()
GET /cards/{idCard}/attachments/{idAttachment} getCardsAttachmentsByIdCardByIdAttachment()
GET /cards/{idCard}/board getCardsBoardByIdCard()
GET /cards/{idCard}/board/{field} getCardsBoardByIdCardByField()
GET /cards/{idCard}/checkItemStates getCardsCheckItemStatesByIdCard()
GET /cards/{idCard}/checklists getCardsChecklistsByIdCard()
GET /cards/{idCard}/list getCardsListByIdCard()
GET /cards/{idCard}/list/{field} getCardsListByIdCardByField()
GET /cards/{idCard}/membersVoted getCardsMembersVotedByIdCard()
GET /cards/{idCard}/stickers getCardsStickersByIdCard()
GET /cards/{idCard}/stickers/{idSticker} getCardsStickersByIdCardByIdSticker()
GET /cards/{idCard}/{field} getCardsByIdCardByField()
GET /checklists/{idChecklist} getChecklistsByIdChecklist()
GET /checklists/{idChecklist}/board getChecklistsBoardByIdChecklist()
GET /checklists/{idChecklist}/board/{field} getChecklistsBoardByIdChecklistByField()
GET /checklists/{idChecklist}/cards getChecklistsCardsByIdChecklist()
GET /checklists/{idChecklist}/cards/{filter} getChecklistsCardsByIdChecklistByFilter()
GET /checklists/{idChecklist}/checkItems getChecklistsCheckItemsByIdChecklist()
GET /checklists/{idChecklist}/checkItems/{idCheckItem} getChecklistsCheckItemsByIdChecklistByIdCheckItem()
GET /checklists/{idChecklist}/{field} getChecklistsByIdChecklistByField()
GET /labels/{idLabel} getLabelsByIdLabel()
GET /labels/{idLabel}/board getLabelsBoardByIdLabel()
GET /labels/{idLabel}/board/{field} getLabelsBoardByIdLabelByField()
POST /lists addLists()
GET /lists/{idList} getListsByIdList()
PUT /lists/{idList} updateListsByIdList()
GET /lists/{idList}/actions getListsActionsByIdList()
POST /lists/{idList}/archiveAllCards addListsArchiveAllCardsByIdList()
GET /lists/{idList}/board getListsBoardByIdList()
GET /lists/{idList}/board/{field} getListsBoardByIdListByField()
GET /lists/{idList}/cards getListsCardsByIdList()
POST /lists/{idList}/cards addListsCardsByIdList()
GET /lists/{idList}/cards/{filter} getListsCardsByIdListByFilter()
PUT /lists/{idList}/closed updateListsClosedByIdList()
PUT /lists/{idList}/idBoard updateListsIdBoardByIdList()
POST /lists/{idList}/moveAllCards addListsMoveAllCardsByIdList()
PUT /lists/{idList}/name updateListsNameByIdList()
PUT /lists/{idList}/pos updateListsPosByIdList()
PUT /lists/{idList}/subscribed updateListsSubscribedByIdList()
GET /lists/{idList}/{field} getListsByIdListByField()
GET /organizations/{idOrg} getOrganizationsByIdOrg()
GET /organizations/{idOrg}/actions getOrganizationsActionsByIdOrg()
GET /organizations/{idOrg}/boards getOrganizationsBoardsByIdOrg()
GET /organizations/{idOrg}/boards/{filter} getOrganizationsBoardsByIdOrgByFilter()
GET /organizations/{idOrg}/deltas getOrganizationsDeltasByIdOrg()
GET /organizations/{idOrg}/membersInvited getOrganizationsMembersInvitedByIdOrg()
GET /organizations/{idOrg}/membersInvited/{field} getOrganizationsMembersInvitedByIdOrgByField()
GET /organizations/{idOrg}/{field} getOrganizationsByIdOrgByField()
GET /search getSearch()
GET /types/{id} getTypesById()