GitHub Trophies
Endpoints
GitHub Trophies
Get a trophy cabinet for a GitHub user.
GET
GitHub Trophies
Query Parameters
string
required
The GitHub username to fetch trophies for.
number
default:"3"
Number of columns in the cabinet layout.
number
default:"16"
Gap between cards in pixels.
number
default:"24"
Padding around the cabinet in pixels.
boolean
default:"true"
Center the cards in the last row if they do not fill the entire row. Alternatively, use
align=left to disable centering.boolean
default:"true"
Whether to show the description on each trophy card.
boolean
default:"false"
Enable sponsor fallback card.
boolean
default:"true"
Remove the cabinet background. This is enabled by default.
string
light or dark.string
Custom title for the cabinet or
false to hide.boolean
default:"true"
Toggle the
by mzr-icons watermark at the bottom of the cabinet. Keeping it enabled helps support the project.string
Comma-separated list of metrics to hide (e.g.,
stars,commits).Response
image/svg+xml
Returns an animated SVG image of the trophy cabinet.

