Warning
This project is not affiliated with, endorsed by, or sponsored by Letterboxd or The Movie Database (TMDB). All movie data, metadata, and related content are the property of their respective owners.
- Letterboxd is a trademark of Letterboxd Limited.
- TMDB data is provided under their Terms of Use.
This tool is provided for educational and personal use only. Please respect the terms of service of both platforms when using this API.
GET /tmdb/:id
| Parameter | Type | Description |
|---|---|---|
id |
number | The TMDB movie ID |
Success (200)
{
"letterboxdId": "2a1m",
"title": "The Matrix (1999)",
"description": "Set in the 22nd century, The Matrix tells the story of a computer hacker who joins a group of underground insurgents fighting the vast and powerful computers who now rule the earth.",
"url": "https://letterboxd.com/film/the-matrix/",
"tmdbId": "603"
}}Not Found (404)
{
"error": "Movie not found on Letterboxd",
"tmdbId": "123456789"
}}curl https://boxd.notri1.fr/tmdb/603- Bun
- Wrangler CLI
- Cloudflare account
-
Clone the repository
git clone https://github.com/Paylicier/tmdb2boxd.git cd tmdb2boxd -
Install dependencies
bun install
-
Run locally
bun run dev
-
Deploy to Cloudflare
bun run deploy
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a Pull Request
This project is available under MIT
Please read the license carefully before using this software. If you have any questions about licensing, please open an issue.
Built with β€οΈ and π§βπ³ by Paul
