Share Page API Guide
This API allows you to retrieve account information in JSON format through a share page code, enabling integration with other applications.
Note: The share page code refers to the code segment of the URL, not the entire URL.
- API Endpoint:
/shareapi/<code>/[password]
- Request Method:
GET
Example
If the share page path is /share/kfcv50
and the password is crazy4
, the API endpoint will be:
/shareapi/kfcv50/crazy4
Input Parameters
Parameter | Type | Description |
---|---|---|
code | String | Share page code |
password | String | Share page password (optional if not set) |
Response Parameters
Parameter | Type | Description |
---|---|---|
status | Bool | Operation success/failure |
msg | String | Message |
accounts | Array | List of accounts (see below) |
Account Information Fields
Parameter | Type | Description |
---|---|---|
username | String | Account username |
password | String | Account password |
status | Bool | Account status |
last_check | String | Last check time |
frontend_remark | String | Frontend remark |