{"id":738,"date":"2026-04-14T08:58:17","date_gmt":"2026-04-14T07:58:17","guid":{"rendered":"https:\/\/entertainmentnews.site\/index.php\/2026\/04\/14\/how-to-store-and-manage-robotics-data\/"},"modified":"2026-04-14T08:58:17","modified_gmt":"2026-04-14T07:58:17","slug":"how-to-store-and-manage-robotics-data","status":"publish","type":"post","link":"https:\/\/entertainmentnews.site\/index.php\/2026\/04\/14\/how-to-store-and-manage-robotics-data\/","title":{"rendered":"How to Store and Manage Robotics Data"},"content":{"rendered":"<div class=\"anp-pro-entry\">\n<p class=\"anp-pro-lead\">The topic <strong>How to Store and Manage Robotics Data<\/strong> is currently the subject of lively discussion \u2014 readers and analysts are keeping a close eye on developments.<\/p>\n<p class=\"anp-pro-p\">This is taking place in a dynamic environment: companies\u2019 decisions and competitors\u2019 reactions can quickly change the picture.<\/p>\n<p class=\"anp-pro-p\">Posted on Apr 14<\/p>\n<p>                        \u2022 Originally published at reduct.store<\/p>\n<p class=\"anp-pro-p\">Robots generate massive amounts of data, and managing it well is harder than it looks. Storage fills up fast, cloud transfer gets expensive, and real time ingestion is unforgiving when you&#039;re running cameras and sensors at high frequency.<\/p>\n<p class=\"anp-pro-p\">This article covers practical strategies for handling robotic data, introduces ReductStore, and walks through a hands on example. Along the way, we cover native ROS integration, Grafana dashboards, MCAP export for Foxglove, a Zenoh API, and native S3 and Azure backends. We also compare ReductStore against Rosbag and MongoDB so you can pick the right tool for each part of your stack.<\/p>\n<p class=\"anp-pro-p\">Robots operate in dynamic environments and continuously produce large volumes of data. The core challenges engineers run into are:<\/p>\n<p class=\"anp-pro-p\">ReductStore is a time series database built specifically for unstructured, binary data. It&#039;s designed to handle high frequency sensor streams from autonomous vehicles, drones, industrial robots, and IoT. It stores data with timestamps and labels, supports fast real time ingestion, and comes with batching, filtering, and edge to cloud replication built in.<\/p>\n<p class=\"anp-pro-p\">It also writes a $ros attachment to each entry with the message schema, topic name, and encoding \u2014 that metadata is what powers MCAP export and Grafana visualization, both covered below. If your stack is already on ROS, setup takes minutes.<\/p>\n<p class=\"anp-pro-p\">ReductStore supports native cloud storage backends for both Amazon S3 and Azure Blob Storage, no FUSE drivers needed. It uses a local cache for hot data and the cloud bucket for long term retention.<\/p>\n<p class=\"anp-pro-p\">For records around 100KB (e.g. JPEG images), ReductStore can be &gt;10x faster than traditional time series object stores at a fraction of the cost.<\/p>\n<p class=\"anp-pro-p\">ReductStore has a Grafana integration through the ReductStore data source plugin. You can query ROS 2 messages directly in Grafana thanks to the ReductROS extension. The extension decodes binary CDR messages into JSON on the fly.<\/p>\n<p class=\"anp-pro-p\">You can monitor sensor streams live, compare data across multiple robots, and set up alerts when metrics drift.<\/p>\n<p class=\"anp-pro-p\">You can export raw ROS messages stored in ReductStore directly to MCAP and open them in Foxglove. This is powered by the ReductROS extension as well, which reconstructs valid MCAP files on demand.<\/p>\n<p class=\"anp-pro-p\">When records are ingested via reduct-bridge, the $ros attachment carries the schema and topic information. The extension uses this to reconstruct valid MCAP files on demand. You can cover a full time range across multiple topics in a single query, and split by duration or file size for long recordings.<\/p>\n<p class=\"anp-pro-p\">ReductStore now includes a Zenoh native API alongside the existing HTTP API. Zenoh is a pub\/sub protocol designed for robotics and distributed systems, and it&#039;s widely used in next generation ROS 2 deployments.<\/p>\n<p class=\"anp-pro-p\">It&#039;s a natural fit if your robot stack already speaks Zenoh, or if you want to skip HTTP overhead on high frequency ingestion paths.<\/p>\n<p class=\"anp-pro-p\">ReductStore uses a JSON based query language that supports filtering, aggregation, and time range operations. You can query data from a specific robot within a time window, compare sensor streams across robots in parallel, or filter by any label.<\/p>\n<p class=\"anp-pro-p\">Retrieval is optimized through batching: multiple records are grouped into a single response based on a time range, which cuts down on request overhead and improves throughput. SDKs are available for Python, C++, JavaScript, Go, and Rust. More in the querying guide.<\/p>\n<p class=\"anp-pro-p\">ReductStore replicates at the bucket level based on conditions. That means you can choose to send only high priority sensor data to the cloud based on rules, labels, or events. Replication is incremental, so only new data is transferred. Labels stored alongside records let you define fine grained rules based on content, for example, only replicate records flagged as anomalies or sampled at 1 in 10 seconds.<\/p>\n<p class=\"anp-pro-p\">Volume based retention follows the FIFO principle: data is only deleted when storage is full, making room for new records. This is different from time based retention, which deletes data after a fixed age regardless of whether storage is full. After an outage, a time based policy might delete data the system never had the chance to process. Volume based retention avoids that.<\/p>\n<p class=\"anp-pro-p\">Three tools come up most often when robotics teams think about data storage: Rosbag and MCAP, MongoDB, and ReductStore. They&#039;re built for different things.<\/p>\n<p class=\"anp-pro-p\">Rosbag and MCAP are the standard for recording ROS sessions. They&#039;re great for capturing a snapshot during a test run. But they&#039;re file formats, not databases. Querying across many recordings requires custom scripts, there&#039;s no built in content indexing, and managing thousands of bag files quickly becomes its own problem. Use them for short recordings and local playback, not long term storage or fleet wide analysis.<\/p>\n<p class=\"anp-pro-p\">MongoDB is flexible and works well for structured metadata, labels, and event logs. But it wasn&#039;t built for large binary payloads. For blob data, it relies on GridFS, which adds complexity and hurts performance. It also uses time based retention, so data can be deleted during idle periods even when storage isn&#039;t full.<\/p>\n<p class=\"anp-pro-p\">ReductStore is designed specifically for the data robots actually produce: large, binary, timestamped records at high frequency. It connects to ROS via reduct-bridge, exports to MCAP for Foxglove, plugs into Grafana, and replicates selectively to S3 or Azure.<\/p>\n<p class=\"anp-pro-p\">In practice: use Rosbag or MCAP for short test recordings, MongoDB for structured metadata and event logs, and ReductStore for raw sensor data that needs to be stored at scale, queried efficiently, and managed over time.<\/p>\n<p class=\"anp-pro-p\">For a deeper look: MongoDB vs ReductStore: Choosing the Right Database for Robotics Applications.<\/p>\n<p class=\"anp-pro-p\">Let&#039;s walk through a practical example of storing and querying robotic data with ReductStore. We&#039;ll use trajectory data (coordinates, speed, orientation) to keep things simple, but the same approach works for any sensor stream.<\/p>\n<p class=\"anp-pro-p\">ReductStore will be available at http:\/\/127.0.0.1:8383. Check the container is running with docker ps, then install the Python libraries:<\/p>\n<p class=\"anp-pro-p\">The bucket uses a FIFO quota of 1 GB. Old data is only deleted when the limit is reached.<\/p>\n<p class=\"anp-pro-p\">This simulates a robot moving in 2D at 10 Hz for 1 second. X and y are position coordinates, yaw is orientation, and speed is derived from position changes.<\/p>\n<p class=\"anp-pro-p\">The labels (total distance and average speed) are stored alongside each record. You can later filter or replicate records based on these values.<\/p>\n<p class=\"anp-pro-p\">Once data is written, you&#039;ll see the bucket populate in ReductStore:<\/p>\n<p class=\"anp-pro-p\">Remove the &#039;when&#039; condition to return all records with no filtering.<\/p>\n<p class=\"anp-pro-p\">Robotics data pipelines don&#039;t have to be a mess of bag files, overpriced cloud storage, and custom scripts duct taped together. ReductStore covers ingestion, retention, replication, and querying in one place, with direct integrations into ROS, Foxglove, Grafana, S3, and Azure.<\/p>\n<p class=\"anp-pro-p\">Start with what you need, and add the rest as your system grows. Check out reduct.store or read through the documentation to get going.<\/p>\n<p class=\"anp-pro-p\">If you have any questions or comments, feel free to use the ReductStore Community Forum.<\/p>\n<p class=\"anp-pro-p\">Templates let you quickly answer FAQs or store snippets for re-use.<\/p>\n<p class=\"anp-pro-p\">Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment&#039;s permalink.<\/p>\n<p class=\"anp-pro-p\">For further actions, you may consider blocking this person and\/or reporting abuse<\/p>\n<p class=\"anp-pro-p\">Thank you to our Diamond Sponsors for supporting the DEV Community<\/p>\n<p class=\"anp-pro-p\">Google AI is the official AI Model and Platform Partner of DEV<\/p>\n<p class=\"anp-pro-p\">DEV Community \u2014 A space to discuss and keep up software development and manage your software career<\/p>\n<p class=\"anp-pro-p\">Built on Forem \u2014 the open source software that powers DEV and other inclusive communities.<\/p>\n<p class=\"anp-pro-p\">We&#039;re a place where coders share, stay up-to-date and grow their careers.<\/p>\n<aside class=\"anp-pro-aside\" aria-label=\"context\">\n<p class=\"anp-pro-kicker\">Why it matters<\/p>\n<p class=\"anp-pro-p\">News like this often changes audience expectations and competitors\u2019 plans.<\/p>\n<p class=\"anp-pro-p\">When one player makes a move, others usually react \u2014 it is worth reading the event in context.<\/p>\n<\/aside>\n<aside class=\"anp-pro-aside\" aria-label=\"outlook\">\n<p class=\"anp-pro-kicker\">What to look out for next<\/p>\n<p class=\"anp-pro-p\">The full picture will become clear in time, but the headline already shows the dynamics of the industry.<\/p>\n<p class=\"anp-pro-p\">Further statements and user reactions will add to the story.<\/p>\n<\/aside>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>The topic How to Store and Manage Robotics Data is currently the subject of lively discussion \u2014 readers and analysts are keeping a close eye on developments. This is taking place in a dynamic environment: companies\u2019 decisions and competitors\u2019 reactions can quickly change the picture. Posted on Apr 14 \u2022 Originally published at reduct.store Robots [&hellip;]<\/p>\n","protected":false},"author":0,"featured_media":739,"comment_status":"","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-738","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-entertainment"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Store and Manage Robotics Data - entertainmentnews.site<\/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:\/\/entertainmentnews.site\/index.php\/2026\/04\/14\/how-to-store-and-manage-robotics-data\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Store and Manage Robotics Data - entertainmentnews.site\" \/>\n<meta property=\"og:description\" content=\"The topic How to Store and Manage Robotics Data is currently the subject of lively discussion \u2014 readers and analysts are keeping a close eye on developments. This is taking place in a dynamic environment: companies\u2019 decisions and competitors\u2019 reactions can quickly change the picture. Posted on Apr 14 \u2022 Originally published at reduct.store Robots [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/entertainmentnews.site\/index.php\/2026\/04\/14\/how-to-store-and-manage-robotics-data\/\" \/>\n<meta property=\"og:site_name\" content=\"entertainmentnews.site\" \/>\n<meta property=\"article:published_time\" content=\"2026-04-14T07:58:17+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/entertainmentnews.site\/index.php\/2026\/04\/14\/how-to-store-and-manage-robotics-data\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/entertainmentnews.site\/index.php\/2026\/04\/14\/how-to-store-and-manage-robotics-data\/\"},\"author\":{\"name\":\"\",\"@id\":\"\"},\"headline\":\"How to Store and Manage Robotics Data\",\"datePublished\":\"2026-04-14T07:58:17+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/entertainmentnews.site\/index.php\/2026\/04\/14\/how-to-store-and-manage-robotics-data\/\"},\"wordCount\":1381,\"image\":{\"@id\":\"https:\/\/entertainmentnews.site\/index.php\/2026\/04\/14\/how-to-store-and-manage-robotics-data\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/entertainmentnews.site\/wp-content\/uploads\/2026\/04\/https3A2F2Fdev-to-uploads.s3.amazonaws.com2Fuploads2Farticles2Fd0gwsclzmke1t1yue6l0.webp\",\"articleSection\":[\"Entertainment\"],\"inLanguage\":\"en-GB\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/entertainmentnews.site\/index.php\/2026\/04\/14\/how-to-store-and-manage-robotics-data\/\",\"url\":\"https:\/\/entertainmentnews.site\/index.php\/2026\/04\/14\/how-to-store-and-manage-robotics-data\/\",\"name\":\"How to Store and Manage Robotics Data - entertainmentnews.site\",\"isPartOf\":{\"@id\":\"https:\/\/entertainmentnews.site\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/entertainmentnews.site\/index.php\/2026\/04\/14\/how-to-store-and-manage-robotics-data\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/entertainmentnews.site\/index.php\/2026\/04\/14\/how-to-store-and-manage-robotics-data\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/entertainmentnews.site\/wp-content\/uploads\/2026\/04\/https3A2F2Fdev-to-uploads.s3.amazonaws.com2Fuploads2Farticles2Fd0gwsclzmke1t1yue6l0.webp\",\"datePublished\":\"2026-04-14T07:58:17+00:00\",\"author\":{\"@id\":\"\"},\"breadcrumb\":{\"@id\":\"https:\/\/entertainmentnews.site\/index.php\/2026\/04\/14\/how-to-store-and-manage-robotics-data\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/entertainmentnews.site\/index.php\/2026\/04\/14\/how-to-store-and-manage-robotics-data\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/entertainmentnews.site\/index.php\/2026\/04\/14\/how-to-store-and-manage-robotics-data\/#primaryimage\",\"url\":\"https:\/\/entertainmentnews.site\/wp-content\/uploads\/2026\/04\/https3A2F2Fdev-to-uploads.s3.amazonaws.com2Fuploads2Farticles2Fd0gwsclzmke1t1yue6l0.webp\",\"contentUrl\":\"https:\/\/entertainmentnews.site\/wp-content\/uploads\/2026\/04\/https3A2F2Fdev-to-uploads.s3.amazonaws.com2Fuploads2Farticles2Fd0gwsclzmke1t1yue6l0.webp\",\"width\":1200,\"height\":627},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/entertainmentnews.site\/index.php\/2026\/04\/14\/how-to-store-and-manage-robotics-data\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/entertainmentnews.site\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Store and Manage Robotics Data\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/entertainmentnews.site\/#website\",\"url\":\"https:\/\/entertainmentnews.site\/\",\"name\":\"entertainmentnews.site\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/entertainmentnews.site\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Store and Manage Robotics Data - entertainmentnews.site","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:\/\/entertainmentnews.site\/index.php\/2026\/04\/14\/how-to-store-and-manage-robotics-data\/","og_locale":"en_GB","og_type":"article","og_title":"How to Store and Manage Robotics Data - entertainmentnews.site","og_description":"The topic How to Store and Manage Robotics Data is currently the subject of lively discussion \u2014 readers and analysts are keeping a close eye on developments. This is taking place in a dynamic environment: companies\u2019 decisions and competitors\u2019 reactions can quickly change the picture. Posted on Apr 14 \u2022 Originally published at reduct.store Robots [&hellip;]","og_url":"https:\/\/entertainmentnews.site\/index.php\/2026\/04\/14\/how-to-store-and-manage-robotics-data\/","og_site_name":"entertainmentnews.site","article_published_time":"2026-04-14T07:58:17+00:00","twitter_card":"summary_large_image","twitter_misc":{"Estimated reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/entertainmentnews.site\/index.php\/2026\/04\/14\/how-to-store-and-manage-robotics-data\/#article","isPartOf":{"@id":"https:\/\/entertainmentnews.site\/index.php\/2026\/04\/14\/how-to-store-and-manage-robotics-data\/"},"author":{"name":"","@id":""},"headline":"How to Store and Manage Robotics Data","datePublished":"2026-04-14T07:58:17+00:00","mainEntityOfPage":{"@id":"https:\/\/entertainmentnews.site\/index.php\/2026\/04\/14\/how-to-store-and-manage-robotics-data\/"},"wordCount":1381,"image":{"@id":"https:\/\/entertainmentnews.site\/index.php\/2026\/04\/14\/how-to-store-and-manage-robotics-data\/#primaryimage"},"thumbnailUrl":"https:\/\/entertainmentnews.site\/wp-content\/uploads\/2026\/04\/https3A2F2Fdev-to-uploads.s3.amazonaws.com2Fuploads2Farticles2Fd0gwsclzmke1t1yue6l0.webp","articleSection":["Entertainment"],"inLanguage":"en-GB"},{"@type":"WebPage","@id":"https:\/\/entertainmentnews.site\/index.php\/2026\/04\/14\/how-to-store-and-manage-robotics-data\/","url":"https:\/\/entertainmentnews.site\/index.php\/2026\/04\/14\/how-to-store-and-manage-robotics-data\/","name":"How to Store and Manage Robotics Data - entertainmentnews.site","isPartOf":{"@id":"https:\/\/entertainmentnews.site\/#website"},"primaryImageOfPage":{"@id":"https:\/\/entertainmentnews.site\/index.php\/2026\/04\/14\/how-to-store-and-manage-robotics-data\/#primaryimage"},"image":{"@id":"https:\/\/entertainmentnews.site\/index.php\/2026\/04\/14\/how-to-store-and-manage-robotics-data\/#primaryimage"},"thumbnailUrl":"https:\/\/entertainmentnews.site\/wp-content\/uploads\/2026\/04\/https3A2F2Fdev-to-uploads.s3.amazonaws.com2Fuploads2Farticles2Fd0gwsclzmke1t1yue6l0.webp","datePublished":"2026-04-14T07:58:17+00:00","author":{"@id":""},"breadcrumb":{"@id":"https:\/\/entertainmentnews.site\/index.php\/2026\/04\/14\/how-to-store-and-manage-robotics-data\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/entertainmentnews.site\/index.php\/2026\/04\/14\/how-to-store-and-manage-robotics-data\/"]}]},{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/entertainmentnews.site\/index.php\/2026\/04\/14\/how-to-store-and-manage-robotics-data\/#primaryimage","url":"https:\/\/entertainmentnews.site\/wp-content\/uploads\/2026\/04\/https3A2F2Fdev-to-uploads.s3.amazonaws.com2Fuploads2Farticles2Fd0gwsclzmke1t1yue6l0.webp","contentUrl":"https:\/\/entertainmentnews.site\/wp-content\/uploads\/2026\/04\/https3A2F2Fdev-to-uploads.s3.amazonaws.com2Fuploads2Farticles2Fd0gwsclzmke1t1yue6l0.webp","width":1200,"height":627},{"@type":"BreadcrumbList","@id":"https:\/\/entertainmentnews.site\/index.php\/2026\/04\/14\/how-to-store-and-manage-robotics-data\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/entertainmentnews.site\/"},{"@type":"ListItem","position":2,"name":"How to Store and Manage Robotics Data"}]},{"@type":"WebSite","@id":"https:\/\/entertainmentnews.site\/#website","url":"https:\/\/entertainmentnews.site\/","name":"entertainmentnews.site","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/entertainmentnews.site\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"}]}},"_links":{"self":[{"href":"https:\/\/entertainmentnews.site\/index.php\/wp-json\/wp\/v2\/posts\/738","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/entertainmentnews.site\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/entertainmentnews.site\/index.php\/wp-json\/wp\/v2\/types\/post"}],"replies":[{"embeddable":true,"href":"https:\/\/entertainmentnews.site\/index.php\/wp-json\/wp\/v2\/comments?post=738"}],"version-history":[{"count":0,"href":"https:\/\/entertainmentnews.site\/index.php\/wp-json\/wp\/v2\/posts\/738\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/entertainmentnews.site\/index.php\/wp-json\/wp\/v2\/media\/739"}],"wp:attachment":[{"href":"https:\/\/entertainmentnews.site\/index.php\/wp-json\/wp\/v2\/media?parent=738"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/entertainmentnews.site\/index.php\/wp-json\/wp\/v2\/categories?post=738"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/entertainmentnews.site\/index.php\/wp-json\/wp\/v2\/tags?post=738"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}