Public Playground
Preview the endpoint before sending a live request
Sample responses, schemas, request previews, and code snippets are visible before sign in. Create an account when you are ready to save an API key and run authenticated requests.
Playground
Retrieve App Store version history API Playground
Returns the version history entries shown in the App Store "What's New" section.
GETapiKey1 credit/requestappstore.versionHistoryResponseDocAppStore
Endpoint details
Returns the version history entries shown in the App Store "What's New" section.
- Method
- GET
- Path
- /appstore/version-history/{id}
- Authentication
- apiKey
- Credit cost
- 1 credit/request
- Platform
- AppStore
- Parameters
- 4 documented fields
Request parameters
id:pathcountry:querylang:queryx-api-key:header
Response schema fields
codedatadata[].release_datedata[].release_notesdata[].release_timestampdata[].version_displaymsg
Sample response summary
{
"code": 200,
"msg": "OK",
"data": [
{
"version": "1.2026.001",
"released_at": "2026-02-17",
"notes": "Bug fixes and performance improvements."
}
]
}cURL example
curl "https://api.crawlora.net/api/v1/appstore/version-history/<id>" \
-H "x-api-key: <api-key>"