v24

latestOpenAPI 3.1.0raw.githubusercontent.com2026-06-19169310464.0 KB
Proxies

Lookup proxy location

post/proxies/lookup

Request body

$schemastring uri

A URL to the JSON Schema for this object.

Example request

{
  "$schema": "https://example.com/schemas/LookupBody.json"
}

Response

OK

$schemastring uri

A URL to the JSON Schema for this object.

citystring

City of the proxy.

countrystring

Country of the proxy.

countryCodestring

ISO country code.

ipstring required

IP address of the proxy.

isMobileboolean required

Whether the IP is a mobile connection.

latitudenumber double required

Latitude of the proxy.

longitudenumber double required

Longitude of the proxy.

regionstring

Region of the proxy.

timezonestring

Timezone of the proxy.

Example response

{
  "$schema": "https://example.com/schemas/LookupInfo.json"
}