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

> Get contribution statistics and streaks for a GitHub user.

### Query Parameters

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

<ParamField query="theme" type="string" placeholder="dark" default="default">
  The card theme. Supported: `default`, `dark`, `high-contrast`, etc.
</ParamField>

<ParamField query="card_width" type="number" placeholder="495" default="495">
  Width of the card.
</ParamField>

<ParamField query="card_height" type="number" placeholder="195" default="195">
  Height of the card.
</ParamField>

<ParamField query="border_radius" type="number" placeholder="4.5" default="4.5">
  Border radius of the card.
</ParamField>

<ParamField query="no_bg" type="boolean" placeholder="true" default="false">
  Make background transparent.
</ParamField>

<ParamField query="locale" type="string" placeholder="tr" default="en">
  Label locale (e.g., `en`, `tr`, `de`).
</ParamField>

<ParamField query="hide_total_contributions" type="boolean" placeholder="true" default="false">
  Hide the total contributions section.
</ParamField>

### Response

<ResponseField name="SVG" type="image/svg+xml">
  Returns an SVG image of the streak card.
</ResponseField>
