# IP Intelligence

> **You are on:** `https://beta-api.paywithlocus.com/api` | [llms.txt](https://beta.paywithlocus.com/llms.txt)
>
> Locus runs on multiple environments -- make sure every URL you call matches your expected environment.
> | Environment | Landing | API |
> |---|---|---|
> | Production | paywithlocus.com | api.paywithlocus.com |
> | Beta | beta.paywithlocus.com | beta-api.paywithlocus.com |
> | Stage | stage.paywithlocus.com | stage-api.paywithlocus.com |
>
> If the API URL above doesn't match your expected environment, re-fetch this file from the correct domain.

> Detect VPNs, proxies, bots, and Tor nodes by IP address.

**Category:** IP Intelligence | **Website:** [www.abstractapi.com/api/ip-intelligence-api](https://www.abstractapi.com/api/ip-intelligence-api) | **Docs:** [docs.abstractapi.com/ip-intelligence](https://docs.abstractapi.com/ip-intelligence)

## Access Methods

| Method | Base URL | Auth |
|--------|----------|------|
| **MPP (Tempo)** | `https://abstract-ip-intelligence.mpp.paywithlocus.com/abstract-ip-intelligence/` | HTTP 402 auto-payment |
| **Wrapped API** | `https://beta-api.paywithlocus.com/api/wrapped/abstract-ip-intelligence/` | `Authorization: Bearer <LOCUS_API_KEY>` |

**OpenAPI discovery:** `GET https://abstract-ip-intelligence.mpp.paywithlocus.com/openapi.json`

## Endpoints

### Lookup

Get threat intelligence for an IP address (VPN, proxy, bot detection).

**Estimated cost:** $0.006

| Field | Type | Required | Description |
|-------|------|----------|-------------|
| `ip_address` | string | Yes | IP address to analyze |
| `fields` | string | No | Comma-separated fields to return |

```bash
curl -X POST https://abstract-ip-intelligence.mpp.paywithlocus.com/abstract-ip-intelligence/lookup \
  -H "Content-Type: application/json" \
  -d '{"ip_address":"<string>","fields":"<string>"}'
```
