oxitheman / Game-Facts-API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Game Facts API

Helps users fetch facts about any games to integrate into their own games, quizzes or applications.

Tech Stack 💻

Python FastAPI


Contributing

Contributions are always welcome!

See contributing.md for ways to get started.

Please adhere to this project's code of conduct.

Endpoints

Method Path Description
GET /fact/game={games}?limit={limit} Fetch facts about one or multiple games.
GET /fact/random?limit={limit} Fetch facts(s) about a random game.

Games must be seperated by "&"


About

License:MIT License


Languages

Language:Python 100.0%