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

Explore details about a given subject node

GET
/id/{identifier}
Gets information about a subject identified by the identifier.
The response format depends upon the Accept header.
text/html - the default response type. Returned data can be easily viewed in any modern Internet Browser
application/ld+json - the response will be in JSON-LD
application/json - the response will be a simple JSON Object with keys (predicates) and values (objects).
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '//api.aucklandmuseum.com/id/'
Response Response Example
200 - Example 1
{}

Request

Path Params

Responses

🟢200`subject` found
application/json
Body

🟠404`subject` not found
Modified at 2023-08-22 02:17:54
Previous
Retrieve media associated with Collections and Cenotaph subjects in Auckland Museum
Next
Perform simple search queries over Auckland Museum Collections and Cenotaph data
Built with