To access the museum’s objectsObjects (API) The dataset containing all objects held within the Cooper Hewitt's online collection data, the following queryQuery (Computer Science) A query is a request for data or information from a database table or combination of tables, or an API that manages access to those tables will display all the available fieldsFields (Computer Science) The smallest container of information in a database. A field is named, e.g. "Title" or "Date" and each record contains a group of fields.:

{
  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. {
    titleTitle (Museology) The name given to the design or work of art.
    summary
    identifierIdentifier (API) A group of fields containing different unique identifiers for an object, agent, exhibition, or other unique datatype
    id
    classificationClassification (API)  A formal terminology that can be applied to any object. Objects can have more than one classification.
    culture
    dateDate (Museology) The date range of the creation of the object. This value will have  'from', and 'to' key value pairs.
    departmentDepartment (API) The section of the museum that an object is associated with.
    descriptionDescription (API) Long-form, curatorial,  interpretive text created for context and additional descriptive elements.
    exhibitionExhibition (API) A listing of exhibitions where an object was part of the display.
    inscriptionInscription (Museology) words inscribed on the object itself, often by the manufacturer or designer to indicate origin, materials, date, or manufacturer details
    geography
    legalLegal (API) description of ownership, gift information, and public provenance.
    loaned
    locationLocation (Museology) The Location is the city, country, or region where the object was created
    material
    mediumMedium (Museology) Description of the material quality of the object or technical means of artistic expression, or production (such as metal, plastic, paint and canvas, sculptural stone, or code)
    measurements
    multimediaMultimedia (API) A section of an API record that provides access to images, video, audio or other file associated with an object.
    name
    note
    period
    provenanceProvenance (Museology) A record of ownership of a work of art or an antique, used as a guide to authenticity or quality.
    statusStatus (API) The state of the object as it refers to its ownership of the museum. The object may be accessioned, or on loan.

    agent {
        id
        summary
    }

    collector {
        id
        summary
    }

    makerMaker (API) Creator of an object {
        id
        summary
    }

    subject {
        id
        summary
    }

    tag {
        id
        summary
    }   
  }
}

This query won’t return all of the hundreds of thousands of available records, there is an upper limit of 250 results per page. See the paging section to see how to address larger datasets.