{"id":62898,"date":"2013-01-29T00:00:00","date_gmt":"2013-01-29T00:00:00","guid":{"rendered":"https:\/\/rockcontent.com\/blog\/why-d3-js-is-so-great-for-data-visualization\/"},"modified":"2025-09-15T13:26:37","modified_gmt":"2025-09-15T16:26:37","slug":"why-d3-js-is-so-great-for-data-visualization","status":"publish","type":"post","link":"https:\/\/pingback.com\/en\/resources\/why-d3-js-is-so-great-for-data-visualization\/","title":{"rendered":"Why D3.js is So Great for Data Visualization"},"content":{"rendered":"<p>When <a href=\"https:\/\/d3js.org\/\" target=\"_blank\" rel=\"noopener noreferrer\">D3<\/a> came out in 2011, it became clear pretty quickly that it was going to be a powerful tool for creating data visualizations. But it&#8217;s certainly not the first &#8212; or <em>only<\/em> &#8212; tool. Why did it succeed when so many other libraries have failed?<\/p>\n<p><a href=\"https:\/\/www.christophermanning.org\/projects\/voronoi-diagram-with-force-directed-nodes-and-delaunay-links\/\" target=\"_blank\" rel=\"noopener noreferrer\"><img data-opt-id=1630413148  data-opt-src=\"https:\/\/s3.amazonaws.com\/scribblelive-com-prod\/wp-content\/uploads\/2013\/01\/D3-Voronoi-Force-Delaunay.png\"      decoding=\"async\" class=\" size-full wp-image-9506 aligncenter\" title=\"D3-Voronoi-Force-Delaunay\" src=\"data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%20100%%20100%%22%20width%3D%22100%%22%20height%3D%22100%%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20width%3D%22100%%22%20height%3D%22100%%22%20fill%3D%22transparent%22%2F%3E%3C%2Fsvg%3E\" alt=\"\" width=\"618\" height=\"323\" \/><\/a><\/p>\n<p>First of all, it works on the web. Data visualizations are only good if people see them, and there&#8217;s no better place to see them than on the internet, in your browser. Protovis was the first library to make any real headway in this direction, despite other libraries and services that tried.<\/p>\n<p>First of all, it works on the web. Data visualizations are only good if people see them, and there&#8217;s no better place to see them than on the internet, in your browser. Protovis was the first library to make any real headway in this direction, despite other libraries and services that tried. <a href=\"https:\/\/www-958.ibm.com\/software\/analytics\/manyeyes\/\" target=\"_blank\" rel=\"noopener noreferrer\">Manyeyes<\/a> is cool, but it lacks graphic flexibility and the resulting visualizations can&#8217;t just live anywhere seamlessly. <a href=\"https:\/\/prefuse.org\/\" target=\"_blank\" rel=\"noopener noreferrer\">Prefuse<\/a> and <a href=\"https:\/\/flare.prefuse.org\/\" target=\"_blank\" rel=\"noopener noreferrer\">Flare<\/a> (both predecessors to D3) are nice, but neither one runs in a browser without a plugin. <a href=\"https:\/\/www.quadrigram.com\/\" target=\"_blank\" rel=\"noopener noreferrer\">Quadrigram<\/a> (previously Impure) has the same plugin problem. <a href=\"https:\/\/bl.ocks.org\/4063318\" target=\"_blank\" rel=\"noopener noreferrer\"><img data-opt-id=1661679666  data-opt-src=\"https:\/\/s3.amazonaws.com\/scribblelive-com-prod\/wp-content\/uploads\/2013\/01\/D3-Calendar-618x294.png\"  decoding=\"async\" class=\" size-large wp-image-9502 aligncenter\" title=\"D3-Calendar\" src=\"data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%20618%20294%22%20width%3D%22618%22%20height%3D%22294%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20width%3D%22618%22%20height%3D%22294%22%20fill%3D%22transparent%22%2F%3E%3C%2Fsvg%3E\" alt=\"\" width=\"618\" height=\"294\" \/><\/a><\/p>\n<p>Another reason it has worked so well is because of its flexibility. Since it works seamlessly with existing web technologies, and can manipulate any part of the <a href=\"https:\/\/en.wikipedia.org\/wiki\/Document_Object_Model\" target=\"_blank\" rel=\"noopener noreferrer\">document object model<\/a>, it is as flexible as the client side web technology stack (HTML, CSS, SVG). This gives it huge advantages over other tools because it can look like anything you want, and it isn&#8217;t limited to small regions of a webpage like <a href=\"https:\/\/processingjs.org\/\" target=\"_blank\" rel=\"noopener noreferrer\">Processing.js<\/a>, <a href=\"https:\/\/paperjs.org\/\" target=\"_blank\" rel=\"noopener noreferrer\">Paper.js<\/a>, <a href=\"https:\/\/raphaeljs.com\/\" target=\"_blank\" rel=\"noopener noreferrer\">Raphael.js<\/a>, or other canvas or SVG-only based libraries. It also takes advantage of built in functionality that the browser has, simplifying the developer&#8217;s job, especially for mouse interaction. <a href=\"https:\/\/bost.ocks.org\/mike\/uberdata\/\" target=\"_blank\" rel=\"noopener noreferrer\"><img data-opt-id=658077569  data-opt-src=\"https:\/\/s3.amazonaws.com\/scribblelive-com-prod\/wp-content\/uploads\/2013\/01\/D3-Chord-Diagram.png\"  decoding=\"async\" class=\" size-full wp-image-9503 aligncenter\" title=\"D3-Chord-Diagram\" src=\"data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%20100%%20100%%22%20width%3D%22100%%22%20height%3D%22100%%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20width%3D%22100%%22%20height%3D%22100%%22%20fill%3D%22transparent%22%2F%3E%3C%2Fsvg%3E\" alt=\"\" width=\"618\" height=\"618\" \/><\/a><\/p>\n<p>If you poke around recent projects built on D3, especially the ones that popped up around 2023 and 2024, you\u2019ll notice people aren\u2019t just making pie charts and scatterplots. There\u2019s a sort of wild experimentation\u2014things that live somewhere between art and data. Take a look at the interactive stories from Reuters or The New York Times if you want to see D3 in the wild, quietly carrying most of the heavy lifting. And, even if you don\u2019t know the library inside out, there\u2019s something oddly satisfying about picking apart those examples and realizing just how tightly the visuals and the underlying data are woven together. It\u2019s not just for tech demos\u2014it\u2019s become part of the language of digital storytelling.<\/p>\n<p>D3 also gained this almost grassroots momentum from educators. Professors and data viz enthusiasts adopted it as a teaching tool, not simply because it\u2019s the flashiest, but because it forced students to really grapple with what happens when you bind data to shapes. You can spot D3 exercises in more than a dozen university curriculums, and someone\u2019s always tossing a recent example on GitHub or Observable. There\u2019s a sort of contagious feeling\u2014once you see the first simple transition, you want to keep tweaking, fiddling. That energy\u2019s hard to manufacture, yet D3 sort of fosters it naturally.<\/p>\n<p>All of these features have been timed perfectly to coincide with the rise of new browsers and a push towards documents created using open standards rather than relatively walled-in plugins. The death of Internet Explorer as the top browser plays no small role in this, and the rendering and javascript engines in other browsers have made huge strides with their newfound attention. Some of this momentum has carried over to D3 as a way to take advantage of the new features and technology buzz.<\/p>\n<p><a href=\"https:\/\/s3.amazonaws.com\/scribblelive-com-prod\/wp-content\/uploads\/2013\/01\/Modern-Browsers.png\" target=\"_blank\" rel=\"noopener noreferrer\"><img data-opt-id=1396477139  data-opt-src=\"https:\/\/s3.amazonaws.com\/scribblelive-com-prod\/wp-content\/uploads\/2013\/01\/Modern-Browsers-618x181.png\"  loading=\"lazy\" loading=\"lazy\" loading=\"lazy\" loading=\"lazy\" decoding=\"async\" class=\" size-large wp-image-9508 aligncenter\" title=\"Modern-Browsers\" src=\"data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%20618%20181%22%20width%3D%22618%22%20height%3D%22181%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20width%3D%22618%22%20height%3D%22181%22%20fill%3D%22transparent%22%2F%3E%3C%2Fsvg%3E\" alt=\"\" width=\"618\" height=\"181\" \/><\/a><\/p>\n<p>But snazzy new technologies that work seamlessly aren&#8217;t the only reason that D3 has become successful. Great <a href=\"https:\/\/github.com\/mbostock\/d3\/wiki\" target=\"_blank\" rel=\"noopener noreferrer\">documentation<\/a>, <a href=\"https:\/\/github.com\/mbostock\/d3\/wiki\/Gallery\" target=\"_blank\" rel=\"noopener noreferrer\">examples<\/a>, <a href=\"https:\/\/groups.google.com\/forum\/?fromgroups#!forum\/d3-js\" target=\"_blank\" rel=\"noopener noreferrer\">community<\/a>, and the accessibility of <a href=\"https:\/\/bost.ocks.org\/mike\/\" target=\"_blank\" rel=\"noopener noreferrer\">Mike Bostock<\/a> have all played major roles in its rise to prominence. Without these components, D3 would likely have taken much longer to catch on.<\/p>\n<p><a href=\"https:\/\/square.github.com\/cubism\/\" target=\"_blank\" rel=\"noopener noreferrer\"><img data-opt-id=326789536  data-opt-src=\"https:\/\/s3.amazonaws.com\/scribblelive-com-prod\/wp-content\/uploads\/2013\/01\/D3-Cubism_js.png\"  loading=\"lazy\" loading=\"lazy\" loading=\"lazy\" loading=\"lazy\" decoding=\"async\" class=\" size-full wp-image-9504 aligncenter\" title=\"D3-Cubism_js\" src=\"data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%20100%%20100%%22%20width%3D%22100%%22%20height%3D%22100%%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20width%3D%22100%%22%20height%3D%22100%%22%20fill%3D%22transparent%22%2F%3E%3C%2Fsvg%3E\" alt=\"\" width=\"618\" height=\"111\" \/><\/a><\/p>\n<p>So how about D3&#8217;s disadvantages? DOM manipulation can be extremely slow for large numbers of entries. SVG also has performance limitations when dealing with large quantities of elements. Fortunately for D3, <em>good<\/em> data visualization rarely requires drawing these quantities of elements on the screen. There is a learning curve to javascript, but this is true of all tools, and with great community support, learning is much easier.<\/p>\n<p><a href=\"https:\/\/www.cs.umd.edu\/~bederson\/papers\/index.html\" target=\"_blank\" rel=\"noopener noreferrer\"><img data-opt-id=1670582242  data-opt-src=\"https:\/\/s3.amazonaws.com\/scribblelive-com-prod\/wp-content\/uploads\/2013\/01\/D3-Timeline.png\"  loading=\"lazy\" loading=\"lazy\" loading=\"lazy\" loading=\"lazy\" decoding=\"async\" class=\" size-full wp-image-9505 aligncenter\" title=\"D3-Timeline\" src=\"data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%20100%%20100%%22%20width%3D%22100%%22%20height%3D%22100%%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20width%3D%22100%%22%20height%3D%22100%%22%20fill%3D%22transparent%22%2F%3E%3C%2Fsvg%3E\" alt=\"\" width=\"618\" height=\"120\" \/><\/a><\/p>\n<p>Perhaps the most important part of D3&#8217;s success is the position and approach it takes. It is not a graphics library, nor is it a data processing library. It doesn&#8217;t have pre-built charts that limit creativity. Instead, it has tools that make the connection between data and graphics easy. It sits right between the two, the perfect place for a library meant for data visualization.<\/p>\n<p>Looking to create more data-driven content? \u00a0Check out our whitepaper, <a href=\"https:\/\/pages.scribblelive.com\/Data-Driven-Content-Marketing.html\">Data Driven Content Marketing<\/a>.<\/p>\n<p>Or, take a look at what else we&#8217;re doing with data:<\/p>\n<ul>\n<li><a href=\"https:\/\/pingback.com\/en\/resources\/what-is-influencer-marketing\/\" target=\"_blank\" rel=\"noopener noreferrer\">The World&#8217;s 50 Most Influential CMOs of 2015<\/a><\/li>\n<li><a href=\"https:\/\/pingback.com\/en\/resources\/seo-report-guide\/influence-reports\/ces-2016-influence-report\/\" target=\"_blank\" rel=\"noopener noreferrer\">The 2016 CES Influence Report<\/a><\/li>\n<li><a href=\"https:\/\/pages.scribblelive.com\/influence-reports\/grammy-awards-influence-report\" target=\"_blank\" rel=\"noopener noreferrer\">The 2016 Grammy Awards Influence Report<\/a><\/li>\n<\/ul>\n<hr \/>\n<p><em><a href=\"https:\/\/visual.ly\/users\/seeingstructure\" target=\"_blank\" rel=\"noopener noreferrer\">Drew Skau<\/a> is Visualization Architect at <a href=\"https:\/\/visual.ly\" target=\"_blank\" rel=\"noopener noreferrer\">Visual.ly<\/a> and a PhD Computer Science Visualization student at <a href=\"https:\/\/www.uncc.edu\/\" target=\"_blank\" rel=\"noopener noreferrer\">UNCC<\/a> with an undergraduate degree in Architecture. You can follow him on twitter <a href=\"https:\/\/twitter.com\/SeeingStructure\" target=\"_blank\" rel=\"noopener noreferrer\">@SeeingStructure<\/a><\/em><\/p>\n<p> }}<\/p>\n","protected":false},"excerpt":{"rendered":"<p>When D3 came out in 2011, it became clear pretty quickly that it was going to be a powerful tool for creating data visualizations. But it&#8217;s certainly not the first &#8212; or only &#8212; tool. Why did it succeed when so many other libraries have failed? First of all, it works on the web. Data [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":53217,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[17],"tags":[],"class_list":["post-62898","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-marketing"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Why D3.js is So Great for Data Visualization - Pingback<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/pingback.com\/en\/resources\/why-d3-js-is-so-great-for-data-visualization\/\" \/>\n<meta property=\"og:locale\" content=\"pt_BR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Why D3.js is So Great for Data Visualization - Pingback\" \/>\n<meta property=\"og:description\" content=\"When D3 came out in 2011, it became clear pretty quickly that it was going to be a powerful tool for creating data visualizations. But it&#8217;s certainly not the first &#8212; or only &#8212; tool. Why did it succeed when so many other libraries have failed? First of all, it works on the web. Data [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/pingback.com\/en\/resources\/why-d3-js-is-so-great-for-data-visualization\/\" \/>\n<meta property=\"og:site_name\" content=\"Pingback\" \/>\n<meta property=\"article:published_time\" content=\"2013-01-29T00:00:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-09-15T16:26:37+00:00\" \/>\n<meta name=\"author\" content=\"Carolina\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Escrito por\" \/>\n\t<meta name=\"twitter:data1\" content=\"Carolina\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. tempo de leitura\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutos\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/pingback.com\/en\/resources\/why-d3-js-is-so-great-for-data-visualization\/\",\"url\":\"https:\/\/pingback.com\/en\/resources\/why-d3-js-is-so-great-for-data-visualization\/\",\"name\":\"Why D3.js is So Great for Data Visualization - Pingback\",\"isPartOf\":{\"@id\":\"https:\/\/pingback.com\/en\/resources\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/pingback.com\/en\/resources\/why-d3-js-is-so-great-for-data-visualization\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/pingback.com\/en\/resources\/why-d3-js-is-so-great-for-data-visualization\/#primaryimage\"},\"thumbnailUrl\":\"\",\"datePublished\":\"2013-01-29T00:00:00+00:00\",\"dateModified\":\"2025-09-15T16:26:37+00:00\",\"author\":{\"@id\":\"https:\/\/pingback.com\/en\/resources\/#\/schema\/person\/5931a4533700c840b9f38199581abc33\"},\"breadcrumb\":{\"@id\":\"https:\/\/pingback.com\/en\/resources\/why-d3-js-is-so-great-for-data-visualization\/#breadcrumb\"},\"inLanguage\":\"pt-BR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/pingback.com\/en\/resources\/why-d3-js-is-so-great-for-data-visualization\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"pt-BR\",\"@id\":\"https:\/\/pingback.com\/en\/resources\/why-d3-js-is-so-great-for-data-visualization\/#primaryimage\",\"url\":\"\",\"contentUrl\":\"\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/pingback.com\/en\/resources\/why-d3-js-is-so-great-for-data-visualization\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"In\u00edcio\",\"item\":\"https:\/\/pingback.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Why D3.js is So Great for Data Visualization\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/pingback.com\/en\/resources\/#website\",\"url\":\"https:\/\/pingback.com\/en\/resources\/\",\"name\":\"Pingback\",\"description\":\"Marketing for builders\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/pingback.com\/en\/resources\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"pt-BR\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/pingback.com\/en\/resources\/#\/schema\/person\/5931a4533700c840b9f38199581abc33\",\"name\":\"Carolina\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"pt-BR\",\"@id\":\"https:\/\/pingback.com\/en\/resources\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/70cde532238b4f8bf4a6e7e589ff0a259eda38fa966564ca7ed7d23e61c27774?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/70cde532238b4f8bf4a6e7e589ff0a259eda38fa966564ca7ed7d23e61c27774?s=96&d=mm&r=g\",\"caption\":\"Carolina\"},\"sameAs\":[\"https:\/\/pingback.com\"],\"url\":\"https:\/\/pingback.com\/en\/resources\/author\/adm1n\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Why D3.js is So Great for Data Visualization - Pingback","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:\/\/pingback.com\/en\/resources\/why-d3-js-is-so-great-for-data-visualization\/","og_locale":"pt_BR","og_type":"article","og_title":"Why D3.js is So Great for Data Visualization - Pingback","og_description":"When D3 came out in 2011, it became clear pretty quickly that it was going to be a powerful tool for creating data visualizations. But it&#8217;s certainly not the first &#8212; or only &#8212; tool. Why did it succeed when so many other libraries have failed? First of all, it works on the web. Data [&hellip;]","og_url":"https:\/\/pingback.com\/en\/resources\/why-d3-js-is-so-great-for-data-visualization\/","og_site_name":"Pingback","article_published_time":"2013-01-29T00:00:00+00:00","article_modified_time":"2025-09-15T16:26:37+00:00","author":"Carolina","twitter_card":"summary_large_image","twitter_misc":{"Escrito por":"Carolina","Est. tempo de leitura":"4 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/pingback.com\/en\/resources\/why-d3-js-is-so-great-for-data-visualization\/","url":"https:\/\/pingback.com\/en\/resources\/why-d3-js-is-so-great-for-data-visualization\/","name":"Why D3.js is So Great for Data Visualization - Pingback","isPartOf":{"@id":"https:\/\/pingback.com\/en\/resources\/#website"},"primaryImageOfPage":{"@id":"https:\/\/pingback.com\/en\/resources\/why-d3-js-is-so-great-for-data-visualization\/#primaryimage"},"image":{"@id":"https:\/\/pingback.com\/en\/resources\/why-d3-js-is-so-great-for-data-visualization\/#primaryimage"},"thumbnailUrl":"","datePublished":"2013-01-29T00:00:00+00:00","dateModified":"2025-09-15T16:26:37+00:00","author":{"@id":"https:\/\/pingback.com\/en\/resources\/#\/schema\/person\/5931a4533700c840b9f38199581abc33"},"breadcrumb":{"@id":"https:\/\/pingback.com\/en\/resources\/why-d3-js-is-so-great-for-data-visualization\/#breadcrumb"},"inLanguage":"pt-BR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/pingback.com\/en\/resources\/why-d3-js-is-so-great-for-data-visualization\/"]}]},{"@type":"ImageObject","inLanguage":"pt-BR","@id":"https:\/\/pingback.com\/en\/resources\/why-d3-js-is-so-great-for-data-visualization\/#primaryimage","url":"","contentUrl":""},{"@type":"BreadcrumbList","@id":"https:\/\/pingback.com\/en\/resources\/why-d3-js-is-so-great-for-data-visualization\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"In\u00edcio","item":"https:\/\/pingback.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Why D3.js is So Great for Data Visualization"}]},{"@type":"WebSite","@id":"https:\/\/pingback.com\/en\/resources\/#website","url":"https:\/\/pingback.com\/en\/resources\/","name":"Pingback","description":"Marketing for builders","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/pingback.com\/en\/resources\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"pt-BR"},{"@type":"Person","@id":"https:\/\/pingback.com\/en\/resources\/#\/schema\/person\/5931a4533700c840b9f38199581abc33","name":"Carolina","image":{"@type":"ImageObject","inLanguage":"pt-BR","@id":"https:\/\/pingback.com\/en\/resources\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/70cde532238b4f8bf4a6e7e589ff0a259eda38fa966564ca7ed7d23e61c27774?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/70cde532238b4f8bf4a6e7e589ff0a259eda38fa966564ca7ed7d23e61c27774?s=96&d=mm&r=g","caption":"Carolina"},"sameAs":["https:\/\/pingback.com"],"url":"https:\/\/pingback.com\/en\/resources\/author\/adm1n\/"}]}},"_links":{"self":[{"href":"https:\/\/pingback.com\/en\/resources\/wp-json\/wp\/v2\/posts\/62898","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pingback.com\/en\/resources\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/pingback.com\/en\/resources\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/pingback.com\/en\/resources\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/pingback.com\/en\/resources\/wp-json\/wp\/v2\/comments?post=62898"}],"version-history":[{"count":3,"href":"https:\/\/pingback.com\/en\/resources\/wp-json\/wp\/v2\/posts\/62898\/revisions"}],"predecessor-version":[{"id":128650,"href":"https:\/\/pingback.com\/en\/resources\/wp-json\/wp\/v2\/posts\/62898\/revisions\/128650"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/pingback.com\/en\/resources\/wp-json\/"}],"wp:attachment":[{"href":"https:\/\/pingback.com\/en\/resources\/wp-json\/wp\/v2\/media?parent=62898"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/pingback.com\/en\/resources\/wp-json\/wp\/v2\/categories?post=62898"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/pingback.com\/en\/resources\/wp-json\/wp\/v2\/tags?post=62898"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}