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.versionHistoryResponseDoc

Selected endpoint

GET /appstore/version-history/{id}

Returns the version history entries shown in the App Store "What's New" section.

Group
AppStore
Authentication
apiKey
Credit cost
1 credit/request
Path parameters
1
Query parameters
2
Body parameters
0
MCP tool
appstore.version_history
MCP URL
https://mcp.crawlora.net/mcp
GETapiKey1 credit/requestversionHistoryResponseDoc

Retrieve App Store version history

Returns the version history entries shown in the App Store "What's New" section.

API key required. Paste a full key or rotate one from the API Keys page.

Set up API key

MCP tool

MCP URL
https://mcp.crawlora.net/mcp
Tool name
appstore.version_history

Path parameters

Query parameters

Request URL will appear here.

Request headers will appear here.

Request body preview will appear here when applicable.

Status, latency, response headers, and response body will appear after a request.

{
  "code": 200,
  "msg": "OK",
  "data": [
    {
      "version": "1.2026.001",
      "released_at": "2026-02-17",
      "notes": "Bug fixes and performance improvements."
    }
  ]
}