Trello logo

Trello

Trello

Trello API provides programmatic access to a lightweight Kanban board collaboration platform — cards, lists, boards, automation (Butler).

Visit site ↗Health checked 9h ago
Use it when

Very simple to start (Kanban model is intuitive)

Watch for

Simple Kanban model — not for complex multi-dimensional projects (use Jira/Asana)

First check

Get API key + token at trello.com/app-key. GET https://api.trello.com/1/members/me/boards?key=...&token=...

Auth
CORS
No
HTTPS
Yes
Signup
?
Latency
101 ms
Protocol
REST
Pricing

Uptime · 30-day window

Probes: 1Uptime: 100%Avg latency: 101ms
01

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.

02

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
03

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
04

Example request

Generic template — replace <endpoint> with the real path from the docs.
curl https://trello.com/home/<endpoint>
05

Getting started

Get API key + token at trello.com/app-key. GET https://api.trello.com/1/members/me/boards?key=...&token=...

06

FAQ

Is Trello still actively promoted?+

Atlassian maintains it but strategic focus is Jira. New features prioritize Jira; Trello is in maintenance mode.

07

Technical details

CORS: NoHTTPS: YesSignup: ?Open source: No
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
08

Tags