For each Installer Analytics view, we have a couple of API routes. We're going to list them below:
Please note that you will have to replace YOUR_APP_ID
with your application ID that you can find in the App Settings view -> Tracking Code.
Please also note that you have to be authenticated to use the routes below. If you just want to test our API, you can use our Demo App's tracking code 000000000000000000000000
that doesn't require authentication.
GET request
)https://installeranalytics.com/api/apps/YOUR_APP_ID/reports/installs
https://installeranalytics.com/api/apps/YOUR_APP_ID/reports/new-users
https://installeranalytics.com/api/apps/YOUR_APP_ID/reports/installs-status
https://installeranalytics.com/api/apps/YOUR_APP_ID/reports/uninstalls-status
GET request
)https://installeranalytics.com/api/apps/YOUR_APP_ID/reports/installs-per-version
https://installeranalytics.com/api/apps/YOUR_APP_ID/reports/user-installs-per-version
GET request
)https://installeranalytics.com/api/apps/YOUR_APP_ID/reports/custom-properties
GET request
)https://installeranalytics.com/api/apps/YOUR_APP_ID/reports/user-base
GET request
)https://installeranalytics.com/api/apps/YOUR_APP_ID/reports/exceptions
https://installeranalytics.com/api/apps/YOUR_APP_ID/reports/exceptions-detailed
GET request
)https://installeranalytics.com/api/apps/YOUR_APP_ID/reports/os-distribution
https://installeranalytics.com/api/apps/YOUR_APP_ID/reports/windows10-distribution
https://installeranalytics.com/api/apps/YOUR_APP_ID/reports/os-platformType
https://installeranalytics.com/api/apps/YOUR_APP_ID/reports/physical-memory
https://installeranalytics.com/api/apps/YOUR_APP_ID/reports/screen-resolution
https://installeranalytics.com/api/apps/YOUR_APP_ID/reports/msi-version
https://installeranalytics.com/api/apps/YOUR_APP_ID/reports/user-language
https://installeranalytics.com/api/apps/YOUR_APP_ID/reports/dpi-scale
GET request
)https://installeranalytics.com/api/apps/YOUR_APP_ID/reports/common-software-iis
https://installeranalytics.com/api/apps/YOUR_APP_ID/reports/common-software-dotnet
https://installeranalytics.com/api/apps/YOUR_APP_ID/reports/common-software-ie
https://installeranalytics.com/api/apps/YOUR_APP_ID/reports/common-software-msoffice
https://installeranalytics.com/api/apps/YOUR_APP_ID/reports/common-software-jre32
https://installeranalytics.com/api/apps/YOUR_APP_ID/reports/common-software-jre64
https://installeranalytics.com/api/apps/YOUR_APP_ID/reports/common-software-sqlcompact
https://installeranalytics.com/api/apps/YOUR_APP_ID/reports/common-software-sqlexpress
https://installeranalytics.com/api/apps/YOUR_APP_ID/reports/common-software-ps
https://installeranalytics.com/api/apps/YOUR_APP_ID/reports/common-software-dx
GET request
)https://installeranalytics.com/api/apps/YOUR_APP_ID/reports/geographic-world
https://installeranalytics.com/api/apps/YOUR_APP_ID/reports/geographic-country
https://installeranalytics.com/api/apps/YOUR_APP_ID/reports/geographic-region
https://installeranalytics.com/api/apps/YOUR_APP_ID/reports/user-geographic-world
https://installeranalytics.com/api/apps/YOUR_APP_ID/reports/user-geographic-country
https://installeranalytics.com/api/apps/YOUR_APP_ID/reports/user-geographic-region
GET request
)https://installeranalytics.com/api/apps/YOUR_APP_ID/reports/prerequisites
GET request
)https://installeranalytics.com/api/apps/YOUR_APP_ID/reports/launch-conditions
GET request
)https://installeranalytics.com/api/apps/YOUR_APP_ID/reports/uninstall-reason
https://installeranalytics.com/api/apps/YOUR_APP_ID/reports/uninstall-reason-details
GET request
)https://installeranalytics.com/api/apps/YOUR_APP_ID/reports/active-users
https://installeranalytics.com/api/apps/YOUR_APP_ID/reports/launches
Please note that all routes above can and should be filtered. Accessing the routes above without any filter will only display the most recent 10 results. You can visit this page to learn how.