← Back to catalog
rijks.search
mock data$0.001 / callSearch Rijksmuseum Collection
Search 800,000+ artworks at the Rijksmuseum (Dutch national museum) by title, description, creation date, or object number. Returns Linked Open Data object IDs — use rijks.details for full metadata. Covers Rembrandt, Vermeer, Van Gogh, and centuries of Dutch art. CC-BY license (Rijksmuseum)
Input schema
title
stringArtwork title search (e.g. "Night Watch", "Self-portrait", "Milkmaid")
description
stringSearch within artwork descriptions (e.g. "portrait", "landscape")
creation_date
stringFilter by creation year or date (e.g. "1642", "1665")
object_number
stringRijksmuseum object number (e.g. "SK-C-5" for Night Watch)
Call via REST
curl -X POST https://unifyapi.pro/api/call/rijks.search \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"title":"<title>","description":"<description>","creation_date":"<creation_date>","object_number":"<object_number>"}'