Returns groups of proxies

Get all proxies

The 'get all proxies'-Endpoint returns all groups or families of proxies. Proxy-Groups or families are necessary to group similar proxies together. It does not return IP:PORT combinations you might want to get. In this case, you need to call this endpoint first, save the ID and call the get proxy endpoint.

That is the endpoint

https://ghostealth.com/api/v1.0/dev/proxies?apikey=YOUR_KEY

Endpoint-Information

    • Request-Type
    • GET
    • Header
    • Accept: application/json
    • Paginated
    • No
    • Optinal-Limit
    • 0

That is a object

  • Fieldname
  • Type
  • Description
    • id
    • Integer
    • The id-field is a unique identifier of the proxy-object. Necessary for other endpoints.
    • name
    • String
    • The name-field describes the proxy-group or proxy-family.
    • type
    • String
    • The type-field returns a type of a proxy. In most cases ROTATING or STATIC.
    • format
    • String
    • The format-field returns the format of the proxy. Tipycally can be: HTTP, SOCKS4, SOCKS5.
    • location
    • String
    • The location-field returns the continental location of the proxy.

Preview of content before

Rate-Limit

Guide about rate-limit.

Preview of next content

Get a proxy

Endpoint for getting a single family or group and IP-addresses of a proxy.

Examples

hide

JSON-Response of endpoint

The response included multiple proxy-objects. Illustrated is only one object.
  • id:
    1
  • name:
    World Proxy-Pool
  • type:
    ROTATING
  • format:
    HTTP
  • location:
    World
    more items hidden

We are using cookies

We use cookies to improve your experience and for marketing. Learn more in our cookie policy.
I understand and accept