met.search
mock data$0.001 / callSearch 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)
Input schema
Search keyword — artist, title, medium, or subject (e.g. "monet", "sunflowers", "greek vase", "armor")
Medium filter (e.g. "Paintings", "Sculpture", "Photographs", "Ceramics")
End year for date range filter (e.g. 1900). Use with date_begin.
Start year for date range filter (e.g. 1800). Use with date_end.
Only return artworks with images (default: true)
Geographic location filter (e.g. "France", "Japan", "Egypt")
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
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}'