Machine Readiness
Stored receipt and evidence
20
65
0
0
0
Samples
No stored offer samples.
Samples
No stored action samples.
Samples
No stored product samples.
Document
# 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
# 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
Not stored for this site.