INSTL
🔗 Instl.sh🐙 GitHub💙 Donate
  • 👋Welcome
  • 🔥Usage
    • Getting Started
    • Supported Project Structure
    • Verbose Output
  • 🥇Badges
    • Installation Count
  • 📊Statistics
    • Installation Statistics
  • 📦API
    • Installation Statistics
    • Shields.io Badge
  • 💙contributing
    • Writing Code
Powered by GitBook

Made with 💙

  • Marvin Wendt
On this page
  • Installation count of all projects that use instl.sh
  • Installation count of specific project
  • Total count of installations handled by instl

Was this helpful?

Edit on GitHub
  1. API

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

Name
Type
Description

user*

String

Owner of the GitHub repository

repo*

String

GitHub repository name

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

Total count of installations handled by instl

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

1337
PreviousInstallation StatisticsNextShields.io Badge

Last updated 1 year ago

Was this helpful?

📦