The playground

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.

Playground demo key · api.reefapi.com
post/app-store/v1/topCharts1 credit

ranked chart/category apps

Parameters

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–)

request preview
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.