GET
/
v1
/
levels
/
{ids}
curl --request GET \
  --url https://api.adventure-builder.net/v1/levels/{ids}
[
  {
    "id": 123,
    "title": "<string>",
    "builder": 123,
    "thumbnail": 123,
    "plays": 123,
    "featured": true,
    "theme": "<string>",
    "createdAt": "2023-11-07T05:31:56Z"
  }
]
The API currently does not require an API-key.

Path Parameters

ids
integer[]
required

Array of level IDs (max 10).

Maximum length: 10

Response

200
application/json

Array of level data

The response is of type object[].