get_store_game_rank
Get official Google Play or iPhone App Store free, paid or grossing charts by day, week or month and official category. country_code must be explicitly specified by the user; otherwise get_store_game_rank_filter and ask for the country. Return current, best and previous ranks, movement, hourly rank curves and game tokens.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | Chart date: YYYY-MM-DD, or YYYY-MM for monthly charts. Omit for the latest available period. | |
| limit | No | Number of results; default 20; maximum 100. | |
| offset | No | Pagination offset; default 0. | |
| period | No | Chart period: day (default), week, month. | |
| platform | No | Store platform: 1=Google Play, 2=iPhone App Store. | |
| rank_type | No | Chart type: 0=free (default), 1=paid, 2=grossing. | |
| categories | No | Official store category code or canonical category name. Use get_store_game_rank_filter to obtain valid platform-specific values. | |
| country_code | Yes | ISO 3166-1 alpha-2 country code, such as US or TR. Follow this tool's country-selection rules. |