---
name: api.webbersites.com
description: api.webbersites.com exposes a single IP geolocation endpoint that resolves an IPv4 or IPv6 address to its associated country, region, city, timezone, and lat/lon coordinates. It accepts one IP address per request and returns structured metadata suitable for analytics, fraud detection, or personalization logic.
host: api.webbersites.com
---

# api.webbersites.com

This host is a lightweight, single-purpose IP geolocation service. It serves agents that need to resolve individual IP addresses to geographic and timezone metadata without requiring bulk batch processing or streaming capabilities. It is distinct from full-featured network intelligence platforms in that it focuses narrowly on location resolution rather than threat scoring, ASN analysis, or reverse DNS.

## When to use this host

Use this host when an agent needs to resolve a single IP address to geographic metadata such as country, region, city, timezone, or lat/lon coordinates for purposes like analytics, access control, or user personalization. Do not use it for bulk IP resolution — each call handles exactly one IP, so high-volume batch lookups will require repeated sequential calls and may be inefficient. It is not suitable for reverse DNS lookups, threat intelligence scoring, ASN or ISP enrichment beyond basic metadata, or real-time streaming geolocation. For richer network intelligence (e.g., abuse scoring, ASN data, proxy/VPN detection), consider a dedicated threat intelligence or network data provider instead.

## Capabilities

### IP Geolocation Resolution

Resolves a single IPv4 or IPv6 address to its geographic metadata including country, region, city, timezone, and coordinates.

- **`lookup-ip-geolocation`** — Returns country, region, city, timezone, coordinates, and metadata for any IPv4 or IPv6 address via a single GET request.

## Skill reference

### `lookup-ip-geolocation`

**IP Geolocation Lookup** — Returns country, region, city, timezone, coordinates, and metadata for any IPv4 or IPv6 address via a single GET request.

*Use when:* Use when an agent needs to geolocate an IP address to determine country, region, city, timezone, or lat/lon coordinates for analytics, fraud detection, or personalization purposes.

*Not for:* Do not use for bulk IP lookups in a single call; this endpoint resolves one IP per request. Not suitable for real-time streaming geolocation or reverse DNS lookups.

**Inputs:**

- `ip` (string) — IPv4 or IPv6 address to geolocate. Omit to geolocate the caller's IP address.

**Returns:** Returns a JSON object with ip, country (US), region, city, timezone (America/Chicago), ll ([37.751,-97.822]), eu flag, metro, area radius, and a timestamp.

**Example:** `GET https://api.webbersites.com/api/geo?ip=8.8.8.8`

---
