> ## Documentation Index
> Fetch the complete documentation index at: https://docs.peopledatalabs.com/llms.txt
> Use this file to discover all available pages before exploring further.

# IP Schema

<div className="schema-heading-style toc-max-depth-2" />

# Overview

[IP Enrichment API](/docs/ip-enrichment-api)

This page details the company-related fields that we provide through the [IP Enrichment API](/docs/ip-enrichment-api).

<Info>
  **Field Availability**

  Please note: Not all fields are available in all bundles.
</Info>

* For more information about data formatting, see [Data Types](/docs/data-types).
* For a full example record, see [Example IP Record](/docs/example-ip-record).
* For a simplified overview of our IP fields, check out the [IP Data Overview](/docs/ip-data-overview).
* For more details about our IP fields and fill rates check out our [IP Stats](/docs/ip-stats) pages.
* If you'd like access to premium fields or have questions about which fields are included in your specific field bundle(s), please [speak to one of our data consultants](https://peopledatalabs.com/talk-to-sales).

***

## IP

***

### `ip`

|                 |                                        |
| --------------- | -------------------------------------- |
| **Data Type**   | `Object`                               |
| **Description** | Information related to the IP address. |

#### Field Details

This the object containing all information related to a particular IP we've registered in our dataset.

IP objects can include the following data:

| Field         | Type      | Description                                                                                                           |
| ------------- | --------- | --------------------------------------------------------------------------------------------------------------------- |
| `ip.address`  | `String ` | The matched IP address.                                                                                               |
| `ip.metadata` | `Object ` | Premium fields targeted towards identifying IPs as mobile or using hosting, proxy, Tor, VPN, relay or other services. |
| `ip.location` | `Object ` | The location associated with the IP address.                                                                          |

#### Example

```json JSON theme={null}
"ip": {
  "address": "72.212.42.169",
  "metadata": {
    "version": 4,
    "mobile": false,
    "hosting": false,
    "proxy": false,
    "tor": false,
    "vpn": false,
    "relay": false,
    "service": null,
    "asn_domain": null
  },
  "location": {
    "name": "phoenix, arizona, united states",
    "locality": "phoenix",
    "region": "arizona",
    "metro": "phoenix, arizona",
    "country": "united states",
    "continent": "north america",
    "postal_code": "85001",
    "geo": "33.44838,-112.07404",
    "timezone": "america/phoenix"
  }
}
```

***

### `ip.address`

|                 |                  |
| --------------- | ---------------- |
| **Data Type**   | `String`         |
| **Description** | The IP address . |

#### Field Details

This is the specific IP address we have registered in our dataset

#### Example

```json JSON theme={null}
"address": "72.212.42.169",
```

***

### `ip.metadata`

|                 |                                                                                                                       |
| --------------- | --------------------------------------------------------------------------------------------------------------------- |
| **Data Type**   | `Object`                                                                                                              |
| **Description** | Premium fields targeted towards identifying IPs as mobile or using hosting, proxy, Tor, VPN, relay or other services. |

#### Field Details

The `metadata` object is a set of premium fields targeted towards identifying IPs as mobile or using hosting, proxy, Tor, VPN, relay or other services.

#### Example

```json JSON theme={null}
"metadata": {
    "version": 4,
    "mobile": false,
    "hosting": false,
    "proxy": false,
    "tor": false,
    "vpn": false,
    "relay": false,
    "service": null,
    "asn_domain": null
  }
```

***

### `ip.metadata.version`

|                 |                                        |
| --------------- | -------------------------------------- |
| **Data Type**   | `Integer (4 or 6)`                     |
| **Description** | The type of IP Address (IPv4 or IPv6). |

#### Field Details

This field will only contain the integer values `4` or `6` corresponding to whether the `ip.address` field is a IPv4 or IPv6 address.

#### Example

```json JSON theme={null}
"version": 4,
```

***

### `ip.metadata.mobile`

|                 |                                      |
| --------------- | ------------------------------------ |
| **Data Type**   | `Boolean`                            |
| **Description** | If the IP is a known mobile address. |

#### Field Details

A boolean field indicating whether the IP is a known mobile address.

#### Example

```json JSON theme={null}
"mobile": false,
```

***

### `ip.metadata.hosting`

|                 |                                       |
| --------------- | ------------------------------------- |
| **Data Type**   | `Boolean`                             |
| **Description** | If the IP is a known hosting address. |

#### Field Details

A boolean field indicating whether the IP is a known hosting address.

#### Example

```json JSON theme={null}
"hosting": false
```

***

### `ip.metadata.proxy`

|                 |                                     |
| --------------- | ----------------------------------- |
| **Data Type**   | `Boolean`                           |
| **Description** | If the IP is a known proxy address. |

#### Field Details

A boolean field indicating whether the IP is a known proxy address.

#### Example

```json JSON theme={null}
"proxy": false
```

***

### `ip.metadata.tor`

|                 |                                   |
| --------------- | --------------------------------- |
| **Data Type**   | `Boolean`                         |
| **Description** | If the IP is a known Tor address. |

#### Field Details

A boolean field indicating whether the IP is a known Tor address.

#### Example

```json JSON theme={null}
"tor": false
```

***

### `ip.metadata.vpn`

|                 |                                   |
| --------------- | --------------------------------- |
| **Data Type**   | `Boolean`                         |
| **Description** | If the IP is a known VPN address. |

#### Field Details

A boolean field indicating whether the IP is a known VPN address.

#### Example

```json JSON theme={null}
"vpn": false
```

***

### `ip.metadata.relay`

|                 |                                     |
| --------------- | ----------------------------------- |
| **Data Type**   | `Boolean`                           |
| **Description** | If the IP is a known relay address. |

#### Field Details

A boolean field indicating whether the IP is a known relay address.

#### Example

```json JSON theme={null}
"relay": false
```

***

### `ip.metadata.service`

|                 |                                                    |
| --------------- | -------------------------------------------------- |
| **Data Type**   | `String`                                           |
| **Description** | If known, the name of the service for the address. |

#### Field Details

If known, this field will contain the name of the service for the address. If the service name is unknown, the field value returned will be `null`.

#### Example

```json JSON theme={null}
"service": null
```

***

### `ip.metadata.asn_domain`

|                 |                                           |
| --------------- | ----------------------------------------- |
| **Data Type**   | `String`                                  |
| **Description** | The domain associated with the ASN block. |

#### Field Details

If known, this field will contain the domain associated with the ASN block for this IP. If the ASN block is unknown, the field value returned will be `null`.

#### Example

```json JSON theme={null}
"asn_domain": null
```

## Location

***

### `ip.location`

|                 |                                              |
| --------------- | -------------------------------------------- |
| **Data Type**   | `Object`                                     |
| **Description** | The location associated with the IP address. |

#### Field Details

The `location` object will contain some of our [common location fields](/docs/data-formatting#locations) as well as the location timezone:

| Field         | Data Type       | Description                                                                                                                                  |
| :------------ | :-------------- | :------------------------------------------------------------------------------------------------------------------------------------------- |
| `name`        | `String`        | Our cleaned values for locations in the format `locality, region, country`.                                                                  |
| `locality`    | `String`        |                                                                                                                                              |
| `region`      | `String`        |                                                                                                                                              |
| `metro`       | `Enum (String)` | **US ONLY.** These are generated based on the census-designated MSAs and maps. Will be one of our [Canonical Metros](/docs/location-metros). |
| `country`     | `Enum (String)` | Standardized format for country. Will be one of our [Canonical Countries](/docs/location-countries).                                         |
| `continent`   | `Enum (String)` | Standardized format for continent. Will be one of our [Canonical Continents](/docs/location-continents).                                     |
| `postal_code` | `String`        |                                                                                                                                              |
| `geo`         | `String`        | City-center geo code of a locality, in the format `latitude, longitude`.                                                                     |
| `timezone`    | `Enum (String)` | The timezone the address is in. Will be lowercase and formatted according to the [IANA Time Zone Database](https://www.iana.org/time-zones). |

See here for more information on our [standard location fields](/docs/data-formatting#common-location-fields).

#### Example

```json JSON theme={null}
"location": {
  "name": "phoenix, arizona, united states",
  "locality": "phoenix",
  "region": "arizona",
  "metro": "phoenix, arizona",
  "country": "united states",
  "continent": "north america",
  "postal_code": "85001",
  "geo": "33.44838,-112.07404",
  "timezone": "america/phoenix"
}
```

***

### `ip.location.name`

|                 |                                                                           |
| --------------- | ------------------------------------------------------------------------- |
| **Data Type**   | `String`                                                                  |
| **Description** | Our cleaned values for locations in the format locality, region, country. |

#### Example

```json JSON theme={null}
"name": "phoenix, arizona, united states"
```

***

### `ip.location.locality`

|                 |                                |
| --------------- | ------------------------------ |
| **Data Type**   | `String`                       |
| **Description** | The locality of the ip address |

#### Example

```json JSON theme={null}
"locality": "phoenix"
```

***

### `ip.location.region`

|                 |                              |
| --------------- | ---------------------------- |
| **Data Type**   | `String`                     |
| **Description** | The region of the ip address |

#### Example

```json JSON theme={null}
"region": "arizona"
```

***

### `ip.location.metro`

|                 |                                                                                                                                          |
| --------------- | ---------------------------------------------------------------------------------------------------------------------------------------- |
| **Data Type**   | `Enum (String)`                                                                                                                          |
| **Description** | US ONLY. These are generated based on the census-designated MSAs and maps. Will be one of our [Canonical Metros](/docs/location-metros). |

#### Example

```json JSON theme={null}
"metro": "phoenix, arizona"
```

***

### `ip.location.country`

|                 |                                                                                                      |
| --------------- | ---------------------------------------------------------------------------------------------------- |
| **Data Type**   | `Enum (String)`                                                                                      |
| **Description** | Standardized format for country. Will be one of our [Canonical Countries](/docs/location-countries). |

#### Example

```json JSON theme={null}
"country": "united states"
```

***

### `ip.location.continent`

|                 |                                                                                                          |
| --------------- | -------------------------------------------------------------------------------------------------------- |
| **Data Type**   | `Enum (String)`                                                                                          |
| **Description** | Standardized format for continent. Will be one of our [Canonical Continents](/docs/location-continents). |

#### Example

```json JSON theme={null}
"continent": "north america"
```

***

### `ip.location.postal_code`

|                 |                                   |
| --------------- | --------------------------------- |
| **Data Type**   | `String`                          |
| **Description** | The postal code of the ip address |

#### Example

```json JSON theme={null}
"postal_code": "85001"
```

***

### `ip.location.geo`

|                 |                                                                        |
| --------------- | ---------------------------------------------------------------------- |
| **Data Type**   | `String`                                                               |
| **Description** | City-center geo code of a locality, in the format latitude, longitude. |

#### Example

```json JSON theme={null}
"geo": "33.44838,-112.07404"
```

***

### `ip.location.timezone`

|                 |                                                                                                                                              |
| --------------- | -------------------------------------------------------------------------------------------------------------------------------------------- |
| **Data Type**   | `Enum (String)`                                                                                                                              |
| **Description** | The timezone the address is in. Will be lowercase and formatted according to the [IANA Time Zone Database](https://www.iana.org/time-zones). |

#### Example

```json JSON theme={null}
"timezone": "america/phoenix"
```

## Company

***

### `company`

|                 |                                                                   |
| --------------- | ----------------------------------------------------------------- |
| **Data Type**   | `Object`                                                          |
| **Description** | Information related to the company associated with the IP address |

#### Field Details

Many of the fields in the `data.company` object come directly from our [Company Schema](/docs/company-schema).

#### Example

```json JSON theme={null}
"company": {
  "confidence": "very high",
  "id": "tnHcNHbCv8MKeLh92946LAkX6PKg",
  "website": "peopledatalabs.com",
  "name": "people data labs",
  "display_name": "People Data Labs",
  "location": {
    "name": "san francisco, california, united states",
    "locality": "san francisco",
    "region": "california",
    "metro": "san francisco, california",
    "country": "united states",
    "continent": "north america",
    "street_address": "455 market street",
    "address_line_2": "suite 1670",
    "postal_code": "94105",
    "geo": "37.77,-122.41"
  },
  "size": "51-200",
  "industry": "computer software",
  "inferred_revenue": "$10M-$25M",
  "employee_count": 116,
  "tags": [
    "b2b data",
    "people data",
    "data science",
    "data",
    "daas",
    "artificial intelligence",
    "data and analytics",
    "machine learning",
    "analytics",
    "database"
  ]
}
```

***

### `company.confidence`

|                 |                                                                                 |
| --------------- | ------------------------------------------------------------------------------- |
| **Data Type**   | `Enum (String)`                                                                 |
| **Description** | How confident we are that the returned company is associated with requested IP. |

#### Field Details

Will be one of the following options: `very high`, `high`, `moderate`, `low`, `very low`.

Our company matches are created with observed data along with registered ASN blocks. For matches we make with observed data, the confidence value is our scoring for how much and how often we have seen a company associated with an IP address.

#### Example

```json JSON theme={null}
"confidence": "very high"
```

***

### `company.id`

|                 |                                                                                     |
| --------------- | ----------------------------------------------------------------------------------- |
| **Data Type**   | `String`                                                                            |
| **Description** | The [PDL ID](/docs/company-schema#id) of the company associated with the IP address |

#### Field Details

See [`company.id`](/docs/company-schema#id) for more information about how we handle company IDs.

#### Example

```json JSON theme={null}
"id": "tnHcNHbCv8MKeLh92946LAkX6PKg"
```

***

### `company.website`

|                 |                                                                                                    |
| --------------- | -------------------------------------------------------------------------------------------------- |
| **Data Type**   | `String`                                                                                           |
| **Description** | The [primary website](/docs/company-schema#website) of the company associated with the IP address. |

#### Field Details

See [`company.website`](/docs/company-schema#website) for more information about how we handle company websites.

#### Example

```json JSON theme={null}
"website": "peopledatalabs.com"
```

***

### `company.name`

|                 |                                                                                      |
| --------------- | ------------------------------------------------------------------------------------ |
| **Data Type**   | `String`                                                                             |
| **Description** | The [name](/docs/company-schema#name) of the company associated with the IP address. |

#### Field Details

See [`company.name`](/docs/company-schema#name) for more information about how we handle company names.

#### Example

```json JSON theme={null}
"name": "people data labs"
```

***

### `company.display_name`

|                 |                                                                                                       |
| --------------- | ----------------------------------------------------------------------------------------------------- |
| **Data Type**   | `String`                                                                                              |
| **Description** | The [display\_name](/docs/company-schema#display_name) of the company associated with the IP address. |

#### Field Details

See [`company.display_name`](/docs/company-schema#display_name) for more information about how we handle company names.

#### Example

```json JSON theme={null}
"display_name": "People Data Labs"
```

***

### `company.location`

|                 |                                                                                                          |
| --------------- | -------------------------------------------------------------------------------------------------------- |
| **Data Type**   | `Object`                                                                                                 |
| **Description** | The [location](/docs/company-schema#location) of the company's primary HQ associated with the IP address |

#### Field Details

The `location` object will contain our [common location fields](/docs/data-types#common-location-fields):

| Field            | Data Type       | Description                                                                                                                                  |
| :--------------- | :-------------- | :------------------------------------------------------------------------------------------------------------------------------------------- |
| `name`           | `String`        | Our cleaned values for locations in the format `locality, region, country`.                                                                  |
| `locality`       | `String`        |                                                                                                                                              |
| `region`         | `String`        |                                                                                                                                              |
| `metro`          | `Enum (String)` | **US ONLY.** These are generated based on the census-designated MSAs and maps. Will be one of our [Canonical Metros](/docs/location-metros). |
| `country`        | `Enum (String)` | Standardized format for country. Will be one of our [Canonical Countries](/docs/location-countries).                                         |
| `continent`      | `Enum (String)` | Standardized format for continent. Will be one of our [Canonical Continents](/docs/location-continents).                                     |
| `street_address` | `String`        |                                                                                                                                              |
| `address_line_2` | `String`        |                                                                                                                                              |
| `postal_code`    | `String`        |                                                                                                                                              |
| `geo`            | `String`        | City-center geo code of a locality, in the format `latitude, longitude`.                                                                     |

#### Example

```json JSON theme={null}
"location": {
  "name": "san francisco, california, united states",
  "locality": "san francisco",
  "region": "california",
  "metro": "san francisco, california",
  "country": "united states",
  "continent": "north america",
  "street_address": "455 market street",
  "address_line_2": "suite 1670",
  "postal_code": "94105",
  "geo": "37.77,-122.41"
},
```

***

### `company.location.name`

|                 |                                                                           |
| --------------- | ------------------------------------------------------------------------- |
| **Data Type**   | `String`                                                                  |
| **Description** | Our cleaned values for locations in the format locality, region, country. |

#### Example

```json JSON theme={null}
"name": "san francisco, california, united states"
```

***

### `company.location.locality`

|                 |                                |
| --------------- | ------------------------------ |
| **Data Type**   | `String`                       |
| **Description** | The locality of the company HQ |

#### Example

```json JSON theme={null}
"locality": "san francisco"
```

***

### `company.location.region`

|                 |                              |
| --------------- | ---------------------------- |
| **Data Type**   | `String`                     |
| **Description** | The region of the company HQ |

#### Example

```json JSON theme={null}
"region": "california"
```

***

### `company.location.metro`

|                 |                                                                                                                                          |
| --------------- | ---------------------------------------------------------------------------------------------------------------------------------------- |
| **Data Type**   | `Enum (String)`                                                                                                                          |
| **Description** | US ONLY. These are generated based on the census-designated MSAs and maps. Will be one of our [Canonical Metros](/docs/location-metros). |

#### Example

```json JSON theme={null}
"metro": "san francisco, california"
```

***

### `company.location.country`

|                 |                                                                                                      |
| --------------- | ---------------------------------------------------------------------------------------------------- |
| **Data Type**   | `Enum (String)`                                                                                      |
| **Description** | Standardized format for country. Will be one of our [Canonical Countries](/docs/location-countries). |

#### Example

```json JSON theme={null}
"country": "united states"
```

***

### `company.location.continent`

|                 |                                                                                                          |
| --------------- | -------------------------------------------------------------------------------------------------------- |
| **Data Type**   | `Enum (String)`                                                                                          |
| **Description** | Standardized format for continent. Will be one of our [Canonical Continents](/docs/location-continents). |

#### Example

```json JSON theme={null}
"continent": "north america"
```

***

### `company.location.street_address`

|                 |                                      |
| --------------- | ------------------------------------ |
| **Data Type**   | `String`                             |
| **Description** | The street address of the company HQ |

#### Example

```json JSON theme={null}
"street_address": "455 market street"
```

***

### `company.location.address_line_2`

|                 |                                        |
| --------------- | -------------------------------------- |
| **Data Type**   | `String`                               |
| **Description** | The company HQ’s street address line 2 |

#### Example

```json JSON theme={null}
"address_line_2": "suite 1670"
```

***

### `company.location.postal_code`

|                 |                                   |
| --------------- | --------------------------------- |
| **Data Type**   | `String`                          |
| **Description** | The postal code of the company HQ |

#### Example

```json JSON theme={null}
"postal_code": "94105"
```

***

### `company.location.geo`

|                 |                                                                        |
| --------------- | ---------------------------------------------------------------------- |
| **Data Type**   | `String`                                                               |
| **Description** | City-center geo code of a locality, in the format latitude, longitude. |

#### Example

```json JSON theme={null}
"geo": "37.77,-122.41"
```

***

### `company.size`

|                 |                                                                                                    |
| --------------- | -------------------------------------------------------------------------------------------------- |
| **Data Type**   | `Enum (String)`                                                                                    |
| **Description** | The self-reported [size range](/docs/company-sizes) of the company associated with the IP address. |

#### Field Details

See [`company.size`](/docs/company-schema#size) for more information about how we handle company size ranges.

#### Example

```json JSON theme={null}
"size": "51-200"
```

***

### `company.industry`

|                 |                                                                                               |
| --------------- | --------------------------------------------------------------------------------------------- |
| **Data Type**   | `Enum (String)`                                                                               |
| **Description** | The self-reported [industry](/docs/industries) of the company associated with the IP address. |

#### Field Details

See [`company.industry`](/docs/company-schema#industry) for more information about how we handle company industries.

#### Example

```json JSON theme={null}
"industry": "computer software"
```

***

### `company.inferred_revenue`

|                 |                                                                                                                       |
| --------------- | --------------------------------------------------------------------------------------------------------------------- |
| **Data Type**   | `Enum (String)`                                                                                                       |
| **Description** | The [estimated annual revenue](/docs/inferred-revenue-ranges) (in USD) of the company associated with the IP address. |

#### Field Details

See [`company.inferred_revenue`](/docs/company-schema#inferred_revenue) for more information about how we handle company revenues.

#### Example

```json JSON theme={null}
"inferred_revenue": "$10M-$25M"
```

***

### `company.employee_count`

|                 |                                                                                                                               |
| --------------- | ----------------------------------------------------------------------------------------------------------------------------- |
| **Data Type**   | `Integer (> 0)`                                                                                                               |
| **Description** | The current [number of employees](/docs/company-schema#employee_count) working at the company associated with the IP address. |

#### Field Details

See [`company.employee_count`](/docs/company-schema#employee_count) for more information about how we handle company employee counts.

#### Example

```json JSON theme={null}
"employee_count": 116
```

***

### `company.tags`

|                 |                                                                                               |
| --------------- | --------------------------------------------------------------------------------------------- |
| **Data Type**   | `Array [String]`                                                                              |
| **Description** | [Tags](/docs/company-schema#tags) associated with the company associated with the IP address. |

#### Field Details

See [`company.tags`](/docs/company-schema#tags) for more information about how we handle company tags.

#### Example

```json JSON theme={null}
"tags": [
  "b2b data",
  "people data",
  "data science",
  "data",
  "daas",
  "artificial intelligence",
  "data and analytics",
  "machine learning",
  "analytics",
  "database"
]
```

## Person

***

### `person`

|                 |                                                                  |
| --------------- | ---------------------------------------------------------------- |
| **Data Type**   | `Object`                                                         |
| **Description** | Information related to the person associated with the IP address |

#### Field Details

We offer several person-related fields within our IP records to understand the associated persona behind the IP. These fields are largely limited to job title information.

#### Example

```json JSON theme={null}
"person": {
  "confidence": "very high",
  "job_title_sub_role": "product",
  "job_title_role": "operations",
  "job_title_levels": [
    "cxo"
  ],
  "job_title_class": "research_and_development"
}
```

***

### `person.confidence`

|                 |                                                                                |
| --------------- | ------------------------------------------------------------------------------ |
| **Data Type**   | `Enum (String)`                                                                |
| **Description** | How confident we are that the returned person is associated with requested IP. |

#### Field Details

Will be one of the following options: `very high`, `high`, `moderate`, `low`, `very low`.

#### Example

```json JSON theme={null}
"confidence": "very high"
```

***

### `person.job_title_sub_role`

|                 |                                                        |
| --------------- | ------------------------------------------------------ |
| **Data Type**   | `Enum (String)`                                        |
| **Description** | The derived subrole of the person's current job title. |

#### Field Details

The value will be one of our [Canonical Job Sub Roles](/docs/job-title-subroles). Each subrole maps to a role. See [Mapping Job Title Class to Roles to Subroles](/docs/title-subroles-to-roles) for the complete list.

#### Example

```json JSON theme={null}
"job_title_sub_role": "product management"
```

***

### `person.job_title_role`

|                 |                                                     |
| --------------- | --------------------------------------------------- |
| **Data Type**   | `Enum (String)`                                     |
| **Description** | The derived role of the person's current job title. |

#### Field Details

The value will be one of our [Canonical Job Roles](/docs/job-title-roles).

#### Example

```json JSON theme={null}
"job_title_role": "product"
```

***

### `person.levels`

|                 |                                                        |
| --------------- | ------------------------------------------------------ |
| **Data Type**   | `Array [Enum (String)]`                                |
| **Description** | The derived level(s) of the person's current job title |

#### Field Details

Each level in the list will be one of our [Canonical Job Title Levels](/docs/job-title-levels).

Note: The cxo level is a catch-all for "Chief \_\_ Officer" roles, so a CEO, CIO, CTO, etc. will all have job\_title\_levels: \["cxo"].

#### Example

```json JSON theme={null}
"job_title_levels": [
  "cxo"
]
```

<br />

***

### `person.job_title_class`

|                 |                                                       |
| --------------- | ----------------------------------------------------- |
| **Data Type**   | `Enum (String)`                                       |
| **Description** | The line item category this employee would fall into. |

#### Field Details

The value will be one of our [Canonical Job Roles](/docs/job-title-class).

#### Example

```json JSON theme={null}
"job_title_class": "research_and_development"
```


## Related topics

- [IP Data Overview](/docs/ip-data-overview.md)
- [Output Response - IP Enrichment API](/docs/output-response-ip-enrichment-api.md)
- [IP Endpoint](/docs/ip-endpoint.md)
- [IP Stats](/docs/ip-stats.md)
- [IP Enrichment API](/docs/ip-enrichment-api.md)
