Create Event

Welcome to the DiceTickets API Documentation!
The DiceTickets API provides a comprehensive solution for managing ticketing for events. Our API enables developers to integrate various ticketing features into their own systems, whether you're managing an event platform or a custom ticketing system.
Key features include:

  • Event creation and management
  • Ticket purchase and sales tracking
  • User account management and authentication
  • Support for multiple ticket types and payment methods
  • Integration with third-party services for enhanced functionality

DiceTickets is designed to be flexible and easy to use, providing developers with all the tools they need to deliver a seamless ticketing experience.

cURL Example

Here is a sample cURL request to create an event:

curl -X POST "https://api.dicetickets.com/v1/events" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
  "name": "Music Festival 2025",
  "date": "2025-08-15",
  "location": "Los Angeles, CA",
  "description": "A great festival featuring top artists.",
  "price": 50.00
}'

Event Details

Music Festival 2025

A great festival featuring top artists.

Date: 2025-08-15 | Time: 18:00

Location: Los Angeles, CA

Category: Music | Likes: 1200

Tickets:

  • General Admission - K50
  • VIP - K120