The catalog
Every API, one clean contract.
64 APIs · all speak the same { ok, data, meta, error }envelope. Search, filter, and open one to see endpoints, params & live examples.
Reputation & Reviews
8 APIsE-commerce & Marketplaces
13 APIsReal Estate
5 APIsJobs & Hiring
6 APIsTravel & Lodging
5 APIsSearch & SEO
4 APIsFinance & Data
3 APIsMedia, Social & Knowledge
13 APIsUtilities & AI
7 APIsApp Store
live/app-store · 5 endpoints
post/app-store/v1/reviews1 creditunified Apple + Play reviews for one or more apps
appsappleAppIdgooglePlayPackageappNamestorescountriesmaxReviews
{
"apps": [
{
"name": "WhatsApp",
"apple": "310633997"
}
],
"stores": [
"apple"
],
"countries": [
"us"
],
"maxReviews": 100
}Try in playground →post/app-store/v1/search1 creditranked app search results
query*storescountrycount
Try in playground →post/app-store/v1/topCharts1 creditranked chart/category apps
storescountrycategorycount
Try in playground →post/app-store/v1/appDetails1 creditfull app profile
appIdappleAppIdgooglePlayPackagestorescountryincludeSimilarApps
{
"stores": [
"apple"
],
"country": "us",
"appId": "324684580"
}Try in playground →