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


Eastern Parkway/Brooklyn Museum