Smithsonian Search Response

Schema for search results returned by the Smithsonian Open Access API search endpoints.

MuseumsOpen AccessCultural HeritageCollectionImage3D ModelsPublic DomainCC0

Properties

Name Type Description
status integer HTTP status code of the response.
responseCode integer API-level response code. 1 indicates success, 0 indicates an error.
response object
View JSON Schema on GitHub

JSON Schema

smithsonian-search-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/smithsonian/main/json-schema/smithsonian-search-response-schema.json",
  "title": "Smithsonian Search Response",
  "description": "Schema for search results returned by the Smithsonian Open Access API search endpoints.",
  "type": "object",
  "properties": {
    "status": {
      "type": "integer",
      "description": "HTTP status code of the response.",
      "example": 200
    },
    "responseCode": {
      "type": "integer",
      "description": "API-level response code. 1 indicates success, 0 indicates an error.",
      "enum": [0, 1]
    },
    "response": {
      "type": "object",
      "properties": {
        "rows": {
          "type": "array",
          "description": "Array of matching collection objects.",
          "items": {
            "$ref": "smithsonian-collection-object-schema.json"
          }
        },
        "rowCount": {
          "type": "integer",
          "description": "Total number of matching records across all pages.",
          "minimum": 0
        },
        "message": {
          "type": "string",
          "description": "Human-readable response message."
        }
      },
      "required": ["rows", "rowCount"]
    }
  },
  "required": ["status", "responseCode", "response"]
}

Work with this as data

Every JSON Schema 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 schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema 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.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/smithsonian-search-response"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.