> 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/mobil-proxy/price-3.md).

# IP Değiştir

`mobile-change` ile Mobil proxynizin çıkış ip adresini değiştirebilirsiniz.&#x20;

IP adresi değiştirmenin herhangi bir limiti yoktur fakat yeni ip adresi gelmeden tekrar değişim isteği atılamamaktadır. `"new_ip: "192.168.1.1"` response kodunu aldığınızda tekrar ip değiştirme isteği gönderebilirsiniz.&#x20;

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

```
https://my.proxynet.io/api/mobile-change?proxy_id=[YOUR_PROXY_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>API Keyiniz</td><td></td><td></td><td></td></tr><tr><td>PROXY-ID</td><td>Proxy ID'niz</td><td></td><td></td><td></td></tr></tbody></table>

**Örnek Response**

```
{
    "status": true,
    "new_ip": "192.182.1.1"
}
```
