{"id":13447273,"url":"https://github.com/facundoolano/google-play-api","last_synced_at":"2025-05-15T08:05:14.317Z","repository":{"id":39421409,"uuid":"51519777","full_name":"facundoolano/google-play-api","owner":"facundoolano","description":"Turns google-play-scraper into a RESTful API","archived":false,"fork":false,"pushed_at":"2024-12-06T04:45:20.000Z","size":121,"stargazers_count":351,"open_issues_count":26,"forks_count":123,"subscribers_count":24,"default_branch":"main","last_synced_at":"2025-04-14T13:58:26.731Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/facundoolano.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["facundoolano"]}},"created_at":"2016-02-11T14:26:16.000Z","updated_at":"2025-03-17T08:02:29.000Z","dependencies_parsed_at":"2024-03-29T20:33:28.134Z","dependency_job_id":"ba77bf6b-ea82-40f1-b2da-55975152fb77","html_url":"https://github.com/facundoolano/google-play-api","commit_stats":{"total_commits":46,"total_committers":5,"mean_commits":9.2,"dds":0.3913043478260869,"last_synced_commit":"cd492f10ffb4d2de9fbfde131dd58bfecc1bff7d"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/facundoolano%2Fgoogle-play-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/facundoolano%2Fgoogle-play-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/facundoolano%2Fgoogle-play-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/facundoolano%2Fgoogle-play-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/facundoolano","download_url":"https://codeload.github.com/facundoolano/google-play-api/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254301426,"owners_count":22047902,"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-07-31T05:01:12.598Z","updated_at":"2025-05-15T08:05:14.265Z","avatar_url":"https://github.com/facundoolano.png","language":"JavaScript","funding_links":["https://github.com/sponsors/facundoolano"],"categories":["JavaScript"],"sub_categories":[],"readme":"# google-play-api\n\nTurns [google-play-scraper](https://github.com/facundoolano/google-play-scraper/) into a RESTful API.\n\nTo run locally:\n\n```\nnpm install\nnpm start\n```\n\n## Example requests\n\nThe parameters for each endpoint are taken directly from google-play-scraper. For a full reference check its [documentation](https://github.com/facundoolano/google-play-scraper/#usage).\n\nGet the top free apps (default list)\n```http\nGET /api/apps/\n```\n\nGet the top free apps with full detail\n\n```http\nGET /api/apps/?fullDetail=true\n```\n\nGet the top selling action games in russia\n\n```http\nGET /api/apps/?collection=topselling_paid\u0026category=GAME_ACTION\u0026country=ru\n```\n\nGet an app detail\n\n```http\nGET /api/apps/org.wikipedia/\n```\n\nGet an app detail in spanish\n\n```http\nGET /api/apps/org.wikipedia/?lang=es\n```\n\nGet app required permissions with full descriptions\n\n```http\nGET /api/apps/org.wikipedia/permissions/\n```\n\nGet app required permissions (short list)\n\n```http\nGET /api/apps/org.wikipedia/permissions/?short=true\n```\n\nGet app data safety information\n\n```http\nGET /api/apps/org.wikipedia/datasafety/\n```\n\nGet similar apps\n\n```http\nGET /api/apps/org.wikipedia/similar/\n```\n\nGet an app's reviews\n\n```http\nGET /api/apps/org.wikipedia/reviews/\n```\n\nSearch apps\n\n```http\nGET /api/apps/?q=facebook\n```\n\nGet search suggestions for a partial term\n\n```http\nGET /api/apps/?suggest=face\n```\n\nGet apps by developer\n\n```http\nGET /api/developers/Wikimedia%20Foundation/\n```\n\nGet categories\n```http\nGET /api/categories/\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffacundoolano%2Fgoogle-play-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffacundoolano%2Fgoogle-play-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffacundoolano%2Fgoogle-play-api/lists"}