Shields.io Badge

Badge API for shields.io support

This API can be used with the Endpoint Badge 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

NameTypeDescription

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

Made with 💙

Marvin Wendt