> Version: 2.0.4
Use the "Bee Website Builder" Open API to retrieve the list of currently enabled languages for the site. This skill can be used to:
language parameterapi_key (string, Required)API authentication key used for caller identity verification and interface access control.
skills.entries.env.BEE_API_KEY to avoid passing it in plaintext on every call.| Field | Type | Description | |
|---|---|---|---|
| -------- | ---------------- | ---------------------------------------- | |
| status | boolean | Request status, true for success / false for failure | |
| msg | string | Response message | |
| data | object \ | null | Response data, null on failure |
data.list[] (array of objects)Each language record contains the following fields:
| Field | Type | Description |
|---|---|---|
| ---------- | -------- | ------------------------------------------ |
| language | string | Site language code identifier (for API use) |
| name | string | Language name (for display) |
{
"api_key": "your-api-key"
}
api_key is required and can be obtained from https://open.tradew.com共 1 个版本