> ## Documentation Index
> Fetch the complete documentation index at: https://docs.bentoo.net/llms.txt
> Use this file to discover all available pages before exploring further.

# Plan Status Query Interface

### Function

Queries core information of the current plan, facilitating the setting of expiration reminders and automatic renewal triggers.

### Call Information

* **Request URL**: `https://api.xxx.com/proxies/package/status`
* **Request Method**: `GET`
* **Request Header**: `Authorization: Bearer [Your API Key]`

### Successful Response Example (Unlimited Plan)

```json theme={null}
{
  "code": 200,
  "msg": "Retrieval successful",
  "data": {
    "package_type": "unlimited",
    "bandwidth": 200,
    "expire_time": "2026-01-25 23:59:59",
    "status": "normal"
  }
}
```
