UnifyAPI
← Back to catalog

vam.object

mock data$0.001 / call

V&A Museum Object Details

Get full details for a specific V&A museum object by its system number (e.g. "O429002"). Returns complete record: title, summary and physical descriptions, all makers with roles, materials, techniques, categories, styles, production date range, place of origin, gallery location, IIIF image URL, and direct link to the V&A collections page.

Media & Artsprovider: Vam#vam#media

Input schema

system_numberrequired

V&A system number identifying the museum object (e.g. "O429002", "O64940"). Returned in search results as system_number.

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/vam.object \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"system_number":"<system_number>"}'

Try it

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