HTTP Client
2
Total requests
0
HTTP errors
Clients
http_client 2
Requests
POST | https://overpass-api.de/api/interpreter | |
---|---|---|
Request options | [ "body" => [ "data" => """ [out:json][timeout:25];\n area["ref:INSEE"="75017"]->.searchArea;\n (\n relation["admin_level"="8"]["name"]["type"="boundary"]["boundary"="administrative"](area.searchArea);\n );\n out body;\n >;\n out skel qt; """ ] ] |
|
Response |
200
[ "info" => [ "header_size" => 188 "request_size" => 581 "total_time" => 0.358584 "namelookup_time" => 0.002137 "connect_time" => 0.030631 "pretransfer_time" => 0.067271 "size_upload" => 379.0 "size_download" => 250.0 "speed_download" => 698.0 "speed_upload" => 1058.0 "download_content_length" => 250.0 "upload_content_length" => 379.0 "starttransfer_time" => 0.358329 "primary_ip" => "65.109.112.52" "primary_port" => 443 "local_ip" => "149.202.77.27" "local_port" => 49530 "http_version" => 2 "protocol" => 2 "scheme" => "HTTPS" "appconnect_time_us" => 67192 "connect_time_us" => 30631 "namelookup_time_us" => 2137 "pretransfer_time_us" => 67271 "starttransfer_time_us" => 358329 "total_time_us" => 358584 "effective_method" => "POST" "start_time" => 1749448174.7598 "original_url" => "https://overpass-api.de/api/interpreter" "pause_handler" => Closure(float $duration) {#614 : "Symfony\Component\HttpClient\Response\CurlResponse" : { : CurlHandle {#610 …} : Symfony\Component\HttpClient\Internal\CurlClientState {#605 …} : -9223372036854775808 } } "debug" => """ * Trying 65.109.112.52:443...\n * Connected to overpass-api.de (65.109.112.52) port 443 (#0)\n * ALPN, offering h2\n * ALPN, offering http/1.1\n * successfully set certificate verify locations:\n * CAfile: /etc/ssl/certs/ca-certificates.crt\n * CApath: /etc/ssl/certs\n * SSL connection using TLSv1.3 / TLS_AES_256_GCM_SHA384\n * ALPN, server accepted to use http/1.1\n * Server certificate:\n * subject: CN=lambert.openstreetmap.de\n * start date: Jun 4 21:58:56 2025 GMT\n * expire date: Sep 2 21:58:55 2025 GMT\n * subjectAltName: host "overpass-api.de" matched cert's "overpass-api.de"\n * issuer: C=US; O=Let's Encrypt; CN=R11\n * SSL certificate verify ok.\n > POST /api/interpreter HTTP/1.1\r\n Host: overpass-api.de\r\n Accept: */*\r\n Content-Type: application/x-www-form-urlencoded\r\n User-Agent: Symfony HttpClient (Curl)\r\n Accept-Encoding: gzip\r\n Content-Length: 379\r\n \r\n * upload completely sent off: 379 out of 379 bytes\n * old SSL session ID is stale, removing\n * Mark bundle as not supporting multiuse\n < HTTP/1.1 200 OK\r\n < Date: Mon, 09 Jun 2025 05:49:34 GMT\r\n < Server: Apache/2.4.62 (Debian)\r\n < Vary: Accept-Encoding\r\n < Content-Encoding: gzip\r\n < Content-Length: 250\r\n < Content-Type: application/json\r\n < \r\n """ ] "response_headers" => [ "HTTP/1.1 200 OK" "Date: Mon, 09 Jun 2025 05:49:34 GMT" "Server: Apache/2.4.62 (Debian)" "Vary: Accept-Encoding" "Content-Encoding: gzip" "Content-Length: 250" "Content-Type: application/json" ] "response_content" => [ """ {\n "version": 0.6,\n "generator": "Overpass API 0.7.62.7 375dc00a",\n "osm3s": {\n "timestamp_osm_base": "2025-06-09T05:48:06Z",\n "timestamp_areas_base": "2025-06-09T04:06:41Z",\n "copyright": "The data included in this document is from www.openstreetmap.org. The data is made available under ODbL."\n },\n "elements": [\n \n \n \n ]\n }\n """ ] ] |
POST | https://overpass-api.de/api/interpreter | |
---|---|---|
Request options | [ "body" => [ "data" => """ [out:json][timeout:25];\n area["ref:INSEE"="75017"]->.searchArea;\n \n (\n nw["amenity"~"^(cafe|bar|restaurant|library|cinema|fast_food|post_office|marketplace|community_centre|theatre|bank|townhall|animal_boarding|animal_breeding|animal_shelter|animal_training|archive|arts_centre|bank|bar|bicycle_rental|biergarten|boat_rental|boat_storage|bureau_de_change|cafe|canteen|car_rental|car_wash|casino|childcare|clinic|college|conference_centre|courthouse|coworking_space|crematorium|dancing_school|dentist|dive_centre|doctors)$"](area.searchArea);\n nw["shop"](area.searchArea);\n nw["healthcare"](area.searchArea);\n nw["office"](area.searchArea);\n );\n \n \n out center tags; """ ] ] |
|
Response |
200
[ "info" => [ "header_size" => 188 "request_size" => 1091 "total_time" => 0.106096 "namelookup_time" => 3.5E-5 "connect_time" => 3.5E-5 "pretransfer_time" => 0.00014 "size_upload" => 889.0 "size_download" => 250.0 "speed_download" => 2358.0 "speed_upload" => 8386.0 "download_content_length" => 250.0 "upload_content_length" => 889.0 "starttransfer_time" => 0.105968 "primary_ip" => "65.109.112.52" "primary_port" => 443 "local_ip" => "149.202.77.27" "local_port" => 49530 "http_version" => 2 "protocol" => 2 "scheme" => "HTTPS" "appconnect_time_us" => 35 "connect_time_us" => 35 "namelookup_time_us" => 35 "pretransfer_time_us" => 140 "starttransfer_time_us" => 105968 "total_time_us" => 106096 "effective_method" => "POST" "start_time" => 1749448175.1223 "original_url" => "https://overpass-api.de/api/interpreter" "pause_handler" => Closure(float $duration) {#692 : "Symfony\Component\HttpClient\Response\CurlResponse" : { : CurlHandle {#685 …} : Symfony\Component\HttpClient\Internal\CurlClientState {#605 …} : -9223372036854775797 } } "debug" => """ * Found bundle for host overpass-api.de: 0x556b001cba60 [serially]\n * Can not multiplex, even if we wanted to!\n * Re-using existing connection! (#0) with host overpass-api.de\n * Connected to overpass-api.de (65.109.112.52) port 443 (#0)\n > POST /api/interpreter HTTP/1.1\r\n Host: overpass-api.de\r\n Accept: */*\r\n Content-Type: application/x-www-form-urlencoded\r\n User-Agent: Symfony HttpClient (Curl)\r\n Accept-Encoding: gzip\r\n Content-Length: 889\r\n \r\n * upload completely sent off: 889 out of 889 bytes\n * Mark bundle as not supporting multiuse\n < HTTP/1.1 200 OK\r\n < Date: Mon, 09 Jun 2025 05:49:35 GMT\r\n < Server: Apache/2.4.62 (Debian)\r\n < Vary: Accept-Encoding\r\n < Content-Encoding: gzip\r\n < Content-Length: 250\r\n < Content-Type: application/json\r\n < \r\n """ ] "response_headers" => [ "HTTP/1.1 200 OK" "Date: Mon, 09 Jun 2025 05:49:35 GMT" "Server: Apache/2.4.62 (Debian)" "Vary: Accept-Encoding" "Content-Encoding: gzip" "Content-Length: 250" "Content-Type: application/json" ] "response_content" => [ """ {\n "version": 0.6,\n "generator": "Overpass API 0.7.62.7 375dc00a",\n "osm3s": {\n "timestamp_osm_base": "2025-06-09T05:48:06Z",\n "timestamp_areas_base": "2025-06-09T04:06:41Z",\n "copyright": "The data included in this document is from www.openstreetmap.org. The data is made available under ODbL."\n },\n "elements": [\n \n \n \n ]\n }\n """ ] ] |