Imaginary, but delightful Museum API for interacting with museum services and information. Built with love by Redocly.
https://innovario.apishowdown.com/_mock/catalog/api-showdown/museum/v2/openapi/
https://api.fake-museum-example.com/v1.1/
https://innovario.apishowdown.com/_mock/catalog/api-showdown/museum/v2/openapi/museum-hours
https://api.fake-museum-example.com/v1.1/museum-hours
curl -i -X GET \
-u <username>:<password> \
'https://innovario.apishowdown.com/_mock/catalog/api-showdown/museum/v2/openapi/museum-hours?limit=15&page=2&startDate=2023-02-23'
[ { "date": "2023-09-11", "timeOpen": "09:00", "timeClose": "18:00" }, { "date": "2023-09-12", "timeOpen": "09:00", "timeClose": "18:00" }, { "date": "2023-09-13", "timeOpen": "09:00", "timeClose": "18:00" }, { "date": "2023-09-14", "timeOpen": "09:00", "timeClose": "18:00" }, { "date": "2023-09-15", "timeOpen": "10:00", "timeClose": "16:00" }, { "date": "2023-09-18", "timeOpen": "09:00", "timeClose": "18:00" }, { "date": "2023-09-19", "timeOpen": "09:00", "timeClose": "18:00" }, { "date": "2023-09-20", "timeOpen": "09:00", "timeClose": "18:00" }, { "date": "2023-09-21", "timeOpen": "09:00", "timeClose": "18:00" }, { "date": "2023-09-22", "timeOpen": "10:00", "timeClose": "16:00" } ]