Try any of 1042 endpoints — live.
Pick an endpoint, load a working example, tweak the params, and send — no signup to try. Results render the way the data deserves; raw JSON, headers & code are one tab away.
ranked chart/category apps
Which chart to pull. Apple supports top/new free/paid/grossing; Google Play maps to its equivalent top charts.
Genre/category filter: an Apple genre id (e.g. 6014=Games) or a Play category (e.g. GAME, SOCIAL). See listCategories for valid values.
Apple-only: chart device variant (iPad has fewer chart feeds).
Which app stores to query (array). Aliases like ios/app_store and play/android/google are accepted; unknown names are ignored. Omit to query both.
Storefront country code (2-letter, lowercase), e.g. 'us'.
Maximum number of apps to return. (1–)
curl -X POST https://api.reefapi.com/app-store/v1/topCharts \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{}'Hit Send to run this endpoint live.