# Proxy Insight

## Introduction

`Proxy Insight` is one of the core features we are introducing in `HypeProxy.io v2.1` and it allows you to get a lot of information about your proxies and their uses.

Keep in mind that if we were to introduce new products that are not just proxies (like a VPN service for example) we will keep the term `Proxy Insight`.

All these endpoints require the identifier of your product (called `productDetailsId`).

## API Reference [🔗](/reference/insights.md)

Proxy Insight currently contains 4 endpoints, each rate limited to 1 call every 30 seconds.

### Ping a Proxy

{% openapi src="/files/gs4oEIFDowGgQW6W05CO" path="/v2/Insight/Ping/{productDetailsId}" method="get" %}
[swagger.json](https://3875752105-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MdX5lpI2Fre91A5ipOw%2Fuploads%2FkaenjPxy480P6u3WD1PU%2Fswagger.json?alt=media\&token=d65d1f23-7d90-4149-af11-e3b4c609807e)
{% endopenapi %}

### Get Remote IP Address

{% openapi src="/files/gs4oEIFDowGgQW6W05CO" path="/v2/Insight/Ip/{productDetailsId}" method="get" %}
[swagger.json](https://3875752105-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MdX5lpI2Fre91A5ipOw%2Fuploads%2FkaenjPxy480P6u3WD1PU%2Fswagger.json?alt=media\&token=d65d1f23-7d90-4149-af11-e3b4c609807e)
{% endopenapi %}

### Get IP Detailed Information

{% openapi src="/files/gs4oEIFDowGgQW6W05CO" path="/v2/Insight/IpDetails/{productDetailsId}" method="get" %}
[swagger.json](https://3875752105-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MdX5lpI2Fre91A5ipOw%2Fuploads%2FkaenjPxy480P6u3WD1PU%2Fswagger.json?alt=media\&token=d65d1f23-7d90-4149-af11-e3b4c609807e)
{% endopenapi %}

### Get IP Threats Information

{% openapi src="/files/gs4oEIFDowGgQW6W05CO" path="/v2/Insight/IpThreats/{productDetailsId}" method="get" %}
[swagger.json](https://3875752105-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MdX5lpI2Fre91A5ipOw%2Fuploads%2FkaenjPxy480P6u3WD1PU%2Fswagger.json?alt=media\&token=d65d1f23-7d90-4149-af11-e3b4c609807e)
{% endopenapi %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.hypeproxy.io/api/proxy-insight.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
