{"id":18469125,"url":"https://github.com/wfcd/warframe.rs","last_synced_at":"2026-03-05T09:03:22.693Z","repository":{"id":206876418,"uuid":"717791423","full_name":"WFCD/warframe.rs","owner":"WFCD","description":"An async crate to interact with the warframestat.us and the warframe.market API.","archived":false,"fork":false,"pushed_at":"2026-01-06T19:19:20.000Z","size":734,"stargazers_count":11,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-01-14T01:08:57.358Z","etag":null,"topics":["api-wrapper","rust","rust-crate","warframe"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/WFCD.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-11-12T16:00:35.000Z","updated_at":"2026-01-06T19:19:23.000Z","dependencies_parsed_at":"2023-11-14T23:25:48.660Z","dependency_job_id":"0ebf444b-3c62-45cc-a080-330df4222bec","html_url":"https://github.com/WFCD/warframe.rs","commit_stats":null,"previous_names":["mettwasser/warframe.rs"],"tags_count":28,"template":false,"template_full_name":null,"purl":"pkg:github/WFCD/warframe.rs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WFCD%2Fwarframe.rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WFCD%2Fwarframe.rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WFCD%2Fwarframe.rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WFCD%2Fwarframe.rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WFCD","download_url":"https://codeload.github.com/WFCD/warframe.rs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WFCD%2Fwarframe.rs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30117488,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T08:19:04.902Z","status":"ssl_error","status_checked_at":"2026-03-05T08:17:37.148Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["api-wrapper","rust","rust-crate","warframe"],"created_at":"2024-11-06T10:09:01.360Z","updated_at":"2026-03-05T09:03:21.728Z","avatar_url":"https://github.com/WFCD.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# warframe.rs\n\nAn async crate to wrap the [Worldstate API](https://docs.warframestat.us) and the [warframe.market API](https://42bytes.notion.site/WFM-Api-v2-Documentation-5d987e4aa2f74b55a80db1a09932459d).\n\nUse this crate if you want to make a Warframe-related rust project that is async.\n\n## Getting started\n\nTo install, simply run `cargo add warframe`.\n\nNote that the MSRV of this project is `1.91`.\n\n### Example\n\n```rust,no_run\nuse warframe::worldstate::{Client, Error, queryable::Cetus, Opposite, TimedEvent};\n\n#[tokio::main]\nasync fn main() -\u003e Result\u003c(), Error\u003e {\n    let client = Client::default();\n\n    let cetus = client.fetch::\u003cCetus\u003e().await?;\n    println!(\n        \"It is currently {} on cetus. It will be {} in {}\",\n        cetus.state,\n        cetus.state.opposite(),\n        cetus.eta()\n    );\n\n    Ok(())\n}\n```\n\n## Contributing\n\nSee [CONTRIBUTING](CONTRIBUTING.md)\n\n### Commitlint\n\nCommit messages are linting in the PR\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwfcd%2Fwarframe.rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwfcd%2Fwarframe.rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwfcd%2Fwarframe.rs/lists"}