All endpoints support the parameters you can also use for shields.io badges, you can check out their style documentation here.
Visits Badge
Returns a badge containing the visitor counter for your repository
https://badges.pufler.dev/visits/{username}/{repo}
[![Visits Badge](https://badges.pufler.dev/visits/pujux/badge-it)](https://badges.pufler.dev)
Years Badge
Returns a badge containing the number of years you have been a member
https://badges.pufler.dev/years/{username}
[![Years Badge](https://badges.pufler.dev/years/pujux)](https://badges.pufler.dev)
Repos Badge
Returns a badge containing the number of your public repositories
https://badges.pufler.dev/repos/{username}
[![Repos Badge](https://badges.pufler.dev/repos/pujux)](https://badges.pufler.dev)
Gists Badge
Returns a badge containing the number of your public gists
https://badges.pufler.dev/gists/{username}
[![Gists Badge](https://badges.pufler.dev/gists/pujux)](https://badges.pufler.dev)
Updated Badge
Returns a badge that shows when the repository was last updated
https://badges.pufler.dev/updated/{username}/{repo}
[![Updated Badge](https://badges.pufler.dev/updated/pujux/badge-it)](https://badges.pufler.dev)
Created Badge
Returns a badge that shows when the repository was created
https://badges.pufler.dev/created/{username}/{repo}
[![Created Badge](https://badges.pufler.dev/created/pujux/badge-it)](https://badges.pufler.dev)
Commits Badge
Returns a badge that shows the number of commits you have published in a specified periodicity (yearly, monthly, weekly, daily or all)
https://badges.pufler.dev/commits/{periodicity}/{username}
[![Commits Badge](https://badges.pufler.dev/commits/monthly/pujux)](https://badges.pufler.dev)
Contributors Display
Returns an SVG that displays all contributors of the specified repository
You can specify size
in pixels that will be used for each avatar, padding
in pixels that will be used between the avatars, perRow
to control how many avatars are shown per row and bots
as either 'true' or 'false' to hide bot contributors
https://badges.pufler.dev/contributors/{user}/{repo}?size={number}&padding={number}&perRow={number}&bots={boolean}
[![Contributors Display](https://badges.pufler.dev/contributors/pujux/badge-it?size=50&padding=5&perRow=10&bots=true)](https://badges.pufler.dev)
Last Stars Display
Returns an SVG that displays the last starred repositories of the specified user
You can specify count
to control how many starred repositories will be shown, padding
in pixels that will be used between the repositories and perRow
to control how many repositories will be shown per row
https://badges.pufler.dev/last-stars/{user}?count={number}&padding={number}&perRow={number}
[![Last Stars Display](https://badges.pufler.dev/last-stars/pujux?count=6&padding=15&perRow=3)](https://badges.pufler.dev)
Create an issue!
Badge-It is licensed under the BSD 3-Clause License.