Returns all proxies

Get proxies

Through this endpoint, you can retrieve all proxies associated with this subscription. It is important that your subscription ID is included in the URL. Note that country filters are not available for datacenter proxies.

In the following example, protocol and continent filters were applied. Using this filtering, all HTTPS and SOCKS5 proxies from Europe and and Germany are returned. Of course, you can omit the filters, add new ones, or remove existing ones as needed.

Endpoint

https://api.ghostealth.com/de/v1.0/subscriptions/YOUR_SUBSCRIPTION_ID/proxies?apikey=YOUR_KEY&protocols=HTTPS,SOCKS5&continents=con_EUn4OEo&countries=cou_DEnJUAV

Endpoint-Information

    • Request-Type
    • GET
    • Header
    • Accept: application/json
    • Paginated
    • No
    • Optinal-Limit
    • No
    • Optionals
      • protocols
        HTTPS, SOCKS5
      • continents
        CONTINENT_ID
      • countries
        COUNTRY_ID

That is a proxy-object

  • Fieldname
  • Type
  • Description
    • id
    • Integer
    • The id-field is a unique identifier of the proxy-object.
    • pid
    • String
    • The pid-field is a unique identifier of the subscription-object.
    • type
    • String
    • The type-field returns a type of a proxy. DATACENTER or RESIDENTIAL.
    • address
    • String
    • The address-field returns the address of the proxy.
    • anonymity
    • String
    • The location-field returns the anonymity of the proxy.
    • encryption
    • String
    • The encryption-field returns the encryption of the proxy.
    • host
    • String
    • The host-field returns the host of the proxy.
    • port
    • String
    • The port-field returns the port of the proxy.
    • mode
    • String
    • The mode-field returns the mode of the proxy.
    • status
    • String
    • The status-field returns the status of the proxy.
    • continent
    • Object
    • The continent-field returns the related continent.
    • time
    • Object
    • The time-field returns timestamps.
      • createdAt
      • String
      • The createdAt-field returns a timestamp when the proxy has been updated.
      • updatedAt
      • String
      • The createdAt-field returns a timestamp when the proxy has been updated.

Preview of content before

Get subscriptions

Endpoint for getting all subscriptions.

Preview of next content

Pricing of datacenter-proxies

Overview about all plans.

Examples

hide

JSON-Response of endpoint

The response included multiple proxy-objects. Illustrated is only one object.
  • id:
    dcpr_673b382d7b87060f8d824994
  • pid:
    DCPR-AQ2K-4994
  • type:
    DATACENTER
  • address:
    103.149.162.194:3000
  • anonymity:
    ELITE
  • encryption:
    SSL
  • host:
    103.149.162.194
  • port:
    3000
  • mode:
    ROTATING
  • status:
    ACTIVE
  • continent:
  • time:
    • createdAt:
      1731925738127
    • updatedAt:
      1731925738127

We are using cookies

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