- URL for human-readable application info page has format
https://www.rustore.ru/catalog/app/{packageName}. - Application info as a JSON object is available at URL
https://backapi.rustore.ru/applicationData/overallInfo/{packageName}. - APK reference URL is
https://backapi.rustore.ru/applicationData/download-link(version 1) orhttps://backapi.rustore.ru/applicationData/v2/download-link(version 2). It accepts onlyPOSTrequests (see below).
Typical workflow is:
- Retrieve application info. This is necessary to determine application ID (
appId). - Retrieve download URLs. As far as I can see, only the latest version can be retrieved.
- Use download URL to download the APK.