Trello
Trello
Trello API provides programmatic access to a lightweight Kanban board collaboration platform — cards, lists, boards, automation (Butler).
Very simple to start (Kanban model is intuitive)
Simple Kanban model — not for complex multi-dimensional projects (use Jira/Asana)
Get API key + token at trello.com/app-key. GET https://api.trello.com/1/members/me/boards?key=...&token=...
Uptime · 30-day window
About this API
Trello was founded 2011 by Fog Creek Software (Stack Overflow founders), acquired by Atlassian in 2017 and integrated into Jira ecosystem. Trello's Kanban model — a row of lists (To Do / Doing / Done) + cards in lists (each card is a task) — is the productization paradigm of Kanban methodology, extremely intuitive; new users grasp it in 5 minutes. This simplicity is both pro and con: perfect for individuals / small teams / simple projects, but complex large projects (dependencies, sprint planning, time tracking) need more professional tools (Jira/Asana/Linear). API lets you automate nearly all Trello operations: create card / move card / add comment / attachment. Common use case: treat Trello as a lightweight task DB integrated into custom workflows. Post-Atlassian acquisition, Trello product iteration slowed; new-generation ClickUp, Notion took over young user market.
What you can build
- 1Auto-create/move Trello cards (CI failure auto-adds card to board)
- 2Export Trello data for reports
- 3Create Trello cards from email/Slack
- 4Power-Up (Trello plugin) development
Strengths & limitations
Strengths
- Very simple to start (Kanban model is intuitive)
- Free tier sufficient for most small teams (10 boards unlimited)
- Rich Power-Up ecosystem
Limitations
- Simple Kanban model — not for complex multi-dimensional projects (use Jira/Asana)
- Product iteration slowed after Atlassian acquisition
- Dated API design
Example request
curl https://trello.com/home/<endpoint>Getting started
Get API key + token at trello.com/app-key. GET https://api.trello.com/1/members/me/boards?key=...&token=...
FAQ
Is Trello still actively promoted?+
Atlassian maintains it but strategic focus is Jira. New features prioritize Jira; Trello is in maintenance mode.
Technical details
- Auth type
- unknown
- Pricing
- unknown
- Protocols
- REST
- SDKs
- javascript, python, go
- Response time
- 101 ms
- Last health check
- 5/12/2026, 7:38:31 AM