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

# Data Integrations

Ping supports multiple third-party data integrations which can be accessed programmatically via API requests. To retrieve data from specific integrations, include the `sources` parameter in the request payload and provide a list of integration codes corresponding to the desired sources.

## Integrations

<Accordion title="Sources">
  * `PH - Ping Hazard`
  * `LB - Lightbox`
  * `PG - Ping Geocoding`
    * `LBG - Lightbox Geocoding`
  * *`full list coming soon...`*
</Accordion>

## Base Output Attributes

The following attributes are always present in responses and provide metadata about the request/response transaction:

| **Data Element**                 | **Response Values**                                     | **Description**                                                                                                                                                                                                    |
| :------------------------------- | :------------------------------------------------------ | :----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| is\_success <br />(`boolean`)    | <details><summary>Values</summary>True, False</details> | Indicates whether the data retrieval was successful or not.                                                                                                                                                        |
| error\_message <br />(`text`)    |                                                         | Message returned when a request fails.                                                                                                                                                                             |
| raw\_response <br />(`object`)   |                                                         | The unprocessed response data from the datasource, preserved for debugging or advanced use cases.                                                                                                                  |
| persist\_for <br />(`object`)    |                                                         | Duration for which this result should be cached before requiring a fresh fetch.                                                                                                                                    |
| confidence <br />(`number`)      | <details><summary>Values</summary>0-100</details>       | Confidence score indicating the reliability of the returned data for the given location.                                                                                                                           |
| status\_code <br />(`number`)    |                                                         | HTTP status code indicating the result of the request. See [https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Status](https://developer.mozilla.org/en-US/docs/Web/HTTP/Reference/Status) for reference. |
| fetch\_time <br />(`number`)     |                                                         | Time taken to retrieve the data, in seconds.                                                                                                                                                                       |
| is\_cache\_hit <br />(`boolean`) | <details><summary>Values</summary>True, False</details> | Indicates whether the result was served from cache or freshly computed.                                                                                                                                            |
| worker\_name <br />(`text`)      |                                                         | Identifier of the worker process that handled this request.                                                                                                                                                        |

## Ping Hazard

**Code: PH**

The following attributes will be available in the `external_data` key of the response.

### Response Metadata

The following attributes describe the status, context, and quality of the hazard/risk data returned for the location.

| **Data Element**                              | **Response Values** | **Description**                                                                          |
| :-------------------------------------------- | :------------------ | :--------------------------------------------------------------------------------------- |
| consulted\_<br />datasources <br />(`object`) |                     | List of data source codes used to generate the hazard and risk outputs for the location. |
| state <br />(`text`)                          |                     | The U.S. state where the location is found.                                              |
| county <br />(`text`)                         |                     | Name of the county where the property is located.                                        |

### Flood Data

The following attributes describe flood-related hazard exposure, proximity to the coast, FEMA flood classification, and surge modeling.

| **Data Element**                                                            | **Response Values**                                                                               | **Description**                                                                                            |
| :-------------------------------------------------------------------------- | :------------------------------------------------------------------------------------------------ | :--------------------------------------------------------------------------------------------------------- |
| fema\_flood\_zone\_<br />dfirm\_id <br />(`text`)                           |                                                                                                   | FEMA Digital Flood Insurance Rate Map (DFIRM) panel identifier.                                            |
| fema\_flood\_zone\_<br />version\_id <br />(`text`)                         |                                                                                                   | Version identifier representing the specific FEMA flood zone data.                                         |
| fema\_flood\_zone\_<br />version\_date <br />(`date`)                       |                                                                                                   | Date of the FEMA flood zone data version used for this record.                                             |
| fema\_flood\_zone <br />(`text`)                                            | <details><summary>Values</summary>A, AE, A1–A30, AO, AR, A99, V, VE, V1–V30, B, C, D, X</details> | FEMA flood zone designation indicating the level of flood risk.                                            |
| fema\_flood\_zone\_<br />subtype <br />(`text`)                             |                                                                                                   | Additional description on the features within the primary FEMA flood zone.                                 |
| slosh\_zone\_category <br />(`number`)                                      | <details><summary>Values</summary>1-5</details>                                                   | The SLOSH (Sea, Lake, and Overland Surges from Hurricanes) storm surge category assigned to this location. |
| slosh\_zone\_value <br />(`number`)                                         |                                                                                                   | Estimated storm surge height in feet for the associated SLOSH category.                                    |
| distance\_to\_coast\_<br />miles <br />(`number`)                           |                                                                                                   | Distance from the location to the coast, measured in miles.                                                |
| distance\_to\_coast\_<br />feet <br />(`number`)                            |                                                                                                   | Distance from the location to the coast, measured in feet.                                                 |
| distance\_to\_coast\_<br />closest\_point\_<br />longitude <br />(`number`) |                                                                                                   | Longitude of the nearest point on the coast to the location.                                               |
| distance\_to\_coast\_<br />closest\_point\_<br />latitude <br />(`number`)  |                                                                                                   | Latitude of the nearest point on the coast to the location.                                                |
| distance\_to\_coast\_<br />connected\_lines <br />(`list[text]`)            |                                                                                                   | WKT LineString connecting the location to the nearest point on the coast.                                  |

### Risk Data

The following attributes provide grade, numeric and textual ratings, and monetary values for different risk categories.

#### Composite

| **Data Element**               | **Response Values**                                                                                                                   | **Description**                                                                                                                         |
| :----------------------------- | :------------------------------------------------------------------------------------------------------------------------------------ | :-------------------------------------------------------------------------------------------------------------------------------------- |
| risk\_score <br />(`number`)   | <details><summary>Values</summary>0-100</details>                                                                                     | FEMA's National Risk Index (NRI) composite score for the location, a national percentile indicating relative risk from natural hazards. |
| risk\_value <br />(`currency`) |                                                                                                                                       | Expected annual loss in USD used to derive the risk\_score percentile.                                                                  |
| risk\_ratng <br />(`text`)     | <details><summary>Values</summary>Not Applicable, Very Low, Relatively Low, Relatively Moderate, Relatively High, Very High</details> | Overall risk rating label.                                                                                                              |

#### Avalanche

| **Data Element**               | **Response Values**                                                                                                                   | **Description**                                           |
| :----------------------------- | :------------------------------------------------------------------------------------------------------------------------------------ | :-------------------------------------------------------- |
| avln\_riskv <br />(`currency`) |                                                                                                                                       | Expected annual loss in USD for avalanche hazards.        |
| avln\_risks <br />(`number`)   | <details><summary>Values</summary>0-100</details>                                                                                     | Avalanche hazard risk score (national percentile, 0-100). |
| avln\_riskr <br />(`text`)     | <details><summary>Values</summary>Not Applicable, Very Low, Relatively Low, Relatively Moderate, Relatively High, Very High</details> | Avalanche hazard risk rating label.                       |

#### Coastal Flooding

| **Data Element**               | **Response Values**                                                                                                                   | **Description**                                               |
| :----------------------------- | :------------------------------------------------------------------------------------------------------------------------------------ | :------------------------------------------------------------ |
| cfld\_riskv <br />(`currency`) |                                                                                                                                       | Expected annual loss in USD for coastal flood hazards.        |
| cfld\_risks <br />(`number`)   | <details><summary>Values</summary>0-100</details>                                                                                     | Coastal flood hazard risk score (national percentile, 0-100). |
| cfld\_riskr <br />(`text`)     | <details><summary>Values</summary>Not Applicable, Very Low, Relatively Low, Relatively Moderate, Relatively High, Very High</details> | Coastal flood hazard risk rating label.                       |

#### Cold Wave

| **Data Element**               | **Response Values**                                                                                                                   | **Description**                                           |
| :----------------------------- | :------------------------------------------------------------------------------------------------------------------------------------ | :-------------------------------------------------------- |
| cwav\_riskv <br />(`currency`) |                                                                                                                                       | Expected annual loss in USD for cold wave hazards.        |
| cwav\_risks <br />(`number`)   | <details><summary>Values</summary>0-100</details>                                                                                     | Cold wave hazard risk score (national percentile, 0-100). |
| cwav\_riskr <br />(`text`)     | <details><summary>Values</summary>Not Applicable, Very Low, Relatively Low, Relatively Moderate, Relatively High, Very High</details> | Cold wave hazard risk rating label.                       |

#### Drought

| **Data Element**               | **Response Values**                                                                                                                   | **Description**                                         |
| :----------------------------- | :------------------------------------------------------------------------------------------------------------------------------------ | :------------------------------------------------------ |
| drgt\_riskv <br />(`currency`) |                                                                                                                                       | Expected annual loss in USD for drought hazards.        |
| drgt\_risks <br />(`number`)   | <details><summary>Values</summary>0-100</details>                                                                                     | Drought hazard risk score (national percentile, 0-100). |
| drgt\_riskr <br />(`text`)     | <details><summary>Values</summary>Not Applicable, Very Low, Relatively Low, Relatively Moderate, Relatively High, Very High</details> | Drought hazard risk rating label.                       |

#### Earthquake

| **Data Element**               | **Response Values**                                                                                                                   | **Description**                                            |
| :----------------------------- | :------------------------------------------------------------------------------------------------------------------------------------ | :--------------------------------------------------------- |
| erqk\_riskv <br />(`currency`) |                                                                                                                                       | Expected annual loss in USD for earthquake hazards.        |
| erqk\_risks <br />(`number`)   | <details><summary>Values</summary>0-100</details>                                                                                     | Earthquake hazard risk score (national percentile, 0-100). |
| erqk\_riskr <br />(`text`)     | <details><summary>Values</summary>Not Applicable, Very Low, Relatively Low, Relatively Moderate, Relatively High, Very High</details> | Earthquake hazard risk rating label.                       |

#### Hail

| **Data Element**               | **Response Values**                                                                                                                   | **Description**                                      |
| :----------------------------- | :------------------------------------------------------------------------------------------------------------------------------------ | :--------------------------------------------------- |
| hail\_riskv <br />(`currency`) |                                                                                                                                       | Expected annual loss in USD for hail hazards.        |
| hail\_risks <br />(`number`)   | <details><summary>Values</summary>0-100</details>                                                                                     | Hail hazard risk score (national percentile, 0-100). |
| hail\_riskr <br />(`text`)     | <details><summary>Values</summary>Not Applicable, Very Low, Relatively Low, Relatively Moderate, Relatively High, Very High</details> | Hail hazard risk rating label.                       |

#### Heat Wave

| **Data Element**               | **Response Values**                                                                                                                   | **Description**                                           |
| :----------------------------- | :------------------------------------------------------------------------------------------------------------------------------------ | :-------------------------------------------------------- |
| hwav\_riskv <br />(`currency`) |                                                                                                                                       | Expected annual loss in USD for heat wave hazards.        |
| hwav\_risks <br />(`number`)   | <details><summary>Values</summary>0-100</details>                                                                                     | Heat wave hazard risk score (national percentile, 0-100). |
| hwav\_riskr <br />(`text`)     | <details><summary>Values</summary>Not Applicable, Very Low, Relatively Low, Relatively Moderate, Relatively High, Very High</details> | Heat wave hazard risk rating label.                       |

#### Hurricane

| **Data Element**               | **Response Values**                                                                                                                   | **Description**                                           |
| :----------------------------- | :------------------------------------------------------------------------------------------------------------------------------------ | :-------------------------------------------------------- |
| hrcn\_riskv <br />(`currency`) |                                                                                                                                       | Expected annual loss in USD for hurricane hazards.        |
| hrcn\_risks <br />(`number`)   | <details><summary>Values</summary>0-100</details>                                                                                     | Hurricane hazard risk score (national percentile, 0-100). |
| hrcn\_riskr <br />(`text`)     | <details><summary>Values</summary>Not Applicable, Very Low, Relatively Low, Relatively Moderate, Relatively High, Very High</details> | Hurricane hazard risk rating label.                       |

#### Ice Storm

| **Data Element**               | **Response Values**                                                                                                                   | **Description**                                           |
| :----------------------------- | :------------------------------------------------------------------------------------------------------------------------------------ | :-------------------------------------------------------- |
| istm\_riskv <br />(`currency`) |                                                                                                                                       | Expected annual loss in USD for ice storm hazards.        |
| istm\_risks <br />(`number`)   | <details><summary>Values</summary>0-100</details>                                                                                     | Ice storm hazard risk score (national percentile, 0-100). |
| istm\_riskr <br />(`text`)     | <details><summary>Values</summary>Not Applicable, Very Low, Relatively Low, Relatively Moderate, Relatively High, Very High</details> | Ice storm hazard risk rating label.                       |

#### Landslide

| **Data Element**               | **Response Values**                                                                                                                   | **Description**                                           |
| :----------------------------- | :------------------------------------------------------------------------------------------------------------------------------------ | :-------------------------------------------------------- |
| lnds\_riskv <br />(`currency`) |                                                                                                                                       | Expected annual loss in USD for landslide hazards.        |
| lnds\_risks <br />(`number`)   | <details><summary>Values</summary>0-100</details>                                                                                     | Landslide hazard risk score (national percentile, 0-100). |
| lnds\_riskr <br />(`text`)     | <details><summary>Values</summary>Not Applicable, Very Low, Relatively Low, Relatively Moderate, Relatively High, Very High</details> | Landslide hazard risk rating label.                       |

#### Lightning

| **Data Element**               | **Response Values**                                                                                                                   | **Description**                                           |
| :----------------------------- | :------------------------------------------------------------------------------------------------------------------------------------ | :-------------------------------------------------------- |
| ltng\_riskv <br />(`currency`) |                                                                                                                                       | Expected annual loss in USD for lightning hazards.        |
| ltng\_risks <br />(`number`)   | <details><summary>Values</summary>0-100</details>                                                                                     | Lightning hazard risk score (national percentile, 0-100). |
| ltng\_riskr <br />(`text`)     | <details><summary>Values</summary>Not Applicable, Very Low, Relatively Low, Relatively Moderate, Relatively High, Very High</details> | Lightning hazard risk rating label.                       |

#### Riverine Flooding

| **Data Element**               | **Response Values**                                                                                                                   | **Description**                                                |
| :----------------------------- | :------------------------------------------------------------------------------------------------------------------------------------ | :------------------------------------------------------------- |
| rfld\_riskv <br />(`currency`) |                                                                                                                                       | Expected annual loss in USD for riverine flood hazards.        |
| rfld\_risks <br />(`number`)   | <details><summary>Values</summary>0-100</details>                                                                                     | Riverine flood hazard risk score (national percentile, 0-100). |
| rfld\_riskr <br />(`text`)     | <details><summary>Values</summary>Not Applicable, Very Low, Relatively Low, Relatively Moderate, Relatively High, Very High</details> | Riverine flood hazard risk rating label.                       |

#### Strong Wind

| **Data Element**               | **Response Values**                                                                                                                   | **Description**                                             |
| :----------------------------- | :------------------------------------------------------------------------------------------------------------------------------------ | :---------------------------------------------------------- |
| swnd\_riskv <br />(`currency`) |                                                                                                                                       | Expected annual loss in USD for strong wind hazards.        |
| swnd\_risks <br />(`number`)   | <details><summary>Values</summary>0-100</details>                                                                                     | Strong wind hazard risk score (national percentile, 0-100). |
| swnd\_riskr <br />(`text`)     | <details><summary>Values</summary>Not Applicable, Very Low, Relatively Low, Relatively Moderate, Relatively High, Very High</details> | Strong wind hazard risk rating label.                       |

#### Tornado

| **Data Element**               | **Response Values**                                                                                                                   | **Description**                                         |
| :----------------------------- | :------------------------------------------------------------------------------------------------------------------------------------ | :------------------------------------------------------ |
| trnd\_riskv <br />(`currency`) |                                                                                                                                       | Expected annual loss in USD for tornado hazards.        |
| trnd\_risks <br />(`number`)   | <details><summary>Values</summary>0-100</details>                                                                                     | Tornado hazard risk score (national percentile, 0-100). |
| trnd\_riskr <br />(`text`)     | <details><summary>Values</summary>Not Applicable, Very Low, Relatively Low, Relatively Moderate, Relatively High, Very High</details> | Tornado hazard risk rating label.                       |

#### Tsunami

| **Data Element**               | **Response Values**                                                                                                                   | **Description**                                         |
| :----------------------------- | :------------------------------------------------------------------------------------------------------------------------------------ | :------------------------------------------------------ |
| tsun\_riskv <br />(`currency`) |                                                                                                                                       | Expected annual loss in USD for tsunami hazards.        |
| tsun\_risks <br />(`number`)   | <details><summary>Values</summary>0-100</details>                                                                                     | Tsunami hazard risk score (national percentile, 0-100). |
| tsun\_riskr <br />(`text`)     | <details><summary>Values</summary>Not Applicable, Very Low, Relatively Low, Relatively Moderate, Relatively High, Very High</details> | Tsunami hazard risk rating label.                       |

#### Volcanic Activity

| **Data Element**               | **Response Values**                                                                                                                   | **Description**                                                   |
| :----------------------------- | :------------------------------------------------------------------------------------------------------------------------------------ | :---------------------------------------------------------------- |
| vlcn\_riskv <br />(`currency`) |                                                                                                                                       | Expected annual loss in USD for volcanic activity hazards.        |
| vlcn\_risks <br />(`number`)   | <details><summary>Values</summary>0-100</details>                                                                                     | Volcanic activity hazard risk score (national percentile, 0-100). |
| vlcn\_riskr <br />(`text`)     | <details><summary>Values</summary>Not Applicable, Very Low, Relatively Low, Relatively Moderate, Relatively High, Very High</details> | Volcanic activity hazard risk rating label.                       |

#### Wildfire

| **Data Element**               | **Response Values**                                                                                                                   | **Description**                                          |
| :----------------------------- | :------------------------------------------------------------------------------------------------------------------------------------ | :------------------------------------------------------- |
| wfir\_riskv <br />(`currency`) |                                                                                                                                       | Expected annual loss in USD for wildfire hazards.        |
| wfir\_risks <br />(`number`)   | <details><summary>Values</summary>0-100</details>                                                                                     | Wildfire hazard risk score (national percentile, 0-100). |
| wfir\_riskr <br />(`text`)     | <details><summary>Values</summary>Not Applicable, Very Low, Relatively Low, Relatively Moderate, Relatively High, Very High</details> | Wildfire hazard risk rating label.                       |

#### Winter Weather

| **Data Element**             | **Response Values**                                                                                                                   | **Description**                                                |
| :--------------------------- | :------------------------------------------------------------------------------------------------------------------------------------ | :------------------------------------------------------------- |
| wntw\_riskv <br />(`number`) |                                                                                                                                       | Expected annual loss in USD for winter weather hazards.        |
| wntw\_risks <br />(`number`) | <details><summary>Values</summary>0-100</details>                                                                                     | Winter weather hazard risk score (national percentile, 0-100). |
| wntw\_riskr <br />(`text`)   | <details><summary>Values</summary>Not Applicable, Very Low, Relatively Low, Relatively Moderate, Relatively High, Very High</details> | Winter weather hazard risk rating label.                       |

### Fire Data

The following attributes describe wildfire hazard, fire protection, and proximity to fire response infrastructure.

| **Data Element**                                                | **Response Values**                                                | **Description**                                                                                                                                             |
| :-------------------------------------------------------------- | :----------------------------------------------------------------- | :---------------------------------------------------------------------------------------------------------------------------------------------------------- |
| burn\_probability <br />(`percentage`)                          | <details><summary>Values</summary>0.0-1.0</details>                | Annual probability of a wildfire burning the location.                                                                                                      |
| aais\_classification <br />(`text`)                             | <details><summary>Values</summary>P1, P2, P3, P4, U1, U2</details> | Fire protection classification code and description from the AAIS system (e.g., 'P1, PROTECTED 1' indicates highest protection level).                      |
| ping\_fire\_protection\_<br />class <br />(`number`)            | <details><summary>Values</summary>1-10</details>                   | ISO/Ping Fire Protection Class (FPC) score; lower values indicate better fire protection.                                                                   |
| distance\_to\_fire\_<br />station\_feet <br />(`number`)        |                                                                    | Distance from the location to the nearest fire station, measured in feet.                                                                                   |
| distance\_to\_fire\_<br />hydrant\_feet <br />(`number`)        |                                                                    | Distance from the location to the nearest fire hydrant, measured in feet.                                                                                   |
| fire\_station\_point <br />(`text`)                             |                                                                    | Geographic point representing the nearest fire station, in WKT format (e.g., POINT (longitude latitude)).                                                   |
| fire\_station\_closest\_<br />point\_longitude <br />(`number`) |                                                                    | Longitude of the closest fire station to the property location.                                                                                             |
| fire\_station\_closest\_<br />point\_latitude <br />(`number`)  |                                                                    | Latitude of the closest fire station to the property location.                                                                                              |
| fire\_station\_extra\_<br />data <br />(`object`)               |                                                                    | Extra data about the nearest fire station, including name, address, geographic coordinates, city, state, zip code, and whether it is staffed by volunteers. |
| fire\_hydrant\_point <br />(`text`)                             |                                                                    | Geographic point representing the nearest fire hydrant, in WKT format (e.g., POINT (longitude latitude)).                                                   |
| fire\_hydrant\_closest\_<br />point\_longitude <br />(`number`) |                                                                    | Longitude of the closest fire hydrant to the property location.                                                                                             |
| fire\_hydrant\_closest\_<br />point\_latitude <br />(`number`)  |                                                                    | Latitude of the closest fire hydrant to the property location.                                                                                              |

### Crime Data

The following attributes describe crime statistics and safety metrics for the location.

| **Data Element**                     | **Response Values**                             | **Description**                                       |
| :----------------------------------- | :---------------------------------------------- | :---------------------------------------------------- |
| total\_crime\_grade <br />(`text`)   | <details><summary>Values</summary>A-F</details> | Overall crime grade for the property area.            |
| murder\_grade <br />(`text`)         | <details><summary>Values</summary>A-F</details> | Crime grade for murder/homicide rate in the area.     |
| rape\_grade <br />(`text`)           | <details><summary>Values</summary>A-F</details> | Crime grade for rape/sexual assault rate in the area. |
| robbery\_grade <br />(`text`)        | <details><summary>Values</summary>A-F</details> | Crime grade for robbery rate in the area.             |
| assault\_grade <br />(`text`)        | <details><summary>Values</summary>A-F</details> | Crime grade for aggravated assault rate in the area.  |
| burglary\_grade <br />(`text`)       | <details><summary>Values</summary>A-F</details> | Crime grade for burglary rate in the area.            |
| larceny\_grade <br />(`text`)        | <details><summary>Values</summary>A-F</details> | Crime grade for larceny/theft rate in the area.       |
| vehicle\_theft\_grade <br />(`text`) | <details><summary>Values</summary>A-F</details> | Crime grade for motor vehicle theft rate in the area. |

### Florida Sinkhole Data

The following attributes describe the proximity and characteristics of the nearest known sinkhole in Florida.

| **Data Element**                                                          | **Response Values** | **Description**                                                                                                                                                  |
| :------------------------------------------------------------------------ | :------------------ | :--------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| distance\_to\_florida\_<br />sinkhole\_feet <br />(`number`)              |                     | Distance from the property to the nearest known Florida sinkhole, in feet.                                                                                       |
| florida\_sinkhole\_<br />point <br />(`text`)                             |                     | Geographic point representing the nearest known sinkhole in Florida, in WKT format (e.g., POINT (longitude latitude)).                                           |
| florida\_sinkhole\_<br />closest\_point\_<br />longitude <br />(`number`) |                     | Longitude of the closest known sinkhole in Florida to the property location.                                                                                     |
| florida\_sinkhole\_<br />closest\_point\_<br />latitude <br />(`number`)  |                     | Latitude of the closest known sinkhole in Florida to the property location.                                                                                      |
| florida\_sinkhole\_<br />extra\_data <br />(`object`)                     |                     | Extra data about the closest Florida sinkhole, including coordinates, event dates, geological characteristics, damage reports, and other sinkhole-specific data. |

### Elevation Data

The following attributes describe the elevation and topographic characteristics of the location.

| **Data Element**                    | **Response Values** | **Description**                                                                                                   |
| :---------------------------------- | :------------------ | :---------------------------------------------------------------------------------------------------------------- |
| elevation\_meters <br />(`number`)  |                     | Elevation of the location above sea level, in meters.                                                             |
| resolution\_meters <br />(`number`) |                     | Size of each grid cell in the underlying risk data, in meters. Smaller values indicate higher spatial resolution. |

## Lightbox

**Code: LB**

The following attributes will be available in the `external_data` key of the response.

| **Data Element**                                       | **Response Values**                                     | **Description**                                                                            |
| :----------------------------------------------------- | :------------------------------------------------------ | :----------------------------------------------------------------------------------------- |
| length\_units <br />(`text`)                           |                                                         | Units used for linear measurements (e.g., 'm').                                            |
| area\_units <br />(`text`)                             |                                                         | Units used to express area measurements (e.g., 'sqm').                                     |
| occupancy\_type <br />(`text`)                         |                                                         | Type of occupancy (e.g., 'SINGLE FAMILY RESIDENTIAL').                                     |
| land\_use\_category <br />(`text`)                     |                                                         | Use classification for the land (e.g., residential, commercial, agricultural).             |
| bldg\_year\_built <br />(`year`)                       |                                                         | The year the building was originally constructed.                                          |
| bldg\_year\_updated <br />(`year`)                     |                                                         | The most recent year in which the building was updated or modified.                        |
| construction\_type <br />(`text`)                      |                                                         | Category of building construction (e.g., wood frame, masonry, steel).                      |
| num\_stories <br />(`text`)                            |                                                         | Number of stories / floors in the building (as text).                                      |
| num\_buildings <br />(`text`)                          |                                                         | The number of distinct buildings on the property (as text).                                |
| has\_basement <br />(`boolean`)                        | <details><summary>Values</summary>True, False</details> | Whether the building has a basement (true / false).                                        |
| num\_stories\_below\_<br />gnd <br />(`number`)        |                                                         | How many levels / floors are below ground (basement levels).                               |
| num\_stories\_desc <br />(`text`)                      |                                                         | Description of the number of stories (e.g., '2+B').                                        |
| bldg\_area <br />(`number`)                            |                                                         | The building's footprint / gross floor area (in area units).                               |
| wall\_type <br />(`text`)                              |                                                         | Wall construction type (e.g., masonry, wood frame).                                        |
| roof\_covering <br />(`text`)                          |                                                         | Material used for the roof covering (e.g., 'ASPHALT').                                     |
| roof\_covering\_code <br />(`text`)                    |                                                         | Code representing the roof covering material. (e.g., 'P')                                  |
| roof\_type <br />(`text`)                              |                                                         | The structural type of roof (e.g., gable, flat, hip).                                      |
| lot\_size <br />(`number`)                             |                                                         | Size of the land / parcel (in area units).                                                 |
| assessed\_value\_total <br />(`currency`)              |                                                         | Total assessed value of the property.                                                      |
| assessed\_value\_land <br />(`currency`)               |                                                         | Assessed value of the land portion of the property.                                        |
| assessed\_value\_<br />improvements <br />(`currency`) |                                                         | Assessed value of improvements (structures) on the property.                               |
| assessed\_value\_year <br />(`year`)                   |                                                         | The year for which the assessed value applies.                                             |
| market\_value\_total <br />(`currency`)                |                                                         | Market valuation of the property.                                                          |
| market\_value\_land <br />(`currency`)                 |                                                         | Market value of the land portion of the property.                                          |
| market\_value\_<br />improvements <br />(`currency`)   |                                                         | Market value of improvements (structures) on the property.                                 |
| market\_value\_year <br />(`year`)                     |                                                         | The year for which the market value is estimated.                                          |
| bedrooms <br />(`number`)                              |                                                         | Number of bedrooms.                                                                        |
| baths <br />(`number`)                                 |                                                         | Number of bathrooms.                                                                       |
| ownership\_status\_<br />code <br />(`text`)           |                                                         | Code for ownership status (e.g., 'CO').                                                    |
| ownership\_status\_<br />code\_desc <br />(`text`)     |                                                         | Description corresponding to the ownership status code (e.g., 'COMPANY' or 'CORPORATION'). |
| owner\_names <br />(`list[text]`)                      |                                                         | List of owner names.                                                                       |
| owner\_street <br />(`text`)                           |                                                         | Street address of the owner.                                                               |
| owner\_city <br />(`text`)                             |                                                         | City of the property owner's address.                                                      |
| owner\_state <br />(`text`)                            |                                                         | State in the owner's address.                                                              |
| owner\_zip <br />(`text`)                              |                                                         | ZIP code of the owner's address.                                                           |
| owner\_occupied <br />(`boolean`)                      | <details><summary>Values</summary>True, False</details> | Whether the owner lives in the property (true / false).                                    |
| heating\_desc <br />(`text`)                           |                                                         | Description of the heating system (e.g., 'FORCED AIR UNIT').                               |
| heating\_code <br />(`text`)                           |                                                         | Code for the type of heating system installed.                                             |
| air\_conditioning\_<br />desc <br />(`text`)           |                                                         | A textual description of the air conditioning type (e.g., 'Central / Forced air').         |
| air\_conditioning\_<br />code <br />(`text`)           |                                                         | A code representing the type of air conditioning installed (if any).                       |
| valuation\_model\_<br />value <br />(`currency`)       |                                                         | Valuation or predictive value of the property from LightBox's model.                       |
| valuation\_model\_<br />value\_high <br />(`currency`) |                                                         | Upper bound of the modeled value (confidence interval).                                    |
| valuation\_model\_<br />value\_low <br />(`currency`)  |                                                         | Lower bound of the modeled value (confidence interval).                                    |
| valuation\_model\_<br />value\_score <br />(`number`)  | <details><summary>Values</summary>0-100</details>       | Score or confidence metric for the valuation model result.                                 |
| street <br />(`text`)                                  |                                                         | Street address of the property.                                                            |
| city <br />(`text`)                                    |                                                         | The city or municipality where the property is located.                                    |
| state <br />(`text`)                                   |                                                         | The U.S. state where the location is found.                                                |
| zip <br />(`text`)                                     |                                                         | ZIP code of the property location.                                                         |
| country <br />(`text`)                                 |                                                         | Country where the property is located.                                                     |
| latitude <br />(`number`)                              |                                                         | Latitude coordinate of the property.                                                       |
| longitude <br />(`number`)                             |                                                         | Longitude coordinate of the property.                                                      |
| transaction\_price\_<br />per\_area <br />(`currency`) |                                                         | The sale price of the property divided by its area.                                        |
| transaction\_value <br />(`currency`)                  |                                                         | The total dollar amount paid in the most recent recorded sale of the property.             |
| transaction\_date <br />(`date`)                       |                                                         | The official recorded date of the most recent property sale or transfer.                   |
| h3 <br />(`text`)                                      |                                                         | H3 geospatial index of the property location.                                              |

## Ping Geocoding

**Code: PG**

The following attributes will be available in the `location_data` key of the response.

| **Data Element**                                                    | **Response Values**                                     | **Description**                                                                                                               |
| :------------------------------------------------------------------ | :------------------------------------------------------ | :---------------------------------------------------------------------------------------------------------------------------- |
| street\_number <br />(`text`)                                       |                                                         | Street number component of the address.                                                                                       |
| route <br />(`text`)                                                |                                                         | Street name or route component of the address.                                                                                |
| location\_type <br />(`text`)                                       |                                                         | Indicates how precisely the coordinates represent the actual address (e.g., 'ROOFTOP')                                        |
| latitude <br />(`number`)                                           |                                                         | Latitude of the location.                                                                                                     |
| longitude <br />(`number`)                                          |                                                         | Longitude of the location.                                                                                                    |
| formatted\_address <br />(`text`)                                   |                                                         | Human-readable full address (e.g., '123 Main St, Miami, FL 33133').                                                           |
| address\_line\_1 <br />(`text`)                                     |                                                         | Primary street address line of the location (e.g., '123 Main St').                                                            |
| address\_line\_2 <br />(`text`)                                     |                                                         | Secondary address information of the location (e.g., Apt. 33)                                                                 |
| city <br />(`text`)                                                 |                                                         | City where the property is located (e.g., 'Miami').                                                                           |
| postal\_code <br />(`text`)                                         |                                                         | Postal code (e.g., ZIP code in the US).                                                                                       |
| county <br />(`text`)                                               |                                                         | County or equivalent region for the location (e.g., 'Miami-Dade').                                                            |
| state <br />(`text`)                                                |                                                         | State abbreviation (e.g., 'MA').                                                                                              |
| country <br />(`text`)                                              |                                                         | Country where the property is located (e.g., 'US').                                                                           |
| precision <br />(`number`)                                          | <details><summary>Values</summary>0-100</details>       | Precision score of the geocoding.                                                                                             |
| state\_name <br />(`text`)                                          |                                                         | Full state name.                                                                                                              |
| state\_code <br />(`text`)                                          |                                                         | Alternate field for state abbreviation.                                                                                       |
| country\_subdivision\_<br />name <br />(`text`)                     |                                                         | Full name of the state/province (e.g., 'Florida').                                                                            |
| country\_subdivision\_<br />code <br />(`text`)                     |                                                         | Abbreviated code for the state/province (e.g., 'FL').                                                                         |
| source\_desc <br />(`text`)                                         |                                                         | Source system that provided the geocoded data.                                                                                |
| consulted\_<br />datasources <br />(`list[text]`)                   |                                                         | List of data source codes used to generate the address result.                                                                |
| version <br />(`text`)                                              |                                                         | Data source version identifier (e.g., '2.1').                                                                                 |
| candidate\_countries <br />(`list[text]`)                           |                                                         |                                                                                                                               |
| match\_level <br />(`text`)                                         |                                                         | Level of detail matched in the address (e.g., 'street\_imputed').                                                             |
| precision\_<br />confidences <br />(`object`)                       |                                                         | Map of precision scores to confidence values.                                                                                 |
| match\_confidence <br />(`number`)                                  | <details><summary>Values</summary>0.0-1.0</details>     | Confidence level of the address match (e.g., '0.57').                                                                         |
| constructed\_address <br />(`text`)                                 |                                                         | The fully assembled address string built from the individual address components.                                              |
| used\_point\_<br />coordinates\_from\_<br />input <br />(`boolean`) | <details><summary>Values</summary>True, False</details> | Whether the geocoding result used latitude/longitude coordinates provided in the input rather than geocoding from an address. |

### Lightbox Geocoding

**Code: LBG** <br />

The following attributes will be available in the `location_data` key of the response.

| **Data Element**                                | **Response Values**                                                                                                            | **Description**                                                                                              |
| :---------------------------------------------- | :----------------------------------------------------------------------------------------------------------------------------- | :----------------------------------------------------------------------------------------------------------- |
| street\_number <br />(`text`)                   |                                                                                                                                | Street number component of the address.                                                                      |
| route <br />(`text`)                            |                                                                                                                                | Street name or route component of the address.                                                               |
| location\_type <br />(`text`)                   |                                                                                                                                | Indicates how precisely the coordinates represent the actual address (e.g., 'ROOFTOP')                       |
| latitude <br />(`number`)                       |                                                                                                                                | Latitude of the location.                                                                                    |
| longitude <br />(`number`)                      |                                                                                                                                | Longitude of the location.                                                                                   |
| formatted\_address <br />(`text`)               |                                                                                                                                | Human-readable full address (e.g., '123 Main St, Miami, FL 33133').                                          |
| address\_line\_1 <br />(`text`)                 |                                                                                                                                | Primary street address line of the location (e.g., '123 Main St').                                           |
| address\_line\_2 <br />(`text`)                 |                                                                                                                                | Secondary address information of the location (e.g., Apt. 33)                                                |
| city <br />(`text`)                             |                                                                                                                                | City where the property is located (e.g., 'Miami').                                                          |
| postal\_code <br />(`text`)                     |                                                                                                                                | Postal code (e.g., ZIP code in the US).                                                                      |
| county <br />(`text`)                           |                                                                                                                                | County or equivalent region for the location (e.g., 'Miami-Dade').                                           |
| state <br />(`text`)                            |                                                                                                                                | State abbreviation (e.g., 'MA').                                                                             |
| country <br />(`text`)                          |                                                                                                                                | Country where the property is located (e.g., 'US').                                                          |
| precision <br />(`number`)                      | <details><summary>Values</summary>0-100</details>                                                                              | Precision score of the geocoding.                                                                            |
| state\_name <br />(`text`)                      |                                                                                                                                | Full state name.                                                                                             |
| state\_code <br />(`text`)                      |                                                                                                                                | Alternate field for state abbreviation.                                                                      |
| country\_subdivision\_<br />name <br />(`text`) |                                                                                                                                | Full name of the state/province (e.g., 'Florida').                                                           |
| country\_subdivision\_<br />code <br />(`text`) |                                                                                                                                | Abbreviated code for the state/province (e.g., 'FL').                                                        |
| score <br />(`number`)                          |                                                                                                                                | Overall confidence score for the geocoding match.                                                            |
| street\_number\_score <br />(`number`)          |                                                                                                                                | Confidence score for the street number component match.                                                      |
| route\_score <br />(`number`)                   |                                                                                                                                | Confidence score for the street name/route component match.                                                  |
| address\_line\_1\_score <br />(`number`)        |                                                                                                                                | Confidence score for the primary address line match.                                                         |
| city\_score <br />(`number`)                    |                                                                                                                                | Confidence score for the city/locality component match.                                                      |
| postal\_code\_score <br />(`number`)            |                                                                                                                                | Confidence score for the postal code component match.                                                        |
| address\_id <br />(`text`)                      |                                                                                                                                | Unique Lightbox identifier for the geocoded address.                                                         |
| parcel\_id <br />(`text`)                       |                                                                                                                                | Unique Lightbox identifier for the parcel associated with the address.                                       |
| assessment\_id <br />(`text`)                   |                                                                                                                                | Unique Lightbox identifier for the tax assessment record associated with the address.                        |
| structure\_id <br />(`text`)                    |                                                                                                                                | Unique Lightbox identifier for the structure/building at the address.                                        |
| precision\_code <br />(`number`)                | <details><summary>Values</summary>[Precision Code List](https://lightbox.document360.io/docs/geocode-precision-code)</details> | Lightbox precision code indicating the level of geocoding accuracy (lower values indicate higher precision). |
