get getProxy

https://onlinesim.io/api/proxy/getProxy
proxy
This request allows you to order a proxy with specific (or default) parameters. You can use this request to get access to the proxy server with desired parameters for any purpose: webscraping, SEO research, etc.

Parameters

lang

Response language:
fr - French
de - German
ru - Russian
en - English
zh - Chinese

In: query
Schema:
  • string
    Example: "en"
    Enum: fr de ru en zh

Responses

200

Successful response for `getProxy` request: the server returns information for connection to proxy server or throws an exception.
Content Type:
application/json
  • Schema
  • Examples
  • object
    Example: {"response":1,"item":{"type":"shared","connect_type":"https","host":"../dictionary","port":0,"user":"string","pass":"string","operator":"string","rent":"string","general_traffic":0,"traffic":0,"country":0,"city":0,"session":true,"port_count":0,"rotate":0,"extension":0,"stop_at":"2022-06-04 02:55:59","updated_at":"2022-06-03 02:55:58","created_at":"2022-06-03 02:55:58","tzid":10000,"time":5750,"days":3,"hours":95,"change_ip":true,"change_type":true,"extend":{"#period_in_days#":0},"price_extend":0}}
    Properties:
    • response
      mixed
      1, if the request has been completed successfully, or an error message
      Example: 1
      One Of:
      • integer
        Example: 0
      • string
        Example: "string"
    • item
      object
      Example: {"type":"shared","connect_type":"https","host":"../dictionary","port":0,"user":"string","pass":"string","operator":"string","rent":"string","general_traffic":0,"traffic":0,"country":0,"city":0,"session":true,"port_count":0,"rotate":0,"extension":0,"stop_at":"2022-06-04 02:55:59","updated_at":"2022-06-03 02:55:58","created_at":"2022-06-03 02:55:58","tzid":10000,"time":5750,"days":3,"hours":95,"change_ip":true,"change_type":true,"extend":{"#period_in_days#":0},"price_extend":0}