Does Trello publish or make available a machine-readable description of the REST API? I’m interested in doing some code generation for a client library. I’ve not been able to find anything yet.
Hi @DouglasHall ,
here’s an unofficial (and Trello dev support recommended) link:
- https://api.apis.guru/v2/specs/trello.com/1.0/swagger.json
- https://api.apis.guru/v2/specs/trello.com/1.0/swagger.yaml
Not sure if this swagger definition is updated regularly.
This is perfect, thanks.
Seems like the link changed, it can now be found at
https://api.apis.guru/v2/specs/trello.com/1.0/openapi.yaml
The source code for Trello spec is here
The file was last updated in 2017
I wonder if there were any updates since then
, anyone knows of a better source for the API spec?
A list of all specs by the above author are here: Simple UI for APIs.guru
(posted separate comment due to 2-link new user limitation)
Actually that source code seems out of date with the published link on api.apis.guru, I opened a ticket here
More importantly, I found that the official docs now contain a swagger/openapi spec link:
https://developer.atlassian.com/cloud/trello/rest/
