HTTP Client

1 Total requests
0 HTTP errors

Clients

http_client 1

Requests

GET http://ip-api.com/json/74.7.227.34
Response 200
[
  "info" => [
    "header_size" => 177
    "request_size" => 127
    "total_time" => 0.035
    "namelookup_time" => 0.017478
    "connect_time" => 0.025216
    "pretransfer_time" => 0.025322
    "size_download" => 294.0
    "speed_download" => 8400.0
    "download_content_length" => 294.0
    "starttransfer_time" => 0.034192
    "primary_ip" => "208.95.112.1"
    "primary_port" => 80
    "local_ip" => "51.38.235.150"
    "local_port" => 60794
    "http_version" => 2
    "protocol" => 1
    "scheme" => "HTTP"
    "connect_time_us" => 25216
    "namelookup_time_us" => 17478
    "pretransfer_time_us" => 25322
    "starttransfer_time_us" => 34192
    "total_time_us" => 35000
    "start_time" => 1776688523.8531
    "original_url" => "http://ip-api.com/json/74.7.227.34"
    "pause_handler" => Closure(float $duration) {#17811
      class: "Symfony\Component\HttpClient\Response\CurlResponse"
      use: {
        $ch: CurlHandle {#17801 …}
        $multi: Symfony\Component\HttpClient\Internal\CurlClientState {#5447 …}
        $execCounter: -9223372036854775808
      }
    }
    "debug" => """
      *   Trying 208.95.112.1:80...\n
      * TCP_NODELAY set\n
      * Connected to ip-api.com (208.95.112.1) port 80 (#0)\n
      > GET /json/74.7.227.34 HTTP/1.1\r\n
      Host: ip-api.com\r\n
      Accept: */*\r\n
      User-Agent: Symfony HttpClient (Curl)\r\n
      Accept-Encoding: gzip\r\n
      \r\n
      * Mark bundle as not supporting multiuse\n
      < HTTP/1.1 200 OK\r\n
      < Date: Mon, 20 Apr 2026 12:35:23 GMT\r\n
      < Content-Type: application/json; charset=utf-8\r\n
      < Content-Length: 294\r\n
      < Access-Control-Allow-Origin: *\r\n
      < X-Ttl: 60\r\n
      < X-Rl: 44\r\n
      < \r\n
      """
  ]
  "response_headers" => [
    "HTTP/1.1 200 OK"
    "Date: Mon, 20 Apr 2026 12:35:23 GMT"
    "Content-Type: application/json; charset=utf-8"
    "Content-Length: 294"
    "Access-Control-Allow-Origin: *"
    "X-Ttl: 60"
    "X-Rl: 44"
  ]
  "response_json" => [
    "status" => "success"
    "country" => "United States"
    "countryCode" => "US"
    "region" => "GA"
    "regionName" => "Georgia"
    "city" => "Atlanta"
    "zip" => "30301"
    "lat" => 33.7485
    "lon" => -84.3871
    "timezone" => "America/New_York"
    "isp" => "Microsoft Corporation"
    "org" => "Cloud"
    "as" => "AS8075 Microsoft Corporation"
    "query" => "74.7.227.34"
  ]
]