{"id":7896,"date":"2024-11-22T17:37:22","date_gmt":"2024-11-22T08:37:22","guid":{"rendered":"https:\/\/www.lancard.com\/blog\/?p=7896"},"modified":"2025-03-12T11:22:15","modified_gmt":"2025-03-12T02:22:15","slug":"google-sheet-api-use","status":"publish","type":"post","link":"https:\/\/www.lancard.com\/blog\/2024\/11\/22\/google-sheet-api-use\/","title":{"rendered":"Google Sheet API\u3092\u4f7f\u3046 \u2013 SpreadSheet\u64cd\u4f5c\u7de8"},"content":{"rendered":"\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:100%\">\n<a href=\"https:\/\/www.lancard.com\/blog\/2024\/11\/18\/google-sheets-api-project\/\">\u524d\u3005\u56de<\/a>\uff08\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u4f5c\u6210\u7de8\uff09\u3067OAuth\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u306eJSON\u30d5\u30a1\u30a4\u30eb\u53d6\u5f97<br>\u2192<a href=\"https:\/\/www.lancard.com\/blog\/2024\/11\/21\/google-sheet-ap-token\/\">\u524d\u56de<\/a>\uff08Token\u53d6\u5f97\u7de8\uff09\u3067access_token\u53d6\u5f97<br>\u2192\u4eca\u56de\u3067\u6f38\u304fGoogle Sheet API\u3092\u4f7f\u3048\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3057\u305f\u3002<br>\uff08\u5358\u306baccess_token\u3092\u4f7f\u3046\u307e\u3067\u306b\u3001\u3053\u308c\u307e\u3067\u306e\u624b\u9806\u304c\u5fc5\u8981\u306b\u306a\u308a\u307e\u3059\uff09<br>\u65e9\u901f\u5b9f\u9a13\u3057\u3066\u307f\u307e\u3059\u3002\n<\/div>\n<\/div>\n\n\n\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n\n<!--more-->\n\n\n\n\n<h2 class=\"wp-block-heading\">Token\u4e3b\u306e\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u3092\u53d6\u5f97\u3057\u3066\u307f\u308b<\/h2>\n\n\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:100%\">\nToken\u53d6\u5f97\u306e\u904e\u7a0b\u3067\u3001Google\u8a8d\u8a3c\u3092\u3057\u305f\u6642\u306b\u6e21\u3063\u3066\u6765\u308b\u5024\u306b\u3001\u30e1\u30fc\u30eb\u30a2\u30c9\u30ec\u30b9\u306f\u542b\u307e\u308c\u307e\u305b\u3093\u3002<br>\u307e\u305a\u306fToken\u306e\u4e3b\u3092\u8abf\u3079\u3066\u307f\u307e\u3059\u3002\n<\/div>\n<\/div>\n\n\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:100%\">\n<p class=\"has-vivid-red-color has-text-color has-link-color wp-elements-372a5003cd72952bc926f3ee26f8dcc1\">\u203b\u30a8\u30f3\u30c9\u30dd\u30a4\u30f3\u30c8URL\u306e\u5b9a\u7fa9\u306f\u524d\u56de\u3092\u53c2\u7167<br>\u203bcurl\u30af\u30e9\u30b9\u95a2\u9023\u306b\u3064\u3044\u3066\u306f\u5404\u81ea\u4f5c\u6210\u4e0b\u3055\u3044<\/p>\n<\/div>\n<\/div>\n\n\n\n\n\n<pre class=\"wp-block-code\"><code>$Headers = &#91;\n    'Authorization: Bearer '.$TokenJson&#91;'access_token'],\n    'Content-Type: application\/json',\n    'Content-Length: 0', \/\/ \u4ed8\u3051\u306a\u3044\u3068\u30a8\u30e9\u30fc\u306b\u306a\u308b\n];\n$curl = new Curl(); \/\/ Header\u3092\u9001\u4fe1\u53ef\u80fd\u306acurl\u30af\u30e9\u30b9\u3092\u4f5c\u3063\u3066\u304a\u304f\n$curl->addHeader($Headers); \/\/ \u914d\u5217\u3092Header\u306b\u4ed8\u4e0e\u53ef\u80fd\u306a\u30e1\u30bd\u30c3\u30c9\n$res = $curl->get(USER_URL); \/\/ POST\u3067\u306a\u304fGET\n$User = json_decode($res, true);\necho $User&#91;\"email\"];\n\/\/ Token\u3068email\u3092\u7d10\u3065\u3051\u4fdd\u5b58\u3059\u308b\u51e6\u7406\n...<\/code><\/pre>\n\n\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:100%\">\n\u3053\u3053\u3067\u306fPOST\u3059\u308b\u5fc5\u8981\u306f\u7121\u3044\u3067\u3059\u304c\u3001Header\u3092\u8a2d\u5b9a\u3059\u308b\u5fc5\u8981\u304c\u6709\u308a\u307e\u3059\u3002\n<\/div>\n<\/div>\n\n\n\n\n\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n\n\n<h2 class=\"wp-block-heading\">Google SpreadSheet\u3092\u64cd\u4f5c\u3059\u308b<\/h2>\n\n\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:100%\">\n\u3044\u3088\u3044\u3088SpreadSheet\u3092\u4f5c\u6210\u3057\u305f\u308a\u7de8\u96c6\u3057\u305f\u308a\u3057\u307e\u3059\u3002<br>\u307e\u305a\u306f\u4f5c\u6210\u3002<br>\u203b\u7de8\u96c6\u306f\u5225\u3067\u3001\u540c\u3058\u30d5\u30a1\u30a4\u30eb\u540d\u3067\u8907\u6570\u5b9f\u884c\u3059\u308b\u3068\u3001\u540c\u3058\u30d5\u30a1\u30a4\u30eb\u540d\u3067\u8907\u6570\u4f5c\u6210\u3055\u308c\u3066\u3057\u307e\u3044\u307e\u3059\u3002\n<\/div>\n<\/div>\n\n\n\n\n\n<pre class=\"wp-block-code\"><code>$Headers = &#91;\n    'Authorization: Bearer '.$TokenJson&#91;'access_token'],\n    'Content-Type: application\/json',\n];\n$curl = new Curl(); \/\/ Header\u3092\u9001\u4fe1\u53ef\u80fd\u306acurl\u30af\u30e9\u30b9\u3092\u4f5c\u3063\u3066\u304a\u304f\n$curl->addHeader($Headers); \/\/ \u914d\u5217\u3092Header\u306b\u4ed8\u4e0e\u53ef\u80fd\u306a\u30e1\u30bd\u30c3\u30c9\n\/\/ \n$props = &#91;\n    'properties'=>&#91;\n        'title'=>'\u30c6\u30b9\u30c8\u4f5c\u6210\u30d5\u30a1\u30a4\u30eb', \/\/ \u30d5\u30a1\u30a4\u30eb\u540d\n    ],\n];\n$res = $curl->postJson(SHEET_URL, $props); \/\/ Json\u3092POST\u53ef\u80fd\u306a\u30e1\u30bd\u30c3\u30c9\n$Sheet = json_decode($res, true);\n\/\/ Sheet\u3092\u4fdd\u5b58\u3059\u308b\n...<\/code><\/pre>\n\n\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:100%\">\n\u914d\u5217\u3092JSON\u5f62\u5f0f\u3067POST\u3059\u308b\u6e96\u5099\u306f\u3001curl\u3060\u3068\u4ee5\u4e0b\u306e\u3088\u3046\u306a\u5f62\u306b\u306a\u308a\u307e\u3059\u3002\n<\/div>\n<\/div>\n\n\n\n\n\n<pre class=\"wp-block-code\"><code>$ch = curl_init();\n\/\/ \u4ed6\u306ecurl_setopt\u7b49\u51e6\u7406\n...\n\/\/ JSON\u7528\u51e6\u7406\ncurl_setopt($ch, CURLOPT_CUSTOMREQUEST, 'POST');\ncurl_setopt($ch, CURLOPT_POSTFIELDS, json_encode($props));<\/code><\/pre>\n\n\n\n\n\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n\n\n<h3 class=\"wp-block-heading\">\u4f5c\u6210\u3057\u305fSpreadSheet\u306b\u5024\u3092\u8ffd\u52a0\u3057\u3066\u3044\u304f<\/h3>\n\n\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:100%\">\n\u7de8\u96c6\u5148\u3092\u6307\u5b9a\u3059\u308b\u306b\u306f\u3001\u30d5\u30a1\u30a4\u30eb\u540d\u3067\u306f\u306a\u304f\u4f5c\u6210\u6642\u306b\u8fd4\u3063\u3066\u6765\u305fspreadsheetId\u3092\u4f7f\u7528\u3057\u307e\u3059\u3002<br>\u4ee5\u4e0b\u306eRANGE:append\u65b9\u5f0f\u3067\u306f\u3001RANGE\u5217\u3067\u7a7a\u6b04\u304c\u898b\u3064\u304b\u3063\u305f\u884c\u304b\u3089\u8ffd\u52a0\u3057\u3066\u884c\u304f\u306e\u3067\u3001\u3044\u3061\u3044\u3061\u4f55\u884c\u76ee\u307e\u3067\u5024\u304c\u6709\u308b\u304b\u3001\u8abf\u3079\u308b\u5fc5\u8981\u304c\u7121\u3044\u306e\u3067\u697d\u3067\u3059\u3002\n<\/div>\n<\/div>\n\n\n\n\n\n<pre class=\"wp-block-code\"><code>$Headers = &#91;\n    'Authorization: Bearer '.$TokenJson&#91;'access_token'],\n    'Content-Type: application\/json',\n];\n$curl = new Curl(); \/\/ Header\u3092\u9001\u4fe1\u53ef\u80fd\u306acurl\u30af\u30e9\u30b9\u3092\u4f5c\u3063\u3066\u304a\u304f\n$curl->addHeader($Headers); \/\/ \u914d\u5217\u3092Header\u306b\u4ed8\u4e0e\u53ef\u80fd\u306a\u30e1\u30bd\u30c3\u30c9\n\n\/\/ Sheet\n$sid = $Sheet&#91;'spreadsheetId'];\n$sheetId = $Sheet&#91;'sheets']&#91;0]&#91;'properties']&#91;'sheetId']; \/\/ \u4eca\u56de\u4f7f\u308f\u306a\u3044\n$sheetName = $Sheet&#91;'sheets']&#91;0]&#91;'properties']&#91;'title']; \/\/ \u4eca\u56de\u4f7f\u308f\u306a\u3044\n$range = 'A1:B1'; \/\/ \u5024\u3092\u8ffd\u52a0\u3059\u308b\u30bb\u30eb\u958b\u59cb\u4f4d\u7f6e\n\n\/\/ \u7de8\u96c6\u3059\u308bspreadsheetId\u3068range\u3092\u6307\u5b9a\n$url = 'https:\/\/sheets.googleapis.com\/v4\/spreadsheets\/YOUR_SPREADSHEET_ID\/values\/RANGE:append?valueInputOption=RAW';\n$from = &#91;'YOUR_SPREADSHEET_ID', 'RANGE'];\n$to = &#91;$sid, $range];\n$url = str_replace($from, $to, $url);\n\n\/\/ \u8ffd\u52a0\u3059\u308b\u5024\u3092\u6307\u5b9a(A\u5217\u306b\u65e5\u6642\u3001B\u5217\u306b\u6570\u5b571\u3092\u8ffd\u52a0)\n$Values = &#91;\n    &#91;date(\"Y-m-d H:i;s\"), 1],\n    \/\/ &#91;hoge, huga], ...    \/\/ \u8907\u6570\u884c\u3092\u8ffd\u52a0\u3059\u308b\u5834\u5408\n];\n$Data = &#91;\"values\" => $Values];\n$curl->postJson($url, $Data); \/\/ Json\u3092POST\u53ef\u80fd\u306a\u30e1\u30bd\u30c3\u30c9\n<\/code><\/pre>\n\n\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:100%\">\n\u6210\u529f\u3059\u308b\u3068\u4ee5\u4e0b\u306e\u3088\u3046\u306b\u8ffd\u52a0\u3055\u308c\u3066\u884c\u304d\u307e\u3059\u3002\n<\/div>\n<\/div>\n\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/www.lancard.com\/blog\/wp-content\/uploads\/2024\/11\/image-1.png\"><img loading=\"lazy\" decoding=\"async\" width=\"484\" height=\"491\" src=\"https:\/\/www.lancard.com\/blog\/wp-content\/uploads\/2024\/11\/image-1.png\" alt=\"\" class=\"wp-image-7897\" srcset=\"https:\/\/www.lancard.com\/blog\/wp-content\/uploads\/2024\/11\/image-1.png 484w, https:\/\/www.lancard.com\/blog\/wp-content\/uploads\/2024\/11\/image-1-394x400.png 394w\" sizes=\"auto, (max-width: 484px) 100vw, 484px\" \/><\/a><\/figure>\n<a class=\"synved-social-button synved-social-button-share synved-social-size-24 synved-social-resolution-single synved-social-provider-facebook nolightbox\" data-provider=\"facebook\" target=\"_blank\" rel=\"nofollow\" title=\"Share on Facebook\" href=\"https:\/\/www.facebook.com\/sharer.php?u=https%3A%2F%2Fwww.lancard.com%2Fblog%2Fwp-json%2Fwp%2Fv2%2Fposts%2F7896&#038;t=Google%20Sheet%20API%E3%82%92%E4%BD%BF%E3%81%86%20%E2%80%93%20SpreadSheet%E6%93%8D%E4%BD%9C%E7%B7%A8&#038;s=100&#038;p&#091;url&#093;=https%3A%2F%2Fwww.lancard.com%2Fblog%2Fwp-json%2Fwp%2Fv2%2Fposts%2F7896&#038;p&#091;images&#093;&#091;0&#093;=https%3A%2F%2Fwww.lancard.com%2Fblog%2Fwp-content%2Fuploads%2F2024%2F11%2Fimage-1.png&#038;p&#091;title&#093;=Google%20Sheet%20API%E3%82%92%E4%BD%BF%E3%81%86%20%E2%80%93%20SpreadSheet%E6%93%8D%E4%BD%9C%E7%B7%A8\" style=\"font-size: 0px;width:24px;height:24px;margin:0;margin-bottom:5px;margin-right:5px\"><img loading=\"lazy\" decoding=\"async\" alt=\"Facebook\" title=\"Share on Facebook\" class=\"synved-share-image synved-social-image synved-social-image-share\" width=\"24\" height=\"24\" style=\"display: inline;width:24px;height:24px;margin: 0;padding: 0;border: none;box-shadow: none\" src=\"https:\/\/www.lancard.com\/blog\/wp-content\/plugins\/social-media-feather\/synved-social\/image\/social\/regular\/48x48\/facebook.png\" \/><\/a><a class=\"synved-social-button synved-social-button-share synved-social-size-24 synved-social-resolution-single synved-social-provider-twitter nolightbox\" data-provider=\"twitter\" target=\"_blank\" rel=\"nofollow\" title=\"Share on Twitter\" href=\"http:\/\/twitter.com\/share?url=https%3A%2F%2Fwww.lancard.com%2Fblog%2Fwp-json%2Fwp%2Fv2%2Fposts%2F7896&#038;text=Google%20Sheet%20API%E3%82%92%E4%BD%BF%E3%81%86%20%E2%80%93%20SpreadSheet%E6%93%8D%E4%BD%9C%E7%B7%A8\" style=\"font-size: 0px;width:24px;height:24px;margin:0;margin-bottom:5px;margin-right:5px\"><img loading=\"lazy\" decoding=\"async\" alt=\"twitter\" title=\"Share on Twitter\" class=\"synved-share-image synved-social-image synved-social-image-share\" width=\"24\" height=\"24\" style=\"display: inline;width:24px;height:24px;margin: 0;padding: 0;border: none;box-shadow: none\" src=\"https:\/\/www.lancard.com\/blog\/wp-content\/plugins\/social-media-feather\/synved-social\/image\/social\/regular\/48x48\/twitter.png\" \/><\/a><a class=\"synved-social-button synved-social-button-share synved-social-size-24 synved-social-resolution-single synved-social-provider-linkedin nolightbox\" data-provider=\"linkedin\" target=\"_blank\" rel=\"nofollow\" title=\"Share on Linkedin\" href=\"https:\/\/www.linkedin.com\/shareArticle?mini=true&#038;url=https%3A%2F%2Fwww.lancard.com%2Fblog%2Fwp-json%2Fwp%2Fv2%2Fposts%2F7896&#038;title=Google%20Sheet%20API%E3%82%92%E4%BD%BF%E3%81%86%20%E2%80%93%20SpreadSheet%E6%93%8D%E4%BD%9C%E7%B7%A8\" style=\"font-size: 0px;width:24px;height:24px;margin:0;margin-bottom:5px;margin-right:5px\"><img loading=\"lazy\" decoding=\"async\" alt=\"linkedin\" title=\"Share on Linkedin\" class=\"synved-share-image synved-social-image synved-social-image-share\" width=\"24\" height=\"24\" style=\"display: inline;width:24px;height:24px;margin: 0;padding: 0;border: none;box-shadow: none\" src=\"https:\/\/www.lancard.com\/blog\/wp-content\/plugins\/social-media-feather\/synved-social\/image\/social\/regular\/48x48\/linkedin.png\" \/><\/a><a class=\"synved-social-button synved-social-button-share synved-social-size-24 synved-social-resolution-single synved-social-provider-tumblr nolightbox\" data-provider=\"tumblr\" target=\"_blank\" rel=\"nofollow\" title=\"Share on tumblr\" href=\"https:\/\/tumblr.com\/share?s=&#038;v=3&#038;t=Google%20Sheet%20API%E3%82%92%E4%BD%BF%E3%81%86%20%E2%80%93%20SpreadSheet%E6%93%8D%E4%BD%9C%E7%B7%A8&#038;u=https%3A%2F%2Fwww.lancard.com%2Fblog%2Fwp-json%2Fwp%2Fv2%2Fposts%2F7896\" style=\"font-size: 0px;width:24px;height:24px;margin:0;margin-bottom:5px;margin-right:5px\"><img loading=\"lazy\" decoding=\"async\" alt=\"tumblr\" title=\"Share on tumblr\" class=\"synved-share-image synved-social-image synved-social-image-share\" width=\"24\" height=\"24\" style=\"display: inline;width:24px;height:24px;margin: 0;padding: 0;border: none;box-shadow: none\" src=\"https:\/\/www.lancard.com\/blog\/wp-content\/plugins\/social-media-feather\/synved-social\/image\/social\/regular\/48x48\/tumblr.png\" \/><\/a><a class=\"synved-social-button synved-social-button-share synved-social-size-24 synved-social-resolution-single synved-social-provider-mail nolightbox\" data-provider=\"mail\" rel=\"nofollow\" title=\"Share by email\" href=\"mailto:?subject=Google%20Sheet%20API%E3%82%92%E4%BD%BF%E3%81%86%20%E2%80%93%20SpreadSheet%E6%93%8D%E4%BD%9C%E7%B7%A8&#038;body=%E3%82%B7%E3%82%A7%E3%82%A2%E3%81%99%E3%82%8B%EF%BC%9A:%20https%3A%2F%2Fwww.lancard.com%2Fblog%2Fwp-json%2Fwp%2Fv2%2Fposts%2F7896\" style=\"font-size: 0px;width:24px;height:24px;margin:0;margin-bottom:5px\"><img loading=\"lazy\" decoding=\"async\" alt=\"mail\" title=\"Share by email\" class=\"synved-share-image synved-social-image synved-social-image-share\" width=\"24\" height=\"24\" style=\"display: inline;width:24px;height:24px;margin: 0;padding: 0;border: none;box-shadow: none\" src=\"https:\/\/www.lancard.com\/blog\/wp-content\/plugins\/social-media-feather\/synved-social\/image\/social\/regular\/48x48\/mail.png\" \/><\/a>","protected":false},"excerpt":{"rendered":"<p>\u524d\u3005\u56de\uff08\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u4f5c\u6210\u7de8\uff09\u3067OAuth\u30af\u30e9\u30a4\u30a2\u30f3\u30c8\u306eJSON\u30d5\u30a1\u30a4\u30eb\u53d6\u5f97\u2192\u524d\u56de\uff08Token\u53d6\u5f97\u7de8\uff09\u3067access_token\u53d6\u5f97\u2192\u4eca\u56de\u3067\u6f38\u304fGoogle Sheet API\u3092\u4f7f\u3048\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3057\u305f\u3002\uff08\u5358\u306baccess_ [&hellip;]<\/p>\n","protected":false},"author":17,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-7896","post","type-post","status-publish","format-standard","hentry","category-1"],"_links":{"self":[{"href":"https:\/\/www.lancard.com\/blog\/wp-json\/wp\/v2\/posts\/7896","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.lancard.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.lancard.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.lancard.com\/blog\/wp-json\/wp\/v2\/users\/17"}],"replies":[{"embeddable":true,"href":"https:\/\/www.lancard.com\/blog\/wp-json\/wp\/v2\/comments?post=7896"}],"version-history":[{"count":19,"href":"https:\/\/www.lancard.com\/blog\/wp-json\/wp\/v2\/posts\/7896\/revisions"}],"predecessor-version":[{"id":7916,"href":"https:\/\/www.lancard.com\/blog\/wp-json\/wp\/v2\/posts\/7896\/revisions\/7916"}],"wp:attachment":[{"href":"https:\/\/www.lancard.com\/blog\/wp-json\/wp\/v2\/media?parent=7896"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.lancard.com\/blog\/wp-json\/wp\/v2\/categories?post=7896"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.lancard.com\/blog\/wp-json\/wp\/v2\/tags?post=7896"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}