API Access to Public Events Returning 404 NOT_FOUND

63 views
Skip to first unread message

Sébastien NEUSCH

unread,
Feb 25, 2025, 5:41:53 PMFeb 25
to Eventbrite API Developers Community

Hi Eventbrite Developers,

I’m trying to retrieve public events using the /v3/events/search/ endpoint, but I keep getting a 404 NOT_FOUND error. Here’s what I’ve tried:

1️⃣ Authentication Works:

When I call:

curl -H "Authorization: Bearer MY_ACCESS_TOKEN" "https://www.eventbriteapi.com/v3/users/me/"

I receive my user details correctly.


2️⃣ Organizations & Owned Events Fail:

• GET /v3/organizations/ → 403 NOT_AUTHORIZED

• GET /v3/users/me/owned_events/ → 404 NOT_FOUND


3️⃣ Searching for Public Events Fails:

curl -H "Authorization: Bearer MY_ACCESS_TOKEN" "https://www.eventbriteapi.com/v3/events/search/?q=Techno&location.address=Paris"


Returns

{"status_code":404,"error_description":"The path you requested does not exist.","error":"NOT_FOUND"}


 believe my account does not have access to public events via the API.


💡 Question:

• Do I need specific permissions to access public events?

• How can I request access for my API key?

• Is there an alternative way to fetch public events?


Thanks for your help!

Tosin

unread,
Jul 14, 2025, 10:33:38 AMJul 14
to Eventbrite API Developers Community
were you able to resolve this?

chaz desousa

unread,
Jul 31, 2025, 3:24:22 PMJul 31
to Eventbrite API Developers Community
i am having the same issue. Any ideas how to get eventbrite activities via the api? Has it been depreciated?

Rajat Patel

unread,
Aug 4, 2025, 10:38:52 AMAug 4
to Eventbrite API Developers Community
Hello All,

Yes, the /v3/events/search/ endpoint has been deprecated, and it's no longer supported for fetching public events via the Eventbrite API.

In fact, according to Eventbrite’s official docs, public event search by location was removed in 2019. Since then, Eventbrite has restricted general public access via their API.

Currently, you can only fetch events using:

  • Event IDs (if you already know them)

  • Your own Organizer ID (to get events you created)

  • Or Collections created within your own account

There’s no alternative at the moment to query all public events using just keywords or location.

Hope that clears it up!

Thanks & Regards,
Rajat Patel
Reply all
Reply to author
Forward
0 new messages