v2 API » event/get

Retrieve details for a specific event

Given an event ID, this call returns all the details it can (such as images, description, and related venues). For multiple events, a maximum of 100 records is returned.

Usage

  • HTTP method: GET
  • event_id
    required, one or more integers — The event ID(s)
  • host_info
    optional, boolean — Whether to display host info (default false)
  • offset
    optional, integer — The number of rows to skip in the result set

Example

http://api.sonicliving.com/v2/event/get?key=mykey&event_id=100&host_info=foo&offset=10

For a live example, visit the API Explorer for event/get.