{"id":15611595,"url":"https://github.com/boxdot/letterboxd-rs","last_synced_at":"2025-04-28T12:11:18.666Z","repository":{"id":46660615,"uuid":"96935194","full_name":"boxdot/letterboxd-rs","owner":"boxdot","description":"Letterboxd API for access to data on the Letterboxd.com website in Rust.","archived":false,"fork":false,"pushed_at":"2024-03-15T09:15:18.000Z","size":70,"stargazers_count":21,"open_issues_count":2,"forks_count":4,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-03-15T21:57:29.873Z","etag":null,"topics":["letterboxd","rest-api","rust"],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/boxdot.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE-APACHE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-07-11T20:37:32.000Z","updated_at":"2024-03-15T09:14:09.000Z","dependencies_parsed_at":"2024-10-03T06:05:53.248Z","dependency_job_id":"10764744-72d3-4a81-9bd6-aa3dc7775684","html_url":"https://github.com/boxdot/letterboxd-rs","commit_stats":{"total_commits":56,"total_committers":3,"mean_commits":"18.666666666666668","dds":0.0357142857142857,"last_synced_commit":"d5dc7ee76e3bb9c3737b130a77975dc5c6c27478"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boxdot%2Fletterboxd-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boxdot%2Fletterboxd-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boxdot%2Fletterboxd-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/boxdot%2Fletterboxd-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/boxdot","download_url":"https://codeload.github.com/boxdot/letterboxd-rs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251311332,"owners_count":21569009,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["letterboxd","rest-api","rust"],"created_at":"2024-10-03T06:05:39.820Z","updated_at":"2025-04-28T12:11:18.629Z","avatar_url":"https://github.com/boxdot.png","language":"Rust","readme":"# Letterboxd API for Rust\n\n[![crates-badge]][crates-url]\n[![docs-badge]][docs-url]\n[![license-badge]][license]\n[![ci-badge]][ci]\n\n[crates-badge]: https://img.shields.io/crates/v/letterboxd.svg\n[crates-url]: https://crates.io/crates/letterboxd\n[docs-badge]: https://docs.rs/letterboxd/badge.svg\n[docs-url]: https://docs.rs/letterboxd\n[license-badge]: https://img.shields.io/crates/l/letterboxd.svg\n[license]: #license\n[ci-badge]: https://github.com/boxdot/letterboxd-rs/actions/workflows/rust.yml/badge.svg\n[ci]: https://github.com/boxdot/letterboxd-rs/actions/workflows/rust.yml\n\n[Letterboxd API](http://api-docs.letterboxd.com) client for accessing the data on the\nLetterboxd.com website in Rust.\n\n## Example\n\n```rust\n#[tokio::main]\nasync fn main() -\u003e letterboxd::Result\u003c()\u003e {\n    let api_key_pair = letterboxd::ApiKeyPair::from_env().unwrap();\n    let client = letterboxd::Client::new(api_key_pair);\n\n    let req = letterboxd::SearchRequest {\n        input: \"Fight Club\".to_string(),\n        per_page: Some(1),\n        ..Default::default()\n    };\n    let resp = client.search(\u0026req).await?;\n    println!(\"{:?}\", resp);\n\n    Ok(())\n}\n```\n\nFor more examples cf. `tests/integration.rs`.\n\n*Note*: Not all APIs are implemented. Feel free to contribute missing implementation, usually these\nare very straight forward.\n\n## License\n\n * Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or\n   http://www.apache.org/licenses/LICENSE-2.0)\n * MIT License ([LICENSE-MIT](LICENSE-MIT) or\n   http://opensource.org/licenses/MIT)\n\n### Contribution\n\nUnless you explicitly state otherwise, any contribution intentionally submitted\nfor inclusion in this document by you, as defined in the Apache-2.0 license,\nshall be dual licensed as above, without any additional terms or conditions.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboxdot%2Fletterboxd-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fboxdot%2Fletterboxd-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fboxdot%2Fletterboxd-rs/lists"}