Collections: API

  • 1st Floor
    Arts of Africa, Steinberg Family Sculpture Garden
  • 2nd Floor
    Arts of Asia and the Islamic World
  • 3rd Floor
    Egyptian Art, European Paintings
  • 4th Floor
    Contemporary Art, Decorative Arts, Elizabeth A. Sackler Center for Feminist Art
  • 5th Floor
    Luce Center for American Art

Hiroshige's One Hundred Famous Views of Edo

Hiroshige's 118 woodblock landscape and genre scenes of mid-nineteenth-century Tokyo, is one of the greatest achievements of Japanese art.

    On View: Crucifix

    From about 1750, Catholic churches in Spanish New Mexico were increasingly decorated with the work of native craftspeople rather than with p...

     

    Login to play

    Login with Google ID

    Forgot your password?

    Not a Posse member? Register

    Brooklyn Museum Posse:
    Exploring the collection

    When you join the posse, your tags comments and favorites will display with your attribution and save to your profile.

    The Brooklyn Museum Collections API offers one simple REST request format based on the following URI.

    http://www.brooklynmuseum.org/opencollection/api/

    Arguments

    In addition to method-specific arguments, all API requests listed on the API index page take the following arguments:

    method (Required)
    Specifies what method to perform.
    api_key (Required)
    Your personal API Key.
    version (Required)
    The API version you want to use. Integer. Valid values: 1.

    Method-specific parameters are documented on the method detail pages, which are listed on the API index page.

    Example

    The following request returns all items that match keyword "Eames":

    http://www.brooklynmuseum.org/opencollection/api/
    ?method=collection.search&version=1&api_key=[YOUR API KEY]&keyword=eames

    Continue to "Responses"

    Reference