How It Works

Get started with GeoPlugin in just a few simple steps. No complex setup required.

Green rounded square icon with a black outline of a globe. 01

Sign Up and Get Your API Key

Create a free account and receive your API key instantly. No credit card required. Start using our geolocation services right away.

Green rounded square icon with a graph, dollar sign, and upward arrow. 02

Add One Line of Code

Copy our lightweight script and paste it into your website. Works with any platform including WordPress, Shopify, Webflow, and custom builds.

Green rounded square icon with a graph, dollar sign, and upward arrow. 03

Everything Runs Automatically

Once set up, GeoPlugin automatically detects visitor locations and personalizes their experience. Redirect visitors, switch content, and deploy popups with just a few clicks.

100K+

Active Users

1B+

API Requests/Month

99.9%

Uptime

195+

Countries Served

Capterra rating
5 star rating
Google Reviews rating
5 star rating
Trustpilot rating
5 star rating

API Documentation in your language of choice

GeoPlugin provides geolocation API in multiple programming languages, all in a single API call. No software installation required, no API key. Whether your programming language of choice is JavaScript, PHP, XML, JSON, ASP, or CSV, geoPlugin has a way to simply and efficiently geo-localize your visitors.

Keep Your Family Close -2020- Pure Taboo Englis...

const requestUri = 'https://api.geoplugin.com';

const ipAddress = '8.8.8.8';

const key = 'your_api_key';

const url = `${requestUri}?ip=${ipAddress}&auth=${key}`;

fetch(url)

.then(response => response.json())

.then(data => {

const result = data;

console.log(result);

console.log(`Country: ${result.geoplugin_countryName}`);

console.log(`Timezone: ${result.geoplugin_timezone}`);

})

.catch(error => {

console.error('Error fetching data:', error);

});

Keep Your Family Close -2020- Pure Taboo Englis...

$request_uri = 'https://api.geoplugin.com';

$ip_address = '8.8.8.8';

$key = 'your_api_key';

$url= $request_uri . "?ip=" . $ip_address . "&auth=" . $key;

$document= file_get_contents($url);

$result = json_decode($document);

Keep Your Family Close -2020- Pure Taboo Englis...

const requestUri = 'https://api.geoplugin.com';

const ipAddress = '8.8.8.8';

const key = 'your_api_key';

const url = `${requestUri}?ip=${ipAddress}&auth=${key}`;

fetch(url)

.then(response => response.text())

.then(xml => {

const parser = new DOMParser();

const xmlDoc = parser.parseFromString(xml, "application/xml");

console.log(xmlDoc);

console.log(`Country: ${xmlDoc.getElementsByTagName("geoplugin_countryName")[0].childNodes[0].nodeValue}`);

console.log(`Timezone: ${xmlDoc.getElementsByTagName("geoplugin_timezone")[0].childNodes[0].nodeValue}`);

})

.catch(error => {

console.error('Error fetching data:', error);

});

Keep Your Family Close -2020- Pure Taboo Englis...

const requestUri = 'https://api.geoplugin.com';

const ipAddress = '8.8.8.8';

const key = 'your_api_key';

const url = `${requestUri}?ip=${ipAddress}&auth=${key}`;

fetch(url)

.then(response => response.json())

.then(data => {

const result = data;

console.log(result);

console.log(`Country: ${result.geoplugin_countryName}`);

console.log(`Timezone: ${result.geoplugin_timezone}`);

})

.catch(error => {

console.error('Error fetching data:', error);

});

Keep Your Family Close -2020- Pure Taboo Englis...

using System;

using System.Net.Http;

using System.Threading.Tasks;

public class Program

{

public static async Task Main(string[] args)

{

var ip = "8.8.8.8";

var authKey = "your_api_key";

var url = $"https://api.geoplugin.com?ip={ip}&auth={authKey}";

var client = new HttpClient();

client.DefaultRequestHeaders.Add("Accept", "application/json");

var response = await client.GetStringAsync(url);

Console.WriteLine(response);

}

}

Keep Your Family Close -2020- Pure Taboo Englis...

using System.Net.Http;

using System.Threading.Tasks;

public class Program

{

public static async Task Main(string[] args)

{

var ip = "8.8.8.8";

var authKey = "your_api_key";

var url = $"https://api.geoplugin.com?ip={ip}&auth={authKey}";

var client = new HttpClient();

client.DefaultRequestHeaders.Add("Accept", "text/csv");

var response = await client.GetStringAsync(url);

Console.WriteLine(response);

}

}

Live API statistics

Below are our external monitors for web service uptime and internal live graphs on the lookups we handle.

Request per hour
GeoPlugin requests - By Day
Request per day
GeoPlugin requests - By Week

Geo targeting works: Try it today!

Geoplugin circuclar black icon with two upward arrows next to a person symbolizing user experience.

Enhance the visitor experience

Show location-based content for a personalized visitor experience.

Geoplugin black circular icon with a green check mark on a badge symbolizing trustworthy service.

Build trust with your audience

Create a local feel for your visitors and instantly enhance trust

Geoplugin black circular icon with a green rocket ship symbolizing boosted conversions through geotargeting.

Drastically boost conversions

Deliver location-specific offers to drive higher conversions and revenue.

Geolocation & Geo-Targeting Solutions

Everything you need to detect user location, personalize content, and optimize user experiences — all powered by fast, accurate IP geolocation technology.

Restrict or allow access to your website based on a visitor's geographic location to enhance security, compliance, and content control.

Automatically redirect visitors to the most relevant page, language, or regional version of your website based on their IP location.

Show personalized content tailored to a user's country, region, or city to increase engagement and conversion rates.

Display location-specific popups with targeted messages, offers, or alerts that resonate with users in different regions.

Create smart links that dynamically redirect users to location-specific destinations, offers, or landing pages.

Add a customizable geo bar to your website to display country-specific messages, promotions, or notifications in real time.

Serve different images based on a visitor's location to localize visuals, promotions, or branding effortlessly.

Easily integrate IP-based geolocation into ASP applications with reliable and accurate location data.

Download or process geolocation data in CSV format for bulk analysis, reporting, or offline use.

Detect a visitor's local currency and convert prices automatically using accurate, up-to-date exchange rates.

Fetch geolocation data directly in the browser to personalize user experiences without server-side processing.

Access clean, lightweight geolocation data in JSON format — perfect for modern web and mobile applications.

Quickly add IP geolocation to PHP projects with simple integration and fast response times.

Securely retrieve geolocation data over HTTPS, ensuring privacy and compatibility with modern security standards.

Receive structured geolocation data in XML format for enterprise systems and legacy integrations.

Power advanced geotargeting features such as content personalization, localization, and regional targeting with a single API.

Retrieve accurate location data including country, city, timezone, and coordinates from any IP address worldwide.

Instantly look up detailed geographic information for any IP address with high accuracy and speed.

Identify where your users are coming from and tailor your website, app, or service to their location.

Convert latitude and longitude coordinates into meaningful location details like country, region, and city.

GeoPlugin Pricing

All plans include
  • Country, state & city data
  • Latitude / Longitude data
  • Currency & calling code data
  • Enterprise geo IP accuracy
  • Use on unlimited domains
  • Unlimited API instances
  • Use quota for other products
  • Integration support
  • Upgrade anytime
  • Pay by invoice

Keep Your Family Close -2020- Pure Taboo Englis... May 2026

The column appears to be related to handling or organizing content, possibly from a TV show or series titled "Pure Taboo," specifically focusing on the English version or content from the year 2020.

The stairs led them to a vaulted chamber lined with shelves of preserved food, medical kits, blankets, and even a small library of books—some of them the very “Pure Taboo: English” manuscripts that had been whispered about for generations. The shelves were marked with dates, each one a reminder of past hardships: 1918, 1939, 1957, and now 2020.

On a wooden table lay a leather‑bound diary. Its first page read:

“To those who find this place, know that the greatest protection is not the supplies within these walls, but the bond you share. Keep your family close, and the world outside will never break you.”

Elliot felt a tear slip down his cheek. Rosa’s voice echoed in his mind: “The real secret is staying together.” Maya, eyes wide with wonder, whispered, “We did it, Dad. We actually found it.”

In that moment, the world outside—its panic, its isolation—felt far removed. The vault was a literal safety net, but also a symbol: a promise that the town’s founders had made to future generations, trusting that love and loyalty would outlast any disaster.


The next morning, with the pandemic still sealing the town’s borders, Elliot and Maya set out, lanterns in hand. The first bridge, St. Mercy, was a stone arch over the river, its lantern flickering despite the wind. Beneath the bridge, etched into the limestone, they found a shallow groove that matched the shape of a small, iron key.

Maya brushed away the grime and uncovered a rusted key—tiny, but solid. “Looks like a literal key to a lock,” she whispered.

At the second bridge, Old Willow, a rusted iron gate stood half‑collapsed, its hinges squeaking as they pushed it open. Inside the gate, a stone slab bore an inscription in the same looping script:

“To hear the heart, you must listen to the wind.”

They waited until the wind gusted through the trees, and a soft, rhythmic thudding echoed from the clock tower’s pendulum. It was as if the tower itself were speaking.

At the third bridge, Redstone, they found a weathered wooden box nailed to a post. Inside lay a single, silver coin stamped with the town’s crest—a promise etched in metal. Keep Your Family Close -2020- Pure Taboo Englis...

Finally, at the fourth bridge, Eagle’s View, they discovered a shallow cave beneath the stone arch. Inside, a small stone altar held a single candle, its flame steady despite the cold air.

Elliot placed the key, the coin, and the candle on the altar, and together they whispered the one name that had been spoken only once in the town’s history: “Eldora.” It was the name of the town’s founder, a woman who, according to legend, had sealed a vault containing supplies for any future catastrophe—a vault that could only be opened by those who truly valued family above all else.

The altar trembled, and a hidden stone panel slid aside, revealing a narrow stairwell descending into darkness.


Why the word "Pure"? The studio argues that their depiction of taboo subjects (incest themes, psychological manipulation, non-consensual scenarios) is performed by professional actors with strict safety protocols. The "purity" refers to the unvarnished, non-eroticized portrayal of these acts as horrifying rather than desirable. In Keep Your Family Close, sexual tension is presented as a symptom of captivity, not romance.

Keep Your Family Close (2020) remains a referenced title in discussions about boundary-pushing media because it effectively weaponized the language of safety ("keep close") to tell a story about entrapment. For better or worse, Pure Taboo succeeded in making a film that is not easily forgotten—not due to graphic content alone, but due to its cold, clinical examination of how family structures can fail when the outside world is locked away.

If you are researching this film for academic, critical, or journalistic purposes, it is recommended to view it with a clear understanding of its fictional, performative nature and the studio’s established safety protocols. The keyword you provided captures the essence of the work: a 2020 English-language taboo short that asks audiences to reconsider what "keeping family close" might truly cost.


Disclaimer: This article is for informational, critical, and analytical purposes only. It does not endorse, host, or provide links to adult content. Reader discretion is advised for the subject matter discussed.

Keep Your Family Close " is a 2020 adult drama film produced by Pure Taboo, a studio known for high-production-value, narrative-driven adult content with complex psychological themes.

The film is structured as a collection of vignettes centered on unconventional family dynamics and dramatic twists. 🎞️ Movie Overview Release Date: March 18, 2020

Studio: Pure Taboo (part of the Gamma Entertainment network) Director: Bree Mills (Production lead for Pure Taboo) Genre: Adult Drama / Psychological 🎭 Cast and Key Roles

The film features several prominent performers in the industry: Whitney Wright as the long-lost daughter Chanel Preston as the wife Charles Dera as the husband The column appears to be related to handling

Avi Love and Gia Paige (featured in the "Family Vacation" segment) Silvia Saige and Steve Holmes as foster parents 📖 Plot Summaries The movie contains two primary narrative arcs: 1. Keep Your Family Close (Main Feature)

A husband (Charles Dera) is caught in a web of secrets when a young woman (Whitney Wright) appears at his door claiming to be his biological daughter. This disrupts his marriage with his wife (Chanel Preston) and leads to a psychological power struggle involving betrayal and a "switcheroo" plot twist. 2. Family Vacation

This segment follows two best friends, Allie and Beth, who grew up in the foster care system. When Beth is finally placed with a wealthy foster family, she invites Allie to visit. Allie is shocked to find that Beth has entered into an unconventional relationship with her new surrogate parents. ⚠️ Content Warning

As a Pure Taboo production, this film contains explicit adult content and explores taboo themes, including surrogate relationships and psychological manipulation. It is intended for adult audiences only (18+).

For more detailed production credits and reviews, you can check the IMDb page or The Movie Database (TMDB). Keep Your Family Close (Video 2020)

I can’t help create or promote content from or about Pure Taboo (adult/explicit material). If you’d like, I can:

Which option do you want?

Keep Your Family Close (2020), produced by Pure Taboo, is a high-production adult drama that leans heavily into psychological tension and domestic taboos.

Directed by Jeremy, the film is noted for its cinematic quality, which distinguishes it from standard adult content. It focuses on slow-burn storytelling and character-driven conflict. 📽️ Production & Style

Cinematography: Features moody, high-contrast lighting that mimics mainstream indie thrillers.

Narrative Focus: Prioritizes "taboo" psychological dynamics over fast-paced action. “To those who find this place, know that

Atmosphere: Heavy, dramatic, and often intentionally uncomfortable to fit the brand's aesthetic. 🎭 Key Performances

Jane Wilde: Delivers a standout performance, grounded in emotional intensity. Kira Noir: Brings a sharp, commanding presence to her role.

Michael Vegas: Provides a solid, dramatic foil that anchors the family tension. ⚖️ Final Verdict

Strengths: Exceptional acting for the genre and high technical production values.

Weaknesses: The slow pacing may not appeal to viewers looking for more traditional, upbeat content.

Best for: Fans of dark, narrative-heavy adult dramas with a focus on transgressive themes.

Keep Your Family Close is a 2020 adult erotic drama produced by Pure Taboo, featuring two main story segments that explore themes of infidelity, secrets, and unconventional family dynamics. The film's primary narratives include: Keep Your Family Close

(Title Segment): A husband, played by Charles Dera, is distracted by an online mistress while his wife, played by Chanel Preston, attempts to connect with him. His world is disrupted the next day when an 18-year-old girl, played by Whitney Wright, appears at his doorstep claiming to be his biological daughter, leading to a series of psychological and sexual encounters.

Family Vacation: This segment follows two foster "sisters," Allie (Gia Paige) and Beth (Avi Love), who are separated when Beth is taken in by a new foster family. When Allie visits, she is shocked to find Beth in an unconventional sexual arrangement with her new surrogate parents, Silvia Saige and Steve Holmes, eventually being invited to join them.

The film has a total runtime of approximately 90 minutes and is distributed in English. Keep Your Family Close (Video 2020)

Title: Keep Your Family Close

The year was 2020. The world felt upside‑down, and a small town in the foothills of the Rockies was no exception. A strange, whispered rumor floated through the grocery aisles and coffee shops: a forbidden manuscript titled “Pure Taboo: English” had resurfaced after a century of being locked away in the town’s old library. It was said to contain a set of riddles that, when solved, would reveal a hidden legacy—one that could protect families from any future disaster.