App Bundle Verifier API
This API verifies the existence of any app ID (e.g. bundleId, package name, etc) against
all platforms supported by 42matters: Google Play Store, Apple
App Store, Amazon AppStore, Tencent,
Roku, FireTV, LGTV, Samsung TV, Apple
tvOS, Vizio, Google TV, Huawei AppGallery.
Definition
Endpoint:
GET
https://data.42matters.com/api/v2.0/bundle_verifier.json
Parameters
Name |
Required |
Description |
Available Values |
Default |
access_token |
required |
Your access token for using this API. You can get it for FREE by
signing up
.
|
|
|
id |
required |
Check if the given value is a valid app identifier in any of the supported platforms |
Any package_name, trackId, ASIN, bundleId, appId, channelId, id, app_id, package, etc... |
|
callback |
optional |
If supplied, the response will use the JSONP format with a callback of the given
name.
|
|
|
Responses
Status Code |
Indication |
Content-Type |
Body |
200 |
Everything is OK |
application/json |
Name |
Type |
Description |
bundle_to_verify |
String |
Bundle to be verified |
available_on_platforms |
Integer |
Count of matches available on platforms |
not_available_on_platforms |
Integer |
Count of matches not found |
available_on |
Array of Objects |
platform: roku, firetv, lgtv, tvos, vizio, samsung, amazon, playstore, appstore, tencent, google_tv, huawei
match_type: exact or inferred
identifier_name: package_name, trackId, ASIN, bundleId, appId, channelId, id, app_id, package
identifier_value: Value of identifier to use in our system
market_status: PUBLISHED or UNPUBLISHED
|
not_available_on |
Array of Objects |
platform: roku, firetv, lgtv, tvos, vizio, samsung, amazon, playstore, appstore, tencent, google_tv, huawei
|
|
404 |
No results found |
application/json |
Error object |
402 |
Your request exceeds what's allowed by your current subscription plan |
application/json |
Error object |
403 |
Your access token is not valid |
application/json |
Error object |
429 |
Your request rate is over the limit |
application/json |
Error object |
Last Modified: 30 Nov 2022