UnifyAPI
← Back to catalog

rijks.search

mock data$0.001 / call

Search 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)

Media & Artsprovider: Rijks#rijks#media

Input schema

title

Artwork title search (e.g. "Night Watch", "Self-portrait", "Milkmaid")

string
description

Search within artwork descriptions (e.g. "portrait", "landscape")

string
creation_date

Filter by creation year or date (e.g. "1642", "1665")

string
object_number

Rijksmuseum object number (e.g. "SK-C-5" for Night Watch)

string

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

Try it

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