← Back to catalog
met.departments
mock data$0.001 / callList Met Museum Departments
List all 19 curatorial departments at The Metropolitan Museum of Art with their IDs and names — American Decorative Arts, Egyptian Art, European Paintings, Greek and Roman Art, Modern Art, and more. Use department IDs with met.browse to explore a collection area or with met.search to filter searches. CC0 public domain (Met Museum)
Input schema
sort_by
stringSort order for the department list: "id" (numeric, default) or "name" (alphabetical)
Call via REST
curl -X POST https://unifyapi.pro/api/call/met.departments \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"sort_by":"<sort_by>"}'