Generate customizable SVG cards from a GreasyFork user's public statistics and embed them in GitHub READMEs, project pages, documentation, or anywhere SVG images are supported.
- Public GreasyFork statistics
- Automatic username detection
- Total installs and daily installs
- Script and rating statistics
- Lightweight SVG output
- Multiple built-in themes
- Multiple languages
- No authentication required
- Cached responses for reliable performance
Replace YOUR_USER_ID with the numeric ID from your GreasyFork profile URL.
<img
src="https://greasyfork-stats.vercel.app/api/stats?user=YOUR_USER_ID&theme=github_dark&lang=en"
alt="GreasyFork Stats"
/>| Parameter | Description | Default | Example |
|---|---|---|---|
user |
Numeric GreasyFork user ID | Required | 1259433 |
theme |
Card theme | default |
github_dark |
lang |
Card language | en |
fr |
hide_title |
Hide the card title | false |
true |
hide_border |
Hide the card border | false |
true |
Boolean parameters accept true, false, 1, or 0.
Available themes:
default
github_dark
dracula
nord
gruvbox
tokyonight
catppuccin
monokai
cyberpunk
solarized_dark
Example:
Available languages:
en
fr
es
de
Example:
Statistics are retrieved from GreasyFork's public API. Successful cards are cached to reduce load, improve reliability, and avoid unnecessary requests to GreasyFork.
Because of this cache, recently updated statistics may take several hours to appear.
Licensed under the MIT License.