HTTP Client
1
Total requests
0
HTTP errors
Clients
http_client 1
Requests
| GET | https://customer-api.open-meteo.com/v1/forecast?latitude=47.10333&longitude=-2.0833¤t=wind_speed_10m,wind_direction_10m,wind_gusts_10m,visibility,precipitation_probability&wind_speed_unit=kn&timezone=Europe%2FParis&apikey=2NJrQi3OjoIF2a1r | |
|---|---|---|
| Response |
200
[ "info" => [ "header_size" => 179 "request_size" => 336 "total_time" => 0.043286 "namelookup_time" => 0.000878 "connect_time" => 0.012111 "pretransfer_time" => 0.027304 "size_download" => 309.0 "speed_download" => 7138.0 "starttransfer_time" => 0.042585 "primary_ip" => "138.199.128.119" "primary_port" => 443 "local_ip" => "212.227.190.74" "local_port" => 57258 "http_version" => 2 "protocol" => 2 "scheme" => "HTTPS" "appconnect_time_us" => 27231 "connect_time_us" => 12111 "namelookup_time_us" => 878 "pretransfer_time_us" => 27304 "starttransfer_time_us" => 42585 "total_time_us" => 43286 "effective_method" => "GET" "capath" => "/etc/ssl/certs" "cainfo" => "/etc/ssl/certs/ca-certificates.crt" "start_time" => 1780597577.0291 "original_url" => "https://customer-api.open-meteo.com/v1/forecast?latitude=47.10333&longitude=-2.0833¤t=wind_speed_10m,wind_direction_10m,wind_gusts_10m,visibility,precipitation_probability&wind_speed_unit=kn&timezone=Europe%2FParis&apikey=2NJrQi3OjoIF2a1r" "pause_handler" => Closure(float $duration) {#1110 : "Symfony\Component\HttpClient\Response\CurlResponse" : { : CurlHandle {#1093 …} : Symfony\Component\HttpClient\Internal\CurlClientState {#235 …} : -9223372036854775808 } } "debug" => """ * WARNING: failed to open cookie file ""\n * Host customer-api.open-meteo.com:443 was resolved.\n * IPv6: 2a01:4f8:c01e:9fb::1\n * IPv4: 138.199.128.119\n * Trying 138.199.128.119:443...\n * Connected to customer-api.open-meteo.com (138.199.128.119) port 443\n * ALPN: curl offers h2,http/1.1\n * CAfile: /etc/ssl/certs/ca-certificates.crt\n * CApath: /etc/ssl/certs\n * SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384 / X25519 / RSASSA-PSS\n * ALPN: server accepted http/1.1\n * Server certificate:\n * subject: CN=*.open-meteo.com\n * start date: Apr 25 02:39:35 2026 GMT\n * expire date: Jul 24 02:39:34 2026 GMT\n * subjectAltName: host "customer-api.open-meteo.com" matched cert's "*.open-meteo.com"\n * issuer: C=US; O=Let's Encrypt; CN=R13\n * SSL certificate verify ok.\n * Certificate level 0: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption\n * Certificate level 1: Public key type RSA (2048/112 Bits/secBits), signed using sha256WithRSAEncryption\n * Certificate level 2: Public key type RSA (4096/152 Bits/secBits), signed using sha256WithRSAEncryption\n * using HTTP/1.x\n > GET /v1/forecast?latitude=47.10333&longitude=-2.0833¤t=wind_speed_10m,wind_direction_10m,wind_gusts_10m,visibility,precipitation_probability&wind_speed_unit=kn&timezone=Europe%2FParis&apikey=2NJrQi3OjoIF2a1r HTTP/1.1\r\n Host: customer-api.open-meteo.com\r\n Accept: */*\r\n User-Agent: Symfony HttpClient (Curl)\r\n Accept-Encoding: gzip\r\n \r\n * old SSL session ID is stale, removing\n < HTTP/1.1 200 OK\r\n < Date: Thu, 04 Jun 2026 18:26:17 GMT\r\n < Content-Type: application/json; charset=utf-8\r\n < Transfer-Encoding: chunked\r\n < Connection: keep-alive\r\n < Content-Encoding: gzip\r\n < \r\n """ ] "response_headers" => [ "HTTP/1.1 200 OK" "Date: Thu, 04 Jun 2026 18:26:17 GMT" "Content-Type: application/json; charset=utf-8" "Transfer-Encoding: chunked" "Connection: keep-alive" "Content-Encoding: gzip" ] "response_json" => [ "latitude" => 47.1 "longitude" => -2.08 "generationtime_ms" => 0.11098384857178 "utc_offset_seconds" => 7200 "timezone" => "Europe/Paris" "timezone_abbreviation" => "GMT+2" "elevation" => 13.0 "current_units" => [ "time" => "iso8601" "interval" => "seconds" "wind_speed_10m" => "kn" "wind_direction_10m" => "°" "wind_gusts_10m" => "kn" "visibility" => "m" "precipitation_probability" => "%" ] "current" => [ "time" => "2026-06-04T20:15" "interval" => 900 "wind_speed_10m" => 23.5 "wind_direction_10m" => 280 "wind_gusts_10m" => 30.1 "visibility" => 36240.0 "precipitation_probability" => 0 ] ] ] |
|