Skip to main content
GET
Get an App Store app by ID

Authorizations

X-API-Key
string
header
required

API key passed as the X-API-Key request header. Recommended for server-to-server calls.

Path Parameters

appId
string
required
Minimum string length: 1
Example:

"310633997"

Query Parameters

country
string
Example:

"US"

Response

Get an App Store app by ID

appId
string
required
store
enum<string>
required
Available options:
apple,
google-play,
shopify
title
string
required
subtitle
string | null
required

Apple only

url
string
required
iconUrl
string
required
description
string
required
rating
object
required
reviewsCount
integer | null
required

Apple doesn't expose a total review count — null there is real, not missing data

price
object
required
isFree
boolean
required
mainCategory
string
required
categories
string[]
required
installs
string | null
required

Google Play only, e.g. "10,000,000+"

installsCount
integer | null
required

Google Play only

developer
object
required
minimumOsVersion
string | null
required
sizeBytes
integer | null
required
releasedAt
string | null
required
lastUpdatedAt
string | null
required

A competitor's release cadence signal

updateNotes
string | null
required
screenshotUrls
string[]
required
videoUrls
string[]
required
languages
string[]
required
contentRating
string | null
required
similarApps
object[]
required
moreByDeveloper
object[]
required
checkedAt
string
required