Reachcoimbatore APIreachcoimbatore.com ↗
Discover and browse upcoming events, meetups, and activities happening in Coimbatore by accessing real-time listings from ReachCoimbatore.com. Plan your social calendar by retrieving detailed information about local gatherings and community events in your city.
curl -X GET 'https://api.parse.bot/scraper/a2402223-98a5-42f6-aa49-f4c62636b813/get_events?page=1' \ -H 'X-API-Key: $PARSE_API_KEY'
Returns upcoming events, meetups, and activities in Coimbatore. The site lists community events when available; an empty events array indicates no events are currently scheduled. Supports pagination via the page parameter; when omitted defaults to page 1.
| Param | Type | Description |
|---|---|---|
| page | integer | Page number for pagination. |
{
"type": "object",
"fields": {
"page": "integer current page number",
"total": "integer count of events on this page",
"events": "array of event objects (each may contain title, date, venue, description, url, image)",
"has_more": "boolean indicating whether more pages are available"
},
"sample": {
"data": {
"page": 1,
"total": 0,
"events": [],
"has_more": false
},
"status": "success"
}
}About the Reachcoimbatore API
The Reachcoimbatore API on Parse exposes 1 endpoint for the publicly available data on reachcoimbatore.com. Calls return JSON over HTTPS and are billed per successful response.
Pin a release with the API-Snapshot-Version header so canonical updates don't silently change your contract.