Redocly Museum API (1.1.1)
Imaginary, but delightful Museum API for interacting with museum services and information. Built with love by Redocly.
Download OpenAPI description
Overview
Languages
Servers
Mock server
https://redocly.com/_mock/demo/openapi/museum-api/
https://api.fake-museum-example.com/v1.1/
Bodyapplication/jsonrequired
Type of ticket being purchased. Use general
for regular museum entry and event
for tickets to special events.
Enum"event""general"
Unique identifier for a special event. Required if purchasing tickets for the museum's special events.
- Mock server
https://redocly.com/_mock/demo/openapi/museum-api/tickets
https://api.fake-museum-example.com/v1.1/tickets
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X POST \
-u <username>:<password> \
https://redocly.com/_mock/demo/openapi/museum-api/tickets \
-H 'Content-Type: application/json' \
-d '{
"ticketType": "general",
"ticketDate": "2023-09-07",
"email": "todd@example.com"
}'
Response
application/json
{ "message": "Museum general entry ticket purchased", "ticketId": "382c0820-0530-4f4b-99af-13811ad0f17a", "ticketType": "general", "ticketDate": "2023-09-07", "confirmationCode": "ticket-general-e5e5c6-dce78" }
- Mock server
https://redocly.com/_mock/demo/openapi/museum-api/tickets/{ticketId}/qr
https://api.fake-museum-example.com/v1.1/tickets/{ticketId}/qr
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
-u <username>:<password> \
https://redocly.com/_mock/demo/openapi/museum-api/tickets/a54a57ca-36f8-421b-a6b4-2e8f26858a4c/qr
Response
No content