Logo

Docs

Endpoints

Artist

Retrieve a single artist by its OMID

GET
/artist/{id}

Path Parameters

id*string

Artist OMID

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

Response Body

application/json

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