Skip to content

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

AttributeValuesDefault
data-islandoahu, maui, big-island, kauai, molokai, lanai(all)
data-categoryany category slug (e.g. concerts, festivals)(all)
data-fromYYYY-MM-DDtoday
data-toYYYY-MM-DD(no limit)
data-freetrue / (omit)(omit)
data-limit1-206
data-themelight / darklight
data-refany stringembed

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=20

Response 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.