Logo

Docs

Endpoints

Get artist by ID

Retrieve a single artist by its UUID

GET
/artists/{id}

Path Parameters

id*string

Artist OMID

Match^[0-9a-z]{16}$

Response Body

application/json

curl -X GET "https://api.vleer.app/metadata/artists/string"
{
  "id": "string",
  "name": "string",
  "artwork_url": "http://example.com"
}
Empty