Auckland Museum API
AM
Auckland Museum API
/sparql

Auckland Museum SPARQL endpoint

You can execute your [SPARQL](http://www.w3.org/TR/rdf-sparql-query/) 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](http://json-p.org/). I

liveunknown~3s typical
sparqlauckland
$0.0020
per call
plus $0.001 platform fee per run
Public API, no upstream charge
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run oa-aucklandmuseum-com /sparql for me.

Input

FieldTypeDescription
query*stringsparql query default null
callbackstringThe [JSON-P](http://json-p.org/) callback parameter default "callback"
inferbooleanWhether to get inferred results in the response default true

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"oa-aucklandmuseum-com","endpoint":"/sparql","input":{"query":"...","callback":"callback","infer":true}}'
cli
npx cracked-ai run -p oa-aucklandmuseum-com -e /sparql -i '{"query":"...","callback":"callback","infer":true}'
mcp
run_tool({ provider: "oa-aucklandmuseum-com", endpoint: "/sparql", input: {"query":"...","callback":"callback","infer":true} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.