EventWall
Business API
City event data,
delivered as an API.
One GET request returns upcoming events for a city — structured fields your backend or app can consume. Not a guest-facing wall: a data product for businesses.
Pricing & city access: info@eventwall.app
GET https://businessapi.eventwall.app/Events?…
"days": 3, "radius": 10000, "language": "en", "events": [ { "id": 12345, "name": "Sunset Jazz…", "category": "Jazz", "startDate": "2026-07-20", "startTime": "20:00:00", "imageCover": "https://…/event.jpg", "location": "Muelle Uno", "googlePlaceId": "ChIJ…", "price": "12€" } ]
Sample shape — live Málaga JSON loads below
- Meetup
- Eventbrite
- Local venues
- Host uploads
- And more
The product
A queryable event feed for your stack.
EventWall collects what’s on across a city. Business API exposes that coverage as JSON so tourism apps, media products, venues, and local platforms can integrate without scraping.
lnglongitudelatlatituderadiusmeters (≤ 15000)dayshorizon (1–3)langen or esResponse shape
Every event is a JSON object.
One language per response (lang=en or lang=es). Category, location, and media use Business API field names.
{
"id": 12345,
"name",
"summary",
"description",
"category",
"startDate": "yyyy-MM-dd",
"startTime": "HH:mm:ss",
"price",
"imageCover",
"location",
"googlePlaceId",
"moreInfo",
"linkWebsite", …
}
name— title in the requested languagesummary— short blurbcategory— event categorystartDate+startTime— when it happenslocation+googlePlaceId— placeimageCover— image URLmoreInfo+link*— outbound links
How access works
Subscribe to a city. Call the API.
This site is a product demo — accounts and payments are not live yet. Contact us to discuss cities and volume.
Request access
Tell us your use case and which city you need.
City scope
We provision geo coverage for that market.
Monthly plan
Ongoing fee for continued event data access.
Integrate JSON
GET → parse events[] → power your product.
Live response
Real Málaga data — cards and JSON.
Same Integration API call. Left: how an app might render it. Right: the raw payload.
Ready to integrate?
Ask for pricing, available cities, and a walkthrough of the Business API response.