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.080366 "namelookup_time" => 0.021163 "connect_time" => 0.035211 "pretransfer_time" => 0.065527 "size_download" => 288.0 "speed_download" => 3583.0 "starttransfer_time" => 0.080132 "primary_ip" => "94.130.142.35" "primary_port" => 443 "local_ip" => "85.13.166.205" "local_port" => 51390 "http_version" => 2 "protocol" => 2 "scheme" => "HTTPS" "appconnect_time_us" => 65494 "connect_time_us" => 35211 "namelookup_time_us" => 21163 "pretransfer_time_us" => 65527 "starttransfer_time_us" => 80132 "total_time_us" => 80366 "effective_method" => "GET" "capath" => "/etc/ssl/certs" "cainfo" => "/etc/ssl/certs/ca-certificates.crt" "start_time" => 1776257634.15 "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: (none)\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: Mar 18 02:39:35 2026 GMT\n * expire date: Jun 16 02:39:34 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, 15 Apr 2026 12:53:54 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, 15 Apr 2026 12:53:54 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.08761882781982422,"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":"2026-04-15T12:45","interval":900,"temperature":16.3,"windspeed":3.3,"winddirection":131,"is_day":1,"weathercode":2}}" ] ] |
|