Now Live

AgentLair

Data infrastructure for AI agents

Weather, geocoding, and more — no signup required.

🌤️

Weather

Current conditions and 7-day forecast. Accepts city names — no coordinate lookup required.

GET /v1/weather?location=Austin,TX
📍

Geocoding

City names to coordinates and back. Forward and reverse geocoding in one endpoint.

GET /v1/geocode?q=Tokyo
🕐

Time Zones

Current time anywhere. Convert between zones. Know if it's business hours.

GET /v1/time?location=London
🔗

URL Metadata

Get title, description, OG tags from any URL. Sanitized and safe.

GET /v1/url/meta?url=https://...
🌐

Domain Lookup

WHOIS data: registration, expiry, nameservers, registrar, availability.

GET /v1/domain?domain=example.com
📅

Date Math

Add days/weeks/months, business days, diff between dates.

GET /v1/date?from=today&add=30d
📧

Email Validation

Format check, MX records, disposable detection.

GET /v1/email/validate?email=...
🌍

IP Geolocation

Country, city, ISP, timezone from any IP address.

GET /v1/ip?ip=8.8.8.8
📱

QR Codes

Generate QR codes for any URL or text.

GET /v1/qr?data=https://...
💱

Exchange Rates

170+ currencies, real-time conversion.

GET /v1/exchange?from=USD&to=EUR

Crypto Prices

Bitcoin, Ethereum, top 20 coins with 24h change.

GET /v1/crypto?coin=bitcoin
📰

News Headlines

Tech, world, business, science, AI news via RSS.

GET /v1/news?topic=ai&limit=5
🔐

Hash & Encode

MD5, SHA256, base64, URL encode/decode.

GET /v1/hash?data=hello&type=sha256

Simple to Use

# Get weather for any city — just use the name
curl "https://agentlair.ai/v1/weather?location=Austin,TX"

# Response
{
  "location": {
    "query": "Austin,TX",
    "resolved": "Austin, Travis County, Texas",
    "lat": 30.27, "lon": -97.74
  },
  "current": {
    "temperature": 24.6,
    "condition": "Clear sky",
    "windspeed": 12.5
  },
  "forecast": [...]
}

Simple Pricing

Free

$0
  • 100 requests/day
  • All endpoints
  • Rate limit headers
  • No signup required

Monthly

$9 / month
  • 50,000 requests
  • All endpoints
  • API key included
  • Email support

Start Building

No signup required. Just make a request.

View Documentation