v1
latestOpenAPI 3.1.02026-07-24450694.7 KBTwin App
Returns an array of application with their twin application from the other store (Apple Store vs Google Play Store)
get/apps/twin.json
Query parameters
appsstring required
Comma separated list of app IDs. Max 5 apps are allowed. <br/> <a href="https://developers.apptweak.com/reference/how-to-find-app-ids" target="_blank">How to find App IDs?</a>
store'ios' | 'android'
The store of the provided app ids: ios or android. <br/><b>Default:</b> ios.
Response
200
Example response
{
"result": [
{
"application_id": "1053012308",
"store": "ios",
"twin_application_id": "com.supercell.clashroyale",
"twin_store": "android"
}
],
"metadata": {
"request": {
"path": "/api/public/store/apps/twin.json",
"params": {
"store": "ios",
"apps": [
"1053012308"
]
},
"cost": 101,
"max_credit_cost": 101,
"status": 200
}
}
}