The Museum’s REST API can be accessed from https://api.maas.museum/v2
.
The legacy (v1) REST API can be found here.
Replace [resource]
with objects
, multimedia
or narratives
.
Get a list:
https://api.maas.museum/v2/[resource]
Pagination:
https://api.maas.museum/v2/[resource]?skip=10&limit=10
Get one record:
https://api.maas.museum/v2/[resource]/7177
There is a special search endpoint at https://api.maas.museum/search
. Read about it here.
For more features, we suggest using our GraphQL API.