{
  "message": "ProxyIP Smart Dispatcher",
  "endpoints": {
    "/": "Auto-select best proxy based on your location",
    "/json": "Return detailed JSON response",
    "/txt": "Return multiple IPs (one per line, use ?count=N)",
    "/{CountryCode}": "Get proxy for specific country (e.g., /US, /JP)",
    "/all/{CountryCode}": "Get all proxies for a country",
    "/random": "Get a random proxy worldwide",
    "/countries": "List all available countries",
    "/stats": "Show statistics",
    "/health": "Health check endpoint"
  },
  "yourLocation": {
    "country": "US",
    "city": "Columbus"
  }
}