{"id":1400,"date":"2025-05-16T10:59:34","date_gmt":"2025-05-16T10:59:34","guid":{"rendered":"https:\/\/nownodes.io\/blog\/?p=1400"},"modified":"2025-05-16T10:59:35","modified_gmt":"2025-05-16T10:59:35","slug":"how-to-find-the-number-of-transactions-in-a-shibarium-blockchain-block","status":"publish","type":"post","link":"https:\/\/nownodes.io\/blog\/how-to-find-the-number-of-transactions-in-a-shibarium-blockchain-block\/","title":{"rendered":"How to Find the Number of Transactions in a Shibarium Blockchain Block"},"content":{"rendered":"\n<p>The Shibarium blockchain is gaining traction among users and developers thanks to its low fees, quick transaction speeds, and seamless integration with the Shiba Inu ecosystem. In contrast to the main Ethereum network, which often has high fees, Shibarium provides a more cost-effective and speedy alternative. This is particularly beneficial for dApp developers looking to create DeFi platforms and NFT marketplaces without breaking the bank.<\/p>\n\n\n\n<p>One of the useful tools in the JSON-RPC arsenal is the method <code>eth_getBlockTransactionCountByHash<\/code>. Let&#8217;s dive in!<\/p>\n\n\n<h3 class=\"wp-block-heading\" id=\"what-is-shibarium-blockchain\">What is Shibarium Blockchain?<\/h3>\n\n\n<p>The Shibarium ecosystem is a Layer 2 solution designed to improve scalability and lower transaction fees. It functions atop the Ethereum mainnet, enabling quicker and more affordable transactions. Essentially, Shibarium aims to foster an ecosystem for decentralized applications (dApps), DeFi, and NFTs, utilizing SHIB, BONE, and LEASH tokens as its core assets.<\/p>\n\n\n<h3 class=\"wp-block-heading\" id=\"how-does-shibarium-blockchain-work\">How Does Shibarium Blockchain Work?<\/h3>\n\n\n<p>The Shibarium ecosystem operates as a layer 2 solution on top of Ethereum, enabling it to bundle transactions for quicker and more cost-effective processing. It employs Plasma technology and various scalability methods to enhance transaction speed and lessen the burden on the Ethereum mainnet. Furthermore, it sends transactions to the Ethereum mainnet for final approval and security.<\/p>\n\n\n<h3 class=\"wp-block-heading\" id=\"the-ethgetblocktransactioncountbyhash-method\">The eth_getBlockTransactionCountByHash Method<\/h3>\n\n\n<p>The <code>eth_getBlockTransactionCountByHash<\/code> function helps you find out how many transactions are in a block by using its hash. This method is great for examining block activity and keeping track of the transactions that have been processed in a block on the Shibarium ecosystem. For instance, let&#8217;s take a look at an example from NOWNodes:<\/p>\n\n\n<h5 class=\"wp-block-heading\" id=\"method-post\"><strong>Method: POST<\/strong><\/h5>\n\n\n<pre class=\"wp-block-preformatted\"><code>https:\/\/shib.nownodes.io<br><\/code><\/pre>\n\n\n<h5 class=\"wp-block-heading\" id=\"example-request-body\"><strong>Example Request Body:<\/strong><\/h5>\n\n\n<pre class=\"wp-block-preformatted\"><code>{<br>  \"jsonrpc\": \"2.0\",<br>  \"method\": \"eth_getBlockTransactionCountByHash\",<br>  \"params\": [<br>    \"0xdb0513fae8e0265abfa2bd8e5adbb7d81c0bdd7d9b3c068550a884642da02f39\"<br>  ],<br>  \"id\": 1<br>}<br><\/code><\/pre>\n\n\n<h5 class=\"wp-block-heading\" id=\"parameter-description\"><strong>Parameter Description:<\/strong><\/h5>\n\n\n<ul class=\"wp-block-list\">\n<li><code>blockHash<\/code> (string) &#8211; The hash of the block to query on the Shibarium blockchain.<\/li>\n<\/ul>\n\n\n<h5 class=\"wp-block-heading\" id=\"example-response\"><strong>Example Response:<\/strong><\/h5>\n\n\n<p>If the block is found and contains transactions:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>{<br>  \"jsonrpc\": \"2.0\",<br>  \"id\": 1,<br>  \"result\": \"0x4\"<br>}<br><\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code>\"result\": \"0x4\"<\/code> means there are 4 transactions in the block (in hexadecimal).<\/li>\n<\/ul>\n\n\n\n<p>If the block is not found or contains no transactions:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>{<br>  \"jsonrpc\": \"2.0\",<br>  \"id\": 1,<br>  \"result\": null<br>}<br><\/code><\/pre>\n\n\n<h3 class=\"wp-block-heading\" id=\"why-use-this-method-on-shibarium-blockchain\">Why Use This Method on Shibarium Blockchain?<\/h3>\n\n\n<ul class=\"wp-block-list\">\n<li>To track block activity for analytics on Shibarium ecosystem.<\/li>\n\n\n\n<li>To count transactions for monitoring network load on the Shibarium mainnet<\/li>\n\n\n\n<li>To automate blockchain data analysis and statistics building for the Shibarium blockchain.<\/li>\n<\/ul>\n\n\n<h3 class=\"wp-block-heading\" id=\"application-in-shibarium-blockchain\">Application in Shibarium Blockchain<\/h3>\n\n\n<p>Within the Shibarium ecosystem, <code>the eth_getBlockTransactionCountByHash<\/code> function helps determine the transaction activity of individual blocks in the layer 2 network. This information is valuable for understanding transaction patterns and assessing the overall network load. Furthermore, it can be integrated into analytics dashboards and monitoring tools designed for the Shibarium blockchain.<\/p>\n\n\n<h3 class=\"wp-block-heading\" id=\"conclusion\">Conclusion<\/h3>\n\n\n<p>In conclusion, the Shibarium ecosystem represents a significant advancement for the Shiba Inu ecosystem, transforming it from a mere meme token into a comprehensive blockchain platform equipped with DeFi and dApp functionalities. By utilizing JSON-RPC methods such as <code>eth_getBlockTransactionCountByHash<\/code>, developers and users can efficiently analyze Shibarium blockchain data and track transactions, promoting transparency and easy access to information.<\/p>\n\n\n\n<p>If you want to quickly and seamlessly connect to Shibarium node, <strong>NOWNodes<\/strong> is a reliable solution. It provides fast and easy access to Shibarium and other leading blockchains through APIs and WebSocket connections.<\/p>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-a89b3969 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https:\/\/nownodes.io\/nodes\/shibarium-shib\">Try SHIB nodes for free NOW<\/a><\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>The Shibarium blockchain is gaining traction among users and developers thanks to its low fees, quick transaction speeds, and seamless integration with the Shiba Inu ecosystem. In contrast to the main Ethereum network, which often has high fees, Shibarium provides a more cost-effective and speedy alternative. This is particularly beneficial for dApp developers looking to [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":1401,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_eb_attr":"","_lmt_disableupdate":"","_lmt_disable":"","_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[7,28],"tags":[203,123,29,39],"class_list":["post-1400","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-node-guides","category-shibarium","tag-api","tag-rpc-nodes","tag-shibarium","tag-tutorial"],"blocksy_meta":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.0 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to Find the Number of Transactions in a Shibarium Blockchain Block<\/title>\n<meta name=\"description\" content=\"The Shibarium blockchain is gaining traction among users and developers thanks to its low fees, quick transaction speeds, and seamless integration with the Shiba Inu ecosystem.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/nownodes.io\/blog\/how-to-find-the-number-of-transactions-in-a-shibarium-blockchain-block\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Find the Number of Transactions in a Shibarium Blockchain Block\" \/>\n<meta property=\"og:description\" content=\"The Shibarium blockchain is gaining traction among users and developers thanks to its low fees, quick transaction speeds, and seamless integration with the Shiba Inu ecosystem.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/nownodes.io\/blog\/how-to-find-the-number-of-transactions-in-a-shibarium-blockchain-block\/\" \/>\n<meta property=\"og:site_name\" content=\"NOWNodes Blog\" \/>\n<meta property=\"article:published_time\" content=\"2025-05-16T10:59:34+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-05-16T10:59:35+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/nownodes.io\/blog\/wp-content\/uploads\/2025\/05\/coin_13-4-scaled.png\" \/>\n\t<meta property=\"og:image:width\" content=\"2560\" \/>\n\t<meta property=\"og:image:height\" content=\"1280\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"\u0410nastasia\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@nownodes\" \/>\n<meta name=\"twitter:site\" content=\"@nownodes\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"\u0410nastasia\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/nownodes.io\/blog\/how-to-find-the-number-of-transactions-in-a-shibarium-blockchain-block\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/nownodes.io\/blog\/how-to-find-the-number-of-transactions-in-a-shibarium-blockchain-block\/\"},\"author\":{\"name\":\"\u0410nastasia\",\"@id\":\"https:\/\/nownodes.io\/blog\/#\/schema\/person\/0890ec68e813adecb93c18ee00e1e7a8\"},\"headline\":\"How to Find the Number of Transactions in a Shibarium Blockchain Block\",\"datePublished\":\"2025-05-16T10:59:34+00:00\",\"dateModified\":\"2025-05-16T10:59:35+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/nownodes.io\/blog\/how-to-find-the-number-of-transactions-in-a-shibarium-blockchain-block\/\"},\"wordCount\":503,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/nownodes.io\/blog\/#organization\"},\"keywords\":[\"API\",\"RPC Nodes\",\"shibarium\",\"Tutorial\"],\"articleSection\":[\"Node Guides\",\"Shibarium\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/nownodes.io\/blog\/how-to-find-the-number-of-transactions-in-a-shibarium-blockchain-block\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/nownodes.io\/blog\/how-to-find-the-number-of-transactions-in-a-shibarium-blockchain-block\/\",\"url\":\"https:\/\/nownodes.io\/blog\/how-to-find-the-number-of-transactions-in-a-shibarium-blockchain-block\/\",\"name\":\"How to Find the Number of Transactions in a Shibarium Blockchain Block\",\"isPartOf\":{\"@id\":\"https:\/\/nownodes.io\/blog\/#website\"},\"datePublished\":\"2025-05-16T10:59:34+00:00\",\"dateModified\":\"2025-05-16T10:59:35+00:00\",\"description\":\"The Shibarium blockchain is gaining traction among users and developers thanks to its low fees, quick transaction speeds, and seamless integration with the Shiba Inu ecosystem.\",\"breadcrumb\":{\"@id\":\"https:\/\/nownodes.io\/blog\/how-to-find-the-number-of-transactions-in-a-shibarium-blockchain-block\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/nownodes.io\/blog\/how-to-find-the-number-of-transactions-in-a-shibarium-blockchain-block\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/nownodes.io\/blog\/how-to-find-the-number-of-transactions-in-a-shibarium-blockchain-block\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Blog\",\"item\":\"https:\/\/nownodes.io\/blog\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Node Guides\",\"item\":\"https:\/\/nownodes.io\/blog\/category\/node-guides\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"How to Find the Number of Transactions in a Shibarium Blockchain Block\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/nownodes.io\/blog\/#website\",\"url\":\"https:\/\/nownodes.io\/blog\/\",\"name\":\"NOWNodes Blog\",\"description\":\"Your first-to-go source of development guides, web3 analytics and most recent news about NOWNodes\",\"publisher\":{\"@id\":\"https:\/\/nownodes.io\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/nownodes.io\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/nownodes.io\/blog\/#organization\",\"name\":\"NOWNodes Blog\",\"url\":\"https:\/\/nownodes.io\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/nownodes.io\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/nownodes.io\/blog\/wp-content\/uploads\/2024\/02\/cropped-New-Logo-NN.png\",\"contentUrl\":\"https:\/\/nownodes.io\/blog\/wp-content\/uploads\/2024\/02\/cropped-New-Logo-NN.png\",\"width\":1164,\"height\":1164,\"caption\":\"NOWNodes Blog\"},\"image\":{\"@id\":\"https:\/\/nownodes.io\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/twitter.com\/nownodes\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/nownodes.io\/blog\/#\/schema\/person\/0890ec68e813adecb93c18ee00e1e7a8\",\"name\":\"\u0410nastasia\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/nownodes.io\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/1de24ab8dcdd7ec30f6adaf78b56bc1eda421f87575b7e103c8fc3fc4420e833?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/1de24ab8dcdd7ec30f6adaf78b56bc1eda421f87575b7e103c8fc3fc4420e833?s=96&d=mm&r=g\",\"caption\":\"\u0410nastasia\"},\"url\":\"https:\/\/nownodes.io\/blog\/author\/nasty-nownodes\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Find the Number of Transactions in a Shibarium Blockchain Block","description":"The Shibarium blockchain is gaining traction among users and developers thanks to its low fees, quick transaction speeds, and seamless integration with the Shiba Inu ecosystem.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/nownodes.io\/blog\/how-to-find-the-number-of-transactions-in-a-shibarium-blockchain-block\/","og_locale":"en_US","og_type":"article","og_title":"How to Find the Number of Transactions in a Shibarium Blockchain Block","og_description":"The Shibarium blockchain is gaining traction among users and developers thanks to its low fees, quick transaction speeds, and seamless integration with the Shiba Inu ecosystem.","og_url":"https:\/\/nownodes.io\/blog\/how-to-find-the-number-of-transactions-in-a-shibarium-blockchain-block\/","og_site_name":"NOWNodes Blog","article_published_time":"2025-05-16T10:59:34+00:00","article_modified_time":"2025-05-16T10:59:35+00:00","og_image":[{"width":2560,"height":1280,"url":"https:\/\/nownodes.io\/blog\/wp-content\/uploads\/2025\/05\/coin_13-4-scaled.png","type":"image\/png"}],"author":"\u0410nastasia","twitter_card":"summary_large_image","twitter_creator":"@nownodes","twitter_site":"@nownodes","twitter_misc":{"Written by":"\u0410nastasia","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/nownodes.io\/blog\/how-to-find-the-number-of-transactions-in-a-shibarium-blockchain-block\/#article","isPartOf":{"@id":"https:\/\/nownodes.io\/blog\/how-to-find-the-number-of-transactions-in-a-shibarium-blockchain-block\/"},"author":{"name":"\u0410nastasia","@id":"https:\/\/nownodes.io\/blog\/#\/schema\/person\/0890ec68e813adecb93c18ee00e1e7a8"},"headline":"How to Find the Number of Transactions in a Shibarium Blockchain Block","datePublished":"2025-05-16T10:59:34+00:00","dateModified":"2025-05-16T10:59:35+00:00","mainEntityOfPage":{"@id":"https:\/\/nownodes.io\/blog\/how-to-find-the-number-of-transactions-in-a-shibarium-blockchain-block\/"},"wordCount":503,"commentCount":0,"publisher":{"@id":"https:\/\/nownodes.io\/blog\/#organization"},"keywords":["API","RPC Nodes","shibarium","Tutorial"],"articleSection":["Node Guides","Shibarium"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/nownodes.io\/blog\/how-to-find-the-number-of-transactions-in-a-shibarium-blockchain-block\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/nownodes.io\/blog\/how-to-find-the-number-of-transactions-in-a-shibarium-blockchain-block\/","url":"https:\/\/nownodes.io\/blog\/how-to-find-the-number-of-transactions-in-a-shibarium-blockchain-block\/","name":"How to Find the Number of Transactions in a Shibarium Blockchain Block","isPartOf":{"@id":"https:\/\/nownodes.io\/blog\/#website"},"datePublished":"2025-05-16T10:59:34+00:00","dateModified":"2025-05-16T10:59:35+00:00","description":"The Shibarium blockchain is gaining traction among users and developers thanks to its low fees, quick transaction speeds, and seamless integration with the Shiba Inu ecosystem.","breadcrumb":{"@id":"https:\/\/nownodes.io\/blog\/how-to-find-the-number-of-transactions-in-a-shibarium-blockchain-block\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/nownodes.io\/blog\/how-to-find-the-number-of-transactions-in-a-shibarium-blockchain-block\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/nownodes.io\/blog\/how-to-find-the-number-of-transactions-in-a-shibarium-blockchain-block\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Blog","item":"https:\/\/nownodes.io\/blog"},{"@type":"ListItem","position":2,"name":"Node Guides","item":"https:\/\/nownodes.io\/blog\/category\/node-guides"},{"@type":"ListItem","position":3,"name":"How to Find the Number of Transactions in a Shibarium Blockchain Block"}]},{"@type":"WebSite","@id":"https:\/\/nownodes.io\/blog\/#website","url":"https:\/\/nownodes.io\/blog\/","name":"NOWNodes Blog","description":"Your first-to-go source of development guides, web3 analytics and most recent news about NOWNodes","publisher":{"@id":"https:\/\/nownodes.io\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/nownodes.io\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/nownodes.io\/blog\/#organization","name":"NOWNodes Blog","url":"https:\/\/nownodes.io\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/nownodes.io\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/nownodes.io\/blog\/wp-content\/uploads\/2024\/02\/cropped-New-Logo-NN.png","contentUrl":"https:\/\/nownodes.io\/blog\/wp-content\/uploads\/2024\/02\/cropped-New-Logo-NN.png","width":1164,"height":1164,"caption":"NOWNodes Blog"},"image":{"@id":"https:\/\/nownodes.io\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/twitter.com\/nownodes"]},{"@type":"Person","@id":"https:\/\/nownodes.io\/blog\/#\/schema\/person\/0890ec68e813adecb93c18ee00e1e7a8","name":"\u0410nastasia","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/nownodes.io\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/1de24ab8dcdd7ec30f6adaf78b56bc1eda421f87575b7e103c8fc3fc4420e833?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/1de24ab8dcdd7ec30f6adaf78b56bc1eda421f87575b7e103c8fc3fc4420e833?s=96&d=mm&r=g","caption":"\u0410nastasia"},"url":"https:\/\/nownodes.io\/blog\/author\/nasty-nownodes"}]}},"modified_by":"\u0410nastasia","_links":{"self":[{"href":"https:\/\/nownodes.io\/blog\/wp-json\/wp\/v2\/posts\/1400","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/nownodes.io\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/nownodes.io\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/nownodes.io\/blog\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/nownodes.io\/blog\/wp-json\/wp\/v2\/comments?post=1400"}],"version-history":[{"count":1,"href":"https:\/\/nownodes.io\/blog\/wp-json\/wp\/v2\/posts\/1400\/revisions"}],"predecessor-version":[{"id":1402,"href":"https:\/\/nownodes.io\/blog\/wp-json\/wp\/v2\/posts\/1400\/revisions\/1402"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/nownodes.io\/blog\/wp-json\/wp\/v2\/media\/1401"}],"wp:attachment":[{"href":"https:\/\/nownodes.io\/blog\/wp-json\/wp\/v2\/media?parent=1400"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/nownodes.io\/blog\/wp-json\/wp\/v2\/categories?post=1400"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/nownodes.io\/blog\/wp-json\/wp\/v2\/tags?post=1400"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}