---
title: "Get artist information"
method: GET
path: "/artists/{artistname}"
tags: ["artist information"]
---

# Get artist information

`GET /artists/{artistname}`

Get artist information

## Path parameters

- `artistname` string, required

## Query parameters

- `app_id` string, required

## Response `200`

200 response

- ArtistData
  - `id` integer
  - `name` string, required
  - `url` string, url, required
  - `image_url` string, url, required
  - `thumb_url` string, url, required
  - `facebook_page_url` string, url, required
  - `mbid` string, required
  - `tracker_count` integer, required
  - `upcoming_event_count` integer, required

---

[API](https://skmtc.dev/swaggerhub/apis/bandsintown-api.md) · [All operations](https://skmtc.dev/swaggerhub/apis/bandsintown-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/swaggerhub/bandsintown-api/revisions/29faa4d4fc78/schema)
