{"id":5046,"date":"2025-09-30T11:18:45","date_gmt":"2025-09-30T11:18:45","guid":{"rendered":"https:\/\/thumbtube.com\/blog\/?p=5046"},"modified":"2025-09-30T11:21:26","modified_gmt":"2025-09-30T11:21:26","slug":"how-to-create-an-rdr-file-on-macos-without-altering-its-contents-easy-instructions","status":"publish","type":"post","link":"https:\/\/thumbtube.com\/blog\/how-to-create-an-rdr-file-on-macos-without-altering-its-contents-easy-instructions\/","title":{"rendered":"How to Create an RDR File on macOS Without Altering Its Contents: Easy Instructions"},"content":{"rendered":"<p>In certain professional and technical environments, there arises a need to create an RDR file on macOS without modifying its original contents. RDR files, while not as commonly used as standard document or multimedia formats, are often used for proprietary data transfers, system reporting, or specialized research applications. Ensuring the integrity of the contents while creating or copying these files is of utmost importance, particularly when these files are to be used in sensitive or compliant workflows.<\/p>\n<p>This guide offers a comprehensive, step-by-step method to create an RDR file on a macOS system without altering or corrupting its contents. These instructions are optimized for users with minimal prior technical experience, but who possess a serious need to handle files with care and precision.<\/p>\n<h2>What Is an RDR File?<\/h2>\n<p>Before proceeding, it&#8217;s important to understand the nature of an RDR file. These files typically serve one of the following functions:<\/p>\n<ul>\n<li><strong>Data dumps<\/strong> used in scientific or statistical records<\/li>\n<li><strong>Reports<\/strong> generated by specialized software systems<\/li>\n<li><strong>Configuration files<\/strong> for applications in development or research environments<\/li>\n<\/ul>\n<p>While the file extension &#8220;.rdr&#8221; might be used by different proprietary formats, the consistent requirement across them is that they must not be altered when transferred or copied. Even a minor metadata change could invalidate the file for its designated use.<\/p>\n<h2>Why macOS Requires Special Attention<\/h2>\n<p>macOS is a user-friendly and powerful operating system, but like any UNIX-based environment, it has background processes and default behaviors that might modify files during manipulation. Common examples include:<\/p>\n<ul>\n<li>Automatic application of metadata<\/li>\n<li>Conversion of file formats during copy or sharing<\/li>\n<li>Permission changes due to disk or folder settings<\/li>\n<\/ul>\n<p>These behaviors can be problematic when the aim is to make an exact copy or archive of a file such as an RDR. The good news is that by using the appropriate tools and understanding default behaviors, you can manage these risks effectively.<\/p>\n<h2><strong>Step-by-Step Guide to Creating an RDR File Without Altering It<\/strong><\/h2>\n<p>Follow these detailed steps to ensure that the RDR file is created without changes:<\/p>\n<h3>1. <em>Locate the Original RDR File<\/em><\/h3>\n<p>Begin by identifying the original RDR file you plan to work with. Ensure that:<\/p>\n<ul>\n<li>The file is not in active use or open by any application.<\/li>\n<li>It is stored locally on your system, not on a network share or third-party sync folder (like Dropbox or iCloud).<\/li>\n<li>It is not part of a package or container file format.<\/li>\n<\/ul>\n<h3>2. <em>Open Terminal and Navigate to the Directory<\/em><\/h3>\n<p>Always use the Terminal for file copying to avoid any unintended GUI-based behaviors.<\/p>\n<pre><code>cd \/path\/to\/your\/folder<\/code><\/pre>\n<p>You can easily drag the folder into the terminal window to insert its path after typing <strong>cd<\/strong>.<\/p>\n<h3>3. <em>Use &#8216;cp&#8217; with Flags to Preserve Metadata<\/em><\/h3>\n<p>Use the following command to copy the file while preserving all metadata and permissions:<\/p>\n<pre><code>cp -p original.rdr copy.rdr<\/code><\/pre>\n<p>The <strong>-p<\/strong> flag ensures that the ownership, time stamps, and permissions are preserved accurately. This is ideal when dealing with any file that must remain untouched in its original state.<\/p>\n<h3>4. <em>Verify Integrity Using Checksum<\/em><\/h3>\n<p>To confirm that no changes were made during the copy process, use checksum verification:<\/p>\n<pre><code>shasum original.rdr<\/code><\/pre>\n<p>Note the output hash, then run:<\/p>\n<pre><code>shasum copy.rdr<\/code><\/pre>\n<p>If both hashes match, the file contents are identical. This is a critical step if the file is being used for audits, uploads, or research submissions.<\/p>\n<img loading=\"lazy\" decoding=\"async\" width=\"1080\" height=\"1620\" src=\"https:\/\/thumbtube.com\/blog\/wp-content\/uploads\/2025\/09\/turned-off-macintosh-monitor-macbook-terminal-command-copy.jpg\" class=\"attachment-full size-full\" alt=\"\" srcset=\"https:\/\/thumbtube.com\/blog\/wp-content\/uploads\/2025\/09\/turned-off-macintosh-monitor-macbook-terminal-command-copy.jpg 1080w, https:\/\/thumbtube.com\/blog\/wp-content\/uploads\/2025\/09\/turned-off-macintosh-monitor-macbook-terminal-command-copy-200x300.jpg 200w, https:\/\/thumbtube.com\/blog\/wp-content\/uploads\/2025\/09\/turned-off-macintosh-monitor-macbook-terminal-command-copy-683x1024.jpg 683w, https:\/\/thumbtube.com\/blog\/wp-content\/uploads\/2025\/09\/turned-off-macintosh-monitor-macbook-terminal-command-copy-768x1152.jpg 768w, https:\/\/thumbtube.com\/blog\/wp-content\/uploads\/2025\/09\/turned-off-macintosh-monitor-macbook-terminal-command-copy-1024x1536.jpg 1024w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" \/>\n<h3>5. <em>Avoid Finder for Sensitive File Copying<\/em><\/h3>\n<p>While the Finder allows drag-and-drop copying, it may assign new file system metadata or trigger system actions like Spotlight indexing. If the integrity of the RDR file is important, avoid using Finder or right-click copy methods.<\/p>\n<h3>6. <em>Use Disk Images to Protect File State (Optional)<\/em><\/h3>\n<p>If you need to transport the RDR file to another user or machine, you should consider creating a disk image (.dmg) that encapsulates the file in an unmodifiable structure. Here\u2019s how:<\/p>\n<ol>\n<li>Open <strong>Disk Utility<\/strong> from \/Applications\/Utilities<\/li>\n<li>Click <strong>File<\/strong> &gt; <strong>New Image<\/strong> &gt; <strong>Image from Folder<\/strong><\/li>\n<li>Select the folder containing the RDR file<\/li>\n<li>Choose <em>read-only<\/em> as the image format<\/li>\n<\/ol>\n<p>This not only compresses the file, but ensures it can\u2019t be unintentionally modified.<\/p>\n<img loading=\"lazy\" decoding=\"async\" width=\"1080\" height=\"727\" src=\"https:\/\/thumbtube.com\/blog\/wp-content\/uploads\/2025\/09\/text-macos-disk-utility-create-dmg.jpg\" class=\"attachment-full size-full\" alt=\"\" srcset=\"https:\/\/thumbtube.com\/blog\/wp-content\/uploads\/2025\/09\/text-macos-disk-utility-create-dmg.jpg 1080w, https:\/\/thumbtube.com\/blog\/wp-content\/uploads\/2025\/09\/text-macos-disk-utility-create-dmg-300x202.jpg 300w, https:\/\/thumbtube.com\/blog\/wp-content\/uploads\/2025\/09\/text-macos-disk-utility-create-dmg-1024x689.jpg 1024w, https:\/\/thumbtube.com\/blog\/wp-content\/uploads\/2025\/09\/text-macos-disk-utility-create-dmg-768x517.jpg 768w\" sizes=\"(max-width: 1080px) 100vw, 1080px\" \/>\n<h3>7. <em>Transfer Using Secure Methods<\/em><\/h3>\n<p>If the RDR file must be uploaded or emailed, first compress it into an archive format like .zip while preserving its state:<\/p>\n<pre><code>zip -r original_rdr.zip original.rdr<\/code><\/pre>\n<p>Do not right-click and compress, as this may introduce system-level metadata into the archive. The terminal method ensures a clean zip file.<\/p>\n<h2>Precautions When Handling RDR Files<\/h2>\n<p>Given that RDR files may contain sensitive proprietary information or custom binary sets, keep in mind the following best practices:<\/p>\n<ul>\n<li><strong>Disable Auto-Backup:<\/strong> Turn off services like iCloud Drive or Google Backup for the specific folder.<\/li>\n<li><strong>Avoid Editing:<\/strong> Do not attempt to open the file in unfamiliar editors just to \u201ccheck\u201d it.<\/li>\n<li><strong>Use Permissions Wisely:<\/strong> Set the file to read-only if needed to prevent accidental overwrite:<\/li>\n<\/ul>\n<pre><code>chmod 444 original.rdr<\/code><\/pre>\n<p>This makes the file non-editable until the permissions are manually changed again.<\/p>\n<h2>Frequently Asked Questions<\/h2>\n<h3><em>Can I rename an RDR file without affecting its contents?<\/em><\/h3>\n<p>Yes, using the <strong>mv<\/strong> command in Terminal allows you to rename the file safely:<\/p>\n<pre><code>mv original.rdr archive_2024.rdr<\/code><\/pre>\n<p>This does not change the contents of the file.<\/p>\n<h3><em>Does changing the file extension alter the file?<\/em><\/h3>\n<p>Changing the extension alone doesn\u2019t alter the binary contents, but it may change how applications treat or open the file. Use caution.<\/p>\n<h3><em>How can I ensure the file remains unchanged after transfer?<\/em><\/h3>\n<p>After sending the copy via secure methods (e.g. SCP, SFTP), always run a checksum on both ends to compare.<\/p>\n<h2>Conclusion<\/h2>\n<p>Maintaining the integrity of an RDR file while reproducing it on macOS does not have to be a daunting task. With a clear understanding of system behavior and proper use of command-line tools, you can safeguard your file\u2019s content and metadata reliably. Whether you are in scientific research, software development, or regulatory reporting, the methods outlined above provide a trustworthy framework for precise file handling.<\/p>\n<p>Always remember to verify hash integrity and, when in doubt, use disk images or zipped archives as additional layers of protection.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>In certain professional and technical environments, there arises a need to create an RDR file &#8230; <\/p>\n<p class=\"read-more-container\"><a title=\"How to Create an RDR File on macOS Without Altering Its Contents: Easy Instructions\" class=\"read-more button\" href=\"https:\/\/thumbtube.com\/blog\/how-to-create-an-rdr-file-on-macos-without-altering-its-contents-easy-instructions\/#more-5046\" aria-label=\"Read more about How to Create an RDR File on macOS Without Altering Its Contents: Easy Instructions\">Read More<\/a><\/p>\n","protected":false},"author":78,"featured_media":5047,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[8],"tags":[],"class_list":["post-5046","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-guides","infinite-scroll-item","generate-columns","tablet-grid-50","mobile-grid-100","grid-parent","grid-25","no-featured-image-padding"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v23.4 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to Create an RDR File on macOS Without Altering Its Contents: Easy Instructions - ThumbTube<\/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:\/\/thumbtube.com\/blog\/how-to-create-an-rdr-file-on-macos-without-altering-its-contents-easy-instructions\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Create an RDR File on macOS Without Altering Its Contents: Easy Instructions - ThumbTube\" \/>\n<meta property=\"og:description\" content=\"In certain professional and technical environments, there arises a need to create an RDR file ... Read More\" \/>\n<meta property=\"og:url\" content=\"https:\/\/thumbtube.com\/blog\/how-to-create-an-rdr-file-on-macos-without-altering-its-contents-easy-instructions\/\" \/>\n<meta property=\"og:site_name\" content=\"ThumbTube\" \/>\n<meta property=\"article:published_time\" content=\"2025-09-30T11:18:45+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-09-30T11:21:26+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/thumbtube.com\/blog\/wp-content\/uploads\/2025\/09\/turned-off-macintosh-macbook-terminal-command-copy.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1080\" \/>\n\t<meta property=\"og:image:height\" content=\"720\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Ethan Martinez\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Ethan Martinez\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/thumbtube.com\/blog\/how-to-create-an-rdr-file-on-macos-without-altering-its-contents-easy-instructions\/\",\"url\":\"https:\/\/thumbtube.com\/blog\/how-to-create-an-rdr-file-on-macos-without-altering-its-contents-easy-instructions\/\",\"name\":\"How to Create an RDR File on macOS Without Altering Its Contents: Easy Instructions - ThumbTube\",\"isPartOf\":{\"@id\":\"https:\/\/thumbtube.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/thumbtube.com\/blog\/how-to-create-an-rdr-file-on-macos-without-altering-its-contents-easy-instructions\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/thumbtube.com\/blog\/how-to-create-an-rdr-file-on-macos-without-altering-its-contents-easy-instructions\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/thumbtube.com\/blog\/wp-content\/uploads\/2025\/09\/turned-off-macintosh-macbook-terminal-command-copy.jpg\",\"datePublished\":\"2025-09-30T11:18:45+00:00\",\"dateModified\":\"2025-09-30T11:21:26+00:00\",\"author\":{\"@id\":\"https:\/\/thumbtube.com\/blog\/#\/schema\/person\/4fe17b14e96eaa537d646cb9ae441583\"},\"breadcrumb\":{\"@id\":\"https:\/\/thumbtube.com\/blog\/how-to-create-an-rdr-file-on-macos-without-altering-its-contents-easy-instructions\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/thumbtube.com\/blog\/how-to-create-an-rdr-file-on-macos-without-altering-its-contents-easy-instructions\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/thumbtube.com\/blog\/how-to-create-an-rdr-file-on-macos-without-altering-its-contents-easy-instructions\/#primaryimage\",\"url\":\"https:\/\/thumbtube.com\/blog\/wp-content\/uploads\/2025\/09\/turned-off-macintosh-macbook-terminal-command-copy.jpg\",\"contentUrl\":\"https:\/\/thumbtube.com\/blog\/wp-content\/uploads\/2025\/09\/turned-off-macintosh-macbook-terminal-command-copy.jpg\",\"width\":1080,\"height\":720},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/thumbtube.com\/blog\/how-to-create-an-rdr-file-on-macos-without-altering-its-contents-easy-instructions\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/thumbtube.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Create an RDR File on macOS Without Altering Its Contents: Easy Instructions\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/thumbtube.com\/blog\/#website\",\"url\":\"https:\/\/thumbtube.com\/blog\/\",\"name\":\"ThumbTube\",\"description\":\"Blog\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/thumbtube.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/thumbtube.com\/blog\/#\/schema\/person\/4fe17b14e96eaa537d646cb9ae441583\",\"name\":\"Ethan Martinez\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/thumbtube.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/993fbfe1588a77db452e8ea37ed7fcba?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/993fbfe1588a77db452e8ea37ed7fcba?s=96&d=mm&r=g\",\"caption\":\"Ethan Martinez\"},\"description\":\"I'm Ethan Martinez, a tech writer focused on cloud computing and SaaS solutions. I provide insights into the latest cloud technologies and services to keep readers informed.\",\"url\":\"https:\/\/thumbtube.com\/blog\/author\/ethan\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Create an RDR File on macOS Without Altering Its Contents: Easy Instructions - ThumbTube","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:\/\/thumbtube.com\/blog\/how-to-create-an-rdr-file-on-macos-without-altering-its-contents-easy-instructions\/","og_locale":"en_US","og_type":"article","og_title":"How to Create an RDR File on macOS Without Altering Its Contents: Easy Instructions - ThumbTube","og_description":"In certain professional and technical environments, there arises a need to create an RDR file ... Read More","og_url":"https:\/\/thumbtube.com\/blog\/how-to-create-an-rdr-file-on-macos-without-altering-its-contents-easy-instructions\/","og_site_name":"ThumbTube","article_published_time":"2025-09-30T11:18:45+00:00","article_modified_time":"2025-09-30T11:21:26+00:00","og_image":[{"width":1080,"height":720,"url":"https:\/\/thumbtube.com\/blog\/wp-content\/uploads\/2025\/09\/turned-off-macintosh-macbook-terminal-command-copy.jpg","type":"image\/jpeg"}],"author":"Ethan Martinez","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Ethan Martinez","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/thumbtube.com\/blog\/how-to-create-an-rdr-file-on-macos-without-altering-its-contents-easy-instructions\/","url":"https:\/\/thumbtube.com\/blog\/how-to-create-an-rdr-file-on-macos-without-altering-its-contents-easy-instructions\/","name":"How to Create an RDR File on macOS Without Altering Its Contents: Easy Instructions - ThumbTube","isPartOf":{"@id":"https:\/\/thumbtube.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/thumbtube.com\/blog\/how-to-create-an-rdr-file-on-macos-without-altering-its-contents-easy-instructions\/#primaryimage"},"image":{"@id":"https:\/\/thumbtube.com\/blog\/how-to-create-an-rdr-file-on-macos-without-altering-its-contents-easy-instructions\/#primaryimage"},"thumbnailUrl":"https:\/\/thumbtube.com\/blog\/wp-content\/uploads\/2025\/09\/turned-off-macintosh-macbook-terminal-command-copy.jpg","datePublished":"2025-09-30T11:18:45+00:00","dateModified":"2025-09-30T11:21:26+00:00","author":{"@id":"https:\/\/thumbtube.com\/blog\/#\/schema\/person\/4fe17b14e96eaa537d646cb9ae441583"},"breadcrumb":{"@id":"https:\/\/thumbtube.com\/blog\/how-to-create-an-rdr-file-on-macos-without-altering-its-contents-easy-instructions\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/thumbtube.com\/blog\/how-to-create-an-rdr-file-on-macos-without-altering-its-contents-easy-instructions\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/thumbtube.com\/blog\/how-to-create-an-rdr-file-on-macos-without-altering-its-contents-easy-instructions\/#primaryimage","url":"https:\/\/thumbtube.com\/blog\/wp-content\/uploads\/2025\/09\/turned-off-macintosh-macbook-terminal-command-copy.jpg","contentUrl":"https:\/\/thumbtube.com\/blog\/wp-content\/uploads\/2025\/09\/turned-off-macintosh-macbook-terminal-command-copy.jpg","width":1080,"height":720},{"@type":"BreadcrumbList","@id":"https:\/\/thumbtube.com\/blog\/how-to-create-an-rdr-file-on-macos-without-altering-its-contents-easy-instructions\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/thumbtube.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How to Create an RDR File on macOS Without Altering Its Contents: Easy Instructions"}]},{"@type":"WebSite","@id":"https:\/\/thumbtube.com\/blog\/#website","url":"https:\/\/thumbtube.com\/blog\/","name":"ThumbTube","description":"Blog","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/thumbtube.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/thumbtube.com\/blog\/#\/schema\/person\/4fe17b14e96eaa537d646cb9ae441583","name":"Ethan Martinez","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/thumbtube.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/993fbfe1588a77db452e8ea37ed7fcba?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/993fbfe1588a77db452e8ea37ed7fcba?s=96&d=mm&r=g","caption":"Ethan Martinez"},"description":"I'm Ethan Martinez, a tech writer focused on cloud computing and SaaS solutions. I provide insights into the latest cloud technologies and services to keep readers informed.","url":"https:\/\/thumbtube.com\/blog\/author\/ethan\/"}]}},"_links":{"self":[{"href":"https:\/\/thumbtube.com\/blog\/wp-json\/wp\/v2\/posts\/5046"}],"collection":[{"href":"https:\/\/thumbtube.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/thumbtube.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/thumbtube.com\/blog\/wp-json\/wp\/v2\/users\/78"}],"replies":[{"embeddable":true,"href":"https:\/\/thumbtube.com\/blog\/wp-json\/wp\/v2\/comments?post=5046"}],"version-history":[{"count":1,"href":"https:\/\/thumbtube.com\/blog\/wp-json\/wp\/v2\/posts\/5046\/revisions"}],"predecessor-version":[{"id":5054,"href":"https:\/\/thumbtube.com\/blog\/wp-json\/wp\/v2\/posts\/5046\/revisions\/5054"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/thumbtube.com\/blog\/wp-json\/wp\/v2\/media\/5047"}],"wp:attachment":[{"href":"https:\/\/thumbtube.com\/blog\/wp-json\/wp\/v2\/media?parent=5046"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/thumbtube.com\/blog\/wp-json\/wp\/v2\/categories?post=5046"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/thumbtube.com\/blog\/wp-json\/wp\/v2\/tags?post=5046"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}