The Museum API provides access to museum collections, exhibitions, and related information. This guide will help you get started with using the API.
To use the Museum API, you'll need an API key. Include it in the header of your requests:
Authorization: Bearer YOUR_API_KEYAll API requests should be made to:
https://api.museum.com/v1GET /artworksGET /artworks/{id}GET /artworks/search?query=monetAll responses are returned in JSON format.
The API is limited to 100 requests per minute per API key.
If you have any questions or need assistance, please contact our support team at api-support@museum.com.