> ## 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.

# Contribution Snake

> Generate a contribution snake animation.

### Query Parameters

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

<ParamField query="palette" type="string" placeholder="ocean" default="github-dark">
  Color palette: `github-dark`, `github-light`, `ocean`, `green`, `halloween`.
</ParamField>

<ParamField query="speed" type="number" placeholder="2" default="1">
  Animation speed: `1` (Slow), `2` (Medium), `3` (Fast).
</ParamField>

<ParamField query="show_bar" type="boolean" placeholder="false" default="true">
  Show the bottom status bar.
</ParamField>

<ParamField query="show_score" type="boolean" placeholder="true" default="false">
  Show the "eaten" score.
</ParamField>

### Response

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