{"id":16672954,"url":"https://github.com/euskadi31/go-amplitude","last_synced_at":"2026-02-26T08:22:22.911Z","repository":{"id":38216252,"uuid":"453000853","full_name":"euskadi31/go-amplitude","owner":"euskadi31","description":"Amplitude Client for Go","archived":false,"fork":false,"pushed_at":"2025-11-24T06:23:45.000Z","size":93,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-28T00:24:10.646Z","etag":null,"topics":["amplitude","amplitude-analytics","analytics","client","go","go-module","go-modules","golang","sdk"],"latest_commit_sha":null,"homepage":"","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/euskadi31.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":null,"dco":null,"cla":null}},"created_at":"2022-01-28T09:00:01.000Z","updated_at":"2025-11-24T06:23:47.000Z","dependencies_parsed_at":"2024-05-13T07:29:23.992Z","dependency_job_id":"cd11d104-d652-4550-befb-b850bf7f3bcb","html_url":"https://github.com/euskadi31/go-amplitude","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/euskadi31/go-amplitude","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/euskadi31%2Fgo-amplitude","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/euskadi31%2Fgo-amplitude/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/euskadi31%2Fgo-amplitude/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/euskadi31%2Fgo-amplitude/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/euskadi31","download_url":"https://codeload.github.com/euskadi31/go-amplitude/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/euskadi31%2Fgo-amplitude/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29853788,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-25T22:37:40.667Z","status":"online","status_checked_at":"2026-02-26T02:00:06.774Z","response_time":89,"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":["amplitude","amplitude-analytics","analytics","client","go","go-module","go-modules","golang","sdk"],"created_at":"2024-10-12T12:23:51.446Z","updated_at":"2026-02-26T08:22:22.886Z","avatar_url":"https://github.com/euskadi31.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Amplitude Client for Go [![Last release](https://img.shields.io/github/release/euskadi31/go-amplitude.svg)](https://github.com/euskadi31/go-amplitude/releases/latest) [![Documentation](https://godoc.org/github.com/euskadi31/go-amplitude?status.svg)](https://godoc.org/github.com/euskadi31/go-amplitude)\n\n[![Go Report Card](https://goreportcard.com/badge/github.com/euskadi31/go-amplitude)](https://goreportcard.com/report/github.com/euskadi31/go-amplitude)\n\n| Branch | Status                                                                                                                                                    | Coverage                                                                                                                                             |\n| ------ | --------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- |\n| master | [![Go](https://github.com/euskadi31/go-amplitude/actions/workflows/go.yml/badge.svg)](https://github.com/euskadi31/go-amplitude/actions/workflows/go.yml) | [![Coveralls](https://img.shields.io/coveralls/euskadi31/go-amplitude/master.svg)](https://coveralls.io/github/euskadi31/go-amplitude?branch=master) |\n\n## Example\n\n```go\npackage main\n\nimport (\n    \"github.com/euskadi31/go-amplitude\"\n)\n\nfunc main() {\n    client := amplitude.New(\n        \"my-amplitude-key\",\n        amplitude.WithURL(amplitude.EUResidencyEndpoint),\n    )\n    defer client.Close()\n\n    evt := \u0026amplitude.Event{\n        EventType: \"user.created\",\n        UserID: \"c427ba84-a0c3-48d5-aaef-302734212064\",\n        EventProperties: map[string]interface{}{\n            \"from\": \"mobile\",\n        },\n        UserProperties: map[string]interface{}{\n            \"birthday_year\": \"1987\",\n        },\n    }\n\n    if err := client.Enqueue(evt); err != nil {\n        panic(err)\n    }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feuskadi31%2Fgo-amplitude","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feuskadi31%2Fgo-amplitude","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feuskadi31%2Fgo-amplitude/lists"}