get_version_history
Retrieve app version history details including changelogs and release information from major app stores for development and analysis purposes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appId | Yes | The unique identifier for the app (Android package name, iOS numeric ID or bundle ID). | |
| platform | Yes | The platform of the app. Note: Due to current API limitations, **only the latest version details are reliably returned for both platforms.** | |
| country | No | Two-letter country code for store localization. Default 'us'. | us |
| lang | No | Language code for the results (e.g., changelog text). Default 'en'. | en |