An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# clear-api

main repo

[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

Libraries
Flask
Requests

APIs
SteamGridDB