← Back to catalog
europeana.search
mock data$0.001 / callSearch European Cultural Heritage
Search 50M+ cultural heritage objects across 4,000 institutions in 36 European countries — paintings, photographs, books, maps, 3D objects, music, film. Multilingual (24 languages). Filter by country, media type. Returns title, creator, thumbnail, provider, year (Europeana)
Input schema
rows
integerNumber of results to return (default 12, max 100)
media
booleanOnly return items with media (images/video/audio) — default false
queryrequired
stringSearch term (e.g. "Rembrandt", "Mona Lisa", "medieval manuscript", "Art Nouveau poster")
start
integerStart position for pagination (default 1)
country
stringFilter by country (e.g. "Netherlands", "France", "Italy", "Germany")
Call via REST
curl -X POST https://unifyapi.pro/api/call/europeana.search \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"rows":0,"media":"<media>","query":"<query>","start":0,"country":"<country>"}'