Auckland Museum API
  1. sparql
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. sparql

Auckland Museum SPARQL endpoint

GET
/sparql
You can execute your SPARQL queries against this endpoint.
The sparql query should be provided as the value of the request parameter query.
Set the Accept header to application/sparql-results+xml to get results in XML. Set it to application/sparql-results+json to get results in JSON.
Note: This endpoints supports JSON-P. In order to get a JSON-P response, set the query parameter callback to your preferred callback function name. The default function name is callback(). When using JSON-P, there is no need to set the Accept header because the response will always be in application/javascript.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '//api.aucklandmuseum.com/sparql?query='
Response Response Example
{}

Request

Query Params

Responses

🟢200success
application/json
Body

Modified at 2023-08-22 02:17:54
Previous
Perform complex search queries over Auckland Museum Collections and Cenotaph data
Next
Auckland Museum SPARQL endpoint
Built with