Installation Statistics

Statistics API of instl

Installation count of all projects that use instl.sh

GET https://instl.sh/api/v1/stats

{
    "installer/instl-demo/windows": 1337,
    "installer/instl-demo/linux": 420, 
    "installer/instl-demo/macos": 1234
}

Installation count of specific project

GET https://instl.sh/api/v1/stats/user/repo

Path Parameters

{
    "linux": 3,
    "macos": 10,
    "windows": 15,
    "total": 28
}

Total count of installations handled by instl

GET https://instl.sh/api/v1/stats/total

1337

Last updated

Made with 💙

Marvin Wendt