{"id":23167916,"url":"https://github.com/azurlane-api/azurlane-swift","last_synced_at":"2025-10-13T09:42:24.118Z","repository":{"id":101016977,"uuid":"221559709","full_name":"azurlane-api/azurlane-swift","owner":"azurlane-api","description":"Wrapper for the unofficial azur lane json api in Swift","archived":false,"fork":false,"pushed_at":"2019-11-20T10:41:05.000Z","size":45,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-04T22:23:52.071Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Swift","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":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-13T22:00:30.000Z","updated_at":"2021-05-24T10:44:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"3eea458c-0369-4fbd-8010-e907675d8b32","html_url":"https://github.com/azurlane-api/azurlane-swift","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/azurlane-api/azurlane-swift","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azurlane-api%2Fazurlane-swift","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azurlane-api%2Fazurlane-swift/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azurlane-api%2Fazurlane-swift/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azurlane-api%2Fazurlane-swift/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/azurlane-api","download_url":"https://codeload.github.com/azurlane-api/azurlane-swift/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azurlane-api%2Fazurlane-swift/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279014565,"owners_count":26085536,"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","status":"online","status_checked_at":"2025-10-13T02:00:06.723Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-12-18T02:36:33.457Z","updated_at":"2025-10-13T09:42:24.089Z","avatar_url":"https://github.com/azurlane-api.png","language":"Swift","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":"# azurlane-swift\nWrapper for the unofficial azur lane json api in Swift\n\n## Install\nImport the library into your Package.swift \\\n`.package(url: \"https://github.com/azurlane-api/azurlane-swift.git\", from: \"\u003clatest-tag\u003e\")`\n\n## Example\n```swift\nimport Foundation\nimport AzurLane\n\nlet azurlane = AzurLane()\n\nazurlane.getShips(from: .RARITY, with: \"Super Rare\") { (result: Result\u003cShipsResponse, AzurLaneAPIError\u003e) in\n    switch result {\n    case .failure(let error):\n        print(error)\n    case .success(let response):\n        for ship in response.ships {\n            print(\"[\\(ship.id)]: (\\(ship.name))\")\n        }\n    }\n}\n\nRunLoop.main.run()\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-swift","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fazurlane-api%2Fazurlane-swift","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazurlane-api%2Fazurlane-swift/lists"}