root@observium:/opt/observium# curl -i --connect-timeout 15 -X GET -H 'Connection: close' -H 'User-Agent: Observium/22.8.12250' 'https://maps.googleapis.com/maps/api/geocode/json?address=Kvinnerstaskolan+Orebro+Sweden&key=***&sensor=false&language=en&limit=1' HTTP/2 200 content-type: application/json; charset=UTF-8 date: Wed, 24 Aug 2022 11:54:37 GMT pragma: no-cache expires: Fri, 01 Jan 1990 00:00:00 GMT cache-control: no-cache, must-revalidate access-control-allow-origin: * server: mafe x-xss-protection: 0 x-frame-options: SAMEORIGIN server-timing: gfet4t7; dur=83 alt-svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43" accept-ranges: none vary: Accept-Encoding { "results" : [ { "address_components" : [ { "long_name" : "Örebro", "short_name" : "Örebro", "types" : [ "postal_town" ] }, { "long_name" : "Örebro län", "short_name" : "Örebro län", "types" : [ "administrative_area_level_1", "political" ] }, { "long_name" : "Sweden", "short_name" : "SE", "types" : [ "country", "political" ] }, { "long_name" : "705 91", "short_name" : "705 91", "types" : [ "postal_code" ] } ], "formatted_address" : "Kvinnersta 533 Axberg, 705 91 Örebro, Sweden", "geometry" : { "location" : { "lat" : 59.35657129999999, "lng" : 15.2429698 }, "location_type" : "GEOMETRIC_CENTER", "viewport" : { "northeast" : { "lat" : 59.35778363029151, "lng" : 15.2444220802915 }, "southwest" : { "lat" : 59.3550856697085, "lng" : 15.2417241197085 } } }, "partial_match" : true, "place_id" : "ChIJHzCno5k_XEYRDeW_UJEixRs", "plus_code" : { "compound_code" : "964V+J5 Örebro, Sweden", "global_code" : "9FFQ964V+J5" }, "types" : [ "establishment", "point_of_interest", "school" ] } ], "status" : "OK" }