ConsoleCatalog
Sign in
Luma logo

Luma

lu.maEntertainmentcookie

Events by location, event details, and places worldwide.

IdentitySign in to use your identities on this site.

Discover Events

ASYNCREADNo auth

Returns featured events for a location with name, time, URL, hosts, and cover image.

ParametersFormJSON

Place API ID from lu_list_places, e.g. discplace-G0tGUVYwl7T17Sb

Latitude for the place, e.g. 12.9789

Longitude for the place, e.g. 77.5917

Category slug to filter, e.g. tech, ai, food, fitness

cost: 1 credit · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "lu_discover_events",
    "params": {
      "place_id": "discplace-OgfEAh5KgfMzise",
      "lat": "34",
      "lon": "-118"
    }
  }'