Skip to content

ContestHunt API helps you find the latest coding contests, hackathons, and bounties with ease. Stay updated and never miss an opportunity to compete or collaborate!

License

Notifications You must be signed in to change notification settings

w3Abhishek/ContestHunt-API

Repository files navigation

🌟 ContestHunt API

 ██████╗ ██████╗ ███╗   ██╗████████╗███████╗███████╗████████╗    ██╗  ██╗██╗   ██╗███╗   ██╗████████╗
██╔════╝██╔═══██╗████╗  ██║╚══██╔══╝██╔════╝██╔════╝╚══██╔══╝    ██║  ██║██║   ██║████╗  ██║╚══██╔══╝
██║     ██║   ██║██╔██╗ ██║   ██║   █████╗  ███████╗   ██║       ███████║██║   ██║██╔██╗ ██║   ██║   
██║     ██║   ██║██║╚██╗██║   ██║   ██╔══╝  ╚════██║   ██║       ██╔══██║██║   ██║██║╚██╗██║   ██║   
╚██████╗╚██████╔╝██║ ╚████║   ██║   ███████╗███████║   ██║       ██║  ██║╚██████╔╝██║ ╚████║   ██║   
 ╚═════╝ ╚═════╝ ╚═╝  ╚═══╝   ╚═╝   ╚══════╝╚══════╝   ╚═╝       ╚═╝  ╚═╝ ╚═════╝ ╚═╝  ╚═══╝   ╚═╝   
                                                                                                      

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. 🚀


🌐 Features

  • 🕒 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.

🛠️ Installation

  1. Clone the repository:
    git clone https://github.com/yourusername/ContestHunt-API.git
  2. Navigate to the project directory:
    cd ContestHunt-API
  3. Install the required dependencies:
    pip install -r requirements.txt

🚀 Usage

Example Request:

import requests

response = requests.get("https://your-api-url.com/contests")
print(response.json())

Response Format:

[
   {
   "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."
   }
]

📖 Supported Platforms

  • Codeforces
  • CodeChef
  • LeetCode
  • Devfolio
  • And more! 🌐

🧑‍💻 Contributing

Contributions are welcome! Feel free to submit issues or pull requests to help improve ContestHunt API.

  1. Fork the repository.
  2. Create a feature branch.
  3. Submit a pull request.

📜 License

This project is licensed under the MIT License. See the LICENSE file for details.


✨ Happy Coding! 🖥️💡

Stay ahead in the game. Never miss a contest again with ContestHunt API! 🎯

About

ContestHunt API helps you find the latest coding contests, hackathons, and bounties with ease. Stay updated and never miss an opportunity to compete or collaborate!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published