Skip to content

Event Payload Reference

When events are sent to your integrations, they include comprehensive metadata about the user, device, and context. Below is a complete reference of all available fields:

Core Event Fields

FieldTypeDescription
org_idstringYour organization's unique identifier
honeypot_namestringName of the honeypot that captured this event
event_idstringUnique identifier for this specific event
eventsarrayList of event names in this request
event_namestringPrimary event name for this occurrence
event_propertiesobjectCustom properties passed with the event (e.g., form data, transaction details)
event_timestringISO timestamp when the event occurred

Network & Location Data

FieldTypeDescription
ip_addressstringUser's IP address
ip_address_connectingstringDirect connecting IP (may differ from forwarded IP)
ip_address_forwarded_forstringX-Forwarded-For header value, if present
asnnumberAutonomous System Number
as_organizationstringOrganization that owns the IP range
city_namestringDetected city from IP geolocation
country_namestringFull country name
country_codestringTwo-letter country code (ISO 3166-1)
continentstringTwo-letter continent code
region_namestringState/province name
region_codestringState/province abbreviation
latitudenumberGeographic latitude
longitudenumberGeographic longitude
timezonestringTimezone identifier (e.g., "America/New_York")
connection_typenumberA bit mask where non-0 values are some combination of vpn, hosting provider, proxy, tor, etc. If you want to detect privacy behavior, look for connection_types >= 1. If you want to understand whether the user is connecting from a VPN, hosting provider, etc, look at the current_tags field instead of using this value directly.

Alternative location readings

If you need a stronger location reading that isn't IP-based, use our Geocaptcha feature.

Identity & Session Management

FieldTypeDescription
identitystringPrimary user identifier (email, username, etc.)
identity_typestringType of identity ("account", "device", etc.)
identitiesarrayAll identities associated with this user
browser_fingerprintstringUnique browser fingerprint hash
handprint_idstringHoneypot's advanced device identifier. See handprints
device_idstringDevice identifier (typically same as handprint_id)
device_id_detailsobjectDetailed information about the device identifier including version, creation time, and age
session_idstringCurrent session identifier
refstringReference ID for tracking

Device ID Details

The device_id_details field provides comprehensive information about the device identifier, including version tracking, creation timestamps, and device age calculations.

FieldTypeDescription
device_idstringThe current device identifier
versionstringVersion of the device identifier format
created_atstringISO timestamp when this device ID was first created
updated_atstringISO timestamp when this device ID was last updated
updated_fromobjectInformation about the previous device ID if this one was updated from another
ageobjectAge of the device ID broken down into time units

The updated_from object contains:

FieldTypeDescription
device_idstringThe previous device identifier
versionstringVersion of the previous device identifier

The age object contains:

FieldTypeDescription
secondsnumberAge in seconds
minutesnumberAge in minutes
hoursnumberAge in hours
daysnumberAge in days
Example Device ID Details
json
{
  "device_id_details": {
    "device_id": "834d2f18-853b-4e60-92b3-4e1226306d70",
    "version": "1.0",
    "created_at": "2025-08-07T16:59:35.785Z",
    "updated_at": "2025-08-07T16:59:35.785Z",
    "updated_from": {
      "device_id": "ed29b57f-a37c-441e-8396-d4e769500ed4",
      "version": "0.9"
    },
    "age": {
      "seconds": 2217,
      "minutes": 36,
      "hours": 0,
      "days": 0
    }
  }
}
Device ID Version Changelog

Honeypot's device ID system has evolved to address different challenges in device identification and tracking:

VersionDescription
0.0 - 0.9Early versions relied partially on fingerprinting and network indicators. We retired this version and moved similar functionality to handprints. We migrated to version 1.0 on June 10, 2025, and started force-updating all old versions to 1.0 starting on August 7, 2025.
1.0Pure UUIDv4 Device ID - This version uses a pure UUIDv4 format to ensure maximum uniqueness and eliminate crowdblending that occurs in fingerprinting solutions. This version is more suitable for scenarios where you need to minimize false positives. For scenarios where you need to cast a wider net with some false positive tolerance, the fingerprint + network-informed handprint_id are more suitable.

Device & Browser Information

FieldTypeDescription
refererstringHTTP referer header
uastringFull User-Agent string
browser_namestringBrowser name (Chrome, Firefox, Safari, etc.)
browser_versionstringFull browser version
browser_majorstringMajor browser version number
engine_namestringBrowser engine (Blink, Gecko, WebKit)
engine_versionstringEngine version
os_namestringOperating system name
os_versionstringOperating system version
device_vendorstringDevice manufacturer
device_modelstringDevice model name
device_typestringDevice category (mobile, tablet, desktop)
cpu_architecturestringCPU architecture

Performance Metrics

FieldTypeDescription
performance_page_loadnumberPage load time in milliseconds
performance_dom_readynumberDOM ready time in milliseconds
performance_dnsnumberDNS lookup time
performance_tcpnumberTCP connection time
performance_ttfbnumberTime to first byte

Screen & Display

FieldTypeDescription
screen_widthnumberScreen width in pixels
screen_heightnumberScreen height in pixels
screen_color_depthnumberColor depth
screen_pixel_depthnumberPixel depth
screen_orientation_anglenumberScreen orientation angle
screen_orientation_typestringOrientation type (landscape-primary, portrait, etc.)
screen_inner_widthnumberBrowser inner width
screen_inner_heightnumberBrowser inner height
screen_outer_widthnumberBrowser outer width
screen_outer_heightnumberBrowser outer height

Language & Localization

FieldTypeDescription
languages_supportedarrayAll languages supported by the browser
languages_preferredstringUser's preferred language
timezone_browserstringBrowser-reported timezone
timezone_browser_offset_hoursnumberTimezone offset in hours

Privacy Settings

FieldTypeDescription
browser_privacy_enabledbooleanWhether the browser is in incognito/private mode
cookies_enabledbooleanWhether cookies are enabled in the browser
cookie_test_passedbooleanWhether the browser passed Honeypot's cookie functionality test
gpc_enabledbooleanWhether Global Privacy Control (GPC) is enabled in the client

Security & Risk Assessment

FieldTypeDescription
verified_bot_categorystringVerified bot type (Google, Bing, etc.)
unverified_bot_categorystringSuspected bot type
current_tagsarrayActive risk tags for this event
session_tagsarrayAll tags applied during this session
tag_metadataobjectDetailed information about each tag. Each tag entry contains tag-specific metadata (e.g., location information for geo policy violations) plus common properties: count (number of times applied), first_timestamp, last_timestamp, and currently_applied

Session Analytics

FieldTypeDescription
last_event_namestringPrevious event name
last_event_datestringTimestamp of previous event
seconds_since_last_eventnumberTime elapsed since last event
session_start_datestringWhen this session began
seconds_since_session_startnumberTotal session duration
session_total_event_countnumberNumber of events in this session
session_ipsarrayAll IP addresses used in this session
session_ip_countnumberNumber of unique IPs in session

Historical Context

FieldTypeDescription
last_identityobjectPrevious identity information
last_ip_addressstringPreviously used IP address
last_latitudenumberPrevious geographic latitude
last_longitudenumberPrevious geographic longitude
last_connection_typenumberPrevious connection type
last_asnnumberPrevious ASN
last_as_organizationstringPrevious AS organization
last_city_namestringPrevious city
last_country_namestringPrevious country
last_country_codestringPrevious country code
last_region_namestringPrevious region
last_timezone_browserstringPrevious browser timezone
last_timezone_ipstringPrevious IP-based timezone
distance_traveled_milesnumberDistance between current and previous location

Smart Property Intelligence

When you include smart properties in your event data, Honeypot automatically enriches them with additional intelligence:

Phone Intelligence (phone_intel)

FieldTypeDescription
country_codenumberCountry calling code
area_codestringArea/region code
national_numberstringFull national number
is_possiblebooleanWhether the number format is possible
is_validbooleanWhether the number is valid
is_temporarybooleanWhether the number is from a temporary/disposable phone service
is_valid_for_regionbooleanWhether valid for detected region
detected_regionstringCountry code for the phone number
number_typestringType: mobile, fixed_line, etc.
e164_formatstringInternational E.164 format
national_formatstringNational formatting
international_formatstringInternational formatting
ip_country_comparestringComparison with IP country
is_valid_for_ip_regionbooleanWhether phone matches IP region

Address Intelligence (address_intel)

FieldTypeDescription
addressstringOriginal address input
latitudestringGeocoded latitude
longitudestringGeocoded longitude
rawobjectFull geocoding response with detailed location data
address_to_ip_distancenumberDistance between address and IP location in miles

Email Intelligence (email_intel)

FieldTypeDescription
emailstringFull email address
usernamestringUsername portion of email
domainstringDomain portion of email
suspicionnumberCalculated risk score (0-1), where 0 is not suspicious and 1 is very suspicious (temporary, disposable, or untrusted emails)

Email Domain Intelligence (email_domain_intel)

FieldTypeDescription
domainstringEmail domain being analyzed
can_receive_mailbooleanWhether domain can receive email
has_mxbooleanWhether domain has MX records
has_spfbooleanWhether domain has SPF records
has_dnssecbooleanWhether domain has DNSSEC enabled
created_datestringDomain creation date (ISO format)
days_oldnumberDomain age in days
months_oldnumberDomain age in months
years_oldnumberDomain age in years
is_parkedbooleanWhether domain is parked/for sale
is_inaccessiblebooleanWhether domain is inaccessible
is_temporary_emailbooleanWhether domain is a temporary email service
is_protectedbooleanWhether domain is behind protection services
is_common_email_domainbooleanWhether domain is a common email provider
redirects_tostringURL domain redirects to (if applicable)
final_domainstringFinal domain after redirects
redirect_chainarrayChain of redirects from original to final domain
registrarstringDomain registrar name
nameserversarrayDomain nameservers
expiration_datestringDomain expiration date
abuse_emailstringRegistrar abuse contact email
abuse_phonestringRegistrar abuse contact phone
mx_recordsarrayMX DNS records
a_recordsarrayA DNS records
spf_recordsarraySPF DNS records
tagsarrayDomain risk tags (e.g., "parked_domain", "new_domain", "no_spf")
cached_atstringWhen intelligence was cached
processing_time_msnumberTime taken to gather intelligence

Geofencing & Compliance

FieldTypeDescription
geofence_vpn_rescreen_frequency_secondsnumberHow often to recheck VPN status
geofence_triggeredbooleanWhether geofence rules were triggered
redirect_urlstringURL to redirect to if geofenced
redirect_autobooleanWhether auto-redirect is enabled
geofence_test_onlybooleanWhether in test mode
geo_challenge_statusnumberStatus of geo-challenge
geofence_event_countnumberNumber of geofence events

Behaviors

The behaviors object contains time-windowed behavioral metrics. The key names correspond with the behavior name that you set when configuring the behavior.

The recommend pattern is to name the behaviors in this format: <operation>_<behavior>_<time_window>. e.g.

Feature TypeDescription
count_logins_10mCount of specific events within time windows
unique_accounts_365dUnique values within time windows
sequence_purchase_flow_30dSequential event pattern analysis
time_between_logins_2wTime between events

Default Behaviors

Honeypot automatically tracks two default behaviors:

Behavior NameDescriptionData Structure
unique_identities_by_device_365dTracks unique identities (emails, usernames, etc.) associated with each device over a 365-day windowSee Unique Identity Details
location_history_by_device_365dTracks location history and travel patterns for each device over a 365-day windowSee Location History Details

Unique Identity Details

The unique_identities_by_device_365d behavior tracks all unique identities associated with each device over a 365-day window. This helps detect account sharing, credential stuffing, and other suspicious identity patterns.

FieldTypeDescription
valuesarrayArray of all unique identity values (emails, usernames, etc.) associated with this device
uniquenumberCount of unique identities
timestampstringISO timestamp when this behavior data was last updated
remaining_window_secondsnumberSeconds remaining in the 365-day tracking window
Example Unique Identity Tracking
json
{
  "behaviors": {
    "unique_identities_by_device_365d": {
      "values": ["user1@example.com", "user2@example.com", "user3@gmail.com"],
      "unique": 3,
      "timestamp": "2025-07-14T13:51:20.066Z",
      "remaining_window_seconds": 30584676
    }
  }
}

Location History Details

The location_history_by_device_365d behavior provides detailed location tracking with the following properties:

FieldTypeDescription
distance_to_normal_milesnumberDistance from current location to the most common location
distance_to_original_milesnumberDistance from current location to the first recorded location
total_travel_milesnumberTotal distance traveled across all locations
average_distancenumberAverage distance between location changes
event_countnumberTotal number of events across all locations
distance_sumnumberSum of all distances between locations
unique_coordinate_countnumberNumber of unique coordinate pairs visited
current_locationobjectCurrent latitude/longitude coordinates
historyarrayArray of location entries with detailed metadata

Each location entry in the history contains:

FieldTypeDescription
latitudenumberGeographic latitude
longitudenumberGeographic longitude
first_timestampnumberUnix timestamp of first event at this location
last_timestampnumberUnix timestamp of last event at this location
event_countnumberNumber of events at this location
unique_eventsarrayArray of event types that occurred at this location
unique_event_countnumberNumber of unique event types
city_namestringCity name (may be null)
region_namestringRegion/state name (may be null)
country_codestringTwo-letter country code
country_namestringFull country name
is_originalbooleanWhether this is the first recorded location
is_most_recentbooleanWhether this is the most recent location
is_normalbooleanWhether this is the most commonly visited location
Example Location History
json
{
  "behaviors": {
    "location_history_by_device_365d": {
      "distance_to_normal_miles": 0,
      "distance_to_original_miles": 0,
      "total_travel_miles": 19292.08,
      "average_distance": 277.5,
      "event_count": 303,
      "distance_sum": 84083.02,
      "history": [
        {
          "latitude": 34.207,
          "longitude": -84.14,
          "first_timestamp": 1753384638005,
          "last_timestamp": 1753452404070,
          "event_count": 280,
          "unique_events": ["Page View", "Sign Up", "Login"],
          "unique_event_count": 3,
          "city_name": "Atlanta",
          "region_name": "Georgia",
          "country_code": "US",
          "country_name": "United States",
          "is_original": true,
          "is_most_recent": true,
          "is_normal": true
        },
        {
          "latitude": 21.584,
          "longitude": 5.625,
          "first_timestamp": 1753385619728,
          "last_timestamp": 1753385659459,
          "event_count": 2,
          "unique_events": ["Login"],
          "unique_event_count": 1,
          "city_name": null,
          "region_name": null,
          "country_code": "DZ",
          "country_name": "Algeria",
          "is_original": false,
          "is_most_recent": false,
          "is_normal": false
        }
      ],
      "unique_coordinate_count": 7,
      "current_location": {
        "latitude": 34.20732,
        "longitude": -84.14019
      },
      "timestamp": "2025-07-24T19:17:17.753Z",
      "remaining_window_seconds": 31468233
    }
  }
}

See behaviors for more information.

Example Event Payload

json
{
  "org_id": "a7932812-e929-5723-ry90-s56140d2212c",
  "honeypot_name": "honeypot-97ytr8",
  "event_id": "b531b741-9fa4-48f7-ac83-f1040d3f6db3",
  "events": [...],
  "event_name": "Sign Up",
  "event_properties": {...},
  "event_time": "2025-06-06T13:53:00.302Z",
  "ip_address": "123.444.555.678",
  "ip_address_connecting": "123.444.555.678",
  "ip_address_forwarded_for": null,
  "asn": 7018,
  "as_organization": "PPPoX Pool - Rback11 IRVNCA.753936",
  "verified_bot_category": null,
  "unverified_bot_category": null,
  "city_name": "Grand Rapids",
  "country_name": "United States",
  "country_code": "US",
  "continent": "NA",
  "region_name": "Michigan",
  "region_code": "MI",
  "latitude": 42.9634,
  "longitude": -85.6681,
  "timezone": "America/Detroit",
  "identity": "xxxxxx@hotmail.com",
  "identity_type": "account",
  "identities": [],
  "browser_fingerprint": "ca689967b84aa1aeb3e09d8967ea02cc",
  "handprint_id": "72b0769e-f08e-4bbe-b4cb-fb1b8de1635e",
  "device_id": "72b0769e-f08e-4bbe-b4cb-fb1b8de1635e",
  "device_id_details": {...},
  "session_id": "ea21830d-6629-46dc-bd00-989aca3f2b77",
  "ref": "51d0cf08-763b-47de-bbd1-b17b1bc7c88f",
  "referer": "http://localhost:5173/",
  "ua": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36",
  "browser_name": "Chrome",
  "browser_version": "137.0.0.0",
  "browser_major": "137",
  "engine_name": "Blink",
  "engine_version": "137.0.0.0",
  "os_name": "Mac OS",
  "os_version": "10.15.7",
  "device_vendor": "Apple",
  "device_model": "Macintosh",
  "device_type": null,
  "cpu_architecture": null,
  "languages_supported": [...],
  "languages_preferred": "en-US",
  "performance_page_load": 1495.6000000005588,
  "performance_dom_ready": 1297.9000000003725,
  "performance_dns": 0,
  "performance_tcp": 0.20000000018626451,
  "performance_ttfb": 26,
  "screen_width": 3456,
  "screen_height": 2234,
  "screen_color_depth": 30,
  "screen_pixel_depth": 30,
  "screen_orientation_angle": 0,
  "screen_orientation_type": "landscape-primary",
  "screen_inner_width": 1583,
  "screen_inner_height": 776,
  "screen_outer_width": 1583,
  "screen_outer_height": 897,
  "timezone_browser": "America/Detroit",
  "timezone_browser_offset_hours": 4,
  "current_tags": [...],
  "session_tags": [...],
  "last_event_name": "Sign Up",
  "last_event_date": "2025-06-06T13:52:51.520Z",
  "seconds_since_last_event": 8.782,
  "session_start_date": "2025-06-06T13:51:21.361Z",
  "seconds_since_session_start": 98.941,
  "session_total_event_count": 5,
  "last_identity": {...},
  "session_ips": [...],
  "session_ip_count": 1,
  "last_ip_address": "123.444.555.678",
  "last_latitude": 33.74,
  "last_longitude": -84.38,
  "last_connection_type": null,
  "last_asn": 7018,
  "last_as_organization": "PPPoX Pool - Rback11 IRVNCA.753936",
  "last_city_name": "Atlanta",
  "last_country_name": "United States",
  "last_country_code": "US",
  "last_region_name": "Georgia",
  "last_timezone_browser": "America/New_York",
  "last_timezone_ip": "America/New_York",
  "connection_type": 0,
  "geofence_vpn_rescreen_frequency_seconds": 2,
  "phone_intel": {...},
  "email_domain": "hotmail.com",
  "tag_metadata": {...},
  "address_intel": {...},
  "address_to_ip_distance": 715,
  "distance_traveled_miles": 0,
  "geofence_triggered": false,
  "redirect_url": "",
  "redirect_auto": false,
  "geofence_test_only": false,
  "geo_challenge_status": 0,
  "geofence_event_count": 0,
  "behaviors": {...},
  "geofenced": false
}
json
{
  "org_id": "a7932812-e929-5723-ry90-s56140d2212c",
  "honeypot_name": "honeypot-97ytr8",
  "event_id": "b531b741-9fa4-48f7-ac83-f1040d3f6db3",
  "events": ["Sign Up"],
  "event_name": "Sign Up",
  "event_properties": {
    "address": "'Flatiron Building, 175, 5th Avenue, Flatiron, New York, NYC, New York",
    "email": "xxxxxx@hotmail.com",
    "phone": "5555555555"
  },
  "event_time": "2025-06-06T13:53:00.302Z",
  "ip_address": "123.444.555.678",
  "ip_address_connecting": "123.444.555.678",
  "ip_address_forwarded_for": null,
  "asn": 7018,
  "as_organization": "PPPoX Pool - Rback11 IRVNCA.753936",
  "verified_bot_category": null,
  "unverified_bot_category": null,
  "city_name": "Grand Rapids",
  "country_name": "United States",
  "country_code": "US",
  "continent": "NA",
  "region_name": "Michigan",
  "region_code": "MI",
  "latitude": 42.9634,
  "longitude": -85.6681,
  "timezone": "America/Detroit",
  "identity": "xxxxxx@hotmail.com",
  "identity_type": "account",
  "identities": [],
  "browser_fingerprint": "ca689967b84aa1aeb3e09d8967ea02cc",
  "handprint_id": "72b0769e-f08e-4bbe-b4cb-fb1b8de1635e",
  "device_id": "72b0769e-f08e-4bbe-b4cb-fb1b8de1635e",
  "device_id_details": {
    "device_id": "72b0769e-f08e-4bbe-b4cb-fb1b8de1635e",
    "version": "1.0",
    "created_at": "2025-08-07T16:59:35.785Z",
    "updated_at": "2025-08-07T16:59:35.785Z",
    "updated_from": {
      "device_id": "ed29b57f-a37c-441e-8396-d4e769500ed4",
      "version": "0.9"
    },
    "age": {
      "seconds": 2217,
      "minutes": 36,
      "hours": 0,
      "days": 0
    }
  },
  "session_id": "ea21830d-6629-46dc-bd00-989aca3f2b77",
  "ref": "51d0cf08-763b-47de-bbd1-b17b1bc7c88f",
  "referer": "http://localhost:5173/",
  "ua": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36",
  "browser_name": "Chrome",
  "browser_version": "137.0.0.0",
  "browser_major": "137",
  "engine_name": "Blink",
  "engine_version": "137.0.0.0",
  "os_name": "Mac OS",
  "os_version": "10.15.7",
  "device_vendor": "Apple",
  "device_model": "Macintosh",
  "device_type": null,
  "cpu_architecture": null,
  "languages_supported": [
    "en-US",
    "en"
  ],
  "languages_preferred": "en-US",
  "performance_page_load": 1495.6000000005588,
  "performance_dom_ready": 1297.9000000003725,
  "performance_dns": 0,
  "performance_tcp": 0.20000000018626451,
  "performance_ttfb": 26,
  "screen_width": 3456,
  "screen_height": 2234,
  "screen_color_depth": 30,
  "screen_pixel_depth": 30,
  "screen_orientation_angle": 0,
  "screen_orientation_type": "landscape-primary",
  "screen_inner_width": 1583,
  "screen_inner_height": 776,
  "screen_outer_width": 1583,
  "screen_outer_height": 897,
  "timezone_browser": "America/Detroit",
  "timezone_browser_offset_hours": 4,
  "current_tags": [
    "high_risk_location",
  ],
  "session_tags": [
    "high_risk_location",
  ],
  "last_event_name": "Sign Up",
  "last_event_date": "2025-06-06T13:52:51.520Z",
  "seconds_since_last_event": 8.782,
  "session_start_date": "2025-06-06T13:51:21.361Z",
  "seconds_since_session_start": 98.941,
  "session_total_event_count": 5,
  "last_identity": {
    "account": "xxxxxx@hotmail.com"
  },
  "session_ips": [
    "123.444.555.678"
  ],
  "session_ip_count": 1,
  "last_ip_address": "123.444.555.678",
  "last_latitude": 33.7490,
  "last_longitude": -84.3880,
  "last_connection_type": null,
  "last_asn": 7018,
  "last_as_organization": "PPPoX Pool - Rback11 IRVNCA.753936",
  "last_city_name": "Atlanta",
  "last_country_name": "United States",
  "last_country_code": "US",
  "last_region_name": "Georgia",
  "last_timezone_browser": "America/New_York",
  "last_timezone_ip": "America/New_York",
  "connection_type": 0,
  "geofence_vpn_rescreen_frequency_seconds": 2,
  "phone_intel": {
    "country_code": 1,
    "area_code": "555",
    "national_number": "5555555555",
    "extension": null,
    "raw_input": "5555555555",
    "is_possible": true,
    "is_valid": true,
    "is_temporary": false,
    "is_valid_for_region": true,
    "detected_region": "US",
    "number_type_id": 2,
    "number_type": "fixed_line_or_mobile",
    "e164_format": "+5555555555",
    "national_format": "(555) 555-5555",
    "international_format": "+1 555-555-5555",
    "email_domain_compare": null,
    "is_valid_for_email_region": null,
    "ip_country_compare": "US",
    "is_valid_for_ip_region": true,
    "temporary": null
  },
  "email_domain": "hotmail.com",
  "tag_metadata": {
    "email_username_randomized_v001": {
      "email": "xxxxxx@hotmail.com",
      "username": "xxxxxx",
      "domain": "hotmail.com",
      "_schema": "email_v001"
    },
    "high_risk_location": {
      "ip_coordinates": {
        "last_latitude": 33.7490,
        "last_longitude": -84.3880,
      },
      "address_coordinates": {
        "address": "'Flatiron Building, 175, 5th Avenue, Flatiron, New York, NYC, New York",
        "latitude": "40.741059199999995",
        "longitude": "-73.98964162240998",
        "raw": {
          "type": "FeatureCollection",
          "features": [
            {
              "type": "Feature",
              "properties": {
                "datasource": {
                  "sourcename": "openstreetmap",
                  "attribution": "© OpenStreetMap contributors",
                  "license": "Open Database License",
                  "url": "https://www.openstreetmap.org/copyright"
                },
                "name": "Flatiron Building",
                "old_name": "Fuller Building",
                "country": "United States",
                "country_code": "us",
                "state": "New York",
                "county": "New York County",
                "city": "New York",
                "postcode": "10010",
                "district": "Manhattan",
                "neighbourhood": "Flatiron District",
                "street": "5th Avenue",
                "housenumber": "175",
                "iso3166_2": "US-NY",
                "lon": -73.98964162240998,
                "lat": 40.741059199999995,
                "state_code": "NY",
                "result_type": "amenity",
                "formatted": "Flatiron Building, 175 5th Avenue, New York, NY 10010, United States of America",
                "address_line1": "Flatiron Building",
                "address_line2": "175 5th Avenue, New York, NY 10010, United States of America",
                "category": "tourism.attraction",
                "timezone": {
                  "name": "America/New_York",
                  "offset_STD": "-05:00",
                  "offset_STD_seconds": -18000,
                  "offset_DST": "-04:00",
                  "offset_DST_seconds": -14400,
                  "abbreviation_STD": "EST",
                  "abbreviation_DST": "EDT"
                },
                "plus_code": "87G8P2R6+C4",
                "plus_code_short": "P2R6+C4 New York, New York County, United States",
                "rank": {
                  "importance": 0.7405988542685404,
                  "popularity": 8.615793062435909,
                  "confidence": 0.6666666666666667,
                  "confidence_city_level": 0.2857142857142857,
                  "confidence_street_level": 0.2857142857142857,
                  "confidence_building_level": 0.2857142857142857,
                  "match_type": "full_match"
                },
                "place_id": "51b8c0d049567f52c05930332207db5e4440f00102f901800dc80f00000000c00201920311466c617469726f6e204275696c64696e67"
              },
              "geometry": {
                "type": "Point",
                "coordinates": [
                  -73.98964162240998,
                  40.741059199999995
                ]
              },
              "bbox": [
                -73.9898715,
                40.7407596,
                -73.9895014,
                40.7413004
              ]
            }
          ],
          "query": {
            "text": "'Flatiron Building, 175, 5th Avenue, Flatiron, New York, NYC, New York",
            "parsed": {
              "house": "'flatiron building",
              "housenumber": "175",
              "street": "5th avenue",
              "suburb": "flatiron new york",
              "city": "nyc",
              "state": "new york",
              "expected_type": "amenity"
            }
          }
        }
      },
      "distance_in_miles": 715.8078001335288,
      "_schema": "high_risk_location_v001"
    }
  },
  "address_intel": {
    "address": "'Flatiron Building, 175, 5th Avenue, Flatiron, New York, NYC, New York",
    "latitude": "40.741059199999995",
    "longitude": "-73.98964162240998",
    "raw": {
      "type": "FeatureCollection",
      "features": [
        {
          "type": "Feature",
          "properties": {
            "datasource": {
              "sourcename": "openstreetmap",
              "attribution": "© OpenStreetMap contributors",
              "license": "Open Database License",
              "url": "https://www.openstreetmap.org/copyright"
            },
            "name": "Flatiron Building",
            "old_name": "Fuller Building",
            "country": "United States",
            "country_code": "us",
            "state": "New York",
            "county": "New York County",
            "city": "New York",
            "postcode": "10010",
            "district": "Manhattan",
            "neighbourhood": "Flatiron District",
            "street": "5th Avenue",
            "housenumber": "175",
            "iso3166_2": "US-NY",
            "lon": -73.98964162240998,
            "lat": 40.741059199999995,
            "state_code": "NY",
            "result_type": "amenity",
            "formatted": "Flatiron Building, 175 5th Avenue, New York, NY 10010, United States of America",
            "address_line1": "Flatiron Building",
            "address_line2": "175 5th Avenue, New York, NY 10010, United States of America",
            "category": "tourism.attraction",
            "timezone": {
              "name": "America/New_York",
              "offset_STD": "-05:00",
              "offset_STD_seconds": -18000,
              "offset_DST": "-04:00",
              "offset_DST_seconds": -14400,
              "abbreviation_STD": "EST",
              "abbreviation_DST": "EDT"
            },
            "plus_code": "87G8P2R6+C4",
            "plus_code_short": "P2R6+C4 New York, New York County, United States",
            "rank": {
              "importance": 0.7405988542685404,
              "popularity": 8.615793062435909,
              "confidence": 0.6666666666666667,
              "confidence_city_level": 0.2857142857142857,
              "confidence_street_level": 0.2857142857142857,
              "confidence_building_level": 0.2857142857142857,
              "match_type": "full_match"
            },
            "place_id": "51b8c0d049567f52c05930332207db5e4440f00102f901800dc80f00000000c00201920311466c617469726f6e204275696c64696e67"
          },
          "geometry": {
            "type": "Point",
            "coordinates": [
              -73.98964162240998,
              40.741059199999995
            ]
          },
          "bbox": [
            -73.9898715,
            40.7407596,
            -73.9895014,
            40.7413004
          ]
        }
      ],
      "query": {
        "text": "'Flatiron Building, 175, 5th Avenue, Flatiron, New York, NYC, New York",
        "parsed": {
          "house": "'flatiron building",
          "housenumber": "175",
          "street": "5th avenue",
          "suburb": "flatiron new york",
          "city": "nyc",
          "state": "new york",
          "expected_type": "amenity"
        }
      }
    }
  },
  "address_to_ip_distance": 715.8078001335288,
  "distance_traveled_miles": 0,
  "geofence_triggered": false,
  "redirect_url": "",
  "redirect_auto": false,
  "geofence_test_only": false,
  "geo_challenge_status": 0,
  "geofence_event_count": 0,
  "behaviors": {
    "count_listings_5m": {
      "count": 4,
      "timestamp": "2025-06-06T13:51:22.407Z",
      "remaining_window_seconds": 202
    },
    "unique_emails_1d": {
      "values": [
        "jkhsjkhskskjhd@hotmail.com"
      ],
      "unique": 1,
      "timestamp": "2025-06-05T14:32:51.442Z",
      "remaining_window_seconds": 2391
    },
    "count_logins_by_email_domain_10s": null
  },
  "geofenced": false
}

Highlighted fields:

  • current_tags contains an array of labels for the user. See tags for more information.