Imaginary, but delightful Museum API for interacting with museum services and information. Built with love by Redocly.
Contact
Terms of Service
https://redocly.com/subscription-agreement/Servers
Get museum hours
Get upcoming museum operating hours.
Authorizations
Parameters
Query Parameters
Starting date to retrieve future operating hours from. Defaults to today's date.
"2023-02-23"
"date"
Page number to retrieve.
2
1
Number of days per page.
15
10
30
Responses
Success.
List of museum operating hours for a date range.
Date the operating hours apply to.
"date"
Time the museum opens on a specific date. Uses 24 hour time format (HH:mm
).
"^([01]\\d|2[0-3]):?([0-5]\\d)$"
Time the museum closes on a specific date. Uses 24 hour time format (HH:mm
).
"^([01]\\d|2[0-3]):?([0-5]\\d)$"
List special events
Return a list of upcoming special events at the museum.
Authorizations
Parameters
Query Parameters
Starting date to retrieve future operating hours from. Defaults to today's date.
"2023-02-23"
"date"
End of a date range to retrieve special events for. Defaults to 7 days after startDate
.
"2023-04-18"
"date"
Page number to retrieve.
2
1
Number of days per page.
15
10
30
Responses
Success.
List of upcoming special events.
Identifier for a special event.
"uuid"
Name of the special event.
Location where the special event is held.
Description of the special event.
List of planned dates for the special event.
Price of a ticket for the special event.
"float"
Create special events
Creates a new special event for the museum.
Authorizations
Request Body
Identifier for a special event.
"uuid"
Name of the special event.
Location where the special event is held.
Description of the special event.
List of planned dates for the special event.
Price of a ticket for the special event.
"float"
Responses
Created.
Identifier for a special event.
"uuid"
Name of the special event.
Location where the special event is held.
Description of the special event.
List of planned dates for the special event.
Price of a ticket for the special event.
"float"
Get special event
Get details about a special event.
Authorizations
Parameters
Path Parameters
Identifier for a special event.
"dad4bce8-f5cb-4078-a211-995864315e39"
"uuid"
Responses
Success.
Identifier for a special event.
"uuid"
Name of the special event.
Location where the special event is held.
Description of the special event.
List of planned dates for the special event.
Price of a ticket for the special event.
"float"
Delete special event
Delete a special event from the collection. Allows museum to cancel planned events.
Authorizations
Parameters
Path Parameters
Identifier for a special event.
"dad4bce8-f5cb-4078-a211-995864315e39"
"uuid"
Responses
Success - no content.
Update special event
Update the details of a special event.
Authorizations
Parameters
Path Parameters
Identifier for a special event.
"dad4bce8-f5cb-4078-a211-995864315e39"
"uuid"
Request Body
Name of the special event.
Location where the special event is held.
Description of the special event.
List of planned dates for the special event.
Price of a ticket for the special event.
"float"
Responses
Success.
Identifier for a special event.
"uuid"
Name of the special event.
Location where the special event is held.
Description of the special event.
List of planned dates for the special event.
Price of a ticket for the special event.
"float"
Buy museum tickets
Purchase museum tickets for general entry or special events.
Authorizations
Request Body
Data to purchase a ticket.
Email address for ticket purchaser.
"email"
Unique identifier for museum ticket. Generated when purchased.
"uuid"
Date when this ticket can be used for museum entry.
"date"
Type of ticket being purchased. Use general
for regular museum entry and event
for tickets to special events.
"event"
"general"
Unique identifier for a special event. Required if purchasing tickets for the museum's special events.
"uuid"
Responses
Created.
Details for a museum ticket after a successful purchase.
Unique identifier for museum ticket. Generated when purchased.
"uuid"
Date when this ticket can be used for museum entry.
"date"
Type of ticket being purchased. Use general
for regular museum entry and event
for tickets to special events.
"event"
"general"
Unique identifier for a special event. Required if purchasing tickets for the museum's special events.
"uuid"
Confirmation message after a ticket purchase.
Unique confirmation code used to verify ticket purchase.
Get ticket QR code
Return an image of your ticket with scannable QR code. Used for event entry.
Authorizations
Parameters
Path Parameters
Identifier for a ticket to a museum event. Used to generate ticket image.
"a54a57ca-36f8-421b-a6b4-2e8f26858a4c"
"uuid"
Responses
Scannable event ticket in image format.
Image of a ticket with a QR code used for museum or event entry.
"binary"