UnifyAPI
← Back to catalog

vam.by_maker

mock data$0.001 / call

V&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).

Media & Artsprovider: Vam#vam#media

Input schema

page

Page number for pagination (default 1).

integer
makerrequired

Artist or maker name to search for (e.g. "Wedgwood", "William Morris", "Constable", "Beatrix Potter"). Partial matches are supported.

string
page_size

Number of results per page (1-30, default 10).

integer
object_type

Filter maker results by object type (e.g. "Painting", "Ceramic", "Print").

string

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

Try it

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