Returns metadata from an app that AppTweak has been able to gather from the App Store or the Google Play Store.
The applications' metadata are all the elements (title, subtitle, screenshots, etc.) that you can find on an app store page of an application. Each store displays different types of metadata. The metadata are store-specific (iOS vs Google Play) but they can also be device, country, and/or language specific. Make sure to specify the correct ones in the query parameters.
App Metadata are available through two endpoints:
- App Metadata - Current which returns the lates - most recent - metadata available
- App Metadata - History which returns the historical metadata changes
Missing metadata?
Make sure to have entered the correct app ID. You can refer to our country codes to see the regions that AppTweak is currently covering.
Metadata Attributes
In the table below, you'll find the name of the metadata elements and a short explanation of each, sorted by device. The last column indicates whether those historical data is available.
Attributes | iPhone/iPad | Android | Description | Historical Metadata available? |
---|---|---|---|---|
title | β | β | The App name as it appears on the App Store, in the chosen language | β |
subtitle | β | β | The subtitle explaining the purpose of the app (introduced in iOS 11) | β |
promotional_text | β | β | The promotional text should reflect the appβs new features, promotions, or highlighted content | β |
description | β | β | The app description as it appears on the App Store, in the chosen language | β |
short_description | β | β | The short description explaining the purpose of the app | β |
long_description | β | β | The app description as it appears on the Google Play Store, in the chosen language | β |
id | β | β | Store ID of the app | |
genres | β | β | Category IDs as defined for Apple or Google Play | β |
icon | β | β | URL of the icon | β |
screenshots | β | β | App Store: Key/value pair of the device and the screenshots URLs. Google Play: list of screenshot URLs | β |
videos | β | β | App Store: Key/value pair of the device and the video URLs. Google Play: list of video URLs | β |
feature_graphic | β | β | The graphic that appears before launching a video | β |
size | β | β | Size of the app in bytes | β |
rating | β | β | Average rating for an app | β |
developer | β | β | Key/value pairs describing the developer | β |
price | β | β | Price of the application as displayed in the target country | β |
versions | β | β | A list of version hash. Each version hash specifies the version number, the date on which it was released, and the release notes in the chosen language. | β |
release_date | β | β | The released date indicates when the app became available. Keep in mind that the release date of an app that has been removed from the store and then re-added will correspond to the last time the app was made available (i.e., the most recent re-upload date). | β |
similar_apps | β | β | A list of app IDs advertised as alternatives for this app in the section on the application page view | β |
customers_also_bought | β | β | A list of app IDs that Apple advertises as alternatives for this app in the You May Also Like section on the application page view on the App Store | β |
dna | β | β | The DNA of the App | β |
features | β | β | Key/boolean pairs describing if the App is compatible with passbook and the game center and if it has in app purchases. | β |
permissions | β | β | The list of permissions the app may try to access. Notably, the presence of the permission com.android.vending.BILLING indicates the presence of in-app purchases. | β |
A/B tests?
A/B tests are available for Android apps in the App Metadata - History endpoints. For every change that is observed, it is indicated whether the change is related to an A/B test (True) or not (False).