Interface IpdataService


  • public interface IpdataService
    Primary interface for accessing the ipdata.co API.

    Provides methods for looking up geolocation, threat intelligence, and other metadata for IP addresses. Supports single IP lookups, bulk lookups, and selective field retrieval.

    Also exposes single-field accessors (e.g. getCountryName, getCity) inherited from IpdataInternalSingleFieldClient.

    See Also:
    Ipdata.builder()