Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface EnrichmentIpGeodata

Package version

Geodata information for a given IP address

Hierarchy

  • EnrichmentIpGeodata

Index

Properties

Optional asn

asn: undefined | string

The autonomous system number associated with this IP address

Optional carrier

carrier: undefined | string

The name of the carrier for this IP address

Optional city

city: undefined | string

The city this IP address is located in

Optional cityCf

cityCf: undefined | number

A numeric rating of confidence that the value in the 'city' field is correct, on a scale of 0-100

Optional continent

continent: undefined | string

The continent this IP address is located on

Optional country

country: undefined | string

The county this IP address is located in

Optional countryCf

countryCf: undefined | number

A numeric rating of confidence that the value in the 'country' field is correct on a scale of 0-100

Optional ipAddr

ipAddr: undefined | string

The dotted-decimal or colon-separated string representation of the IP address

Optional ipRoutingType

ipRoutingType: undefined | string

A description of the connection type of this IP address

Optional latitude

latitude: undefined | string

The latitude of this IP address

Optional longitude

longitude: undefined | string

The longitude of this IP address

Optional organization

organization: undefined | string

The name of the organization for this IP address

Optional organizationType

organizationType: undefined | string

The type of the organization for this IP address

Optional region

region: undefined | string

The geographic region this IP address is located in

Optional state

state: undefined | string

The state this IP address is located in

Optional stateCf

stateCf: undefined | number

A numeric rating of confidence that the value in the 'state' field is correct on a scale of 0-100

Optional stateCode

stateCode: undefined | string

The abbreviated name for the state this IP address is located in

Generated using TypeDoc