Event Bucket Developer API
A real-time JSON feed of community events from every Event Bucket city. Perfect for tourism bureaus, hyperlocal apps, AI integrations, newsrooms, and anyone building software that needs to know what is happening in a city, county, or state.
Pricing
- 1,000 requests / month
- All public endpoints
- Attribution required
- Email support
- 10,000 requests / month
- All public endpoints
- Commercial use allowed
- Email support
Sign up for your free key first using the form below, then subscribe with the same email to upgrade automatically.
- 100,000 requests / month
- 99.9% uptime SLA
- Priority support
- Advance deprecation notice
Sign up for your free key first using the form below, then subscribe with the same email to upgrade automatically.
- Unlimited requests
- Bulk JSON / CSV exports
- Custom contracts
- Dedicated support
Get a Free API Key
Fill in the form below and your free-tier key will be emailed to you and displayed on this page immediately.
Rotate Your API Key
If your API key has been exposed (committed to a public repo, shared accidentally, leaked from a former contractor's machine), rotate it here. Your old key stops working immediately and a brand-new key is created with the same tier and limits. The new key is emailed to your registered address.
Rotate my key now
Quick Start
Every request needs an Authorization header (or ?api_key= query param):
curl -H "Authorization: Bearer YOUR_API_KEY" \
https://www.theeventbucket.com/api/events/state?state=MO
Response
[
{
"id": "abc-123",
"name": "Waynesville Fall Festival",
"eventType": "Festival",
"city": "Waynesville",
"citySlug": "waynesvillemo",
"location": "Veterans Memorial Park",
"startDate": "2026-10-15",
"endDate": "2026-10-17",
"startTime": "10:00",
"endTime": "22:00",
"cost": "Free",
"description": "Three days of live music, food trucks, and family activities.",
"flyerURL": "https://res.cloudinary.com/...",
"website": "https://...",
"url": "https://www.theeventbucket.com/waynesvillemo/"
}
]
Endpoints
GET /api/events/state
Returns all approved, upcoming events for a given state.
Query params:
state required Two-letter state code (e.g. MO)
category optional Filter by category (Community, Music, Yard Sale, etc.)
location optional Filter by city name substring
Rate Limits
Every response includes the following headers:
X-RateLimit-Limit: 10000
X-RateLimit-Remaining: 9847
X-RateLimit-Tier: developer
X-Attribution-Required: Powered by Event Bucket (https://www.theeventbucket.com)
When you hit your monthly quota, the API returns HTTP 429. Upgrade to a higher tier at any time by subscribing with the same email you used at signup, your key will be upgraded automatically within a minute. Questions? sean@wilwellcompany.com.
Attribution
Free-tier integrations must display attribution wherever Event Bucket data is shown publicly. Suggested format:
Powered by Event Bucket
https://www.theeventbucket.com
Paid tiers may remove the attribution requirement.
Terms of Use
Full terms at theeventbucket.com/terms.