HTTP Client
1
Total requests
0
HTTP errors
Clients
http_client 1
Requests
| GET | https://api.open-meteo.com/v1/forecast?latitude=51.0509&longitude=13.7373¤t_weather=true | |
|---|---|---|
| Response |
200
[ "info" => [ "header_size" => 179 "request_size" => 186 "total_time" => 0.100715 "namelookup_time" => 0.026384 "connect_time" => 0.044279 "pretransfer_time" => 0.081213 "size_download" => 287.0 "speed_download" => 2849.0 "starttransfer_time" => 0.099853 "primary_ip" => "94.130.142.35" "primary_port" => 443 "local_ip" => "85.13.166.205" "local_port" => 40144 "http_version" => 2 "protocol" => 2 "scheme" => "HTTPS" "appconnect_time_us" => 81170 "connect_time_us" => 44279 "namelookup_time_us" => 26384 "pretransfer_time_us" => 81213 "starttransfer_time_us" => 99853 "total_time_us" => 100715 "effective_method" => "GET" "capath" => "/etc/ssl/certs" "cainfo" => "/etc/ssl/certs/ca-certificates.crt" "start_time" => 1765931447.88 "original_url" => "https://api.open-meteo.com/v1/forecast?latitude=51.0509&longitude=13.7373¤t_weather=true" "pause_handler" => Symfony\Component\HttpClient\Response\CurlResponse::{closure:Symfony\Component\HttpClient\Response\CurlResponse::__construct():98}(float $duration) {#342 : { : CurlHandle {#474 …} : Symfony\Component\HttpClient\Internal\CurlClientState {#141 …} : -9223372036854775808 } } "debug" => """ * WARNING: failed to open cookie file ""\n * Host api.open-meteo.com:443 was resolved.\n * IPv6: 2a01:4f8:13b:2e04::2\n * IPv4: 94.130.142.35\n * Trying 94.130.142.35:443...\n * Connected to api.open-meteo.com (94.130.142.35) 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: Nov 18 02:32:53 2025 GMT\n * expire date: Feb 16 02:32:52 2026 GMT\n * subjectAltName: host "api.open-meteo.com" matched cert's "*.open-meteo.com"\n * issuer: C=US; O=Let's Encrypt; CN=R12\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=51.0509&longitude=13.7373¤t_weather=true HTTP/1.1\r\n Host: 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: Wed, 17 Dec 2025 00:30:47 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: Wed, 17 Dec 2025 00:30:47 GMT" "Content-Type: application/json; charset=utf-8" "Transfer-Encoding: chunked" "Connection: keep-alive" "Content-Encoding: gzip" ] "response_content" => [ "{"latitude":51.06,"longitude":13.74,"generationtime_ms":0.057578086853027344,"utc_offset_seconds":0,"timezone":"GMT","timezone_abbreviation":"GMT","elevation":115.0,"current_weather_units":{"time":"iso8601","interval":"seconds","temperature":"°C","windspeed":"km/h","winddirection":"°","is_day":"","weathercode":"wmo code"},"current_weather":{"time":"2025-12-17T00:30","interval":900,"temperature":0.8,"windspeed":6.1,"winddirection":140,"is_day":0,"weathercode":3}}" ] ] |
|