{"id":424,"date":"2024-03-24T20:23:29","date_gmt":"2024-03-24T12:23:29","guid":{"rendered":"http:\/\/www.madbull.site\/?p=424"},"modified":"2026-03-03T10:47:56","modified_gmt":"2026-03-03T02:47:56","slug":"elasticsearch%e5%9f%ba%e7%a1%80%e6%93%8d%e4%bd%9c","status":"publish","type":"post","link":"https:\/\/www.madbull.site\/?p=424","title":{"rendered":"Elasticsearch\u57fa\u7840\u64cd\u4f5c"},"content":{"rendered":"\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\">\n<p class=\"has-accent-3-color has-text-color has-link-color wp-elements-1b2faee9bc2660e8dd345dcaa9bab7e3\"><strong>1 \u67e5\u8be2\u6709\u591a\u5c11\u7d22\u5f15\u4ee5\u53ca\u4ed6\u4eec\u7684\u72b6\u6001<\/strong><\/p>\n\n\n\n<p>curl -XGET http:\/\/127.0.0.1:9200\/_cat\/indices?v<\/p>\n\n\n\n<div style=\"margin-top:var(--wp--preset--spacing--20);margin-bottom:var(--wp--preset--spacing--20);height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\">\n<p class=\"has-accent-3-color has-text-color has-link-color wp-elements-cab044613a3d122ae099778d36b76d43\"><strong>2 \u521b\u5efa\u7d22\u5f15indexxxx<\/strong><\/p>\n\n\n\n<p>curl -XPUT http:\/\/127.0.0.1:9200\/indexxxx<\/p>\n\n\n\n<div style=\"margin-top:var(--wp--preset--spacing--20);margin-bottom:var(--wp--preset--spacing--20);height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\">\n<p class=\"has-accent-3-color has-text-color has-link-color wp-elements-782ecf3fa4b258a7f481f06c600f748e\"><strong>3 \u67e5\u8be2\u7d22\u5f15indexxxx\u4fe1\u606f<\/strong><\/p>\n\n\n\n<p>curl -XGET http:\/\/127.0.0.1:9200\/indexxxx<\/p>\n\n\n\n<div style=\"margin-top:var(--wp--preset--spacing--20);margin-bottom:var(--wp--preset--spacing--20);height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\">\n<p class=\"has-accent-3-color has-text-color has-link-color wp-elements-d9f421b9d389cdd81fc0ddebfc9da205\"><strong>4 \u521b\u5efa\u6587\u6863\uff08\u4e00\u6761\u6570\u636e\uff09\uff0c\u4e5f\u53ef\u4ee5\u8986\u76d6\u4e4b\u524d\u5df2\u7ecf\u5b58\u5728\u7684\u6570\u636e<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>curl -H'Content-Type: application\/json' -XPOST http:\/\/127.0.0.1:9200\/indexxxx\/_doc\/1001 -d '\n{\n    \"name\":\"hhhhh\", \n    \"sex\":\"man\"\n}'<\/code><\/pre>\n\n\n\n<div style=\"margin-top:var(--wp--preset--spacing--20);margin-bottom:var(--wp--preset--spacing--20);height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\">\n<p class=\"has-accent-3-color has-text-color has-link-color wp-elements-f412dccb17c6122dadd88cec1b947931\"><strong>5 \u4f7f\u7528\u7d22\u5f15\u67e5\u8be2\u6587\u6863<\/strong><\/p>\n\n\n\n<p>curl -XGET 127.0.0.1:9200\/indexxxx\/_doc\/1001<\/p>\n\n\n\n<div style=\"margin-top:var(--wp--preset--spacing--20);margin-bottom:var(--wp--preset--spacing--20);height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\">\n<p class=\"has-accent-3-color has-text-color has-link-color wp-elements-5a2ede391201fa998664668ae1dd594b\"><strong>6 \u4fee\u6539\u5b9e\u4f53\u7684\u67d0\u4e00\u9879\u53c2\u6570<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>curl -XPOST -H 'Content-Type:application\/json' 127.0.0.1:9200\/indexxxx\/_update\/1002 -d '\n{ \n    \"doc\" : \n    { \n        \"agee\" : 25 \n    } \n}'<\/code><\/pre>\n\n\n\n<div style=\"margin-top:var(--wp--preset--spacing--20);margin-bottom:var(--wp--preset--spacing--20);height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\">\n<p class=\"has-accent-3-color has-text-color has-link-color wp-elements-d059ac304740cd103e0c576ec0111b8d\"><strong>7 \u5220\u9664\u4e00\u4e2a\u6587\u672c<\/strong><\/p>\n\n\n\n<p>curl -XDELETE 127.0.0.1:9200\/indexxxx\/_doc\/1003<\/p>\n\n\n\n<div style=\"margin-top:var(--wp--preset--spacing--20);margin-bottom:var(--wp--preset--spacing--20);height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\">\n<p class=\"has-accent-3-color has-text-color has-link-color wp-elements-9b15d53f20ab8889fea5a4718ce623b4\"><strong>8 \u6761\u4ef6\u67e5\u8be2<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>curl -H'Content-Type:application\/json'  -XPOST 127.0.0.1:9200\/indexxxx\/_search  -d '\n{ \n    \"query\" : \n    { \n        \"match\" : \n        { \n            \"name\" : \"zhanggggg\" \n        } \n    } \n} '<\/code><\/pre>\n\n\n\n<div style=\"margin-top:var(--wp--preset--spacing--20);margin-bottom:var(--wp--preset--spacing--20);height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\">\n<p class=\"has-accent-3-color has-text-color has-link-color wp-elements-6cd6881c1ed5c224293e5614434380c1\"><strong>9 \u67e5\u8be2\u6240\u6709\u7684\u6570\u636e<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>curl -XPOST -H'Content-Type:application\/json' 127.0.0.1:9200\/indexxxx\/_search -d '\n{\n    \"query\":\n    {\n        \"match_all\":{}\n    }\n},<\/code><\/pre>\n\n\n\n<div style=\"margin-top:var(--wp--preset--spacing--20);margin-bottom:var(--wp--preset--spacing--20);height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\">\n<p class=\"has-accent-3-color has-text-color has-link-color wp-elements-fb7c5fd8ce04e8f683816b88c72b07c3\"><strong>10 \u5206\u9875\u67e5\u8be2<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>curl -XPOST -H'Content-Type:application\/json' 127.0.0.1:9200\/indexxxx\/_search -d '\n{\n    \"query\":\n    {\n        \"match_all\":{}\n    }, \n    \"from\":2, \n    \"to\":2,\n}'<\/code><\/pre>\n\n\n\n<div style=\"margin-top:var(--wp--preset--spacing--20);margin-bottom:var(--wp--preset--spacing--20);height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\">\n<p class=\"has-accent-3-color has-text-color has-link-color wp-elements-06ca44ee6865bb6c187233c5ab083765\"><strong>11 \u8fc7\u6ee4\u8f93\u51fa<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>curl -XPOST -H'Content-Type:application\/json' 127.0.0.1:9200\/indexxxx\/_search -d '\n{\n    \"query\":\n    {\n        \"match_all\":{}\n    }, \n    \"from\":2, \n    \"to\":2,\n    \"_source\":&#91;\"age\"]\n}'<\/code><\/pre>\n\n\n\n<div style=\"margin-top:var(--wp--preset--spacing--20);margin-bottom:var(--wp--preset--spacing--20);height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\">\n<p class=\"has-accent-3-color has-text-color has-link-color wp-elements-95f298f6c48f1b9b1c85668c65e38374\"><strong>12 \u591a\u6761\u4ef6\u67e5\u8be2<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>curl -XPOST -H'Content-Type:application\/json' 127.0.0.1:9200\/indexxxx\/_search -d '\n{\n    \"query\":\n    {\n        \"bool\":\n        {\n            \"must\":\n            &#91; \n                { \n                    \"match\":\n                    {  \n                        \"age\":22 \n                    } \n                }, \n                {\n                    \"match\":\n                    {\n                        \"name\":\"huaiiiii\"\n                    } \n                }\n            ]\n        }\n    }\n}'<\/code><\/pre>\n\n\n\n<pre class=\"wp-block-code\"><code>curl -XPOST -H'Content-Type:application\/json' 127.0.0.1:9200\/indexxxx\/_search -d '\n{\n    \"query\":\n    {\n        \"bool\":\n        {\n            \"should\":\n            &#91;\n                {\n                    \"match\":\n                    {\n                        \"name\":\"leeeee\"\n                    }\n                }, \n                {\n                    \"match\":\n                    {\n                        \"age\":22\n                    }\n                }\n            ]\n        }\n    }\n}'<\/code><\/pre>\n\n\n\n<div style=\"margin-top:var(--wp--preset--spacing--20);margin-bottom:var(--wp--preset--spacing--20);height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\">\n<p class=\"has-accent-3-color has-text-color has-link-color wp-elements-bdecb121176134debf427f6b49714a8e\"><strong>13 \u8303\u56f4\u67e5\u8be2<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>curl -XPOST -H'Content-Type:application\/json' 127.0.0.1:9200\/indexxxx\/_search -d '\n{\n    \"query\":\n    {\n        \"bool\":\n        {\n            \"should\":\n            &#91;\n                {\n                \"match\":\n                    {\n                        \"name\":\"leeeee\"\n                    }\n                },\n                {\n                    \"match\":\n                    {\n                        \"age\":22\n                    }\n                }\n            ],\n            \"filter\": \n            {\n                \"range\":\n                {\n                    \"age\":\n                    {\n                        \"gt\":20\n                    }\n                }\n            }\n        }\n    }\n}'<\/code><\/pre>\n\n\n\n<div style=\"margin-top:var(--wp--preset--spacing--20);margin-bottom:var(--wp--preset--spacing--20);height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\">\n<p class=\"has-accent-3-color has-text-color has-link-color wp-elements-8c43f14b825b5546d67a79fe3d652769\"><strong>14 \u5b8c\u5168\u5339\u914d&#8211;match_phrase<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>curl -XPOST -H'Content-Type:application\/json' 127.0.0.1:9200\/indexxxx\/_search -d '\n{\n    \"query\":\n    {\n        \"bool\" :\n        {\n            \"must\": \n            {\n                \"match_phrase\":\n                {\n                    \"name\":\"\u674e\"\n                }\n            }\n        }\n    }\n}'<\/code><\/pre>\n\n\n\n<div style=\"margin-top:var(--wp--preset--spacing--20);margin-bottom:var(--wp--preset--spacing--20);height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\">\n<p class=\"has-accent-3-color has-text-color has-link-color wp-elements-eb995408480fc6370df623eb0447f32e\"><strong>15 \u67e5\u8be2\u7ed3\u679c\u9ad8\u4eae\u663e\u793a<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>curl -XPOST -H'Content-Type:application\/json' 127.0.0.1:9200\/indexxxx\/_search -d '\n{\n    \"query\": \n    {\n        \"bool\" :\n        {\n            \"must\":\n            {\n                \"match_phrase\":\n                {\n                    \"name\":\"\u674e\"\n                }\n            }\n        }\n    },\n    \"highlight\":\n    {\n        \"fields\":\n        {\n            \"name\":{}\n        }\n    }\n}' <\/code><\/pre>\n\n\n\n<div style=\"margin-top:var(--wp--preset--spacing--20);margin-bottom:var(--wp--preset--spacing--20);height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\">\n<p class=\"has-accent-3-color has-text-color has-link-color wp-elements-b85e801b19b8b9765404512d261098e8\"><strong>16 \u805a\u5408\u64cd\u4f5c<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>curl -XPOST -H\"Content-Type:application\/json\" 127.0.0.1:9200\/iiii\/_search -d '\n{\n    \"aggs\":\n    {\n        \"nnn_grp\":\n        {\n            \"terms\":\n            {\n                \"field\":\"num\"\n            }\n        }\n    }, \n    \"size\":0\n}'<\/code><\/pre>\n\n\n\n<div style=\"margin-top:var(--wp--preset--spacing--20);margin-bottom:var(--wp--preset--spacing--20);height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\">\n<p class=\"has-accent-3-color has-text-color has-link-color wp-elements-e8e560c9b53ec593a79dc6c4bea09e55\"><strong>17 \u6c42\u5e73\u5747\u503c<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>curl -XPOST -H\"Content-Type:application\/json\" 127.0.0.1:9200\/iiii\/_search -d '\n{\n    \"aggs\":\n    {\n        \"nnn_grp\":\n        {\n            \"agv\":\n            {\n                \"field\":\"num\"\n            }\n        }\n    }, \n    \"size\":0\n}'<\/code><\/pre>\n\n\n\n<div style=\"margin-top:var(--wp--preset--spacing--20);margin-bottom:var(--wp--preset--spacing--20);height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\">\n<p class=\"has-accent-3-color has-text-color has-link-color wp-elements-79e04f49337f3569a9d56f630b155a0e\"><strong>18  \u901a\u8fc7\u8d26\u53f7\u5bc6\u7801\u767b\u5f55\u6216\u8005\u8bbf\u95ee<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>curl -k --user \"name:passwd\" <a href=\"https:\/\/xx.xx.xx.xx:9200\">https:\/\/xx.xx.xx.xx:9200<\/a><\/code><\/pre>\n\n\n\n<div style=\"margin-top:var(--wp--preset--spacing--20);margin-bottom:var(--wp--preset--spacing--20);height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\">\n<p class=\"has-accent-3-color has-text-color has-link-color wp-elements-cc0ee58bfbf00146367b41e701e03015\"><strong>19 \u57fa\u4e8efield\u7684\u8054\u5408\u67e5\u8be2\u8bed\u53e5<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>curl -XPOST -H\"Content-Type:application\/json\" 127.0.0.1:9200\/iiii\/_search -d '\n{\n  \"query\": {\n    \"bool\": {\n      \"filter\": &#91;\n        {\n          \"range\": {\n            \"key11.key12.field1\": {\n              \"gte\": \"20240517000000\",\n              \"lte\": \"20240517235959\"\n            }\n          }\n        },\n        {\n          \"term\": {\n            \"key21.field2\": \"xxxxxxxx\"\n          }\n        },\n        {\n          \"term\": {\n            \"key31.key32.field3\" : \"yyyyyyyyyyy\"\n          }\n        },\n        {\n          \"query_string\": {\n            \"fields\": &#91;\n              \"key41.key42.field4\"\n            ],\n            \"query\": \"(\/.*zzzzzzz.*\/)\"\n          }\n        }\n      ]\n    }\n  },\n  \"track_total_hits\": true,\n  \"from\": 0,\n  \"size\": 10\n}'<\/code><\/pre>\n\n\n\n<div style=\"margin-top:var(--wp--preset--spacing--20);margin-bottom:var(--wp--preset--spacing--20);height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\">\n<p class=\"has-accent-3-color has-text-color has-link-color wp-elements-f3795fe268169a4da97f42e9c3bb476b\"><strong>20 \u67e5\u770b\u7d22\u5f15indexxxx\u7684mapping\u4fe1\u606f<\/strong><\/p>\n\n\n\n<p>curl -XGET http:\/\/127.0.0.1:9200\/indexxxx\/_mapping<\/p>\n\n\n\n<div style=\"margin-top:var(--wp--preset--spacing--20);margin-bottom:var(--wp--preset--spacing--20);height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\">\n<p class=\"has-accent-3-color has-text-color has-link-color wp-elements-629f2c77f023e4d2bf4247b8465c4893\"><strong>21 \u67e5\u770b\u7d22\u5f15indexxxx\u6709\u591a\u5c11\u6761\u6570\u636e<\/strong><\/p>\n\n\n\n<p>curl -XGET http:\/\/127.0.0.1:9200\/indexxxx\/_count<\/p>\n\n\n\n<div style=\"margin-top:var(--wp--preset--spacing--20);margin-bottom:var(--wp--preset--spacing--20);height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\">\n<p class=\"has-accent-3-color has-text-color has-link-color wp-elements-e399e1ee2470b81cec961d557338c73f\"><strong>22 \u67e5\u770b\u96c6\u7fa4\u8282\u70b9\u60c5\u51b5<\/strong><\/p>\n\n\n\n<p>curl -XGET http:\/\/127.0.0.1:9200\/_cat\/nodes<\/p>\n\n\n\n<div style=\"margin-top:var(--wp--preset--spacing--20);margin-bottom:var(--wp--preset--spacing--20);height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\">\n<p class=\"has-accent-3-color has-text-color has-link-color wp-elements-4261d71c9b26f691c1e5f3994544d395\"><strong>23 \u67e5\u770b\u96c6\u7fa4\u5404\u4e2a\u8282\u70b9\u72b6\u6001<\/strong><\/p>\n\n\n\n<p>curl -XGET http:\/\/127.0.0.1:9200\/_nodes\/stats<\/p>\n\n\n\n<div style=\"margin-top:var(--wp--preset--spacing--20);margin-bottom:var(--wp--preset--spacing--20);height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\">\n<p class=\"has-accent-3-color has-text-color has-link-color wp-elements-59fe6389793cd31f25d1f75bdcea0320\"><strong>24 \u67e5\u770b\u96c6\u7fa4\u5206\u7247\u60c5\u51b5<\/strong><\/p>\n\n\n\n<p>curl -XGET http:\/\/127.0.0.1:9200\/_cat\/shards?v<\/p>\n\n\n\n<div style=\"margin-top:var(--wp--preset--spacing--20);margin-bottom:var(--wp--preset--spacing--20);height:5px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>1 \u67e5\u8be2\u6709\u591a\u5c11\u7d22\u5f15\u4ee5\u53ca\u4ed6\u4eec\u7684\u72b6\u6001<br \/>\ncurl -XGET http:\/\/127.0.0.1:9200\/_cat\/indices?v<br \/>\n2 \u521b\u5efa\u7d22\u5f15indexxxx<br \/>\ncurl -XPUT http:\/\/127.0.0.1:9200\/indexxxx<br \/>\n3 \u67e5\u8be2\u7d22\u5f15indexxxx\u4fe1\u606f<br \/>\ncurl -XGET http:\/\/127.0.0.1:9200\/indexxxx<\/p>\n","protected":false},"author":1,"featured_media":425,"comment_status":"open","ping_status":"open","sticky":false,"template":"single-with-sidebar","format":"standard","meta":{"footnotes":""},"categories":[124,5],"tags":[126,125,127,130,128,129],"class_list":["post-424","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-es","category-database","tag-elasticsearch","tag-es","tag-127","tag-130","tag-128","tag-129"],"_links":{"self":[{"href":"https:\/\/www.madbull.site\/index.php?rest_route=\/wp\/v2\/posts\/424","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.madbull.site\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.madbull.site\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.madbull.site\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.madbull.site\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=424"}],"version-history":[{"count":12,"href":"https:\/\/www.madbull.site\/index.php?rest_route=\/wp\/v2\/posts\/424\/revisions"}],"predecessor-version":[{"id":2480,"href":"https:\/\/www.madbull.site\/index.php?rest_route=\/wp\/v2\/posts\/424\/revisions\/2480"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.madbull.site\/index.php?rest_route=\/wp\/v2\/media\/425"}],"wp:attachment":[{"href":"https:\/\/www.madbull.site\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=424"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.madbull.site\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=424"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.madbull.site\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=424"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}