{"id":23167920,"url":"https://github.com/azurlane-api/azurlane-rs","last_synced_at":"2025-04-04T22:21:12.899Z","repository":{"id":62438463,"uuid":"221335001","full_name":"azurlane-api/azurlane-rs","owner":"azurlane-api","description":"Wrapper for the unofficial azur lane json api in Rust","archived":false,"fork":false,"pushed_at":"2019-11-15T20:33:38.000Z","size":32,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-12T05:35:31.388Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/azurlane-api.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":["KurozeroPB"],"patreon":"Kurozero","open_collective":null,"ko_fi":"kurozero","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":["https://www.paypal.me/pvdbroek","https://donatebot.io/checkout/240059867744698368"]}},"created_at":"2019-11-12T23:56:41.000Z","updated_at":"2019-11-15T20:33:40.000Z","dependencies_parsed_at":"2022-11-01T21:47:14.201Z","dependency_job_id":null,"html_url":"https://github.com/azurlane-api/azurlane-rs","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azurlane-api%2Fazurlane-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azurlane-api%2Fazurlane-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azurlane-api%2Fazurlane-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azurlane-api%2Fazurlane-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/azurlane-api","download_url":"https://codeload.github.com/azurlane-api/azurlane-rs/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247256764,"owners_count":20909357,"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":[],"created_at":"2024-12-18T02:36:41.425Z","updated_at":"2025-04-04T22:21:12.876Z","avatar_url":"https://github.com/azurlane-api.png","language":"Rust","funding_links":["https://github.com/sponsors/KurozeroPB","https://patreon.com/Kurozero","https://ko-fi.com/kurozero","https://www.paypal.me/pvdbroek","https://donatebot.io/checkout/240059867744698368"],"categories":[],"sub_categories":[],"readme":"[![v1.0.0](https://img.shields.io/badge/crates.io-v1.1.0-blue.svg)](https://crates.io/crates/azurlane)\n\n# azurlane-rs\nWrapper for the unofficial azur lane json api in Rust\n\n## Installation\n```toml\n[dependencies]\nazurlane = \"1.1\"\n```\n\n## Example\n```rust\nuse azurlane::{AzurLaneRequester, Category};\nuse reqwest::Client;\n\nfn main() {\n    let client = Client::new();\n    \n    let _ = match client.get_ships(Category::RARITY, \"Super Rare\") {\n        Ok(response) =\u003e {\n            for i in 0..response.ships.len() {\n                println!(\"[{}]: ({})\", response.ships[i].id, response.ships[i].name)\n            }\n        }\n        Err(why) =\u003e {\n            panic!(\"{}\", why)\n        }\n    };\n}\n```\n\n## Support\n![discord](https://discordapp.com/api/v6/guilds/240059867744698368/widget.png?style=banner2)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazurlane-api%2Fazurlane-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fazurlane-api%2Fazurlane-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazurlane-api%2Fazurlane-rs/lists"}