> For the complete documentation index, see [llms.txt](https://gitbook.buffge.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gitbook.buffge.com/master.md).

# buffge 通用项目api

## 获取ip地址信息

<mark style="color:blue;">`GET`</mark> `https://www.buffge.com/v1/cakes/:id`

This endpoint allows you to get free cakes.

#### Path Parameters

| Name   | Type   | Description |
| ------ | ------ | ----------- |
| ipInfo | string |             |
| index  | string |             |
| api    | string |             |

#### Query Parameters

| Name | Type   | Description |
| ---- | ------ | ----------- |
| ip   | string | ipv4地址      |

{% tabs %}
{% tab title="200 Cake successfully retrieved." %}

```php
{
   "code":0,
    "data": "中国|华东|上海|电信|阿里云"
}
```

{% endtab %}
{% endtabs %}
