v1

latestOpenAPI 3.1.02026-07-2414103.5 MB

App Details

Returns the title, image, publisher, price, main category, main category ID, and rating for a given app.

get/{store}/{app_id}/Details/details

Path parameters

storestring required

Input either "Google" (Android) or "Apple" (iOS).

app_idstring required

Enter an app ID. [How to find App IDs] (https://developers.similarweb.com/docs/how-to-find-app-ids)

Query parameters

api_keystring required

Your Similarweb API key.

formatstring

[optional] Format in which the reply should be returned. Possible values: 'json' (default) or 'xml'.

Response

200

titlestring
coverstring
authorstring
pricestring
main_categorystring
main_category_idstring
ratingnumber
release_datestring
in_app_purchaseboolean

Example response

{
  "meta": {
    "request": {
      "store": "Google",
      "app_id": "com.whatsapp",
      "format": "json"
    },
    "status": "Success",
    "last_updated": "2019-03-11"
  },
  "title": "WhatsApp Messenger",
  "cover": "https://lh3.ggpht.com/mp86vbELnqLi2FzvhiKdPX31_oiTRLNyeK8x4IIrbF5eD1D5RdnVwjQP0hwMNR_JdA=s180",
  "author": "WhatsApp Inc.",
  "price": "Free",
  "main_category": "Communication",
  "main_category_id": "communication",
  "rating": 4.418398380279541,
  "release_date": "2019-01-24"
}