EnrichmentIpGeodata Class
Geodata information for a given IP address.
- Inheritance
-
EnrichmentIpGeodata
Constructor
EnrichmentIpGeodata(*, asn: Optional[str] = None, carrier: Optional[str] = None, city: Optional[str] = None, city_cf: Optional[int] = None, continent: Optional[str] = None, country: Optional[str] = None, country_cf: Optional[int] = None, ip_addr: Optional[str] = None, ip_routing_type: Optional[str] = None, latitude: Optional[str] = None, longitude: Optional[str] = None, organization: Optional[str] = None, organization_type: Optional[str] = None, region: Optional[str] = None, state: Optional[str] = None, state_cf: Optional[int] = None, state_code: Optional[str] = None, **kwargs)
Variables
- asn
- str
The autonomous system number associated with this IP address.
- carrier
- str
The name of the carrier for this IP address.
- city
- str
The city this IP address is located in.
- city_cf
- int
A numeric rating of confidence that the value in the 'city' field is correct, on a scale of 0-100.
- continent
- str
The continent this IP address is located on.
- country
- str
The county this IP address is located in.
- country_cf
- int
A numeric rating of confidence that the value in the 'country' field is correct on a scale of 0-100.
- ip_addr
- str
The dotted-decimal or colon-separated string representation of the IP address.
- ip_routing_type
- str
A description of the connection type of this IP address.
- latitude
- str
The latitude of this IP address.
- longitude
- str
The longitude of this IP address.
- organization
- str
The name of the organization for this IP address.
- organization_type
- str
The type of the organization for this IP address.
- region
- str
The geographic region this IP address is located in.
- state
- str
The state this IP address is located in.
- state_cf
- int
A numeric rating of confidence that the value in the 'state' field is correct on a scale of 0-100.
- state_code
- str
The abbreviated name for the state this IP address is located in.
Feedback
Submit and view feedback for