Skip to content
Cooper Hewitt
Visit
Exhibitions
Events
Join & Support
Visit
Reserve Tickets
Plan Your Visit
What’s On
Getting Here
FAQ
Accessibility
Exhibitions
Current
Upcoming
Previous
Traveling
Digital
Events
Upcoming Programs
The Interaction Lab
National Design Awards
Join & Support
Membership
Donate
Corporate Support
SHOP
Collection
Education
SEARCH
Collection
Explore the Collection
Blog
Publications
Research Library
Videos & Recordings
Conservation
Study Centers
Education
Programs
School Programs
Emerging Designers
Professional Development
Master’s Program
Smithsonian Learning Lab
Design Camp
National Design Month
Visit
Exhibitions
Visit
Reserve Tickets
Plan Your Visit
What’s On
Getting Here
FAQ
Accessibility
Exhibitions
Current
Upcoming
Previous
Traveling
Digital
Events
Join & Support
Events
Upcoming Programs
The Interaction Lab
National Design Awards
Join & Support
Membership
Donate
Corporate Support
SHOP
Collection
Collection
Explore the Collection
Blog
Publications
Research Library
Videos & Recordings
Conservation
Study Centers
Education
SEARCH
Education
Programs
School Programs
Emerging Designers
Professional Development
Master’s Program
Smithsonian Learning Lab
Design Camp
National Design Month
BECOME A MEMBER
DESIGN TOPICS
BLOG
facebook instagram twitter youtube
  • Home
  • The API
  • Try it Out
  • Glossary
  • Showcase

The API: Example Queries

Skip navigation

View As...

API Documentation

  • Getting Started
  • GraphQL
  • Anatomy of a Record
  • Using the API
    • Objects
    • Images and other media
    • Search for objects
    • Sorting results
    • Pagination
    • More complex searches
    • Agents
    • Search for agents
    • Sorting agents
    • Department
    • Exhibitions
    • Locations
    • Tags
    • Nested queries
    • Aggregations
  • Example Queries

{
  objectObject (Museology) Artefact or specimen held in a museum collection.

(Computer science) A software "bundle" consisting of a set of variables which define the states the object can exist in and a set of functions that define its behavior. (makerMaker (API) Creator of an object:"Deiter Rams" yearRange:{from:1960, to:1969}) {
    id
    summary
    dateDate (Museology) The date range of the creation of the object. This value will have  'from', and 'to' key value pairs.
  }
}

Try it out

{
  object (subject:"Winslow Homer"){
    id
    summary
    subject{name}
  }
}


Try it out

{
  object(exhibitionExhibition (API) A listing of exhibitions where an object was part of the display.: "The Jazz Age") {
    id
    summary
    maker {
      summary
      roleRole (Museology) Consituent Roles can either be Person, or Organization
    }
  }
}

Try it out

{
  object(name: "chair", material: "wood", yearRange: {from: 1950, to: 1960}, onDisplay: true) {
    id
    summary
    locationLocation (Museology) The Location is the city, country, or region where the object was created
    maker {
      id
      summary
    }
  }
}

Try it out

{
  agent(nationality: "French", relationship:"maker") {
    id
    summary
    object {
      id
      summary
    }
  }
}

Try it out
← Aggregations
Newsletter
Email powered by WordFly

(Privacy Policy, Terms of Use)
About Cooper Hewitt
Contact Us
Space Rentals
Careers
Press
Year in Review
National Design Awards
Open Source
Copyright
Privacy
2 East 91st Street
New York NY 10128

212.849.8400

Cooper Hewitt
Cooper Hewitt

This website uses cookies to improve user experience

(Museology) Artefact or specimen held in a museum collection. (Computer science) A software "bundle" consisting of a set of variables which define the states the object can exist in and a set of functions that define its behavior.(API) Creator of an object(Museology) The date range of the creation of the object. This value will have  'from', and 'to' key value pairs.(API) A listing of exhibitions where an object was part of the display.(Museology) Consituent Roles can either be Person, or Organization(Museology) The Location is the city, country, or region where the object was created