{"id":22343833,"url":"https://github.com/azurlane-api/azurlane.net","last_synced_at":"2026-07-08T16:31:34.681Z","repository":{"id":36017995,"uuid":"220806226","full_name":"azurlane-api/AzurLane.Net","owner":"azurlane-api","description":".Net wrapper for the unofficial azur lane api","archived":false,"fork":false,"pushed_at":"2022-06-22T22:11:37.000Z","size":309,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-06T10:12:02.898Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","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-10T15:03:13.000Z","updated_at":"2019-11-19T21:51:34.000Z","dependencies_parsed_at":"2022-09-20T02:52:44.910Z","dependency_job_id":null,"html_url":"https://github.com/azurlane-api/AzurLane.Net","commit_stats":null,"previous_names":["kurozeropb/azurlane.net"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azurlane-api%2FAzurLane.Net","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azurlane-api%2FAzurLane.Net/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azurlane-api%2FAzurLane.Net/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azurlane-api%2FAzurLane.Net/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/azurlane-api","download_url":"https://codeload.github.com/azurlane-api/AzurLane.Net/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245632425,"owners_count":20647193,"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-04T09:06:22.514Z","updated_at":"2025-10-10T20:02:36.727Z","avatar_url":"https://github.com/azurlane-api.png","language":"C#","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":"[![Build status](https://ci.appveyor.com/api/projects/status/2ot3sf9evxcpdc8s?svg=true)](https://ci.appveyor.com/project/KurozeroPB/AzurLane.Net)\n[![Codacy Badge](https://api.codacy.com/project/badge/Grade/1645ed68feae48808d9d3a81f3557e36)](https://www.codacy.com/manual/KurozeroPB/AzurLane.Net?utm_source=github.com\u0026amp;utm_medium=referral\u0026amp;utm_content=KurozeroPB/AzurLane.Net\u0026amp;utm_campaign=Badge_Grade)\n[![NuGet](https://img.shields.io/nuget/vpre/AzurLane.Net.svg)](https://www.nuget.org/packages/AzurLane.Net)\n\n# AzurLane.Net\n.Net wrapper for the unofficial azur lane api\n\n## Example\n```cs\nusing System;\nusing System.Threading.Tasks;\nusing AzurLane.Net;\nusing AzurLane.Net.Ships;\n\nnamespace Example\n{\n    public class Program\n    {\n        public async Task Main()\n        {\n            try\n            {\n                var ships = await Ships.GetListAsync(Category.Rarity, \"Super Rare\");\n                foreach (var ship in ships)\n                {\n                    Console.WriteLine($\"[{ship.Id}]: ({ship.Name})\");\n                }\n            }\n            catch (ErrorResponseException e)\n            {\n                Console.WriteLine(e.Message);\n            }\n        }\n    }\n}\n```\n\n## Support\n![discord](https://discordapp.com/api/v6/guilds/240059867744698368/widget.png?style=banner2)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazurlane-api%2Fazurlane.net","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fazurlane-api%2Fazurlane.net","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazurlane-api%2Fazurlane.net/lists"}