Skip to main content
POST
/meetup/events/search

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
count
integer
required
Required range: x >= 1
timeout
integer
default:300
Required range: 20 <= x <= 1500
keyword
string | null
location
string | null
event_type
enum<string> | null
Available options:
online,
in_person
distance
enum<string> | null
Available options:
2,
5,
10,
25,
50,
100
category
enum<string> | null
Available options:
art_culture,
beliefs_religion,
career_business,
community_environment,
dancing,
science_education,
games,
health_wellbeing,
identity_language,
music,
travel_outdoor,
parents_family,
pets_animals,
social_activities,
sports_fitness,
technology,
writing
date
enum<string> | null
Available options:
today,
tomorrow,
this_week,
this_weekend,
next_week,
next_weekend
start_date
string | null
end_date
string | null

Response

Successful Response

id
string
required
name
string
required
@type
string
default:MeetupEvent
source_url
string | null
status
string | null
event_type
string | null
is_online
boolean
default:false
start_at
string | null
end_at
string | null
created_at
string | null
venue
object | null
max_tickets
integer | null
going_count
integer | null
waitlist_count
integer | null
rsvp_state
string | null
guests_allowed
boolean | null
allowed_guest_count
integer | null
is_free
boolean
default:true
fee_amount
number | null
fee_currency
string | null
topics
object[]
hosts
object[]
speaker
object | null
group
object | null
image
string | null
series_description
string | null
creator_id
string | null
is_rsvps_closed
boolean | null