UnifyAPI
← Back to catalog

met.departments

mock data$0.001 / call

List 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)

Media & Artsprovider: Met#met#media

Input schema

sort_by

Sort order for the department list: "id" (numeric, default) or "name" (alphabetical)

string

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>"}'

Try it

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