---
title: "Lookup proxy location"
method: POST
path: "/proxies/lookup"
tags: ["Proxies"]
---

# Lookup proxy location

`POST /proxies/lookup`

## Request body

- LookupBody
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `socks5` SOCKS5Config, required
    - `host` string, hostname, required
    - `password` string
    - `port` integer, required
    - `user` string

## Response `200`

OK

- LookupInfo
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `carrier` LookupCarrier
    - `mcc` string — Mobile Country Code.
    - `mnc` string — Mobile Network Code.
    - `name` string — Carrier name.
  - `city` string — City of the proxy.
  - `country` string — Country of the proxy.
  - `countryCode` string — ISO country code.
  - `ip` string, required — IP address of the proxy.
  - `isMobile` boolean, required — Whether the IP is a mobile connection.
  - `latitude` number, double, required — Latitude of the proxy.
  - `longitude` number, double, required — Longitude of the proxy.
  - `region` string — Region of the proxy.
  - `timezone` string — Timezone of the proxy.

## Other responses

- `default` — Error

---

[API](https://skmtc.net/droidrun/apis/droidrun-cloud.md) · [All operations](https://skmtc.net/droidrun/apis/droidrun-cloud/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/droidrun/droidrun-cloud/versions/7f577998739b/schema)
