Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ijsbol/steam-readme-stats
Embed your steam stats into your readme
https://github.com/ijsbol/steam-readme-stats
readme-badges readme-profile readme-stats steam steam-api steam-stats
Last synced: 1 day ago
JSON representation
Embed your steam stats into your readme
- Host: GitHub
- URL: https://github.com/ijsbol/steam-readme-stats
- Owner: ijsbol
- License: mit
- Created: 2024-12-06T16:05:14.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-11T05:32:23.000Z (28 days ago)
- Last Synced: 2025-01-01T00:25:52.034Z (7 days ago)
- Topics: readme-badges, readme-profile, readme-stats, steam, steam-api, steam-stats
- Language: Python
- Homepage: https://steam-readme-stats.uwu.gal/
- Size: 26.4 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Steam Readme Stats
Embed your steam stats into your readme[![img](https://steam-readme-stats.uwu.gal/api/76561198242540404/stats/badge/playtime?format=total_days&style=for-the-badge)](https://steam-readme-stats.uwu.gal/)
[![img](https://steam-readme-stats.uwu.gal/api/76561198242540404/stats/badge/playtime?format=total_hours&style=for-the-badge)](https://steam-readme-stats.uwu.gal/)
[![img](https://steam-readme-stats.uwu.gal/api/76561198242540404/stats/badge/playtime?format=total_minutes&style=for-the-badge)](https://steam-readme-stats.uwu.gal/)
[![img](https://steam-readme-stats.uwu.gal/api/76561198242540404/stats/badge/playtime?format=days_and_hours&style=for-the-badge)](https://steam-readme-stats.uwu.gal/)
[![img](https://steam-readme-stats.uwu.gal/api/76561198242540404/stats/badge/playtime?format=hours_and_minutes&style=for-the-badge)](https://steam-readme-stats.uwu.gal/)
[![img](https://steam-readme-stats.uwu.gal/api/76561198242540404/stats/badge/playtime?format=full&style=for-the-badge)](https://steam-readme-stats.uwu.gal/)
[![img](https://steam-readme-stats.uwu.gal/api/76561198242540404/stats/badge/games?style=for-the-badge)](https://steam-readme-stats.uwu.gal/)## How to use
Copy paste the following into your readme
```
[![img](https://steam-readme-stats.uwu.gal/api/YOUR_STEAM_USERID_HERE/stats/badge/playtime?format=total_days)](https://steam-readme-stats.uwu.gal/)
```
Where `YOUR_STEAM_ID_HERE` is replaced with your SteamID64 (Dec), which can be found here: https://steamid.pro/## Documentation
### `/api/:steamid_64/stats/badge/playtime`
|Accepted query parameters|Values|
| -- | -- |
| label | any string |
| color | hex, rgb, rgba, hsl, hsla and css named colors supported |
| format | `total_days`, `total_hours`, `total_minutes`, `days_and_hours`, `hours_and_minutes`, `full` |
| label_color | hex, rgb, rgba, hsl, hsla and css named colors supported |
| style | `flat`, `flat-square`, `for-the-badge`, `plastic`, `social` |### `/api/:steamid_64/stats/badge/games`
|Accepted query parameters|Values|
| -- | -- |
| label | any string |
| color | hex, rgb, rgba, hsl, hsla and css named colors supported |
| label_color | hex, rgb, rgba, hsl, hsla and css named colors supported |
| style | `flat`, `flat-square`, `for-the-badge`, `plastic`, `social` |