{"id":18985972,"url":"https://github.com/go-http/appannie","last_synced_at":"2026-06-18T18:32:24.689Z","repository":{"id":138396511,"uuid":"59797790","full_name":"go-http/appannie","owner":"go-http","description":"AppAnnie API wrapper","archived":false,"fork":false,"pushed_at":"2016-07-22T12:34:47.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-11-10T18:25:49.163Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/go-http.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2016-05-27T02:27:59.000Z","updated_at":"2023-05-19T07:25:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"f739e4a7-2aa5-4089-add9-f3fed4ba6261","html_url":"https://github.com/go-http/appannie","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/go-http/appannie","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-http%2Fappannie","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-http%2Fappannie/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-http%2Fappannie/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-http%2Fappannie/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-http","download_url":"https://codeload.github.com/go-http/appannie/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-http%2Fappannie/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34503507,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-18T02:00:06.871Z","response_time":128,"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-11-08T16:28:55.325Z","updated_at":"2026-06-18T18:32:24.672Z","avatar_url":"https://github.com/go-http.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"#A golang AppAnnie Library\n\n##usage\n```go\npackage main\n\nimport (\n\t\"github.com/athurg/appannie_api\"\n\t\"log\"\n)\nfunc main(){\n\tapiKey := \"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\"\n\tapiVer := \"\" //default is v1.2\n\tclient := appannie.New(apiKey, apiVer)\n\taccounts, err := client.Accounts()\n\tif err != nil {\n\t\tlog.Fatal(err)\n\t}\n\tlog.Println(accounts)\n}\n```\n\nAbout the parameter, please refer [AppAnnie's API Doc](https://support.appannie.com/hc/en-us/categories/202773667-API) for detail.\nOther problems please [create an issue here](https://github.com/athurg/appannie_api/issues/new)\n\n###TODO\nBecause of accounts limit, many apis need to be more testing with special apikey.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgo-http%2Fappannie","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgo-http%2Fappannie","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgo-http%2Fappannie/lists"}