githubEdit

Shields.io Badge

Badge API for shields.io support

circle-info

This API can be used with the Endpoint Badgearrow-up-right of shields.io to create badges for your README.md

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

Last updated

Was this helpful?