{"id":36531021,"url":"https://github.com/itsubaki/appstore-api","last_synced_at":"2026-01-12T03:01:23.816Z","repository":{"id":90236689,"uuid":"89793221","full_name":"itsubaki/appstore-api","owner":"itsubaki","description":"AppStore Review Search API Server with GAE","archived":true,"fork":false,"pushed_at":"2021-03-17T11:35:17.000Z","size":52,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-08T11:51:38.529Z","etag":null,"topics":["appstore","golang","google-appengine"],"latest_commit_sha":null,"homepage":"","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/itsubaki.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":"2017-04-29T15:10:23.000Z","updated_at":"2023-01-28T10:04:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"34bb4992-76e4-48c8-a536-a709ee898e2a","html_url":"https://github.com/itsubaki/appstore-api","commit_stats":null,"previous_names":["itsubaki/apstweb","itsubaki/apstlib"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/itsubaki/appstore-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsubaki%2Fappstore-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsubaki%2Fappstore-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsubaki%2Fappstore-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsubaki%2Fappstore-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/itsubaki","download_url":"https://codeload.github.com/itsubaki/appstore-api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsubaki%2Fappstore-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28332840,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T00:36:25.062Z","status":"online","status_checked_at":"2026-01-12T02:00:08.677Z","response_time":98,"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":["appstore","golang","google-appengine"],"created_at":"2026-01-12T03:00:56.504Z","updated_at":"2026-01-12T03:01:23.806Z","avatar_url":"https://github.com/itsubaki.png","language":"Go","readme":"# appstore-api\n\n - AppStore Review Search API Server with GAE\n\n## Required\n\n - go 1.8\n\n# How to Build\n\n## Install\n\n```console\n$ go get github.com/itsubaki/appstore-api\n```\n\n## Make GAE Application\n\n```go\npackage main\n\nimport api \"github.com/itsubaki/appstore-api\"\n\nfunc init() {\n    api.Init()\n}\n```\n\n```yaml\n# app.yaml\nruntime: go\napi_version: go1\n\nhandlers:\n- url: /.*\n  script: _go_app\n```\n\n```yaml\n# cron.yaml\n- description: \"Capture Review\"\n  url: /review/capture?id=${IOS_APP_ID}\u0026name=${APP_NAME}\n  schedule: every 1 hours\n- description: \"Capture Ranking\"\n  url: /ranking/capture\n  schedule: every 24 hours\n```\n\n## Deploy\n\n```console\n$ ls\napp.yaml cron.yaml main.go\n$ gcloud app deploy app.yaml  --project ${PROJECT_ID}\n$ gcloud app deploy cron.yaml --project ${PROJECT_ID}\n```\n\n## API Example\n\n### AppInfo\n\n```console\n$ curl \"https://${PROJECT_ID}.appspot.com/app\"\n```\n\n\n### Ranking\n\n```console\n$ curl \"https://${PROJECT_ID}.appspot.com/ranking\"\n$ curl \"https://${PROJECT_ID}.appspot.com/ranking/search?id=${IOS_APP_ID}\"\n$ curl \"https://${PROJECT_ID}.appspot.com/ranking/search?query=${IOS_APP_ARTIST}\"\n```\n\n### Review\n\n```console\n$ curl \"https://${PROJECT_ID}.appspot.com/review\"\n$ curl \"https://${PROJECT_ID}.appspot.com/review/search?id=${IOS_APP_ID}\u0026query=Rating:5\"\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitsubaki%2Fappstore-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fitsubaki%2Fappstore-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitsubaki%2Fappstore-api/lists"}