Fetch executors

Fetch the list of our available executors

The executors fetch endpoint allows you to get our list of executors.

API Path

The API path for this endpoint is /api/executor/list

Response

The response, unless errored, would be of the following structure:

[
  {
    "_id": "string",
    "name": "string",
    "patched": boolean,
    "platform": "string",
    "website": "string",
    "discord": "string",
    "version": "string",
    "versionDate": "string",
    "thumbnail": "string",
    "store": "string",
    "type": "Free/Paid"
  },
  ...
]

If an error occurs, the response will contain a single message field:

{
    "message": "string"
}

© 2025 ScriptBlox.
All rights reserved.