Render one or more badges into a single SVG image.
/badges?username=pphatdev&name=visitors,total-stars,repositories
| Param | Description |
|---|---|
username |
GitHub username |
| Param | Description |
|---|---|
repo |
Repository name for repo-level badges |
name |
Comma-separated badge names |
theme |
One or more comma-separated themes, cycled across badges |
effect |
wave or glow |
column |
Number of columns in the grid (1-50) |
size |
small, medium, or large |
customLabel |
Custom label text applied to all badges |
labelColor |
Label text color |
labelBackground |
Label background color |
iconColor |
Icon color |
valueColor |
Value text color |
valueBackground |
Value background color |
Two badges in one SVG:
Multiple badges with 3 columns:
Custom columns:
Single-row layout:
Large size preset:
Theme cycling:
Glow effect:
Wave effect:
Custom colors:
curl "https://stats.pphat.top/badges?username=pphatdev&name=visitors,total-stars"
curl "https://stats.pphat.top/badges?username=pphatdev&name=visitors,repositories,followers,total-stars&column=2"
curl "https://stats.pphat.top/badges?username=pphatdev&repo=github-stats&name=visitors,stars,forks&theme=ocean,aurora&effect=glow"Missing username:
curl "https://stats.pphat.top/badges?name=visitors,total-stars"Missing repo for repo badge:
curl "https://stats.pphat.top/badges?username=pphatdev&name=stars,forks"Invalid name:
curl "https://stats.pphat.top/badges?username=pphatdev&name=visitors,unknown-badge"