Skip to main content
GET
/
api
/
sonic
/
influences
Influences
curl --request GET \
  --url https://api.example.com/api/sonic/influences
[
  {
    "name": "<string>",
    "contexts": [
      "<string>"
    ],
    "mention_count": 1,
    "role": "artist",
    "source_ids": [
      "<string>"
    ]
  }
]

Response

200 - application/json

Successful Response

name
string
required
contexts
string[]
mention_count
integer
default:1
role
string
default:artist
source_ids
string[]