# Play Store Apps - Google Play Apps, Games, Charts & Reviews > Fast and reliable Google Play Store apps & games (Android) search, top charts, including extensive app details and reviews in real-time. ## Overview Play Store Apps is a fast, reliable, and extensive API for Google Play Store apps and games (Android) in real-time. It returns app search, details, reviews, and top charts as structured JSON via REST. Who is this API for: developers building app-store intelligence and ASO tools, market research, competitor tracking, and app discovery. What it returns: app and game search, app details and reviews, categories, and top charts (free, paid, and grossing apps and games). Need help integrating? Contact support@openwebninja.com. For high volume / large scale plans, please contact support@openwebninja.com. ## Endpoints ### GET /search - Search Search for apps on the Store. Parameters: **q**, cursor, region, language Full URL: `https://api.openwebninja.com/play-store-apps/search` ### GET /app-reviews - App Reviews Get all app reviews. Parameters: **app_id**, limit, cursor, sort_by, device, rating, region, language Full URL: `https://api.openwebninja.com/play-store-apps/app-reviews` ### GET /app-details - App Details Get full app details. Parameters: **app_id**, region, language Full URL: `https://api.openwebninja.com/play-store-apps/app-details` ### GET /categories - App Categories Get the full list of Google Play app categories. Parameters: No additional params Full URL: `https://api.openwebninja.com/play-store-apps/categories` ### GET /top-grossing-apps - Top Grossing Apps Top grossing apps chart. Parameters: category, limit, region, language Full URL: `https://api.openwebninja.com/play-store-apps/top-grossing-apps` ### GET /top-paid-apps - Top Paid Apps Top paid apps chart. Parameters: category, limit, region, language Full URL: `https://api.openwebninja.com/play-store-apps/top-paid-apps` ### GET /top-free-apps - Top Free Apps Top free apps chart. Parameters: category, limit, region, language Full URL: `https://api.openwebninja.com/play-store-apps/top-free-apps` ### GET /top-free-games - Top Free Games Top free games chart. Parameters: category, limit, region, language Full URL: `https://api.openwebninja.com/play-store-apps/top-free-games` ### GET /top-grossing-games - Top Grossing Games Top grossing games chart. Parameters: category, limit, region, language Full URL: `https://api.openwebninja.com/play-store-apps/top-grossing-games` ### GET /top-paid-games - Top Paid Games Top paid games chart. Parameters: category, limit, region, language Full URL: `https://api.openwebninja.com/play-store-apps/top-paid-games` ## Base URL and Authentication - Base URL: `https://api.openwebninja.com/play-store-apps` - Auth: API key in the `x-api-key` header. Get a key by subscribing (free tier available) at https://app.openwebninja.com/api/play-store-apps ## Topics google play api, play store api, app store data api, android apps api, app details api, app reviews api, top charts api, aso api, app intelligence api, mobile apps api ## Links - API page: https://www.openwebninja.com/api/play-store-apps - Get an API key / subscribe: https://app.openwebninja.com/api/play-store-apps - Pricing & plans: https://app.openwebninja.com/api/play-store-apps/pricing - Website: https://www.openwebninja.com - OpenAPI spec: https://openwebninja.s3.us-east-1.amazonaws.com/portal/openapi/play_store_apps.yaml - Support: support@openwebninja.com _Last updated: 2026-05-27_