Rijksmuseum User Set Structure
Full Rijksstudio user set returned by GET /{culture}/usersets/{setId}, including items.
Rijksstudio User Set is a JSON Structure definition published by Rijksmuseum, describing 11 properties, of which 5 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
Properties
Meta-schema: https://json-structure.org/meta/core/v0/#
JSON Structure
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/rijksmuseum/refs/heads/main/json-structure/rijksmuseum-user-set-structure.json",
"name": "Rijksstudio User Set",
"description": "Full Rijksstudio user set returned by GET /{culture}/usersets/{setId}, including items.",
"type": "object",
"x-schema-source": "documentation",
"x-source-url": "https://data.rijksmuseum.nl/user-generated-content/api/",
"properties": {
"links": {
"type": "object",
"properties": {
"self": {
"type": "uri"
},
"overview": {
"type": "uri"
},
"web": {
"type": "uri"
}
}
},
"id": {
"type": "string"
},
"count": {
"type": "int32"
},
"type": {
"type": "string"
},
"name": {
"type": "string"
},
"slug": {
"type": "string"
},
"description": {
"type": "string",
"nullable": true
},
"user": {
"$ref": "#/$defs/RijksstudioUser"
},
"setItems": {
"type": "array",
"items": {
"$ref": "#/$defs/UserSetItem"
}
},
"createdOn": {
"type": "datetime"
},
"updatedOn": {
"type": "datetime"
}
},
"required": [
"id",
"name",
"slug",
"user",
"count"
],
"definitions": {
"RijksstudioUser": {
"name": "RijksstudioUser",
"type": "object",
"properties": {
"id": {
"type": "int32"
},
"name": {
"type": "string"
},
"lang": {
"type": "string"
},
"avatarUrl": {
"type": "string",
"nullable": true
},
"headerUrl": {
"type": "string",
"nullable": true
},
"initials": {
"type": "string"
}
}
},
"UserSetItem": {
"name": "UserSetItem",
"type": "object",
"properties": {
"links": {
"type": "object",
"properties": {
"artobject": {
"type": "uri"
},
"web": {
"type": "uri"
}
}
},
"id": {
"type": "string"
},
"objectNumber": {
"type": "string"
},
"relation": {
"type": "string"
},
"relationDescription": {
"type": "string"
},
"cropped": {
"type": "boolean"
},
"cropX": {
"type": "int32"
},
"cropY": {
"type": "int32"
},
"cropWidth": {
"type": "int32"
},
"cropHeight": {
"type": "int32"
},
"origWidth": {
"type": "int32"
},
"origHeight": {
"type": "int32"
},
"image": {
"type": "object",
"properties": {
"guid": {
"type": "string"
},
"parentObjectNumber": {
"type": "string"
},
"cdnUrl": {
"type": "uri"
},
"cropX": {
"type": "int32"
},
"cropY": {
"type": "int32"
},
"width": {
"type": "int32"
},
"height": {
"type": "int32"
},
"offsetPercentageX": {
"type": "int32"
},
"offsetPercentageY": {
"type": "int32"
}
}
}
}
}
}
}
Work with this as data
Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for json structure
4 MCP tools reach this
find_json_structuresBrowse and filter every JSON Structure in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
curl "https://apis.io/api/v1/json-structures/rijksmuseum-user-set-structure"
curl "https://apis.io/api/v1/json-structures?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.