← Back to catalog
vam.by_maker
mock data$0.001 / callV&A Objects by Maker
Search V&A collection objects created by a specific artist, designer, or maker. Returns objects with maker name, date, object type, place, thumbnail URL, and display status. Supports partial name matching. Examples: "Wedgwood" (1,300+ ceramics), "William Morris" (textiles/designs), "Constable" (paintings), "Beatrix Potter" (drawings).
Input schema
page
integerPage number for pagination (default 1).
makerrequired
stringArtist or maker name to search for (e.g. "Wedgwood", "William Morris", "Constable", "Beatrix Potter"). Partial matches are supported.
page_size
integerNumber of results per page (1-30, default 10).
object_type
stringFilter maker results by object type (e.g. "Painting", "Ceramic", "Print").
Call via REST
curl -X POST https://unifyapi.pro/api/call/vam.by_maker \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"page":0,"maker":"<maker>","page_size":0,"object_type":"<object_type>"}'