{
  "service": "welcome",
  "title": "Welcome to Parse! 🚀",
  "tagline": "Ridiculously fast and useful APIs.",
  "description": "High-performance data lookups built for developers who want speed and clarity.",
  "version": "v1",
  "docs": "https://parseapi.com/docs",
  "quick_start": {
    "signup": "https://parseapi.com/signup",
    "get_key": "Create a free account → copy your API key",
    "auth": "Use header X-API-Key: yourkey or query ?key=yourkey"
  },
  "endpoints": {
    "postal": "GET /postal/{code}",
    "country": "GET /country/{code}",
    "ip": "GET /ip/{ip}",
    "email": "GET /email/{email}",
    "useragent": "GET /useragent?ua=...",
    "elevation": "GET /elevation?lat=...&lon=..."
  },
  "parameters": {
    "expand": "?expand=true → Get enriched data (paid plans)",
    "pretty": "?pretty=true → Human-readable formatting"
  },
  "rate_limit": {
    "free": "Generous free tier",
    "paid": "Higher limits + richer data",
    "note": "Rate limits reset every 60 seconds"
  },
  "tips": [
    "All responses are extremely fast and cached where possible",
    "Use X-API-Key header (recommended) or ?key= query parameter",
    "?expand=true unlocks demographics, insights, and more on paid plans"
  ],
  "vibe": "Made with ❤️ for developers who like things that just work... and work fast."
}