Simple APIs for testing bot detection systems using Durable Objects.
1 in 1,000,000 chance to win on each try.
Create events and buy tickets (max 1000 per event).
/api/events - List all events/api/events - Create new event/api/events/{id} - View event details/api/events/{id}/buy - Buy a ticketNote: All API responses include bot detection data (bot scores, JA3/JA4 fingerprints, IP info, etc.)
curl -X POST https://your-worker.workers.dev/api/lotterycurl -X POST https://your-worker.workers.dev/api/events -H "Content-Type: application/json" -d '{"name":"Concert"}'curl -X POST https://your-worker.workers.dev/api/events/1/buy