Drupal is a registered trademark of Dries Buytaert
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)! bootstrap 8.x-3.40 Minor update available for theme bootstrap (8.x-3.40). menu_link_attributes 8.x-1.7 Minor update available for module menu_link_attributes (8.x-1.7). editoria11y 2.2.22 Minor update available for module editoria11y (2.2.22). ai 1.2.13 Minor update available for module ai (1.2.13). ai 1.3.2 Minor update available for module ai (1.3.2). moderated_content_bulk_publish 2.0.51 Minor update available for module moderated_content_bulk_publish (2.0.51). moderated_content_bulk_publish 2.0.50 Minor update available for module moderated_content_bulk_publish (2.0.50). editoria11y 2.2.21 Minor update available for module editoria11y (2.2.21). eca 3.1.0 Minor update available for module eca (3.1.0). sophron 3.1.1 Minor update available for module sophron (3.1.1). ai 1.3.1 Minor update available for module ai (1.3.1). seven 2.0.0-beta6 New beta version released for theme seven (2.0.0-beta6). seven 1.0.1-beta1 First beta version released for theme seven (1.0.1-beta1). ui_patterns 8.x-1.15 Minor update available for module ui_patterns (8.x-1.15). layout_paragraphs 3.0.0-beta1 First beta version released for module layout_paragraphs (3.0.0-beta1). raven 7.3.8 Minor update available for module raven (7.3.8). bamboo_twig 6.0.7 Minor update available for module bamboo_twig (6.0.7).

ipstack

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
11 hours ago
Release cadence
Stability
100% stable

Releases

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