██████╗ ██████╗ ███╗ ██╗████████╗███████╗███████╗████████╗ ██╗ ██╗██╗ ██╗███╗ ██╗████████╗
██╔════╝██╔═══██╗████╗ ██║╚══██╔══╝██╔════╝██╔════╝╚══██╔══╝ ██║ ██║██║ ██║████╗ ██║╚══██╔══╝
██║ ██║ ██║██╔██╗ ██║ ██║ █████╗ ███████╗ ██║ ███████║██║ ██║██╔██╗ ██║ ██║
██║ ██║ ██║██║╚██╗██║ ██║ ██╔══╝ ╚════██║ ██║ ██╔══██║██║ ██║██║╚██╗██║ ██║
╚██████╗╚██████╔╝██║ ╚████║ ██║ ███████╗███████║ ██║ ██║ ██║╚██████╔╝██║ ╚████║ ██║
╚═════╝ ╚═════╝ ╚═╝ ╚═══╝ ╚═╝ ╚══════╝╚══════╝ ╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═══╝ ╚═╝
ContestHunt API is your ultimate tool to discover the latest coding contests, hackathons, and bounties from multiple platforms in real-time. Perfect for developers, competitive programmers, and tech enthusiasts who want to stay ahead of the curve. 🚀
- 🕒 Real-Time Updates: Fetch ongoing and upcoming contests effortlessly.
- 💡 Wide Coverage: Stay updated on contests, hackathons, and bounties from top platforms.
- 📊 Key Details: Get start times, end times, durations, and descriptions for each event.
- 🔍 Developer-Friendly: Simple and intuitive API structure for seamless integration.
- Clone the repository:
git clone https://github.com/yourusername/ContestHunt-API.git
- Navigate to the project directory:
cd ContestHunt-API
- Install the required dependencies:
pip install -r requirements.txt
import requests
response = requests.get("https://your-api-url.com/contests")
print(response.json())
[
{
"name": "Sample Contest",
"url": "https://sample-contest.platform.com",
"start_time": 1739100600,
"end_time": 1739115000,
"duration": 14400,
"description": "A sample coding contest."
},
{
"name": "Sample Contest",
"url": "https://sample-contest.platform.com",
"start_time": 1739100600,
"end_time": 1739115000,
"duration": 14400,
"description": "A sample coding contest."
}
]
- Codeforces
- CodeChef
- LeetCode
- Devfolio
- And more! 🌐
Contributions are welcome! Feel free to submit issues or pull requests to help improve ContestHunt API.
- Fork the repository.
- Create a feature branch.
- Submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.
Stay ahead in the game. Never miss a contest again with ContestHunt API! 🎯