GET /artists

GET /artists

Headers

  • Range string

    Limiting and Pagination

  • Limiting and Pagination

    Default value is items.

  • Prefer string

    Preference

    Value is count=none.

Query parameters

Responses

GET /artists
curl \
 --request GET https://api.audiokit.ai:443/artists \
 --header "Range: string" \
 --header "Range-Unit: items" \
 --header "Prefer: count=none"
Response examples (200)
[
  {
    "apple_music": "",
    "bandcamp": "",
    "bandsintown": "",
    "biography": "",
    "birthdate": "2025-05-04",
    "city": "",
    "created": "now()",
    "email": "",
    "facebook": "",
    "id": "extensions.uuid_generate_v4()",
    "instagram": "",
    "legal_name": "",
    "linkedin": "",
    "mixcloud": "",
    "phone": "",
    "snapchat": "",
    "songkick": "",
    "soundcloud": "",
    "spotify": "",
    "stage_name": "",
    "tiktok": "",
    "twitch": "",
    "updated": "now()",
    "website": "",
    "x": "",
    "youtube": "",
    "country": "",
    "anr": "",
    "is_signed": false,
    "org_id": "",
    "soundcharts_id": "",
    "address": ""
  }
]