> ## Documentation Index
> Fetch the complete documentation index at: https://icons.mzrdev.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# GitHub Trophies

> Get a trophy cabinet for a GitHub user.

### Query Parameters

<ParamField query="username" type="string" placeholder="MZRCode" required>
  The GitHub username to fetch trophies for.
</ParamField>

<ParamField query="columns" type="number" placeholder="3" default="3">
  Number of columns in the cabinet layout.
</ParamField>

<ParamField query="gap" type="number" placeholder="16" default="16">
  Gap between cards in pixels.
</ParamField>

<ParamField query="padding" type="number" placeholder="24" default="24">
  Padding around the cabinet in pixels.
</ParamField>

<ParamField query="center" type="boolean" placeholder="true" default="true">
  Center the cards in the last row if they do not fill the entire row. Alternatively, use `align=left` to disable centering.
</ParamField>

<ParamField query="description" type="boolean" placeholder="true" default="true">
  Whether to show the description on each trophy card.
</ParamField>

<ParamField query="sponsor" type="boolean" placeholder="false" default="false">
  Enable sponsor fallback card.
</ParamField>

<ParamField query="noBackground" type="boolean" placeholder="true" default="true">
  Remove the cabinet background. This is enabled by default.
</ParamField>

<ParamField query="theme" type="string" placeholder="dark">
  `light` or `dark`.
</ParamField>

<ParamField query="title" type="string" placeholder="My Trophies">
  Custom title for the cabinet or `false` to hide.
</ParamField>

<ParamField query="watermark" type="boolean" placeholder="true" default="true">
  Toggle the `by mzr-icons` watermark at the bottom of the cabinet. Keeping it enabled helps support the project.
</ParamField>

<ParamField query="hide" type="string" placeholder="stars,commits">
  Comma-separated list of metrics to hide (e.g., `stars,commits`).
</ParamField>

### Response

<ResponseField name="SVG" type="image/svg+xml">
  Returns an animated SVG image of the trophy cabinet.
</ResponseField>
