Proxy-seller

전체 정보

이 요청은 모든 유형의 프록시를 주문하는 데 필요한 모든 정보를 제공합니다.

여기에는 국가 ID, 기간, 대상, 통신사, 로테이션(모바일 프록시의 경우), 주문에 필요한 모든 정보 등의 세부 정보가 포함됩니다.

엔드포인트:

GEThttps://proxy-seller.com/personal/api/v1/{YourApiKey}/reference/list/{type}

경로 매개변수

이름

가치

설명

권한 부여

<Your_API_Key>

개인 API 키(획득 방법)

프록시 유형

ipv4

ipv6

mobile

isp

resident

mix

mix_isp

검색하려는 프록시 유형입니다.

모든 프록시 유형을 보려면 다음과 같이 하세요:

https://proxy-seller.com/personal/api/v1/fj4948ffhg58gh843gh/reference/list

특정 프록시 유형(예: IPv4)을 보려면 다음과 같이 하세요:

https://proxy-seller.com/personal/api/v1/fj4948ffhg58gh843gh/reference/list/ipv4

응답

{
  "status": "success",
  "data": {
    "items": [
      {
        "country": [
          {
            "id": 561,
            "name": "France",
            "alpha3": "FRA"
          }
        ],
        "period": [
          {
            "id": "1m",
            "name": "1 month"
          }
        ]
      }
    ]
  },
  "errors": []
}

잘못된 API 키

{
    "status": "error",
    "data": null,
    "errors": [
        {
            "message": "Error api key",
            "code": 503,
            "customData": null
        },
        {
            "message": "IP not allowed",
            "code": 503,
            "customData": null
        },
        {
            "message": "Request limit reached",
            "code": 503,
            "customData": null
        }
    ]
}

On this page