Public
Like
letterboxd
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
Gets a list with all the films a user has added to their public diary in Letterboxd. The result is a JSON file with the following structure:
"updated_at": "2023-08-13",
"count": 470,
"films": [
{
"watched_on": "2022-10-24",
"title": "Aftersun (2022)",
"rating": 4.5,
"rewatched": false
},
{
"watched_on": "2021-03-20",
"title": "Le Trou (1960)",
"rating": 5,
"rewatched": true
},
...
{
"watched_on": "2020-09-13",
"title": "Tampopo (1985)",
"rating": 5,
"rewatched": false
}
]
}
If you want to use it in the browser, just visit this URL:
https://javier-letterboxdscrapper.web.val.run/?username={username}