{"id":23167921,"url":"https://github.com/azurlane-api/golane","last_synced_at":"2025-06-21T23:03:31.834Z","repository":{"id":57533218,"uuid":"221276075","full_name":"azurlane-api/golane","owner":"azurlane-api","description":"Wrapper for the unofficial azur lane json api in Go","archived":false,"fork":false,"pushed_at":"2019-11-19T21:34:59.000Z","size":37,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-04T22:23:56.714Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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-12T17:39:51.000Z","updated_at":"2019-11-19T21:34:38.000Z","dependencies_parsed_at":"2022-09-26T18:20:55.706Z","dependency_job_id":null,"html_url":"https://github.com/azurlane-api/golane","commit_stats":null,"previous_names":["kurozeropb/golane"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/azurlane-api/golane","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azurlane-api%2Fgolane","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azurlane-api%2Fgolane/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azurlane-api%2Fgolane/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azurlane-api%2Fgolane/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/azurlane-api","download_url":"https://codeload.github.com/azurlane-api/golane/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/azurlane-api%2Fgolane/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261206085,"owners_count":23124833,"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:42.014Z","updated_at":"2025-06-21T23:03:26.821Z","avatar_url":"https://github.com/azurlane-api.png","language":"Go","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":"[![Go Report Card](https://goreportcard.com/badge/github.com/azurlane-api/golane)](https://goreportcard.com/report/github.com/azurlane-api/golane)\n\n# golane\nWrapper for the unofficial azur lane json api in Go\n\n## Docs\nhttps://godoc.org/github.com/azurlane-api/golane\n\n## Example\n```go\npackage main\n\nimport (\n\t\"fmt\"\n\t\"github.com/azurlane-api/golane\"\n)\n\nfunc main() {\n\tvar azurlane = new(golane.AzurLane)\n\tazurlane.Init(\"custom_ua/v0.1.0\")\n\n\tships, err := azurlane.GetShips(golane.Order.RARITY, \"Super Rare\")\n\tif err != nil {\n\t\tfmt.Printf(\"Something bad happened:\\n%s\", err.Error())\n\t\treturn\n\t}\n\n\tfor i := 0; i \u003c len(ships); i++ {\n\t\tfmt.Printf(\"[%s]: %s\\n\", ships[i].ID, ships[i].Name)\n\t}\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%2Fgolane","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fazurlane-api%2Fgolane","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fazurlane-api%2Fgolane/lists"}