v1

latestOpenAPI 3.1.02026-07-24450694.7 KB

App Metadata - History

Returns metadata changes from an app that AppTweak has been able to gather from the App Store or the Google Play Store. The data is fetched daily.

get/apps/metadata/changes.json

Query parameters

appsstring required

Comma separated list of app IDs. Max 5 apps are allowed. <br/> <a href="https://developers.apptweak.com/reference/how-to-find-app-ids" target="_blank">How to find App IDs?</a>

countrystring

Two letter <a href="https://apptweak.readme.io/reference/country-codes" target="_blank">country code</a>. <br/><b>Default:</b> us

languagestring

Two letter <a href="https://developers.apptweak.com/reference/languages" target="_blank">language code</a>. <br/><b>Default:</b> AppTweak <a href="https://developers.apptweak.com/reference/languages-overview#default-language" target="_blank">default language</a> of the country.

device'iphone' | 'ipad' | 'android'

Choose a device from iphone, ipad or android. <br/><b>Default:</b> iphone.

start_datestring date

Start date of the period in format YYYY-MM-DD<br/><b>Default:</b> 30 days ago

end_datestring date

End date of the period in format YYYY-MM-DD<br/><b>Default:</b> yesterday

Response

200

OR

Example response

{
  "result": {
    "1446075923": {
      "changes": [
        {
          "target": "version",
          "old_value": "3.0.1",
          "new_value": "3.0.2",
          "old_release_notes": "Disney+ now has even more content on our never-ending quest to create and share the best stories from Disney, Pixar, Marvel, Star Wars and National Geographic. We will continue to be a place for you to feel something with every story, whatever your mood, wherever you might be. ",
          "new_release_notes": "Disney+ now has even more content on our never-ending quest to create and share the best stories from Disney, Pixar, Marvel, Star Wars and National Geographic. We will continue to be a place for you to feel something with every story, whatever your mood, wherever you might be. ",
          "version": "3.0.2",
          "date": "2024-03-06"
        }
      ]
    }
  },
  "metadata": {
    "request": {
      "path": "/api/public/store/apps/metadata/changes.json",
      "params": {
        "device": "iphone",
        "country": "us",
        "language": "us",
        "start_date": "2024-02-28",
        "end_date": "2024-03-28",
        "apps": [
          "1446075923"
        ]
      },
      "cost": 41,
      "max_credit_cost": 41,
      "status": 200
    }
  }
}