# Trafik Kontrol

`show-proxy` ve `?order_id=` ile Mobil proxynizin trafiğinizi kontrol edebilirsiniz. Trafikler günlük olarak güncellenmektedir.

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

```
https://my.proxynet.io/api/show-proxy?order_id=[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**

<pre><code><strong>{
</strong>    "status": true,
    "user_id": 1,
    "balance": "400",
    "currency": "$",
    "proxy": {
        "proxy_id": 1183474,
        "ip_address": "194.162.1.1",
        "port": 8000,
        "domain": "mobile-server9.proxynet.io",
        "ip_type": "Mobile Rotating",
        "proxy_user": "proxynet",
        "proxy_pass": "proxynet",
        "protocol": "HTTPS",
        "location": "Italy",
        "active": true,
        "mobile_isp": "Vodafone",
        "mobile_data": "288 GB",
        "whitelist_ip": "none",
        "start_date": "02/02/2023 21:49:38",
        "end_date": "04/03/2023 21:49:38",
        "unix_start_date": 1675363778,
        "unix_end_date": 1677955778
    }
}
</code></pre>
