Auckland Museum API
  1. search
Auckland Museum API
  • media
    • Retrieve media associated with Collections and Cenotaph subjects in Auckland Museum
      GET
  • subject
    • Explore details about a given subject node
      GET
  • search
    • Perform simple search queries over Auckland Museum Collections and Cenotaph data
      GET
    • Perform complex search queries over Auckland Museum Collections and Cenotaph data
      POST
  • sparql
    • Auckland Museum SPARQL endpoint
      GET
    • Auckland Museum SPARQL endpoint
      POST
  1. search

Perform simple search queries over Auckland Museum Collections and Cenotaph data

GET
/search/{index}/{operation}
Use this endpoint to perform simple search queries for finding information and subjects you may be interested in
Searches performed via this endpoint run against an Elastic server. This endpoint mirrors the Elastic search API documented here
Use the
collectionsonline index to perform searches over other all
Collections data
cenotaph index to perform searches over Cenotaph data
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '//api.aucklandmuseum.com/search//'
Response Response Example
200 - Example 1
{}

Request

Path Params

Query Params

Responses

🟢200search results found
application/json
Body

🟠400bad request
🟠404not found
Modified at 2023-08-22 02:17:54
Previous
Explore details about a given subject node
Next
Perform complex search queries over Auckland Museum Collections and Cenotaph data
Built with