Top SitesWhat is my country? Find your country and location by IP

Machine Readiness

Stored receipt and evidence

Overall

20

Readable

65

Callable

0

Commerce

0

Payment

0

Machine Access

Inspect the site's MCP endpoint

Open MCP explorer

DialtoneApp can scan the stored discovery files for this domain, try the MCP initialize handshake, and show the raw protocol transcript.

Purchase boundary

read only

Control boundary

unknown

Payment rails

None

Payment providers

None

Payment methods

None

Payment protocols

None

Payment assets

None

Payment networks

None

Capabilities

None

Verified payment surface

No

Crypto only

No

Readable docs

robots, llms

Products

0

Variants

0

Priced variants

0

Currencies

0

Offers

0

Priced offers

0

Priced actions

0

Samples

Offer samples

No stored offer samples.

Samples

Action samples

No stored action samples.

Samples

Product samples

No stored product samples.

Document

robots.txt

Open robots.txt
# robots.txt for What Is My Country
User-agent: *
Allow: /

# Sitemaps
Sitemap: https://whatismycountry.com/sitemap.xml

# Crawl-delay for respectful crawling
Crawl-delay: 1

# Disallow admin/internal paths (if any in future)
Disallow: /admin/

Document

llms.txt

Open llms.txt
# What Is My Country

> IP geolocation and visitor information service

## Overview

What Is My Country displays visitor geolocation, device, and network information based on IP address. The service detects your country, city, region, coordinates, timezone, ISP, ASN, browser, operating system, device type, VPN usage, and TOR exit node usage.

## Pages

- `/` - Homepage showing visitor's detected location and device info
- `/fa/` - Homepage in Farsi
- `/ru/` - Homepage in Russian
- `/nl/` - Homepage in Dutch
- `/de/` - Homepage in German
- `/fr/` - Homepage in French
- `/ar/` - Homepage in Arabic
- `/es/` - Homepage in Spanish
- `/ip-lookup/` - IP address lookup tool
- `/countries/` - List of all 249 countries with metadata
- `/countries/{code}/` - Individual country details (population, capital, GDP, languages, etc.)
- `/tlds/` - Top-level domain (TLD) directory
- `/posts/` - Blog articles about IP addresses, VPNs, and online privacy
- `/posts/{slug}/` - Individual blog post
- `/speed-test/` - Internet speed test
- `/browser-test/` - Browser capabilities test
- `/privacy/` - Privacy policy
- `/security-policy/` - Security policy
- `/cookies/` - Cookie policy
- `/accessibility/` - Accessibility statement

## API

### GET /api/v1/me
Returns current visitor information as JSON including IP address, country, city, region, coordinates, timezone, ISP, ASN, browser, OS, device type, VPN/TOR detection, and visitor tracking.

### GET /api/v1/country/{code}
Returns country metadata by ISO country code including name, capital, population, area, GDP, currency, dial code, TLD, languages, flag emoji, largest cities, and time zones.

### GET /health
Health check endpoint.

### Speed Test API
- `GET /api/speed-test/start` - Initialize a speed test session
- `GET /api/speed-test/ping` - Measure latency
- `GET /api/speed-test/download` - Download test payload
- `POST /api/speed-test/upload` - Upload test payload

## Widget

Embeddable JavaScript widget available at `/widget.js` for displaying visitor info on external sites.

## Rate Limits

- API: 1000 requests per day per IP address
- Speed test: 10 tests per hour per IP address

## Data Coverage

- 249 countries with detailed metadata
- VPN network detection via CIDR ranges
- TOR exit node detection
- Browser and device identification
- Geolocation via MaxMind GeoIP2 databases
- 8 language localizations

## Optional

- [llms-full.txt](/llms-full.txt) - Detailed API schemas and data structures

Document

llms-full.txt

Not stored for this site.