FoxData Open API
My License
My License
  1. LIST OF APIS
  • REFERENCE
    • Make Your First API Request
    • API Billing Rules
  • COMMON PARAMS
    • App Store Categories
    • Google Play Categories
    • Supported Countries/Languages
  • LIST OF APIS
    • App Metadata
      POST
    • App Metadata History
      POST
    • App Category Ranking
      POST
    • App Category Ranking History
      POST
    • App Metrics
      POST
    • App Metrics History
      POST
    • App Keyword
      POST
    • App Keyword History
      POST
    • Keywords Metrics
      POST
    • Keywords Metrics History
      POST
  1. LIST OF APIS

App Metadata

POST
/expose/app/app-info
Credits Cost
Cost TypeCost Credits
Request Credits1
Base Credits10
Extra Credits0

Request

Header Params
x-openapi-key
string 
required
Default:
Your License
Body Params application/json
appId
string 
required
Application ID or packageName
region
string 
required
Two character region code,like US.
Default:
US
gpLanguage
string  | null 
optional
Display language, only for GooglePlay query.
timezone
integer  | null 
optional
Your timezone,enter 8 for UTC+8,enter -7 for UTC-7.
Example
{
  "appId": "284882215",
  "region": "US",
  "timezone": 0
}

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/app-info' \
--header 'x-openapi-key;' \
--header 'Content-Type: application/json' \
--data-raw '{
    "appId": "284882215",
    "region": "US",
    "timezone": 0
}'

Responses

🟢200Success
application/json
Body
com.xiaoxi.openapi.model.vo.OpenApiBaseVO<com.xiaoxi.openapi.model.param.OpenapiAppInfoQueryParam,com.xiaoxi.openapi.model.vo.OpenapiAppInfoVO>
requestParam
object (OpenapiAppInfoQueryParam) 
optional
Your request param.
appId
string  | null 
required
Application ID or packageName
region
string  | null 
required
Two character region code,like US.
Default:
US
gpLanguage
string  | null 
optional
Display language, only for GooglePlay query.
timezone
integer  | null 
optional
Your timezone,enter 8 for UTC+8,enter -7 for UTC-7.
result
object (OpenapiAppInfoVO) 
optional
Your response.
store
enum<string>  | enum<null> 
optional
Allowed values:
ASGP
appId
string  | null 
optional
region
string  | null 
optional
appName
string  | null 
optional
subTitle
string  | null 
optional
descriptions
string  | null 
optional
icon
string  | null 
optional
status
enum<string>  | enum<null> 
optional
Allowed values:
NOT_EXISTRESERVEONLINEPRE_ORDEROFFLINEACTIVITY
developerName
string  | null 
optional
category
string  | null 
optional
categoryId
string  | null 
optional
appPrice
number  | null 
optional
费用
priceFormatted
string  | null 
optional
费用格式化
gpInAppPurchases
string  | null 
optional
GP内购app
asInAppPurchases
array[object (InApp) {2}]  | null 
optional
AS内购app
Default:
new ArrayList<>()
inAppPurchasesSize
integer  | null 
optional
内购app数量
Default:
0
lastUpdateTime
integer  | null 
optional
最近更新时间
versionDescription
string  | null 
optional
releaseDateSt
integer  | null 
optional
初始发布时间戳(发行日期)
releaseDate
string  | null 
optional
初始发布时间(发行日期)
storeUrl
string  | null 
optional
size
string  | null 
optional
rating
string  | null 
optional
version
string  | null 
optional
activities
array[object (Event) {11}]  | null 
optional
活动列表
inActivity
boolean  | null 
optional
是否活动中
screenshot
object (Screenshot) 
optional
(仅AS)闪屏
screenshotThumb
object (Screenshot) 
optional
(仅AS)闪屏 缩略图
videos
object (Videos) 
optional
(仅AS)视频
gpScreenshots
array[string] | null 
optional
(仅GP)闪屏
Default:
new ArrayList<>()
gpVideos
array[object (VideoVO) {2}]  | null 
optional
(仅GP)视频
recommendApps
array[object (RecommendApp) {4}]  | null 
optional
creditsCost
object (OpenApiPointCostVO) 
optional
Credits cost info.
requestCredits
integer  | null 
optional
baseCredits
integer  | null 
optional
extraCredits
integer  | null 
optional
totalCostCredits
integer  | null 
optional
Example
{
  "code": 200,
  "msg": "success",
  "data": {
    "requestParam": {
      "appId": "284882215",
      "region": "US",
      "gpLanguage": null,
      "timezone": 0
    },
    "result": {
      "store": "AS",
      "appId": "284882215",
      "region": "US",
      "appName": "Facebook",
      "subTitle": "Explore the things you love",
      "descriptions": "Explore, connect and share your interests with real people. Whether you’re looking for a spark of inspiration with reels or want to dive deeper into something you already love with Marketplace or in groups, you can discover ideas, experiences and people that fuel your interests and help you make progress on the things that matter to you on Facebook.\n\nExplore and expand your interests:\n* Shop for affordable and uncommon stuff on Marketplace and take your hobbies to the next level\n* Personalize your Feed to see more of what you like, less of what you don’t\n* Watch reels for quick entertainment that sparks inspiration\n* Discover creators, small businesses and communities who can help you dive deeper into the things you care about\n\nConnect with people and communities:\n* Join groups to learn tips and tricks from real people who’ve been there, done that\n* Catch up with friends, family and influencers through Feed and stories\n\nShare your world:\n* Effortlessly create reels from trending templates, or let your creativity shine with a full suite of editing tools\n* Customize your profile to choose how you show up and who you share your posts with\n* Turn your hobby into a side hustle by becoming a creator or selling things on Marketplace\n* Celebrate everyday, candid moments with stories, which disappear in 24 hours \n",
      "icon": "https://is1-ssl.mzstatic.com/image/thumb/Purple122/v4/96/08/2d/96082d81-4e4f-2f64-d3c7-d76c4f7bfc59/Icon-Production-0-0-1x_U007emarketing-0-7-0-85-220.png/88x88w.png",
      "status": "ONLINE",
      "developerName": "Meta Platforms, Inc.",
      "category": "Social Networking",
      "categoryId": "6005",
      "appPrice": 0,
      "priceFormatted": "$0.00",
      "gpInAppPurchases": null,
      "asInAppPurchases": [
        {
          "price": "$4.99",
          "name": "Supporter"
        },
        {
          "price": "$0.99",
          "name": "99 Stars"
        },
        {
          "price": "$9.99",
          "name": "530 Stars"
        },
        {
          "price": "$19.99",
          "name": "1200 Stars"
        },
        {
          "price": "$0.99",
          "name": "45 Stars"
        },
        {
          "price": "$2.99",
          "name": "145 Stars"
        },
        {
          "price": "$5.99",
          "name": "310 Stars"
        },
        {
          "price": "$1.99",
          "name": "95 Stars"
        },
        {
          "price": "$4.99",
          "name": "250 Stars"
        },
        {
          "price": "$2.49",
          "name": "Supporter"
        }
      ],
      "inAppPurchasesSize": 10,
      "lastUpdateTime": 1709769600000,
      "versionDescription": null,
      "releaseDateSt": 1585209664000,
      "releaseDate": "2019-02-05",
      "storeUrl": "https://apps.apple.com/us/app/id284882215",
      "size": "330627072",
      "rating": null,
      "version": "454.0.0",
      "activities": [],
      "inActivity": false,
      "screenshot": {
        "appleWatch": [],
        "iphone": [
          "https://is1-ssl.mzstatic.com/image/thumb/PurpleSource126/v4/ff/a7/90/ffa79054-1f3f-35a1-6729-ef403a6081ac/c5a00a2f-7017-4b42-9f42-9b96036a8c34_iOS-5.5-Home.png/720x0w.png",
          "https://is1-ssl.mzstatic.com/image/thumb/Purple126/v4/79/d4/b6/79d4b62b-0e23-a41e-b3e7-9914d48d800d/16216c14-f578-4f89-b80d-9bc599e7e359_iOS-5.5-Reels.png/720x0w.png",
          "https://is1-ssl.mzstatic.com/image/thumb/Purple126/v4/d1/df/78/d1df7868-74d3-854d-6071-9f132a82914c/11ff572a-bf1d-463d-a475-eb7467991cb2_iOS-5.5-Stories.png/720x0w.png",
          "https://is1-ssl.mzstatic.com/image/thumb/PurpleSource116/v4/b4/70/ee/b470eeeb-28a2-df19-8480-a17a730c84b4/fa044ecd-b866-4611-99ee-1a47027ae946_iOS-5.5-Group.png/720x0w.png",
          "https://is1-ssl.mzstatic.com/image/thumb/PurpleSource116/v4/8d/af/f0/8daff05b-ef3e-9f9a-4293-f510bab08b62/943a6d5d-9dcb-434c-a6f1-45b5496fba3c_iOS-5.5-Self_Profile.png/720x0w.png"
        ],
        "ipad": [
          "https://is1-ssl.mzstatic.com/image/thumb/Purple116/v4/b6/bf/5d/b6bf5da7-b3b2-7263-6858-ad127f824fc4/3d69f402-0570-4aa0-b4ae-3b186d3098f3_iPad_Pro_12.9_2nd_Gen-Home.png/720x0w.png",
          "https://is1-ssl.mzstatic.com/image/thumb/Purple116/v4/f6/9c/93/f69c9390-47ff-1d75-bdad-3f599e891e7a/e3a393bd-7c74-4e48-9868-1e93adb97c24_iPad_Pro_12.9_2nd_Gen-Watch.png/720x0w.png",
          "https://is1-ssl.mzstatic.com/image/thumb/Purple116/v4/e9/0a/0d/e90a0d4d-2786-363d-db7f-72af36bb54cd/88d21855-709c-4c4e-b871-f74053b24d6f_iPad_Pro_12.9_2nd_Gen-Self_Profile.png/720x0w.png"
        ]
      },
      "screenshotThumb": {
        "appleWatch": [],
        "iphone": [
          "https://is1-ssl.mzstatic.com/image/thumb/PurpleSource126/v4/ff/a7/90/ffa79054-1f3f-35a1-6729-ef403a6081ac/c5a00a2f-7017-4b42-9f42-9b96036a8c34_iOS-5.5-Home.png/360x0w.png",
          "https://is1-ssl.mzstatic.com/image/thumb/Purple126/v4/79/d4/b6/79d4b62b-0e23-a41e-b3e7-9914d48d800d/16216c14-f578-4f89-b80d-9bc599e7e359_iOS-5.5-Reels.png/360x0w.png",
          "https://is1-ssl.mzstatic.com/image/thumb/Purple126/v4/d1/df/78/d1df7868-74d3-854d-6071-9f132a82914c/11ff572a-bf1d-463d-a475-eb7467991cb2_iOS-5.5-Stories.png/360x0w.png",
          "https://is1-ssl.mzstatic.com/image/thumb/PurpleSource116/v4/b4/70/ee/b470eeeb-28a2-df19-8480-a17a730c84b4/fa044ecd-b866-4611-99ee-1a47027ae946_iOS-5.5-Group.png/360x0w.png",
          "https://is1-ssl.mzstatic.com/image/thumb/PurpleSource116/v4/8d/af/f0/8daff05b-ef3e-9f9a-4293-f510bab08b62/943a6d5d-9dcb-434c-a6f1-45b5496fba3c_iOS-5.5-Self_Profile.png/360x0w.png"
        ],
        "ipad": [
          "https://is1-ssl.mzstatic.com/image/thumb/Purple116/v4/b6/bf/5d/b6bf5da7-b3b2-7263-6858-ad127f824fc4/3d69f402-0570-4aa0-b4ae-3b186d3098f3_iPad_Pro_12.9_2nd_Gen-Home.png/360x0w.png",
          "https://is1-ssl.mzstatic.com/image/thumb/Purple116/v4/f6/9c/93/f69c9390-47ff-1d75-bdad-3f599e891e7a/e3a393bd-7c74-4e48-9868-1e93adb97c24_iPad_Pro_12.9_2nd_Gen-Watch.png/360x0w.png",
          "https://is1-ssl.mzstatic.com/image/thumb/Purple116/v4/e9/0a/0d/e90a0d4d-2786-363d-db7f-72af36bb54cd/88d21855-709c-4c4e-b871-f74053b24d6f_iPad_Pro_12.9_2nd_Gen-Self_Profile.png/360x0w.png"
        ]
      },
      "videos": null,
      "gpScreenshots": [],
      "gpVideos": null,
      "recommendApps": [
        {
          "appId": "6446901002",
          "appName": "Threads, an Instagram app",
          "icon": "https://is1-ssl.mzstatic.com/image/thumb/Purple112/v4/d1/85/19/d1851938-40bf-db97-fe0b-51c36b99aa3d/Prod-0-0-1x_U007emarketing-0-7-0-85-220.png/80x80w.png",
          "store": null
        },
        {
          "appId": "1077137248",
          "appName": "BIGO LIVE-Live Stream, Go Live",
          "icon": "https://is1-ssl.mzstatic.com/image/thumb/Purple211/v4/12/2e/61/122e6181-b8f2-1483-9234-a16fa3019ca0/AppIcon-1x_U007emarketing-0-7-0-0-85-220-0.png/80x80w.png",
          "store": null
        },
        {
          "appId": "382617920",
          "appName": "Rakuten Viber Messenger",
          "icon": "https://is1-ssl.mzstatic.com/image/thumb/Purple122/v4/1d/cc/11/1dcc111d-eaa0-86af-5869-5c4484013c27/AppIcon-0-0-1x_U007emarketing-0-7-0-0-85-220.png/80x80w.png",
          "store": null
        },
        {
          "appId": "400169658",
          "appName": "Friendly Social Browser",
          "icon": "https://is1-ssl.mzstatic.com/image/thumb/Purple112/v4/77/21/86/77218616-4c80-8979-98c3-4a94046a6ceb/AppIcon-0-0-1x_U007emarketing-0-10-0-85-220.png/80x80w.png",
          "store": null
        },
        {
          "appId": "305343404",
          "appName": "Tumblr – Fandom, Art, Chaos",
          "icon": "https://is1-ssl.mzstatic.com/image/thumb/Purple122/v4/4d/b4/1e/4db41e29-a5ec-b91a-b8d0-fc4b3d9f71b7/TumblrIcon-0-0-1x_U007epad-0-0-sRGB-85-220.png/80x80w.png",
          "store": null
        },
        {
          "appId": "310633997",
          "appName": "WhatsApp Messenger",
          "icon": "https://is1-ssl.mzstatic.com/image/thumb/Purple122/v4/e5/12/2e/e5122e3d-bc63-8e6e-d2e8-4c7c27ea779c/AppIcon-0-1x_U007emarketing-0-6-0-0-0-85-220-0.png/80x80w.png",
          "store": null
        },
        {
          "appId": "372513032",
          "appName": "Tango - Live Stream, Go Live",
          "icon": "https://is1-ssl.mzstatic.com/image/thumb/Purple112/v4/fe/f9/1d/fef91d05-b2b7-293a-acf7-467334bebd6c/AppIconTango-0-0-1x_U007emarketing-0-8-0-0-85-220.png/80x80w.png",
          "store": null
        },
        {
          "appId": "1632729815",
          "appName": "Your Fans",
          "icon": "https://is1-ssl.mzstatic.com/image/thumb/Purple116/v4/68/c7/ea/68c7ea21-f810-4893-4e4f-de835c9e9de9/AppIcon-1x_U007emarketing-0-7-0-85-220.png/80x80w.png",
          "store": null
        },
        {
          "appId": "1089836344",
          "appName": "LiveMe – Live Stream & Go Live",
          "icon": "https://is1-ssl.mzstatic.com/image/thumb/Purple112/v4/39/8f/ad/398fad39-5a97-8328-9198-976d21c2a066/AppIcon-0-0-1x_U007emarketing-0-0-0-7-0-0-sRGB-0-0-0-GLES2_U002c0-512MB-85-220-0-0.png/80x80w.png",
          "store": null
        },
        {
          "appId": "686449807",
          "appName": "Telegram Messenger",
          "icon": "https://is1-ssl.mzstatic.com/image/thumb/Purple112/v4/71/78/b5/7178b53f-d038-836e-617c-70d54d8b1ad1/AppIconLLC-0-0-1x_U007emarketing-0-7-0-0-85-220.png/80x80w.png",
          "store": null
        }
      ]
    },
    "creditsCost": {
      "requestCredits": 1,
      "baseCredits": 50,
      "extraCredits": 10,
      "totalCostCredits": 61
    }
  }
}
Previous
Supported Countries/Languages
Next
App Metadata History
Built with