For Developers + Partners
Hawaii Events API.
Free. Open. Yours.
Pull live Hawaii events into your hotel concierge app, Hawaii blog, tour-operator site, or Slack bot. No API key, no rate-limit hassle, no nonsense.
One-line embed widget
Drop this on any HTML page. Renders 6 upcoming Hawaii events styled to fit your site. Auto-updates.
<div data-alohacalendar-widget
data-island="oahu"
data-limit="6"
data-theme="light">
</div>
<script src="https://alohacalendar.com/embed/widget.js" async></script>Options
| Attribute | Values | Default |
|---|---|---|
| data-island | oahu, maui, big-island, kauai, molokai, lanai | (all) |
| data-category | any category slug (e.g. concerts, festivals) | (all) |
| data-from | YYYY-MM-DD | today |
| data-to | YYYY-MM-DD | (no limit) |
| data-free | true / (omit) | (omit) |
| data-limit | 1-20 | 6 |
| data-theme | light / dark | light |
| data-ref | any string | embed |
Raw REST API
JSON, CORS open, no auth required for v1.
GET https://alohacalendar.com/api/v1/events
?island=oahu
&category=concerts
&from=2026-07-01
&to=2026-07-31
&free=true
&q=symphony
&limit=20Response shape
{
"version": "v1",
"count": 20,
"events": [
{
"id": "...",
"slug": "honolulu-symphony-classics",
"title": "Honolulu Symphony Classics",
"shortDesc": "Brahms + Ravel at the Blaisdell Concert Hall.",
"startDate": "2026-07-04T19:30:00.000Z",
"startTime": "19:30",
"endDate": null,
"imageUrl": "https://...",
"isFree": false,
"isFeatured": true,
"priceMin": 25,
"priceMax": 95,
"priceNote": null,
"ticketUrl": "https://...",
"island": { "slug": "oahu", "name": "Oahu" },
"location": { "name": "Blaisdell Concert Hall", "address": "...", "city": "Honolulu" },
"categories": [{ "slug": "concerts", "name": "Concerts" }],
"url": "https://alohacalendar.com/events/honolulu-symphony-classics"
}
]
}Get in touch
Building something cool with this?
Drop us a line at [email protected] — we'll feature you on this page + put your project in the next newsletter.