# Redocly Museum API Imaginary, but delightful Museum API for interacting with museum services and information. Built with love by Redocly. Version: 2.0.0 License: MIT ## Servers ``` https://api.fake-museum-example.com/v1.1 ``` ## Security ### MuseumPlaceholderAuth Type: http Scheme: basic ## Download OpenAPI description [Redocly Museum API](https://innovario.apishowdown.com/_spec/catalog/api-showdown/museum/@v2/openapi.yaml) ## Operations Operational information about the museum. ### Get museum hours - [GET /museum-hours](https://innovario.apishowdown.com/catalog/api-showdown/museum/v2/openapi/operations/getmuseumhours.md): Get upcoming museum operating hours. ## Visitors Information about visitors. ### Get all visitors - [GET /visitors](https://innovario.apishowdown.com/catalog/api-showdown/museum/v2/openapi/visitors/getvisitors.md): Get all visitors ## Events Special events hosted by the museum. ### List special events - [GET /special-events](https://innovario.apishowdown.com/catalog/api-showdown/museum/v2/openapi/events/listspecialevents.md): Return a list of upcoming special events at the museum. ### Get special event - [GET /special-events/{eventId}](https://innovario.apishowdown.com/catalog/api-showdown/museum/v2/openapi/events/getspecialevent.md): Get details about a special event. ### Update special event - [PATCH /special-events/{eventId}](https://innovario.apishowdown.com/catalog/api-showdown/museum/v2/openapi/events/updatespecialevent.md): Update the details of a special event. ## Tickets Museum tickets for general entrance or special events. ### Buy museum tickets - [POST /tickets](https://innovario.apishowdown.com/catalog/api-showdown/museum/v2/openapi/tickets/buymuseumtickets.md): Purchase museum tickets for general entry or special events. ### Get pkpass for a ticket - [GET /tickets/{ticketId}/pkpass](https://innovario.apishowdown.com/catalog/api-showdown/museum/v2/openapi/tickets/getpkpass.md): Return an pkpass for your ticket. Can be added to your wallet app and used for event entry.