The App Power indicates the power of the app based on its rankings in its category and in the overall category.
The two letter country code (ISO Alpha-2) you want to fetch the app in.
us. Get the list of our country codes, here.
The device you want to fetch the application for.
iphone or ipad
Start date, format: YYYY-MM-DD
End date, format: YYYY-MM-DD
GET /ios/applications/686449807/power.json?country=us&start_date=2018-10-03&end_date=2018-10-10&device=iphone
curl -X GET -H "X-Apptweak-Key: ${API_KEY}" "https://api.apptweak.com/ios/applications/686449807/power.json?country=us&start_date=2018-10-03&end_date=2018-10-10&device=iphone"
The response for the App Power request is a JSON hash containing all the calculated values for the given application in the selected country and period (dates range) on the App Store.
Key/value pairs containing the history of the App Power on the selected period per device.
The list of devices the app is available on. Can contain : ipad, ipod and iphone.
Start date for the selected period.
End date for the selected period.
Key/number pairs listing all calculated App Power for each day on the selected period.
{
"content": {
"us": [
{
"start_date": "2018-10-03",
"end_date": "2018-10-10",
"device": "iphone",
"power": [
100.0,
100.0,
100.0,
100.0,
100.0,
100.0,
100.0,
100.0
]
},
{
"start_date": "2018-10-03",
"end_date": "2018-10-10",
"device": "ipad",
"power": [
100.0,
100.0,
100.0,
100.0,
100.0,
100.0,
100.0,
100.0
]
}
]
},
"metadata": {
"request": {
"path": "/applications/284882215/power.json",
"store": "ios",
"params": {
"country": "us",
"start_date": "2018-10-03T00:00:00+00:00",
"end_date": "2018-10-10T00:00:00+00:00",
"id": "284882215",
"format": "json"
},
"performed_at": "2018-11-20 16:03:56 UTC"
},
"content": {
}
}
}