NAME

Geo::IPinfoCore - Perl module for IPinfo Core API

SYNOPSIS

use Geo::IPinfoCore;

my $ipinfo = Geo::IPinfoCore->new(token => 'YOUR_TOKEN');
my $details = $ipinfo->info('8.8.8.8');

print "IP: " . $details->ip . "\n";
print "City: " . $details->geo->city . "\n";
print "Country: " . $details->geo->country . "\n";

DESCRIPTION

Geo::IPinfoCore provides access to the IPinfo Core API for IP address lookups.

AUTHOR

IPinfo <support@ipinfo.io>

COPYRIGHT AND LICENSE

Copyright (c) 2025 IPinfo

Licensed under the Apache License, Version 2.0.