/Game-Facts-API

Primary LanguagePythonMIT LicenseMIT

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 "&"