{"id":48250026,"url":"https://github.com/poteto0/go-nba-sdk","last_synced_at":"2026-04-04T20:48:46.728Z","repository":{"id":336856460,"uuid":"1151411120","full_name":"poteto0/go-nba-sdk","owner":"poteto0","description":"golang sdk for nba-api","archived":false,"fork":false,"pushed_at":"2026-02-13T15:36:42.000Z","size":311,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-13T23:06:32.842Z","etag":null,"topics":["basketball","nba","nba-analytics","nba-api","nba-stats","sdk-go"],"latest_commit_sha":null,"homepage":"https://docs-go-nba-sdk.poteto-mahiro.com/","language":"Go","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/poteto0.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-02-06T12:39:00.000Z","updated_at":"2026-02-13T15:35:11.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/poteto0/go-nba-sdk","commit_stats":null,"previous_names":["poteto0/go-nba-sdk"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/poteto0/go-nba-sdk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/poteto0%2Fgo-nba-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/poteto0%2Fgo-nba-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/poteto0%2Fgo-nba-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/poteto0%2Fgo-nba-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/poteto0","download_url":"https://codeload.github.com/poteto0/go-nba-sdk/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/poteto0%2Fgo-nba-sdk/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31413284,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T20:09:54.854Z","status":"ssl_error","status_checked_at":"2026-04-04T20:09:44.350Z","response_time":60,"last_error":"SSL_read: 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":["basketball","nba","nba-analytics","nba-api","nba-stats","sdk-go"],"created_at":"2026-04-04T20:48:45.550Z","updated_at":"2026-04-04T20:48:46.702Z","avatar_url":"https://github.com/poteto0.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-nba-sdk\n\nNBA API SDK for golang\n\n[:memo: document](https://docs-go-nba-sdk.poteto-mahiro.com/)\n\n## :zap: Quick Start\n\n```bash\n$ go get github.com/poteto0/go-nba-sdk\n```\n\n```go title=\"main.go\"\npackage main\n\nimport (\n\t\"fmt\"\n\n\t\"github.com/poteto0/go-nba-sdk/gns\"\n)\n\nfunc main() {\n\tclient := gns.NewClient(nil)\n\tresult := client.Live.GetScoreBoard(nil)\n\n\tgames := result.Contents.Scoreboard.Games\n\tfor _, game := range games {\n\t\tfmt.Println(\"==========\")\n\t\tif game.IsFinished() {\n\t\t\tfmt.Println(\"  Final  \")\n\t\t} else {\n\t\t\tfmt.Printf(\"%dQ (%s)\\n\", game.Period, game.GameClock)\n\t\t}\n\t\tfmt.Printf(\"%s | %s\\n\", game.HomeTeam.TeamTricode, game.AwayTeam.TeamTricode)\n\t\tfmt.Printf(\"%d | %d\\n\", game.HomeTeam.Score, game.AwayTeam.Score)\n\t}\n\tfmt.Println(\"==========\")\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpoteto0%2Fgo-nba-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpoteto0%2Fgo-nba-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpoteto0%2Fgo-nba-sdk/lists"}