Do you sell tickets for an event, performance or venue?
Sell more tickets faster with Eventfinda. Find out more. Find out more about Eventfinda Ticketing.

You're viewing documentation for a legacy API

Get Artist By ID

/artists/get/id/{$id}

Return the artist/performer details specified by the numeric ID {$id}.

Request

/artists/get/id/1

Response

<artist id="1" slug="hollie-smith">
  <name>Hollie Smith</name>
  <website_url>https://www.holliesmith.co.nz/</website_url>
  <origin_location_id>95</origin_location_id>
  <image_url>https://https://cdn.eventfinda.co.nz/uploads/events/500/7377-8078.jpg</image_url>
  <category_id>151</category_id>
  <description>
    Hollie Smith's voice stole the nation's hearts when erupting on the scene
    with the now-classic Bathe in the River.
    […]
  </description>
</artist>

Get Artist By Slug

/artists/get/slug/{$slug}

Return the artist/performer details specified by the alphanumeric URL Slug {$slug}.

Request

/artists/get/slug/hollie-smith

Response

<artist id="1" slug="hollie-smith">
  <name>Hollie Smith</name>
  <website_url>https://www.holliesmith.co.nz/</website_url>
  <origin_location_id>95</origin_location_id>
  <image_url>https://https://cdn.eventfinda.co.nz/uploads/events/500/7377-8078.jpg</image_url>
  <category_id>151</category_id>
  <description>
    Hollie Smith's voice stole the nation's hearts when erupting on the scene
    with the now-classic Bathe in the River.
    […]
  </description>
</artist>

List Artists By Category

/artists/list/id/{$id}

Lists the artists/performers in the category (genre) specified by the numeric ID {$id}. At this time only artists who are listed as being in the exact category specified will be returned (i.e. not sub-genres).

Request

/artists/list/id/151

Response

<artists>
  <artist id="1" slug="hollie-smith">Hollie Smith</artist>
  […]
</artists>

API Help & Support

For all API support enquiries please email support@eventfinda.co.nz.