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

# Social Badges

> Get dynamic badges for profile views and followers.

### Query Parameters

<ParamField query="variant" type="string" required>
  `profile-views` or `github-followers`.
</ParamField>

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

<ParamField query="label" type="string">
  Custom label for the badge.
</ParamField>

<ParamField query="color" type="string">
  Background color (hex).
</ParamField>

<ParamField query="compact" type="boolean" default="false">
  Use compact number format (e.g., 1.2k).
</ParamField>

### Response

<ResponseField name="SVG" type="image/svg+xml">
  Returns a dynamic social stat badge SVG.
</ResponseField>
