Sign in

List lists

documented

List user-created lists.

GET /listsListsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.letterboxd.com/api/v0/lists?cursor={{cursor}}&perPage={{perPage}}&sort={{sort}}&film={{film}}&clonedFrom={{clonedFrom}}&tagCode={{tagCode}}&tagger={{tagger}}&includeTaggerFriends={{includeTaggerFriends}}&includeTags={{includeTags}}&query={{query}}&excludeTags={{excludeTags}}&member={{member}}&where={{where}}&filter={{filter}}&filmsOfNote={{filmsOfNote}}&excludeMemberFilmRelationships={{excludeMemberFilmRelationships}}" \
  -X GET \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -H "Accept: application/json"