Proxynet Docs
  • Hoşgeldiniz
  • API
    • Başlarken
      • API Limitleri
      • Target Host
      • Response Kodları
      • Bakiye Kontrol
      • IP Türleri
      • Lokasyonlar
      • Periyot
      • Protokol
      • Stok Kontrol
      • Fiyat Hesaplama
      • Satın Alma
  • PROXY
    • IPv6 Datacenter Proxy
      • Başlarken
      • Lokasyon Seçme
      • Periyot Seçme
      • Protokol Seçme
      • Stok Kontrol
      • Fiyat Hesaplama
      • Satın Al
      • Süre Uzat
      • IP Whitelist
      • Siparişleri Listele
    • IPv4 Datacenter Proxy
      • Başlarken
      • Lokasyon Seçme
      • Periyot Seçme
      • Protokol Seçme
      • Stok Kontrol
      • Fiyat Hesaplama
      • Satın Al
      • Süre Uzat
      • IP Whitelist
      • Proxyleri Listele
    • Mobil Proxy
      • Başlarken
      • Lokasyon Seçme
      • Periyot Seçme
      • Protokol Seçme
      • Stok Kontrol
      • Fiyat Hesaplama
      • Satın Al
      • Süre Uzat
      • IP Değiştir
      • Trafik Kontrol
      • IP Whitelist
      • Proxyleri Listele
Powered by GitBook
On this page

Was this helpful?

  1. API
  2. Başlarken

Lokasyonlar

available-locations ile IP Türüne ait musait Lokasyonları görüntüleyebilirsiniz.

GET
https://my.proxynet.io/api/available-locations?ip_type=[IP_TYPE_ID]&key=[YOUR_API_KEY]
Parametre
Açıklama

YOUR_API_KEY

Size özel tahsis edilmiş API keyiniz

ID_TYPE_ID

IP Türü ID'si

Örnek Response


{
    "status": true,
    "user_id": 1,
    "balance": "400",
    "currency": "$",
    "locations": [
        {
            "location_id": 1,
            "location_name": "Turkey",
            "location_city": "Istanbul"
        }
        {
            "location_id": 2,
            "location_name": "Germany",
            "location_city": "Berlin"
        }
        {
            "location_id": 3,
            "location_name": "United Kingdom",
            "location_city": "London"
        }
    ]
}


PreviousIP TürleriNextPeriyot

Last updated 2 years ago

Was this helpful?