/oppo/apps

POST /api/oppo/apps

Price: 1 credit

Get an OPPO App Market app by its Android package name

How to use it

Look up one app in the OPPO / HeyTap App Market storefront by Android package name; a Google Play or market:// URL is accepted and only the package id inside it is read, nothing is fetched from Google. The storefront is OPPO's international (India / South-East Asia) catalog, so many globally famous apps are absent from it and return 412 — that says nothing about the app existing elsewhere. A 412 is also not always final: some listings answer only intermittently, so a second call can return an app the first one did not. package_name is the only input that resolves: the numeric app_id and version_id in the response are OPPO-internal and are not accepted back here. Treat rating as approximate — the store serves a flat 4.8 both for unrated apps and, on some calls, in place of an app's real average, so a 4.8 alongside a large rating_count may still be the placeholder. category is OPPO's own taxonomy, not Google Play's; subcategory follows Google Play's category vocabulary almost verbatim, with a handful of exceptions such as 'Sports Game' and 'Personal Loans'. download_url and expansion_file.url both address OPPO's download gateway, which answers 403 to an ordinary HTTP client rather than serving the file — expansion_file, when present, names a second file the app needs on top of the APK, but its url is not fetchable through us either.

Parameters

Request body

Response

Errors

Response headers