Discover/Phangan API
live

Phangan APIphangan.events

Access upcoming events, parties, and festivals on Koh Phangan via two endpoints. Filter by keyword or event type, paginate results, and fetch full event details.

Endpoint health
verified 6d ago
list_events
get_event
2/2 passing latest checkself-healing
Endpoints
2
Updated
21d ago

What is the Phangan API?

The phangan.events API provides structured data from Koh Phangan's event listings across 2 endpoints, returning fields like event title, start and end datetimes, location name, event type, image URL, and full description. The list_events endpoint lets you search and filter upcoming events by keyword or type, while get_event retrieves complete details for a single event by its numeric ID.

This call costs1 credit / call— charged only on success
Try it
Page number for pagination (1-based).
Free-text keyword search across event titles and content (e.g. 'jungle', 'waterfall', 'techno').
Number of events per page, between 1 and 100.
Filter by event type. Accepts a known slug (art, brunch, community, day_party, ecstatic_dance, festival, kids, live_music, market, movie, party, practice, sport, standup, theatre, wellness, workshop, yoga) or a numeric taxonomy ID. Omitting returns all types.
api.parse.bot/scraper/e1b14f92-a3da-4706-9486-84cecc8e6d1a/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Call it over HTTPgrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/e1b14f92-a3da-4706-9486-84cecc8e6d1a/list_events?search=party&event_type=party' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 2 totalmissing one? ·

List upcoming events on Koh Phangan with optional keyword search, event type filter, and pagination. Results are ordered by most recently published first. Each request makes one upstream call; use page/per_page to tile the result space.

Input
ParamTypeDescription
pageintegerPage number for pagination (1-based).
searchstringFree-text keyword search across event titles and content (e.g. 'jungle', 'waterfall', 'techno').
per_pageintegerNumber of events per page, between 1 and 100.
event_typestringFilter by event type. Accepts a known slug (art, brunch, community, day_party, ecstatic_dance, festival, kids, live_music, market, movie, party, practice, sport, standup, theatre, wellness, workshop, yoga) or a numeric taxonomy ID. Omitting returns all types.
Response
{
  "type": "object",
  "fields": {
    "page": "current page number",
    "events": "array of event objects with id, title, slug, description, link, start/end datetimes, location, type, image, and status",
    "per_page": "number of results per page"
  },
  "sample": {
    "page": 1,
    "events": [
      {
        "id": 82714,
        "link": "https://phangan.events/events/waterfall-festival-10/",
        "slug": "waterfall-festival-10",
        "title": "Waterfall Festival",
        "status": "scheduled",
        "end_ampm": "am",
        "end_hour": "6",
        "featured": true,
        "timezone": "Asia/Bangkok",
        "image_url": "https://phangan.events/wp-content/uploads/2026/08/file_4035.jpg",
        "end_minute": null,
        "start_ampm": "pm",
        "start_hour": "9",
        "description": "Waterfall Festival Koh Phangan | August 30, 2026...",
        "end_datetime": "2026-08-30T23:00:00+00:00",
        "location_ids": [
          987
        ],
        "start_minute": null,
        "location_name": "WATERFALL FESTIVAL",
        "event_type_ids": [
          54,
          24
        ],
        "start_datetime": "2026-08-30T14:00:00+00:00",
        "event_type_names": [
          "Festivals",
          "Parties"
        ]
      }
    ],
    "per_page": 3
  }
}

About the Phangan API

Listing and Filtering Events

The list_events endpoint returns an array of event objects ordered by most recently published first. You can control pagination with page (1-based) and per_page (1–100 results). Each event object includes id, title, slug, description, link, start and end datetimes, location, type, image, and status. The optional search parameter runs a free-text match against event titles and content — useful for queries like jungle, techno, or waterfall. The event_type parameter accepts a slug such as festival, day_party, ecstatic_dance, brunch, or community to narrow results to a specific category.

Fetching a Single Event

The get_event endpoint takes a numeric event_id (obtained from list_events) and returns the full record for that event. The response includes id, title, slug, link, status, timezone (e.g. Asia/Bangkok), image_url, description (plain text), end_datetime (ISO 8601 in UTC), and location_name. This is the right endpoint when you need the complete description or precise timing for a known event.

Coverage and Scope

All events are geographically scoped to Koh Phangan, Thailand. The data covers the range of event types that phangan.events publishes — parties, festivals, art events, kids activities, brunch events, and community gatherings among others. Events are ordered by publication date, not by event start date, so paginating from page 1 surfaces the newest listings first.

Reliability & maintenanceVerified

The Phangan API is a managed, monitored endpoint for phangan.events — not a raw scraper you maintain. Every endpoint is automatically health-checked on a schedule, and when phangan.events changes and a check fails, the API is automatically queued for repair and re-verified. It is built to keep working as the site underneath it changes.

This isn't an official phangan.events API — it's an independent, maintained REST wrapper over public data. Where the source has no official API (or only a limited one), Parse gives you a stable contract over a source that never promised one, and keeps it current. Need a new endpoint or field? You can revise it yourself in plain English and the agent rebuilds it against the live site in minutes — contributing the change back to the shared API is free.

Last verified
6d ago
Latest check
2/2 endpoints passing
Maintenance
Monitored & self-healing
Will this API break when the source site changes?+
It's built not to. Every endpoint is health-checked on a schedule with automated test probes. When the source site changes and a check fails, the API is automatically queued for repair and re-verified — that's the self-healing layer. Each API page shows when its endpoints were last verified. And because marketplace APIs are shared, any fix reaches everyone using it.
Is this an official API from the source site?+
No — Parse APIs are independent, managed REST wrappers over publicly available data. That is the point: where a site has no official API (or only a limited one), Parse gives you a maintained, monitored endpoint for that data and keeps it working as the site changes — so you get a stable contract over a source that never promised one.
Can I fix or extend this API myself if I need a new endpoint or field?+
Yes — and you don't have to wait on us. This API was generated by the Parse agent, which stays attached. Describe the change in plain English ("add an endpoint that returns reviews", "fix the price field") in the revise box on the API page or via the revise_api MCP tool, and the agent rebuilds it against the live site in minutes. Contributing the change back to the public API is free.
What happens if I call an endpoint that has an issue?+
Errors are machine-readable: a bad call returns a clean status with the list of available endpoints and a repair hint, so an agent (or you) can recover or trigger a fix instead of failing silently. Confirmed failures feed the automatic repair queue.
Common use cases
  • Build a Koh Phangan trip planner that surfaces upcoming festivals and parties by arrival date range
  • Create a daily digest of new events filtered by type (e.g. ecstatic_dance or festival) for newsletter delivery
  • Power a venue-specific event widget by filtering list_events results by location_name
  • Aggregate event image URLs and titles for a visual calendar or social media post scheduler
  • Query list_events with keyword search (e.g. 'techno') to build a genre-specific event feed for electronic music fans
  • Monitor event status field changes to notify users when a scheduled event is updated or cancelled
  • Enrich a travel app itinerary by fetching full event descriptions and datetimes via get_event
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo2005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000100 req/min
Team$300/mo20,000300 req/min
Company$1,000/mo100,000500 req/min

Each endpoint has a fixed posted price per successful call — most fall between 1 and 10 credits — shown on this API's page before you run it. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does phangan.events offer an official developer API?+
No. phangan.events does not publish an official public API or developer program. This Parse API is the structured programmatic interface available for accessing its event data.
What does `list_events` return and how granular is event type filtering?+
Each result in the events array includes the event's id, title, slug, description, link, start and end datetimes, location, type, image, and status. The event_type parameter accepts slugs including art, brunch, community, day_party, ecstatic_dance, festival, kids, and others. You can only filter by one type slug per request.
Does the API return events sorted by start date?+
No. list_events results are ordered by publication date (most recently published first), not by event start datetime. If you need chronological ordering by start time, you will need to sort the results client-side after fetching them.
Does the API cover past events or only upcoming ones?+
The list_events endpoint is scoped to upcoming events on phangan.events. Past event archives are not currently exposed. You can fork this API on Parse and revise it to add a historical events endpoint if that data is available on the source site.
Can I filter events by a specific venue or exact date range?+
Not currently. The API supports filtering by event_type and free-text search, but there is no dedicated parameter for venue name or date range filtering. You can fork this API on Parse and revise it to add date-range or location-based filter parameters.
Page content last updated . Spec covers 2 endpoints from phangan.events.
Related APIs in EntertainmentSee all →
gohawaii.com API
Access data from gohawaii.com.
allevents.in API
Search and discover events from AllEvents.in by name, date, or category, then view detailed information like descriptions, timings, and venue details. Filter through available event categories to find exactly what you're looking for.
humanitix.com API
Search and discover events on Humanitix, viewing detailed information including dates, times, locations, descriptions, and host names. Filter by keyword, category, price, and date to find events that match your interests.
kktix.com API
Search and discover events on KKTIX by category or filters, view detailed event information including tickets and organizer details, and browse featured events and their availability. Access comprehensive event metadata to find exactly what you're looking for across different categories and organizers.
feverup.com API
Discover and search live events, exhibitions, and experiences happening in cities worldwide, filtering by categories to find concerts, shows, expos, and more that match your interests. Get detailed information about any event including schedules, descriptions, and venue details to plan your next outing.
austintexas.org API
Search and discover community events happening in Austin, including concerts, festivals, exhibits, and family activities all in one place. Find exactly what you're looking for by browsing events from Visit Austin's official event listings.
eventbrite.com API
Search Eventbrite for events by keyword, location, or category. Retrieve full event details, ticket pricing and availability, organizer profiles, and batch event data.
helloburlingtonvt.com API
Retrieve detailed community event information from the Hello Burlington VT tourism site by providing an event URL, including details like event names, dates, descriptions, and venue information. Perfect for discovering and accessing comprehensive Burlington area events to plan your visits and activities.