App Store and Google Play reviews, one JSON API.
App metadata and user reviews for any iOS or Android app. One request, one credit. 300 free credits on signup, no card.
Three calls
curl https://appreviews.vibeserved.com/v1/apps/apple/310633997 \
-H "Authorization: Bearer $KEY"
curl "https://appreviews.vibeserved.com/v1/apps/google/com.whatsapp/reviews?sort=recent" \
-H "Authorization: Bearer $KEY"
curl https://appreviews.vibeserved.com/v1/me -H "Authorization: Bearer $KEY"
- Up to 50 reviews per page, cursor paging, sorted by recent, helpful or rating.
- Failures are free. Only a 200 costs a credit.
- 60 requests a minute per key. Responses cached 10 minutes upstream-side.
A real response
GET /v1/apps/apple/310633997
{
"store": "apple",
"app_id": "310633997",
"country": "us",
"title": "WhatsApp Messenger",
"developer": "WhatsApp Inc.",
"rating": 4.68,
"rating_count": 18523223,
"version": "26.34.72",
"released_at": "2009-05-04T02:43:49Z",
"updated_at": "2026-08-31T13:21:38Z",
"genre": "Social Networking",
"icon_url": "https://is1-ssl.mzstatic.com/image/thumb/Purple221/v4/cb/b5/1f/cbb51f14-c56c-f35d-421b-c89f5592a923/AppIcon-0-0-1x_U007epad-0-0-0-1-0-0-sRGB-0-85-220.png/512x512bb.jpg",
"description": "WhatsApp from Meta is a free messaging and calling app used by over 2 billion people across 180+ countries. It's supe...",
"price": 0.0,
"currency": "USD",
"url": "https://apps.apple.com/us/app/whatsapp-messenger/id310633997?uo=4",
"bundle_id": "net.whatsapp.WhatsApp",
"min_os_version": "15.1",
"content_rating": "12+",
"release_notes": "We update the app regularly to fix bugs, optimize performance and improve the...",
"installs": null
}
Pay as you go
5,000 credits
$9
$1.80 per 1,000
25,000 credits
$29
$1.16 per 1,000
100,000 credits
$79
$0.79 per 1,000
Credits never expire. Pricing details.