Skip to main content
GET
/
worlds
/
{world}
/
sparql
Execute SPARQL query or get service description
curl --request GET \
  --url https://api.wazoo.dev/worlds/{world}/sparql \
  --header 'Authorization: Bearer <token>'
{
  "head": {
    "link": [
      "<string>"
    ],
    "vars": [
      "<string>"
    ]
  },
  "results": {
    "bindings": [
      {}
    ]
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

world
string
required

Query Parameters

query
string
default-graph-uri
string[]
named-graph-uri
string[]

Response

Success

head
object
required
results
object
required