{"id":2506070,"date":"2025-11-03T12:49:01","date_gmt":"2025-11-03T17:49:01","guid":{"rendered":"https:\/\/www.conservativenewsdaily.net\/breaking-news\/watch-panicking-brennan-spins-out-makes-physical-contact-repeatedly-with-conservative-asking-about-laptop-cover-up\/"},"modified":"2025-11-03T12:49:43","modified_gmt":"2025-11-03T17:49:43","slug":"watch-panicking-brennan-spins-out-makes-physical-contact-repeatedly-with-conservative-asking-about-laptop-cover-up","status":"publish","type":"post","link":"https:\/\/www.conservativenewsdaily.net\/breaking-news\/watch-panicking-brennan-spins-out-makes-physical-contact-repeatedly-with-conservative-asking-about-laptop-cover-up\/","title":{"rendered":"Watch: Panicking Brennan Spins Out, Makes Physical Contact Repeatedly with Conservative Asking About Laptop Cover-Up"},"content":{"rendered":"<aside class=\"mashsb-container mashsb-main mashsb-stretched\"><div class=\"mashsb-box\"><div class=\"mashsb-count mash-medium\" style=\"float:left\"><div class=\"counts mashsbcount\">30<\/div><span class=\"mashsb-sharetext\">SHARES<\/span><\/div><div class=\"mashsb-buttons\"><a class=\"mashicon-facebook mash-medium mash-nomargin mashsb-noshadow\" href=\"https:\/\/www.facebook.com\/sharer.php?u=https%3A%2F%2Fwww.conservativenewsdaily.net%2Fbreaking-news%2Fwatch-panicking-brennan-spins-out-makes-physical-contact-repeatedly-with-conservative-asking-about-laptop-cover-up%2F\" target=\"_top\" rel=\"nofollow\"><span class=\"icon\"><\/span><span class=\"text\">Facebook<\/span><\/a><a class=\"mashicon-twitter mash-medium mash-nomargin mashsb-noshadow\" href=\"https:\/\/twitter.com\/intent\/tweet?text=&amp;url=https:\/\/www.conservativenewsdaily.net\/breaking-news\/?p=2506070&amp;via=ConservNewsDly\" target=\"_top\" rel=\"nofollow\"><span class=\"icon\"><\/span><span class=\"text\">Twitter<\/span><\/a><a class=\"mashicon-subscribe mash-medium mash-nomargin mashsb-noshadow\" href=\"#\" target=\"_top\" rel=\"nofollow\"><span class=\"icon\"><\/span><span class=\"text\">Subscribe<\/span><\/a><div class=\"onoffswitch2 mash-medium mashsb-noshadow\" style=\"display:none\"><\/div><\/div>\n            <\/div>\n                <div style=\"clear:both\"><\/div><\/aside>\n            <!-- Share buttons by mashshare.net - Version: 4.0.47--><p>The article discusses former CIA Director John Brennan as a central figure in the alleged decade-long campaign against former President Donald Trump. It highlights a recent confrontation between Brennan and <a href=\"https:\/\/www.conservativenewsdaily.net\/breaking-news\/human-experimentation-and-gene-editing-inside-chinas-race-to-create-genetically-modified-soldiers\/\" title=\"Human Experimentation And Gene-Editing: Inside China\u2019s Race To Create Genetically Modified Soldiers\">national security consultant<\/a> Thomas A. Speciale II, where Speciale challenged Brennan about his role in dismissing the Hunter Biden laptop story as Russian disinformation during the 2020 presidential campaign. Brennan reacted angrily, physically poking Speciale&#8217;s chest and disputing the characterization.The article also references a July revelation by Director of National Intelligence tulsi Gabbard, who alleged that Brennan and other Obama-era officials fabricated intelligence reports that fueled the Russia collusion inquiry against Trump, describing it as an attempt to undermine his presidency. The piece suggests Brennan&#8217;s apparent agitation stems from growing scrutiny and calls for justice related to these matters.  <\/p>\n<p class=\"readmore\">\n    <button onclick=\"showReadMore()\" id=\"readmorebtn\">Read more&#8230;<\/button>\n<\/p>\n<hr id=\"line\">\n<span id=\"more\"><\/p>\n<p><?xml encoding=\"utf-8\" ?><?xml encoding=\"utf-8\" ?><?xml encoding=\"utf-8\" ?><?xml encoding=\"utf-8\" ?><?xml encoding=\"utf-8\" ?><?xml encoding=\"utf-8\" ?><?xml encoding=\"utf-8\" ?><?xml encoding=\"utf-8\" ?><?xml encoding=\"utf-8\" ?><?xml encoding=\"utf-8\" ?><?xml encoding=\"utf-8\" ?><?xml encoding=\"utf-8\" ?><?xml encoding=\"utf-8\" ?><?xml encoding=\"utf-8\" ?><?xml encoding=\"utf-8\" ?><?xml encoding=\"utf-8\" ?><?xml encoding=\"utf-8\" ?><\/p>\n<section> \t\t\t\t<script>console.log(\"ad slot (AC1)\")<\/script><script>console.log(\"ad slot (IC1)\")<\/script><script>console.log(\"ad slot (IC2)\")<\/script><script>console.log(\"ad slot (IC3)\")<\/script><script>console.log(\"ad slot (IC4)\")<\/script><script>console.log(\"ad slot (REP_0)\")<\/script><\/p>\n<p>If the decade-long campaign of lies against President Donald Trump had an angry, ugly face, that face would look like former CIA Director John Brennan.<\/p>\n<p>Indeed, Brennan&rsquo;s eventual arrest will signal that the Trump administration has gotten serious about pulverizing the <a href=\"https:\/\/www.westernjournal.com\/hillary-next-vance-hints-next-line-prosecution-trump-administration-goes-deep-state\/\" target=\"_blank\" rel=\"noopener\">deep state<\/a>.<\/p>\n<p>Brennan understands this, as evidenced by a physical confrontation caught on camera and posted to the social media platform X.<\/p>\n<p>In the 23-second video, national security consultant Thomas A. Speciale II approached Brennan during what Speciale described as the aftermath of a conference on Thursday. Speciale even held a beer in one hand &mdash; a universal sign of post-conference intent to mingle.<\/p>\n<p>In other words, the national security consultant hardly took a threatening approach.<\/p>\n<p>  <script> console.log(\"A\/B Test Video Player\"); \/\/ Helper function to set a cookie function setVideoCookie(name, value, days) {     var expires=\"\";     if (days) {         var date=new Date();         date.setTime(date.getTime() + (days*24*60*60*1000));         expires=\"; expires=\" + date.toUTCString();     }     document.cookie=name + \"=\" + (value || \"\")  + expires + \"; path=\/\"; }  \/\/ Helper function to get a cookie function getVideoCookie(name) {     var nameEQ=name + \"=\";     var ca=document.cookie.split(';');     for(var i=0; i <ca.length; i++) {         var c=ca[i];         while (c.charAt(0)==' ') c=c.substring(1,c.length);         if (c.indexOf(nameEQ)==0) return c.substring(nameEQ.length,c.length);     }     return null; }  \/\/ Function to determine or retrieve the split test group function assignSplitTestGroup() {     var group=getVideoCookie('splitTestGroup');     if (group===null) {         var rand=Math.random();         if (rand <1\/3) {             group='A';         } else if (rand <2\/3) {             group='B';         } else {             group='C';         }         setVideoCookie('splitTestGroup', group, 1); \/\/ Sets a cookie for 1 day     }     return group; }  \/\/ aditude function aditudePlayer() {     playerBottom=5;     if (window.innerWidth <=768) {         playerBottom=100;     }     console.log(\"Loading Aditude video player\");     window.tude=window.tude || { cmd: [] };     window.tude.cmd.push(function() {         tude.requestOutstreamAd({             divId: \"videoPlayer\",             baseDivId: \"pb-slot-outstream\",             playerOptions: {                 dock: true,                 dockedPosition: \"bottom-right\",                 dockedOffset: {                     bottom: playerBottom,                     right: 5,                 },             }         });     }); }  \/\/ anyclip function anyclipPlayer() {     document.addEventListener(\"DOMContentLoaded\", function() {         function loadAnyclip() {             const container=document.getElementById(\"videoPlayer\");             if (!container) return;              const script=document.createElement(\"script\");             script.src=\"https:\/\/player.anyclip.com\/anyclip-widget\/lre-widget\/prod\/v1\/src\/lre.js\";             script.setAttribute(\"pubname\", \"westernjournalcom\");             script.setAttribute(\"widgetname\", \"001w000001jULVcAAO_M12924\");              \/\/ append inside the container so player shows in correct spot             container.appendChild(script);         }         function findPreviousParagraph(selector, x) {             const targetElement=document.querySelector(selector);             if (!targetElement) {                 console.warn(\"Target element not found.\");                 return null;             }              \/\/ Get all \n\n<p> elements in order as they appear in the document             let paragraphs=Array.from(document.querySelectorAll(\"p\"));              \/\/ Find the index of the last <\/p>\n<p> before the target element             let targetIndex=paragraphs.findIndex(p=> p.compareDocumentPosition(targetElement) & Node.DOCUMENT_POSITION_PRECEDING);              if (targetIndex===-1 || targetIndex <x) {                 console.warn(\"Not enough paragraphs before the target element.\");                 return null;             }              return paragraphs[targetIndex - x];         }          \/\/ Set up IntersectionObserver         function observeElement(element) {             if (!element) return;              const observer=new IntersectionObserver(                 (entries)=> {                     entries.forEach(entry=> {                         if (entry.isIntersecting) {                             console.log(\"Paragraph is now visible:\", entry.target.textContent.trim());                             loadAnyclip();                             observer.disconnect();                         }                     });                 },                 { threshold: 0.5 } \/\/ Adjust threshold as needed             );              observer.observe(element);         }          \/\/ Find the 1st paragraph before #videoPlayer and observe it         let paragraphToObserve=findPreviousParagraph(\"#videoPlayer\", 2);         observeElement(paragraphToObserve);     }); }  \/\/ stn function stnPlayer() {     \/\/ may want to pass in         document.addEventListener(\"DOMContentLoaded\", function() {         function loadScript(src) {             const script=document.createElement(\"script\");             script.src=src;             script.async=true;             document.body.appendChild(script);         }         function findPreviousParagraph(selector, x) {             const targetElement=document.querySelector(selector);             if (!targetElement) {                 console.warn(\"Target element not found.\");                 return null;             }              \/\/ Get all <\/p>\n<p> elements in order as they appear in the document             let paragraphs=Array.from(document.querySelectorAll(\"p\"));              \/\/ Find the index of the last <\/p>\n<p> before the target element             let targetIndex=paragraphs.findIndex(p=> p.compareDocumentPosition(targetElement) & Node.DOCUMENT_POSITION_PRECEDING);              if (targetIndex===-1 || targetIndex <x) {                 console.warn(\"Not enough paragraphs before the target element.\");                 return null;             }              return paragraphs[targetIndex - x];         }          \/\/ Set up IntersectionObserver         function observeElement(element) {             if (!element) return;              const observer=new IntersectionObserver(                 (entries)=> {                     entries.forEach(entry=> {                         if (entry.isIntersecting) {                             console.log(\"Paragraph is now visible:\", entry.target.textContent.trim());                             loadScript(\"https:\/\/embed.sendtonews.com\/player3\/embedcode.js?fk=s28Az7AY\");                             observer.disconnect();                         }                     });                 },                 { threshold: 0.5 } \/\/ Adjust threshold as needed             );              observer.observe(element);         }          \/\/ Add custom styles for STN player         const style=document.createElement('style');         style.textContent=`         #videoPlayer {             min-height: 460px;             margin-bottom: 10px;         }         @media only screen and (max-width: 780px) {             #videoPlayer {                 min-height: 200px;             }         }         `;         document.head.appendChild(style);          \/\/ Add needed div for STN player         const stnDiv=document.createElement(\"div\");         \/\/ add data-stn-player attribute         stnDiv.setAttribute(\"data-stn-player\", \"s28Az7AY\");         document.getElementById(\"videoPlayer\").appendChild(stnDiv);           \/\/ Find the 1st paragraph before #videoPlayer and observe it         let paragraphToObserve=findPreviousParagraph(\"#videoPlayer\", 2);         observeElement(paragraphToObserve);     }); }  \/\/ Assign user to a group window.adUserGroup=assignSplitTestGroup(); let isSubbed=getCookie( 'ff_subbed' );  \/\/ Example usage if (isSubbed) {     console.log('User is subscribed, not running a player'); } else if (window.adUserGroup==='A') {     console.log('Running Aditude player for group A');     aditudePlayer(); } else if (window.adUserGroup==='B') {     console.log('Running Anyclip player for group B');     anyclipPlayer(); } else {     console.log('Running STN player for group C');     stnPlayer(); } <\/script> <\/p>\n<p>Nonetheless, Brennan clearly felt threatened by Speciale&rsquo;s line of questioning: &ldquo;The memo on the Hunter Biden laptop.&rdquo;<\/p>\n<p>Recall that in the waning days of the 2020 presidential campaign, the New York Post published an explosive story about the contents of a <a href=\"https:\/\/www.westernjournal.com\/fbi-agent-didnt-know-supposed-lie-confirmed-biden-laptop-real-call-twitter-report\/\" target=\"_blank\" rel=\"noopener\">laptop<\/a> belonging to then-Democratic nominee Joe Biden&rsquo;s n&rsquo;er-do-well son. <a href=\"https:\/\/www.westernjournal.com\/trump-take-immediate-action-51-intel-officials-called-hunter-bidens-laptop-russian-disinformation\/\" target=\"_blank\" rel=\"noopener\">Brennan<\/a> joined 50 other national-security and intelligence &ldquo;experts&rdquo; in dismissing the report as likely Russian disinformation.<\/p>\n<p>&ldquo;Why say that?&rdquo; Speciale asked.<\/p>\n<p>The national security consultant then took a step forward and appeared poised to elaborate. Brennan, however, preferred confrontation.<\/p>\n<p>&ldquo;And you misrepresented that,&rdquo; the angry former CIA director insisted as he poked his finger in Speciale&rsquo;s chest. &ldquo;We never said it was disinformation. We said it was Russian influence operations, which is what they do.&rdquo;<\/p>\n<p>Speciale tried to make an additional point, but the cowardly Brennan walked away.<\/p>\n<p>All told, Brennan used his index finger to poke Speciale in the chest eight times in only six seconds.<\/p>\n<blockquote class=\"twitter-tweet\">\n<p dir=\"ltr\" lang=\"en\">After the conference on Thursday I confronted former CIA Director Brennan directly regarding his signing the 51 Intelligence Officers Memo knowing that the Hunter Biden laptop was real and not Russian disinformation. Watch his response. <a href=\"https:\/\/t.co\/blg86oBLRb\">pic.twitter.com\/blg86oBLRb<\/a><\/p>\n<p>&mdash; Thomas A. Speciale II (@Speciale4VA) <a href=\"https:\/\/twitter.com\/Speciale4VA\/status\/1984630003884077333?\">November 1, 2025<\/a><\/p>\n<\/blockquote>\n<p><script async src=\"https:\/\/platform.twitter.com\/widgets.js\" charset=\"utf-8\"><\/script><\/p>\n<p>Brennan looks and sounds like a <a href=\"https:\/\/amzn.to\/3YuVZYV\" >man coming unglued due<\/a> to stress.<\/p>\n<p>And why shouldn&rsquo;t he? After all, in July Director of National Intelligence <a href=\"https:\/\/www.westernjournal.com\/gabbard-accuses-obama-dodging-truth-treasonous-conspiracy-following-release-intel-files\/\" target=\"_blank\" rel=\"noopener\">Tulsi Gabbard<\/a> released bombshell evidence suggesting that a cabal of officials in former President Barack Obama&rsquo;s administration, including Brennan, manufactured a false intelligence report that launched the years-long Russia collusion hoax, which undermined Trump&rsquo;s first term.<\/p>\n<p>&ldquo;President Obama directed the creation of this January 2017 Intelligence Community Assessment after President Trump defeated Hillary Clinton in the 2016 election, and it served as the basis for what was essentially a <a href=\"https:\/\/www.conservativenewsdaily.net\/breaking-news\/4-in-5-americans-see-two-tiered-justice-system-poll\/\" title=\"4 In 5 Americans See Two-Tiered Justice System: Poll\">years-long coup<\/a> against the duly elected President of the United States, subverting the will of the American people and attempting to delegitimize Donald Trump&rsquo;s presidency,&rdquo; per a July 23 ODNI <a href=\"https:\/\/www.dni.gov\/index.php\/newsroom\/press-releases\/press-releases-2025\/4090-pr-18-25\" target=\"_blank\" rel=\"noopener\">news release<\/a>.<\/p>\n<p>Brennan&rsquo;s name appears throughout the news release from Gabbard&rsquo;s office.<\/p>\n<p>For instance, an unnamed <a href=\"https:\/\/www.westernjournal.com\/declassified-intel-bombshell-cia-officers-fought-brennan-russia-collusion-doc-overruled\/\" target=\"_blank\" rel=\"noopener\">CIA<\/a> officer told investigators from the House Permanent Select Committee on Intelligence that Brennan insisted on incorporating the unverified and now discredited <a href=\"https:\/\/www.westernjournal.com\/gabbard-declassifies-eerie--exchange-steele-dossier-foia-problem\/\" target=\"_blank\" rel=\"noopener\">Steele dossier<\/a> into the manufactured intelligence report.<\/p>\n<p>&ldquo;DCIA [Brennan] refused to remove it, and when confronted with the dossier&rsquo;s main flaws, [Brennan] responded, &lsquo;Yes, but doesn&rsquo;t it ring true?&rsquo;&rdquo; the CIA officer told HPSCI, per the ODNI news release.<\/p>\n<p>In short, the angry <a href=\"https:\/\/www.westernjournal.com\/breaking-house-judiciary-committee-refers-former-cia-director-john-brennan-criminal-prosecution\/\" target=\"_blank\" rel=\"noopener\">Brennan<\/a> has good reason to feel stressed. Pray that justice finds him soon.<\/p>\n<div style=\"position: relative;\">\n<div class=\"ff-fancy-header-container\"> \t\t\t \t<\/div>\n<div class=\"entry-submit-correction inner-content\">\n<div class=\"correction-form\">\n<form style=\"display: none;\">\n<div class=\"sc-name-field\"> \t\t\t\t\t\t<label>* Name<\/label> \t\t\t\t\t\t<br \/> \t\t\t\t\t\t<input type=\"text\" name=\"name\" required> \t\t\t\t\t<\/div>\n<div class=\"sc--field\"> \t\t\t\t\t\t<label>* <\/label> \t\t\t\t\t\t<br \/> \t\t\t\t\t\t<input type=\"text\" name=\"\" required> \t\t\t\t\t<\/div>\n<p> \t\t\t\t\t<label>* Message<\/label> \t\t\t\t\t<br \/> \t\t\t\t\t<textarea name=\"message\" required><\/textarea> \t\t\t\t\t \t\t\t\t\t<\/p>\n<div class=\"required-message\" style=\"display: none; padding-bottom: 15px;\">* All fields are required.<\/div>\n<p> \t\t\t\t\t<input type=\"submit\" value=\"Submit\" onclick=\"event.preventDefault(); firefly_sc();\"> \t\t\t\t\t \t\t\t\t\t<\/p>\n<div class=\"firefly-sc-confirm\" style=\"display: none;\">Success!<\/div>\n<\/p><\/form>\n<\/p><\/div>\n<\/p><\/div>\n<p> \t\t<script> \t\t\tfunction firefly_sc() { \t\t\t\tif( typeof window.captchaPublicKey==typeof undefined ){ \t\t\t\t\tconsole.error('window.captchaPublicKey is not defined'); \t\t\t\t} \t\t\t\tgrecaptcha.execute( window.captchaPublicKey, { action: 'submit_correction' } ).then( function( token ) { \t\t\t\t\tvar opts={ \t\t\t\t\t\taction:    'firefly_sc_submit', \t\t\t\t\t\tname:      document.querySelector( '.entry-submit-correction [name=\"name\"]' ).value, \t\t\t\t\t\t:     document.querySelector( '.entry-submit-correction [name=\"\"]' ).value, \t\t\t\t\t\tmessage:   document.querySelector( '.entry-submit-correction [name=\"message\"]' ).value, \t\t\t\t\t\tpost_id:   firefly_post_id, \t\t\t\t\t\tcap_token: token \t\t\t\t\t}  \t\t\t\t\tvar inputs=[ 'name', '', 'message' ];  \t\t\t\t\tfor( var i=0; i <inputs.length; i++ ) if( ! ( opts[inputs[i]]=document.querySelector( '.entry-submit-correction [name=\"' + inputs[i] + '\"]' ).value ) ) { \t\t\t\t\t\tdocument.querySelector( '.entry-submit-correction .required-message' ).style.display='block'; \t\t\t\t\t\treturn; \t\t\t\t\t}  \t\t\t\t\tdocument.querySelector( '.entry-submit-correction input[type=\"submit\"]' ).style.display='none'; \t\t\t\t\tdocument.querySelector( '.entry-submit-correction .firefly-sc-submitting-img' ).src=firefly_loading_gif_url; \t\t\t\t\tdocument.querySelector( '.entry-submit-correction .firefly-sc-submitting-img' ).style.display='inline-block';  \t\t\t\t\tconsole.log( 'ma subbing' );  \t\t\t\t\tif( firefly_post_id ) opts['post_id']=firefly_post_id;  \t\t\t\t\t\/* Send the data using post with element id name and name2*\/ \t\t\t\t\tvar posting=jQuery.post( firefly_ajax_url, opts );  \t\t\t\t\t\/* Alerts the results *\/ \t\t\t\t\tposting.done( function( response ) { \t\t\t\t\t\tif( response.success ) { \t\t\t\t\t\t\tconsole.log( response.data ); \t\t\t\t\t\t\tdocument.querySelector( '.entry-submit-correction .firefly-sc-submitting-img' ).style.display='none'; \t\t\t\t\t\t\tdocument.querySelector( '.entry-submit-correction .firefly-sc-confirm' ).style.display='block';  \t\t\t\t\t\t\tdataLayer.push( { 'event': 'submit-correction' } ); \t\t\t\t\t\t} \t\t\t\t\t}); \t\t\t\t}); \t\t\t} \t\t<\/script> \t     \t\t\t\t\t\t     \t\t\t\t\t<\/div>\n<p style=\"border: 1px solid #f5f5f5; padding: 16px;\">Advertise with The Western Journal and reach millions of highly engaged readers, while supporting our work. <a href=\"https:\/\/www.westernjournal.com\/advertise-us\/?wj_source=article\">Advertise Today<\/a>.<\/p>\n<p><script>console.log(\"ad slot (BA1)\")<\/script> \t\t<\/p>\n<div class=\"ff-fancy-header-container\"> \t\t\t \t<\/div>\n<\/section>\n<p><\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>If the prolonged campaign of falsehoods against President Donald Trump had a hostile and unpleasant face, it would be that of former CIA Director John Brennan. His potential arrest would indicate that the Trump administration is taking strong action against the deep state. Brennan seems aware of this, as shown by a physical altercation recorded on video<\/p>\n","protected":false},"author":1,"featured_media":2506071,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_mo_disable_npp":"","fifu_image_url":"https:\/\/www.westernjournal.com\/wp-content\/uploads\/2025\/11\/Brennan.jpg","fifu_image_alt":"","footnotes":""},"categories":[33651],"tags":[8358,4914,66394,8656,66395],"class_list":["post-2506070","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-the-western-journal","tag-brennan","tag-conservative","tag-laptop-cover-up","tag-panicking","tag-physical-contact"],"fifu_image_url":"https:\/\/www.westernjournal.com\/wp-content\/uploads\/2025\/11\/Brennan.jpg","_links":{"self":[{"href":"https:\/\/www.conservativenewsdaily.net\/breaking-news\/wp-json\/wp\/v2\/posts\/2506070","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.conservativenewsdaily.net\/breaking-news\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.conservativenewsdaily.net\/breaking-news\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.conservativenewsdaily.net\/breaking-news\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.conservativenewsdaily.net\/breaking-news\/wp-json\/wp\/v2\/comments?post=2506070"}],"version-history":[{"count":3,"href":"https:\/\/www.conservativenewsdaily.net\/breaking-news\/wp-json\/wp\/v2\/posts\/2506070\/revisions"}],"predecessor-version":[{"id":2506074,"href":"https:\/\/www.conservativenewsdaily.net\/breaking-news\/wp-json\/wp\/v2\/posts\/2506070\/revisions\/2506074"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.conservativenewsdaily.net\/breaking-news\/wp-json\/wp\/v2\/media\/2506071"}],"wp:attachment":[{"href":"https:\/\/www.conservativenewsdaily.net\/breaking-news\/wp-json\/wp\/v2\/media?parent=2506070"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.conservativenewsdaily.net\/breaking-news\/wp-json\/wp\/v2\/categories?post=2506070"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.conservativenewsdaily.net\/breaking-news\/wp-json\/wp\/v2\/tags?post=2506070"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}