ASO Report
Unlock powerful insights with our API for Google Play and the App Store. Access detailed app rankings, extensive information, and advanced search capabilities across all categories and countries. Optimize your app's performance with the most reliable and up-to-date statistics.
ASO Report endpoints
| Method | Endpoint | Description |
|---|---|---|
| PlayStore : Metadata Endpoints | ||
| GET |
Get Supported Languages /rplay/languages |
Returns a list of available languages (codes and names) supported for Play Store data queries. |
| GET |
Get Supported Countries /rplay/countries |
Returns a list of available countries (codes and names) supported for Play Store region queries. |
| GET |
Get App Collections /rplay/collections |
Lists all supported app collections such as Top Free, Trending, etc. |
| GET |
Get App Categories /rplay/categories |
Lists all available app categories with their unique IDs and names. |
| PlayStore : App Information | ||
| GET |
Get App Details /rplay/app/details/{id} |
Retrieves detailed information for a specific app by its ID, including title, developer, ratings, downloads, and more. |
| GET |
Get App Details (Filtered) /rplay/app/details/{id}/filtered |
Retrieves detailed information for a specific app by its ID, with advanced filter options. |
| GET |
Get Similar Apps /rplay/app/similar/{id} |
Returns a list of apps similar to the specified app ID. |
| GET |
Get Similar Apps (Filtered) /rplay/app/similar/{id}/filtered |
Returns a filtered list of apps similar to the specified app ID. |
| GET |
Get Similar Apps (Full Details) /rplay/app/similar/{id}/fullDetails |
Returns a detailed list of similar apps to the specified app ID, including all available fields. |
| GET |
Get App Data Safety /rplay/app/datasafety/{id} |
Retrieves the data safety information for a specific app by its ID. |
| GET |
Get App Data Safety (Filtered) /rplay/app/datasafety/{id}/filtered |
Retrieves filtered data safety information for a specific app by its ID. |
| GET |
Get App Permissions /rplay/app/permissions/{id} |
Retrieves permissions requested by a specific app, by its ID. |
| GET |
Get App Permissions (Filtered) /rplay/app/permissions/{id}/filtered |
Retrieves a filtered list of permissions requested by a specific app, by its ID. |
| GET |
Get App Reviews /rplay/app/reviews/{id} |
Retrieves user reviews for a specific app by its ID. |
| GET |
Get App Reviews (Filtered) /rplay/app/reviews/{id}/filtered |
Retrieves filtered user reviews for a specific app by its ID. |
| PlayStore : Search & Discovery | ||
| GET |
Basic App Search /rplay/search/{term} |
Searches the Play Store for apps matching the search term. Returns a simple result set. |
| GET |
Full App Search /rplay/search/fullDetails/{term} |
Searches the Play Store for apps matching the term and returns complete details for each result. |
| GET |
Filtered App Search /rplay/search/{term}/filtered |
Searches the Play Store for apps matching the term and applies advanced filters. |
| GET |
Full & Filtered App Search /rplay/search/fullDetails/{term}/filtered |
Searches the Play Store for apps matching the term, applies filters, and returns full details. |
| GET |
Basic App Suggest /rplay/suggest/{term} |
Provides app search suggestions for the given search term. |
| GET |
Filtered App Suggest /rplay/suggest/{term}/filtered |
Provides filtered app search suggestions for the given term. |
| GET |
Get Developer Apps /rplay/developer/{devId}/apps |
Returns a list of apps published by a specific developer ID. |
| GET |
Get Developer Apps (Filtered) /rplay/developer/{devId}/apps/filtered |
Returns a filtered list of apps published by a specific developer ID. |
| PlayStore : Charts & Rankings | ||
| GET |
Get Apps Chart /rplay/apps |
Retrieves a list of apps from a specific collection or category (default., Top Free, Application). |
| GET |
Get Apps Chart (Filtered) /rplay/apps/filtered |
Retrieves a filtered list of apps from a specific collection or category. |
| GET |
Get Apps Chart (Full Details) /rplay/apps/fullDetails |
Retrieves a detailed list of apps from a specific collection or category, including full app details. |
| AppStore : Metadata Endpoints | ||
| GET |
Get Supported Languages (App Store) /rappstore/languages |
Returns a list of supported languages (codes and names) for the App Store API, localizable by language. |
| GET |
Get Supported Countries (App Store) /rappstore/countries |
Returns a list of supported countries (codes and names), localizable by language. |
| GET |
Get App Collections (App Store) /rappstore/collections |
Lists all available collections (e.g., Top Free, Trending), localizable by language. |
| GET |
Get App Categories (App Store) /rappstore/categories |
Lists all app categories with IDs and names, localizable by language. |
| AppStore : App Information | ||
| GET |
Get App Reviews (App Store) /rappstore/app/reviews/{id} |
Retrieves user reviews for a specific app by its ID. |
| GET |
Get App Reviews (Filtered) (App Store) /rappstore/app/reviews/{id}/filtered |
Retrieves filtered user reviews for a specific app by its ID, with country, appId, page, and sort options. |
| GET |
Get App Details (Filtered) (App Store) /rappstore/app/details/{id}/filtered |
Retrieves detailed information for a specific app by its ID, with advanced filter and localization options. |
| GET |
Get App Privacy (App Store) /rappstore/app/privacy/{id} |
Retrieves privacy information for a specific app by its ID. |
| GET |
Get Similar Apps (App Store) /rappstore/app/similar/{id} |
Returns a list of apps similar to the specified app ID. |
| GET |
Get App Ratings (App Store) /rappstore/app/ratings/{id} |
Retrieves ratings data for a specific app by its ID. |
| GET |
Get App Ratings (Filtered) (App Store) /rappstore/app/ratings/{id}/filtered |
Retrieves ratings for a specific app by its ID, filtered by country or appId. |
| GET |
Get App Version History (App Store) /rappstore/app/version/{id} |
Retrieves the version history for a specific app by its ID. |
| GET |
Get App Details (App Store) /rappstore/app/details/{id} |
Retrieves basic information for a specific app by its ID. |
| AppStore : Search & Discovery | ||
| GET |
Search Apps (App Store) /rappstore/search/{term} |
Searches the App Store for apps matching the given term. Returns a basic result set. |
| GET |
Search Apps (Filtered) (App Store) /rappstore/search/{term}/filtered |
Searches for apps matching the term, with filters such as country, lang, num, page, and idsOnly. |
| GET |
Get Developer Apps (App Store) /rappstore/developer/{devId}/apps |
Returns a list of apps published by a specific developer ID. |
| GET |
Get Developer Apps (Filtered) (App Store) /rappstore/developer/{devId}/apps/filtered |
Returns a list of apps published by a specific developer ID, filtered by country or lang. |
| GET |
Keyword Suggest (App Store) /rappstore/keyword/suggest/{term} |
Provides keyword suggestions for app search. |
| AppStore : Charts & Rankings | ||
| GET |
Get Apps (App Store) /rappstore/apps |
Retrieves a list of apps by collection and/or category. Returns a basic result set. |
| GET |
Get Apps by Collection/Category (Filtered) (App Store) /rappstore/apps/filtered |
Retrieves a list of apps by collection and/or category, with filters for country, lang, num, fullDetail, etc. |
| Other endpoints | ||
| GET |
Get App Details by App ID /{applicationId}/getApp |
Retrieve detailed information about a specific app using its app ID. |
| GET |
Server Status /status |
Check server status |
| GET |
Apps List /getApps |
Retrieve a list of apps available in the store. |
| GET |
Find Apps by Keyword /{term}/findApps |
Retrieve a list of apps that match a specified keyword. |
ASO Report pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $10 / month | 1 / second |
|
| ULTRA Recommended | $50 / month | 200 / hour |
|
| MEGA | $125 / month | 2000 / hour |
|