{"id":3191,"date":"2020-07-01T15:20:52","date_gmt":"2020-07-01T06:20:52","guid":{"rendered":"https:\/\/taitan916.info\/blog\/?p=3191"},"modified":"2024-01-16T00:30:18","modified_gmt":"2024-01-15T15:30:18","slug":"post-3191","status":"publish","type":"post","link":"https:\/\/taitan916.info\/blog\/archives\/3191","title":{"rendered":"\u5730\u7406\u9662\u306e\u30b8\u30aa\u30b3\u30fc\u30c7\u30a3\u30f3\u30b0API\u3092PHP\u304b\u3089\u30ea\u30af\u30a8\u30b9\u30c8\u3059\u308b\u65b9\u6cd5"},"content":{"rendered":"<p>\u4ee5\u524d\u306b<a href=\"https:\/\/taitan916.info\/blog\/archives\/3186\">\u5730\u7406\u9662\u306e\u30b8\u30aa\u30b3\u30fc\u30c7\u30a3\u30f3\u30b0API\u3092javascript\u304b\u3089ajax\u3067\u30ea\u30af\u30a8\u30b9\u30c8\u3059\u308b\u65b9\u6cd5<\/a>\u3092\u66f8\u3044\u305f\u304c\u3001\u4eca\u56de\u306fPHP\u3067\u30ea\u30af\u30a8\u30b9\u30c8\u3057\u305f\u304b\u3063\u305f\u3002\u4ee5\u4e0b\u306b\u65b9\u6cd5\u3092\u30e1\u30e2\u3002<\/p>\n<p>&nbsp;<\/p>\n<h2>\u30bd\u30fc\u30b9<\/h2>\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\">&lt;?php\r\n\/\/\u4f4f\u6240\r\n$query = '\u3053\u3053\u306b\u4f4f\u6240\u3092\u3044\u308c\u308b';\r\n\r\n\/\/URL\u8a2d\u5b9a\r\n$url = 'https:\/\/msearch.gsi.go.jp\/address-search\/AddressSearch?q=' . urlencode($query);\r\n\r\n\/\/API\u63a5\u7d9a\r\n$file = file_get_contents($url);\r\n\r\n\/\/\u623b\u308a\u5024\u3092\u6574\u5f62\r\n$data = json_decode($file);\r\n$latlng = $data[0]-&gt;geometry-&gt;coordinates;\r\n\r\nif( $latlng ){\r\n    $lat = $latlng[1];\r\n    $lng = $latlng[0];\r\n\r\n    var_dump($lat); \/\/\u7d4c\u5ea6\r\n    var_dump($lng); \/\/\u7def\u5ea6\r\n}<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\u4ee5\u524d\u306b\u5730\u7406\u9662\u306e\u30b8\u30aa\u30b3\u30fc\u30c7\u30a3\u30f3\u30b0API\u3092javascript\u304b\u3089ajax\u3067\u30ea\u30af\u30a8\u30b9 ... <\/p>\n","protected":false},"author":1,"featured_media":1085,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[2],"tags":[],"class_list":["post-3191","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-php"],"acf":[],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/taitan916.info\/blog\/wp-json\/wp\/v2\/posts\/3191","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/taitan916.info\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/taitan916.info\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/taitan916.info\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/taitan916.info\/blog\/wp-json\/wp\/v2\/comments?post=3191"}],"version-history":[{"count":0,"href":"https:\/\/taitan916.info\/blog\/wp-json\/wp\/v2\/posts\/3191\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/taitan916.info\/blog\/wp-json\/wp\/v2\/media\/1085"}],"wp:attachment":[{"href":"https:\/\/taitan916.info\/blog\/wp-json\/wp\/v2\/media?parent=3191"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/taitan916.info\/blog\/wp-json\/wp\/v2\/categories?post=3191"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/taitan916.info\/blog\/wp-json\/wp\/v2\/tags?post=3191"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}