APIHub
Back to Explore

HackathonWatch

The HackathonWatch API offers read‑only access to hackathon information, letting clients retrieve detailed data for a specific hackathon by its ID and obtain paginated lists of upcoming hackathons.

Social
none
No HTTPS
CORS: Unknown
Description enriched
Visit official documentation

Latency

1025ms p95

Uptime

100.0% 30d

Playground

Verified

live

Endpoints

REST · JSON
GET

/hackathons/{id}.json

Return the detail of a given hackathon

  • id (path, required) — ID of the hackathon for detail information
GET

/swagger_doc.json

Swagger compatible API description

GET

/swagger_doc/{name}.json

Swagger compatible API description for specific API

  • name (path, required) — Resource name of mounted API
GET

/hackathons/coming.json

Return a list of coming hackathons

  • page (query, page) — Specify the page of coming hackathons.

4 endpoints auto-detected

curl -X GET \
  "http://www.hackathonwatch.com/api/hackathons/{id}.json"

www.hackathonwatch.com · HTTPS only