> For the complete documentation index, see [llms.txt](https://docs.proxynet.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.proxynet.io/proxy/ipv6-datacenter-proxy/location-1.md).

# Periyot Seçme

`available-periods` ile IPv6 Datacenter proxylerin minimum/maximum satın alma periyotlarını görebilirsiniz.

{% code title="GET" overflow="wrap" %}

```
https://my.proxynet.io/api/available-locations?ip_type=[IP_TYPE_ID]&key=[YOUR_API_KEY]
```

{% endcode %}

<table><thead><tr><th>Parametre</th><th>Açıklama</th><th data-hidden></th><th data-hidden></th><th data-hidden></th></tr></thead><tbody><tr><td>YOUR_API_KEY</td><td>Size özel tahsis edilmiş API keyiniz</td><td></td><td></td><td></td></tr><tr><td>ID_TYPE_ID</td><td>3</td><td></td><td></td><td></td></tr></tbody></table>

**Örnek Response**

```
{
    "status": true,
    "user_id": 1,
    "balance": "400",
    "currency": "$",
    "periods": [
        {
            "period_name": "1 Months",
            "period": 30
        },
        {
            "period_name": "3 Months",
            "period": 90
        },
        {
            "period_name": "2 Months",
            "period": 60
        }
    ]
}

```
