{
  "success": true,
  "url": {
    "protocol": "https:",
    "host": "httpbin.org",
    "pathname": "/",
    "search": "",
    "href": "https://httpbin.org/"
  },
  "fetch": {
    "status": 503,
    "statusText": "Service Unavailable",
    "ok": false,
    "contentType": "text/html",
    "contentLength": "162",
    "headers": {
      "cf-cache-status": "DYNAMIC",
      "cf-ray": "a0a8d8939a75cf74-CMH",
      "connection": "close",
      "content-length": "162",
      "content-type": "text/html",
      "date": "Fri, 12 Jun 2026 12:26:48 GMT",
      "server": "cloudflare"
    }
  }
}