{
  "success": true,
  "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",
  "released": "2026-04-15",
  "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": {
    "zip": {
      "lookup": "GET /zip/{postal_code}",
      "nearby": "GET /zip/{postal_code}/nearby?distance=25&unit=mi",
      "distance": "GET /zip/distance?from=90210&to=33139"
    },
    "country": {
      "lookup": "GET /country/{iso2} (example: /country/us)"
    },
    "ua": {
      "parse": "GET /ua?ua=Mozilla/5.0 ..."
    },
    "ip": {
      "lookup": "GET /ip/{ip_address}"
    },
    "email": {
      "validate": "GET /email/{email_address}"
    }
  },
  "parameters": {
    "expand": "?expand=true → Get enriched data and insights (paid plans)",
    "pretty": "?pretty=true → Human-readable formatting (for testing)"
  },
  "rate_limit": {
    "free": "Generous free tier with real usage limits",
    "paid": "Higher limits and richer expand data based on your plan",
    "headers": "Every response includes X-RateLimit-Limit, X-RateLimit-Remaining, and X-RateLimit-Reset",
    "note": "Rate limits are enforced per API key and reset every 60 seconds"
  },
  "tips": [
    "meta.time shows response time in seconds (e.g. 0.004 = 4ms)",
    "All endpoints support X-API-Key header (recommended) or ?key= query parameter",
    "Use ?expand=true on ZIP for demographics, insight, and geography data"
  ],
  "vibe": "Made with ❤️ for developers who like things that just work... and work fast."
}