UnifyAPI
← Back to catalog

cma.search

mock data$0.001 / call

Search Cleveland Museum Collection

Search 64,000+ artworks at the Cleveland Museum of Art by keyword, artist, type, or department. Filter for CC0-only (commercial-free) images. Returns artwork IDs, title, artist, date, license status, image URLs. Use cma.artwork for full details (CMA, CC0)

Weatherprovider: Cma#cma#weather

Input schema

type

Artwork type filter (e.g. "Painting", "Sculpture", "Print", "Photograph")

string
limit

Number of results (1-50, default 20)

integer
query

Search keyword — artist, title, subject (e.g. "monet", "armor", "japanese")

string
artist

Artist name filter (e.g. "Claude Monet", "Pablo Picasso")

string
cc0_only

Only return CC0-licensed artworks (free for commercial use). Default: false.

boolean
has_image

Only return artworks with images (default: true)

boolean
department

Department filter (e.g. "European Painting and Sculpture", "Asian Art", "Prints")

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/cma.search \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"type":"<type>","limit":0,"query":"<query>","artist":"<artist>","cc0_only":"<cc0_only>","has_image":"<has_image>","department":"<department>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.