Infinite API is a versatile FastAPI-based project that brings together multiple APIs, offering a wide range of functionalities from weather forecasts to superhero information, all in one place!
- 🌦️ Weather API: Get real-time weather data from Wunderground and TimeAndDate
- 📚 Books API: Search and download books from Libgen
- 📱 Phones API: Fetch detailed phone specifications from GSMArena
- 🦸 Superhero API: Explore a vast database of superheroes
- ⛩️ Anime API: Explore the vast database of anime
For detailed API documentation, usage examples, and more, please visit our comprehensive documentation site:
Run the following command to clone the repository, and install the dependencies.
$ git clone https://github.com/Debojit-mitra/Infinite-API.git
$ cd infinite-api
$ pip install -r requirements.txt
$ uvicorn app.main:app --reload
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License. See the LICENSE.md file for details.
Made with ❤️ by Debojit
Happy coding!