Shields.io Badge
Badge API for shields.io support
Installation count of specific repository
Installation count badge
GET
https://instl.sh/api/v1/badge/shields.io/stats/user/repo
Path Parameters
Name
Type
Description
user*
String
Owner of the GitHub repository
repo*
String
Name of the GitHub repository
{
"color":"orange",
"label":"installations",
"message":"4",
"schemaVersion":1
}
Total installations handled by instl
Total installations handled by instl badge
GET
https://instl.sh/api/v1/badge/shields.io/stats/total
{
"color":"orange",
"label":"handled installations",
"message":"1337",
"schemaVersion":1
}
Last updated
Was this helpful?