- REFERENCE
- COMMON PARAMS
- LIST OF APIS
App Category Ranking History
POST
/expose/app/rank-history
Cost Type | Cost Credits |
---|---|
Request Credits | 1 |
Base Credits | 10 |
Extra Credits | 1 per day |
Request
Header Params
x-openapi-key
string
required
Default:
Your License
Body Params application/json
appId
string
required
region
string
required
Default:
US
device
enum<string> | enum<null>
optional
Allowed values:
IPHONEIPAD
timezone
integer | null
optional
Default:
0
start
string | null
required
end
string | null
required
Example
{
"appId": "416048305",
"region": "KR",
"device": "IPHONE",
"start": "2024-05-10",
"end": "2024-05-14"
}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.foxdata.com/apiv1/expose/app/rank-history' \
--header 'x-openapi-key;' \
--header 'Content-Type: application/json' \
--data-raw '{
"appId": "416048305",
"region": "KR",
"device": "IPHONE",
"start": "2024-05-10",
"end": "2024-05-14"
}'
Responses
🟢200Success
application/json
Body
requestParam
object (AppRankHistoryQuery)
optional
appId
string | null
required
region
string | null
required
Default:
US
device
enum<string> | enum<null>
optional
Allowed values:
IPHONEIPAD
timezone
integer |