EventWall

Business API

REST JSON Geo-filtered Monthly access

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 /Events

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

Data aggregated from
  • Instagram
  • Facebook
  • WhatsApp
  • Meetup
  • Eventbrite
  • Local venues
  • Host uploads
  • And more

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.

GET
businessapi.eventwall.app/Events
JSON · one language per response · ordered by start time
lnglongitude
latlatitude
radiusmeters (≤ 15000)
dayshorizon (1–3)
langen or es

Every event is a JSON object.

One language per response (lang=en or lang=es). Category, location, and media use Business API field names.

events[0]
{
  "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 language
  • summary — short blurb
  • category — event category
  • startDate + startTime — when it happens
  • location + googlePlaceId — place
  • imageCover — image URL
  • moreInfo + link* — outbound links

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.

Real Málaga data — cards and JSON.

Same Integration API call. Left: how an app might render it. Right: the raw payload.

Open full playground

Ready to integrate?

Ask for pricing, available cities, and a walkthrough of the Business API response.