---
title: "Search for artists."
method: GET
path: "/1.0/search/artists"
tags: ["/1.0/search/artists"]
---

# Search for artists.

`GET /1.0/search/artists`

Search for artists.

## Query parameters

- `artistMbid` string
- `artistName` string
- `artistTmid` integer
- `p` integer
- `sort` string

## Response `200`

Success

- JsonArtists — A Result consisting of a list of artists.
  - `artist` JsonArtist[] — result list of artists
    - `mbid` string — unique Musicbrainz Identifier (MBID), e.g. <em>&quot;b10bbbfc-cf9e-42e0-be17-e2c3e1d2600d&quot;</em>
    - `tmid` number — unique Ticket Master Identifier (TMID), e.g. <em>735610</em> (deprecated)
    - `name` string — the artist's name, e.g. <em>&quot;The Beatles&quot;</em>
    - `sortName` string — the artist's sort name, e.g. <em>&quot;Beatles, The&quot;</em> or <em>&quot;Springsteen, Bruce&quot;</em>
    - `disambiguation` string — disambiguation to distinguish between artists with same names
    - `url` string — the attribution url
  - `total` number — the total amount of items matching the query
  - `page` number — the current page. starts at 1
  - `itemsPerPage` number — the amount of items you get per page

---

[API](https://skmtc.dev/setlist/apis/setlist-fm-api.md) · [All operations](https://skmtc.dev/setlist/apis/setlist-fm-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/setlist/setlist-fm-api/revisions/16af169c0ca3/schema)
