This section describes additional services.
Provides the track id of the given app's opposite market counterpart.
GET /app-match/app/{store}?trackId={trackId}
Request Parameters
Parameter | Description |
---|---|
store |
(required) Store name (ios or play) |
trackId |
(required) Track id of the app |
Response Fields
Field | Description |
---|---|
trackId |
Track id of the matching app |
CURL "https://api.mobileaction.co/app-match/app/ios?trackId=284882215&token=YOUR_API_KEY"
"com.facebook.katana"
Provides visibility scores of the apps for the given country.
GET /graph-data/{store}/app/visibility?trackIds={trackIds}
Request Parameters
Parameter | Description |
---|---|
store |
(required) Store name (appstore or playstore) |
trackIds |
(required) Comma separated track ids |
Response Fields
Map of track ids, and their visibility scores for given country.
CURL "https://api.mobileaction.co/graph-data/appstore/app/visibility/US?trackIds=284882215,571800810&token=YOUR_API_KEY"
{
"284882215": 94.03007906179879,
"571800810": 91.92390629891418
}