UnifyAPI
← Back to catalog

met.browse

mock data$0.001 / call

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

Media & Artsprovider: Met#met#media

Input schema

page

Page number for pagination (1-based, default 1). Each page returns up to 100 object IDs.

integer
per_page

Number of object IDs per page (1–100, default 50). Use with met.details to fetch artwork metadata.

integer
department_idrequired

Department ID to browse. Use met.departments to get IDs. Examples: 10=Egyptian Art, 11=European Paintings, 13=Greek and Roman Art, 21=Modern Art

integer

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

Try it

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