---
title: "Get list of artists"
method: GET
path: "/api/gpt/artists"
---

# Get list of artists

`GET /api/gpt/artists`

Returns artists represented on Mondoir from around the world, including gallery-represented and Partner Studio artists.

## Query parameters

- `studio` boolean
- `country` string
- `limit` integer

## Response `200`

List of artists

- ArtistList
  - `total` integer
  - `items` Artist[]
    - `name` string
    - `country` string
    - `discipline` string
    - `bio` string
    - `isStudioArtist` boolean
    - `url` string
    - `imageUrl` string
    - `artworkCount` integer

---

[API](https://skmtc.net/mondoir/apis/mondoir-api.md) · [All operations](https://skmtc.net/mondoir/apis/mondoir-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mondoir/mondoir-api/versions/51e5d4ca262c/schema)
