Skip to main content
GET
/
worlds
/
{world}
/
export
Export world data
curl --request GET \
  --url https://api.wazoo.dev/worlds/{world}/export \
  --header 'Authorization: Bearer <token>'
"<string>"

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

format
enum<string>
default:n-quads
Available options:
turtle,
n-quads,
n-triples,
n3

Response

Exported data

The response is of type string.