Fortytwo Top Charts
fortytwo_top_chartsGet a ranked top-chart list (top free, top paid, top grossing, etc.) for a country and category. Android uses cat_key (e.g. "OVERALL"); iOS uses genre_id (e.g. "36" for the overall/all-apps genre) plus optional device_type. Example: fortytwo_top_charts({ platform: "android", list_name: "topselling_free", cat_key: "OVERALL", country: "US", limit: 10, _apiKey: "your-token" })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination (optional). | |
| limit | No | Number of ranked results (1-100). Default 10. | |
| _apiKey | Yes | 42matters API access token (get one at https://42matters.com/pricing). | |
| cat_key | No | Android only — category key, e.g. "OVERALL" or a Google Play category id. Default "OVERALL". | |
| country | No | 2-letter country code for the chart (default "US"). | |
| genre_id | No | iOS only — App Store genre/category id (e.g. "36" for all apps). | |
| platform | No | App store to query: "android" (Google Play) or "ios" (Apple App Store). Defaults to "android". | |
| list_name | No | Chart type. Android: "topselling_free", "topselling_paid", "topgrossing", "movers_shakers", "topselling_new_free", "topselling_new_paid". iOS: "topselling_free", "topselling_paid", "topgrossing". Default "topselling_free". | |
| device_type | No | iOS only — "iphone" or "ipad" (optional). |