GET
/data.json
curl \
--request GET 'https://webdevharsha.github.io/open-hackathons-api/data.json'
Response examples (200)
{
"count": 4,
"hackathons": [
{
"id": 27228,
"title": "Meta Horizon Start Developer Competition",
"displayed_location": "Online"
}
],
"last_updated": "2025-11-13T00:56:24.186216Z"
}