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"="77000"]->.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.342666 "namelookup_time" => 0.002041 "connect_time" => 0.01545 "pretransfer_time" => 0.037155 "size_upload" => 379.0 "size_download" => 252.0 "speed_download" => 736.0 "speed_upload" => 1108.0 "download_content_length" => 252.0 "upload_content_length" => 379.0 "starttransfer_time" => 0.342517 "primary_ip" => "162.55.144.139" "primary_port" => 443 "local_ip" => "149.202.77.27" "local_port" => 60212 "http_version" => 2 "protocol" => 2 "scheme" => "HTTPS" "appconnect_time_us" => 37076 "connect_time_us" => 15450 "namelookup_time_us" => 2041 "pretransfer_time_us" => 37155 "starttransfer_time_us" => 342517 "total_time_us" => 342666 "effective_method" => "POST" "start_time" => 1749467914.5619 "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 162.55.144.139:443...\n * Connected to overpass-api.de (162.55.144.139) 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=gall.openstreetmap.de\n * start date: Jun 4 21:58:45 2025 GMT\n * expire date: Sep 2 21:58:44 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 11:18:34 GMT\r\n < Server: Apache/2.4.62 (Debian)\r\n < Vary: Accept-Encoding\r\n < Content-Encoding: gzip\r\n < Content-Length: 252\r\n < Content-Type: application/json\r\n < \r\n """ ] "response_headers" => [ "HTTP/1.1 200 OK" "Date: Mon, 09 Jun 2025 11:18:34 GMT" "Server: Apache/2.4.62 (Debian)" "Vary: Accept-Encoding" "Content-Encoding: gzip" "Content-Length: 252" "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-09T11:17:14Z",\n "timestamp_areas_base": "2025-06-09T08:52:35Z",\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"="77000"]->.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.080659 "namelookup_time" => 2.9E-5 "connect_time" => 2.9E-5 "pretransfer_time" => 0.000107 "size_upload" => 889.0 "size_download" => 252.0 "speed_download" => 3150.0 "speed_upload" => 11112.0 "download_content_length" => 252.0 "upload_content_length" => 889.0 "starttransfer_time" => 0.080539 "primary_ip" => "162.55.144.139" "primary_port" => 443 "local_ip" => "149.202.77.27" "local_port" => 60212 "http_version" => 2 "protocol" => 2 "scheme" => "HTTPS" "appconnect_time_us" => 29 "connect_time_us" => 29 "namelookup_time_us" => 29 "pretransfer_time_us" => 107 "starttransfer_time_us" => 80539 "total_time_us" => 80659 "effective_method" => "POST" "start_time" => 1749467914.9074 "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: 0x556b0020c7a0 [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 (162.55.144.139) 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 11:18:34 GMT\r\n < Server: Apache/2.4.62 (Debian)\r\n < Vary: Accept-Encoding\r\n < Content-Encoding: gzip\r\n < Content-Length: 252\r\n < Content-Type: application/json\r\n < \r\n """ ] "response_headers" => [ "HTTP/1.1 200 OK" "Date: Mon, 09 Jun 2025 11:18:34 GMT" "Server: Apache/2.4.62 (Debian)" "Vary: Accept-Encoding" "Content-Encoding: gzip" "Content-Length: 252" "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-09T11:17:14Z",\n "timestamp_areas_base": "2025-06-09T08:52:35Z",\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 """ ] ] |