APIHub
Back to Explore

Auckland Museum API

The Auckland Museum API lets developers retrieve media assets and detailed information about collection and cenotaph subjects, and also perform search queries (simple GET or complex POST) against the museum's Elasticsearch indexes. Additionally, it provides a SPARQL endpoint for querying the museum's linked data.

Open Data
none
HTTPS
CORS: Unknown
Description enriched
Visit official documentation

Latency

628ms p95

Uptime

100.0% 30d

Playground

Verified

live

Endpoints

REST · JSON
GET

/id/media/{path}

Retrieve media associated with Collections and Cenotaph subjects in Auckland Museum

  • path (path, required) — The media `identifier`
  • rendering (query) — The desired media `rendering` Possible values: * `original.jpg` * `original.pdf` * `thumbnail.jpg` (fixed with 70px) * `standard.jpg` (fixed width 440px and height 440px) * `preview.jpg` (fixed height 100px)
GET

/id/{identifier}

Explore details about a given subject node

  • identifier (path, required) — The identifier path of the `subject` you're looking for
GET

/search/{index}/{operation}

Perform simple search queries over Auckland Museum Collections and Cenotaph data

  • index (path, required) — search index name Possible values: * `collectionsonline` * `cenotaph`
  • operation (path, required) — One of the supported elasticsearch operations like `_search` or `_suggest`
  • q (query) — One of the supported elasticsearch query parameter values for key `q`
POST

/search/{index}/{operation}

Perform complex search queries over Auckland Museum Collections and Cenotaph data

  • index (path, required) — search index name Possible values: * `collectionsonline` * `cenotaph`
  • operation (path, required) — One of the supported elasticsearch operations like `_search` or `_suggest`
GET

/sparql

Auckland Museum SPARQL endpoint

  • query (query, required) — sparql query
  • callback (query) — The [JSON-P](http://json-p.org/) callback parameter
  • infer (query) — Whether to get inferred results in the response
POST

/sparql

Auckland Museum SPARQL endpoint

6 endpoints auto-detected

curl -X GET \
  "https://api.aucklandmuseum.com/id/media/{path}"

api.aucklandmuseum.com · HTTPS only