https://github.com/adithyasource/clear-api
steamgriddb proxy for clear
https://github.com/adithyasource/clear-api
Last synced: about 1 year ago
JSON representation
steamgriddb proxy for clear
- Host: GitHub
- URL: https://github.com/adithyasource/clear-api
- Owner: adithyasource
- License: unlicense
- Created: 2023-12-24T09:26:54.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-23T19:44:02.000Z (over 1 year ago)
- Last Synced: 2025-02-02T06:16:26.936Z (over 1 year ago)
- Language: Python
- Homepage: https://clear.adithya.zip
- Size: 29.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# clear-api
[SteamGridDB](https://www.steamgriddb.com) proxy for [clear](https://clear.adithya.zip), a video game library manager.
\
Built using Flask in Python and hosted on Vercel
\
The following parameters are available:
- Get a game's SGDB ID using the game's Steam ID
```
/?steamID=70
```
- Get a game's SGDB ID using the game's name
```
/?gameName=cyberpunk%202077
```
- Get links to a game's grids, heros, logos and icons using the game's SGDB ID
```
/?assets=24116
```
**Next couple parameters are probably not useful for most applications but are used in 'clear'**
- Get a binary integer list for one grid, hero, logo and icon of a game using the game's SGDB ID
```
/?limitedAssets=24116
```
- Get a binary integer list for the any given image link
```
/?image=https://cdn2.steamgriddb.com/thumb/12f59e05c632bd17f2409172507d6407.png
```
- Get the current version of 'clear'
```
/?version=put_any_string_here_since_it_doesnt_get_read
```
## Acknowledgements
APIs
SteamGridDB