{"@context": "https://schema.org", "@type": "WebAPI", "name": "Trello API", "description": "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.", "provider": {"@type": "Organization", "name": "trello.com"}, "documentation": "https://raw.githubusercontent.com/APIs-guru/unofficial_openapi_specs/master/trello.com/1.0/swagger.yaml"}
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.
Every row below was read from the vendor's own OpenAPI document. The summary text is theirs. What this registry adds is that each operation is indexed with its method, path, base URL and auth scheme, so a search for a capability can answer with a call rather than a name, and that the endpoint is probed on a schedule.
Specifications as held by the APIs.guru corpus, whose newest record is 2023-04-21. Operations the vendor has added since are not listed here; the origin links above are the vendor's own current documents.
base URLs: https://trello.com/1
auth: a p i k e y
find it by capability: POST /search {"query":{"text":"..."}} returns these
operations with their invocation detail. Connect any agent client.
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.
| method | path | what the vendor says it does |
|---|---|---|
GET | /actions/{idAction} | getActionsByIdAction() action |
PUT | /actions/{idAction} | updateActionsByIdAction() action |
DELETE | /actions/{idAction} | deleteActionsByIdAction() action |
GET | /actions/{idAction}/board | getActionsBoardByIdAction() action |
GET | /actions/{idAction}/board/{field} | getActionsBoardByIdActionByField() action |
GET | /actions/{idAction}/card | getActionsCardByIdAction() action |
GET | /actions/{idAction}/card/{field} | getActionsCardByIdActionByField() action |
GET | /actions/{idAction}/display | getActionsDisplayByIdAction() action |
GET | /actions/{idAction}/entities | getActionsEntitiesByIdAction() action |
GET | /actions/{idAction}/list | getActionsListByIdAction() action |
GET | /actions/{idAction}/list/{field} | getActionsListByIdActionByField() action |
GET | /actions/{idAction}/member | getActionsMemberByIdAction() action |
GET | /actions/{idAction}/member/{field} | getActionsMemberByIdActionByField() action |
GET | /actions/{idAction}/memberCreator | getActionsMemberCreatorByIdAction() action |
GET | /actions/{idAction}/memberCreator/{field} | getActionsMemberCreatorByIdActionByField() action |
GET | /actions/{idAction}/organization | getActionsOrganizationByIdAction() action |
GET | /actions/{idAction}/organization/{field} | getActionsOrganizationByIdActionByField() action |
PUT | /actions/{idAction}/text | updateActionsTextByIdAction() action |
GET | /actions/{idAction}/{field} | getActionsByIdActionByField() action |
GET | /batch | getBatch() batch |
POST | /boards | addBoards() board |
GET | /boards/{idBoard} | getBoardsByIdBoard() board |
PUT | /boards/{idBoard} | updateBoardsByIdBoard() board |
GET | /boards/{idBoard}/actions | getBoardsActionsByIdBoard() board |
GET | /boards/{idBoard}/boardStars | getBoardsBoardStarsByIdBoard() board |
POST | /boards/{idBoard}/calendarKey/generate | addBoardsCalendarKeyGenerateByIdBoard() board |
GET | /boards/{idBoard}/cards | getBoardsCardsByIdBoard() board |
GET | /boards/{idBoard}/cards/{filter} | getBoardsCardsByIdBoardByFilter() board |
GET | /boards/{idBoard}/cards/{idCard} | getBoardsCardsByIdBoardByIdCard() board |
GET | /boards/{idBoard}/checklists | getBoardsChecklistsByIdBoard() board |
POST | /boards/{idBoard}/checklists | addBoardsChecklistsByIdBoard() board |
PUT | /boards/{idBoard}/closed | updateBoardsClosedByIdBoard() board |
GET | /boards/{idBoard}/deltas | getBoardsDeltasByIdBoard() board |
PUT | /boards/{idBoard}/desc | updateBoardsDescByIdBoard() board |
POST | /boards/{idBoard}/emailKey/generate | addBoardsEmailKeyGenerateByIdBoard() board |
PUT | /boards/{idBoard}/idOrganization | updateBoardsIdOrganizationByIdBoard() board |
PUT | /boards/{idBoard}/labelNames/blue | updateBoardsLabelNamesBlueByIdBoard() board |
PUT | /boards/{idBoard}/labelNames/green | updateBoardsLabelNamesGreenByIdBoard() board |
PUT | /boards/{idBoard}/labelNames/orange | updateBoardsLabelNamesOrangeByIdBoard() board |
PUT | /boards/{idBoard}/labelNames/purple | updateBoardsLabelNamesPurpleByIdBoard() board |
and 160 more operation(s) in this specification, all searchable.
specification origin: https://raw.githubusercontent.com/APIs-guru/unofficial_openapi_specs/master/trello.com/1.0
nothing on this page is a rating, an endorsement or a claim about quality. Reachability is what our probes observed from one network; answering is a floor under usefulness, not a measure of it.