MLH: Get Events In Date Range
MLH via Parse · education
Filter hackathon events by date range and optional country code. Returns events whose time span overlaps the specified range. Default range is next 7 days from now. Access Major League Hacking (MLH) hackathon event data including upcoming/past events, filtering by region, country, date range, and diversity focus. Fulfilled by Parse from mlh.io.
- developer-tools
- education
- entertainment
- mlh
- mlh-io
- parse
- platform-key
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- education
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/3567c07e-65ee-4aae-8ecb-8871a1b44e80/get_events_in_date_range
- Interface artifact
- sha256:e52b4670ff17c0cb9f79a05288efe27297006e97f10dd08ce93f17b3343140cc
- Manifest digest
- sha256:54b819759bef7665dafa07515269d20f72597395b9a20ec63bb2d6af6e00c6e6
Request fields
- year (integer): MLH season year to search within. Defaults to the start date's year.
- country (string): Two-letter ISO country code filter (e.g. 'US', 'IN', 'CA'). Omitting returns all countries.
- end_date (string): End date in ISO format YYYY-MM-DD. Defaults to 7 days after start_date.
- start_date (string): Start date in ISO format YYYY-MM-DD. Defaults to today (UTC).
Example queries
- {"year":"2025","country":"CA","end_date":"2025-06-30","start_date":"2025-06-01"}