UnifyAPI
← Back to catalog

met.search

mock data$0.001 / call

Search Met Museum Artworks

Search 470,000+ artworks at The Metropolitan Museum of Art by keyword, artist, medium, department, date range, or geography. Returns object IDs — use met.details for full metadata and images. CC0 public domain (Met Museum)

Media & Artsprovider: Met#met#media

Input schema

queryrequired

Search keyword — artist, title, medium, or subject (e.g. "monet", "sunflowers", "greek vase", "armor")

string
medium

Medium filter (e.g. "Paintings", "Sculpture", "Photographs", "Ceramics")

string
date_end

End year for date range filter (e.g. 1900). Use with date_begin.

integer
date_begin

Start year for date range filter (e.g. 1800). Use with date_end.

integer
has_images

Only return artworks with images (default: true)

boolean
geo_location

Geographic location filter (e.g. "France", "Japan", "Egypt")

string
department_id

Department filter: 1=American Decorative Arts, 3=Ancient Near Eastern Art, 6=Asian Art, 9=Drawings and Prints, 11=European Paintings, 13=Greek and Roman Art, 17=Medieval Art, 21=Modern Art

integer

Call via REST

curl -X POST https://unifyapi.pro/api/call/met.search \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"query":"<query>","medium":"<medium>","date_end":0,"date_begin":0,"has_images":"<has_images>","geo_location":"<geo_location>","department_id":0}'

Try it

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