Drupal is a registered trademark of Dries Buytaert
Release: Leaflet 10.4.11 Minor update available for module leaflet (10.4.11). Release: Session Inspector 1.0.8 Minor update available for module session_inspector (1.0.8). Release: Migrate QA 2.0.4 Minor update available for module migrate_qa (2.0.4). Release: CKEditor Description List 3.0.0 Major update available for module ckeditor_descriptionlist (3.0.0). Release: FlowDrop 2.4.0 Minor update available for module flowdrop (2.4.0). Release: JWT Token Refresh 1.0.4 Minor update available for module jwt_token_refresh (1.0.4). Release: ConReg 1.0.0-beta1 First beta version released for module conreg (1.0.0-beta1). Release: AI Image Studio 1.0.0-beta8 New beta version released for module ai_image_studio (1.0.0-beta8). Usage Milestone: Statistics Counter Module statistics_counter crossed 1,000 active installs. Module Revived: Decoupled Router 2.0.7 Module decoupled_router updated after 11 months of inactivity (2.0.7).

IPstack

16 sites Security covered
View on drupal.org

This module integrates with the IPstack API to identify and locate website visitors based on their IP addresses. It supports HTTPS and caching, requiring an API access key for configuration. The module can be used by developers to retrieve visitor information programmatically or tested via a dedicated page.

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

Tracked releases
1
Tracked since
Apr 2026
Latest release
4 months ago
Releases (12 mo)
1 ▲ from 0
Maintenance
Active

Releases

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