# 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 %}
