← Back to catalog
met.browse
mock data$0.001 / callBrowse Met Museum Department
Browse all artworks in a Met Museum department by department ID, with pagination. Returns a page of object IDs — use met.details to fetch full artwork metadata for each ID. Use met.departments to get department IDs (e.g. 10=Egyptian Art, 11=European Paintings, 21=Modern Art). CC0 public domain (Met Museum)
Input schema
page
integerPage number for pagination (1-based, default 1). Each page returns up to 100 object IDs.
per_page
integerNumber of object IDs per page (1–100, default 50). Use with met.details to fetch artwork metadata.
department_idrequired
integerDepartment ID to browse. Use met.departments to get IDs. Examples: 10=Egyptian Art, 11=European Paintings, 13=Greek and Roman Art, 21=Modern Art
Call via REST
curl -X POST https://unifyapi.pro/api/call/met.browse \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"page":0,"per_page":0,"department_id":0}'