cooperhewitt.galleries.openingHours
List the open hours for the Cooper Hewitt galleries (in New York City). You can try this method out right here in your browser!
Request Method
GET
Arguments
- access_token (required) — A valid OAuth2 access token
- format — The format in which to return the data. Supported formats are json, jsonp, dson. The default format is json.
Example Request
curl -X GET 'https://api.collection.cooperhewitt.org/rest/?method=cooperhewitt.galleries.openingHours&access_token=<TOKEN>'
Important
This API method uses OAuth2 and allows you to pass parameters as part of the URL (or as GET
requests). One of those parameters is your access token which is extra special and has super-powers. Requests to and from the API are done over an encrypted channel so no one can see what's going on BUT that also means there are a couple things you need to be conscious of:
- That the request URL always starts with
https://
and not justhttp://
— that little s is what tells your browser to use an encrypted connection. - If you are copy-paste-ing those URLs in to an email or some other place where someone else might be able to read them you should make sure to remove the access token — remember the access token is what links your account to Cooper Hewitt, Smithsonian Design Museum Collections on behalf of an application and has super-powers.