Skip to content

ArtistHub APIMusic marketing, programmable.

Build smart links, sync audiences, manage artist catalogs, and bring performance data into your own tools through one GraphQL endpoint.

GraphQL endpointhttps://api.artisthub.io/v1/graphql
Authentication →

Start with a query

graphql
query MyArtists {
  artists(order_by: { name: asc }) {
    id
    name
    spotify_id
  }
}

Every example in these docs is a complete, runnable GraphQL document. Learn how querying works →

ArtistHub developer documentation