Drupal is a registered trademark of Dries Buytaert
cms 2.1.2 Update released for Drupal core (2.1.2)! drupal 11.1.10 Update released for Drupal core (11.1.10)! drupal 10.5.10 Update released for Drupal core (10.5.10)! drupal 10.4.10 Update released for Drupal core (10.4.10)! drupal 11.2.12 Update released for Drupal core (11.2.12)! drupal 11.3.10 Update released for Drupal core (11.3.10)! drupal 10.6.9 Update released for Drupal core (10.6.9)! drupal 10.6.8 Update released for Drupal core (10.6.8)! drupal 11.3.9 Update released for Drupal core (11.3.9)! drupal 11.3.8 Update released for Drupal core (11.3.8)! drupal 11.3.7 Update released for Drupal core (11.3.7)! drupal 11.2.11 Update released for Drupal core (11.2.11)! drupal 10.6.7 Update released for Drupal core (10.6.7)! drupal 10.5.9 Update released for Drupal core (10.5.9)! cms 2.1.1 Update released for Drupal core (2.1.1)! drupal 11.3.6 Update released for Drupal core (11.3.6)! drupal 10.6.6 Update released for Drupal core (10.6.6)! cms 2.1.0 Update released for Drupal core (2.1.0)! linkit 7.0.15 Minor update available for module linkit (7.0.15). views_data_export 8.x-1.10 Minor update available for module views_data_export (8.x-1.10).

ipstack

14 sites Security covered
View on drupal.org

This module allows site developers to use IPstack API (former FreeGeoIP). This API use for locate and identify website visitors by IP address. Support HTTPS. Support caching.

You need obtain API Access Key from ipstack.com and save the key to module configuration. After that you can test getting of information using the module testing page.

Support testing page like /admin/config/system/ipstack/test/page?ip=[IP address].

Related modules

Usage:

Use Dependency Injection for getting ipstack service or use
\Drupal::service('ipstack').

$ip = '134.201.250.155';

$ipstack = \Drupal::service('ipstack');
$ipstack->setIp($ip)
  ->setFields('country_code')
  ->setOutput('json');
$data = $ipstack->getData();
if (isset($data['data'])) {
  $country_code = $data['data']->decode()->country_code;
}

Detail documentation see at ipstack site.

πŸ‡ΊπŸ‡¦ This module is maintained by Ukrainian developers.

Please consider supporting Ukraine in a fight for their freedom and safety of Europe.

Activity

Total releases
1
First release
Apr 2026
Latest release
1 month ago
Release cadence
Stability
100% stable

Releases

Version Type Release date
8.x-1.7 Stable Apr 9, 2026