cURL
curl --request GET \ --url https://evento.so/api/embed/v1/users/{username}/events
Retrieve embed-optimized event feeds by username
GET /api/embed/v1/users/{username}/events
curl "https://evento.so/api/embed/v1/users/johndoe/events?from=2026-01-01T00:00:00Z&limit=10"
{ "success": true, "message": "Events fetched successfully", "data": [ { "id": "evt_123", "title": "Monthly Tech Talks", "description": "Lightning talks and networking", "cover": "https://cdn.evento.so/covers/123.jpg", "start_date": "2026-06-15T18:00:00Z", "end_date": "2026-06-15T21:00:00Z", "timezone": "America/Los_Angeles", "location": { "name": "Tech Hub", "city": "San Francisco", "country": "United States" }, "url": "https://evento.so/e/evt_123", "creator": { "username": "johndoe", "image": "https://cdn.evento.so/avatars/johndoe.jpg", "verified": true }, "status": "upcoming" } ] }
Date filtering
computed_start_date
Status behavior
status