{"id":2511382,"date":"2025-11-17T09:06:01","date_gmt":"2025-11-17T14:06:01","guid":{"rendered":"https:\/\/www.conservativenewsdaily.net\/breaking-news\/shocking-survey-teenage-girls-now-less-likely-to-want-marriage-than-teenage-boys\/"},"modified":"2025-11-17T09:08:54","modified_gmt":"2025-11-17T14:08:54","slug":"shocking-survey-teenage-girls-now-less-likely-to-want-marriage-than-teenage-boys","status":"publish","type":"post","link":"https:\/\/www.conservativenewsdaily.net\/breaking-news\/shocking-survey-teenage-girls-now-less-likely-to-want-marriage-than-teenage-boys\/","title":{"rendered":"Shocking Survey: Teenage Girls Now Less Likely to Want Marriage Than Teenage Boys"},"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\">26<\/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%2Fshocking-survey-teenage-girls-now-less-likely-to-want-marriage-than-teenage-boys%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=2511382&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>A recent Pew Research survey reveals that contemporary 12th-grade girls in the United States are now less likely than boys of the same age to want to get married someday.While about 74% of boys in 2023 still express a desire to marry-only slightly down from 76% in 1993-the percentage of girls wanting marriage has dropped sharply from 83% in 1993 to just 61% in 2023. This notable decline among girls contrasts with relatively stable attitudes among boys over the past 30 years. Experts like Brad Wilcox from the Institute for Family Studies describe this trend as &#8220;disastrous,&#8221; highlighting an &#8220;anti-nuptial turn&#8221; among young women and girls. The topic has sparked discussion on <a href=\"https:\/\/www.conservativenewsdaily.net\/breaking-news\/why-this-average-american-is-voting-for-donald-trump\/\" title=\"Why This Average American Is Voting for Donald Trump\">social media<\/a> and among religious figures, with some criticizing the influence of feminism and others calling for religious communities to address the shift in attitudes towards marriage among young women.  <\/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><\/p>\n<p>The typical 12th-grade girl is now less likely to want to be married one day than the typical boy of the same age.<\/p>\n<p>According to a new <a href=\"https:\/\/www.pewresearch.org\/short-reads\/2025\/11\/14\/12th-grade-girls-are-less-likely-than-boys-to-say-they-want-to-get-married-someday\/\" target=\"_blank\" rel=\"noopener\">survey<\/a> from Pew Research released on Friday, American high schoolers are &ldquo;less likely now than in the past to say they want to get married someday.&rdquo;<\/p>\n<p>That sorrowful trend is driven almost entirely by <a href=\"https:\/\/www.westernjournal.com\/poll-record-number-young-women-say-done-americans\/\" target=\"_blank\" rel=\"noopener\">girls<\/a>.<\/p>\n<p>In 1993, 76 percent of boys said they are &ldquo;most likely to choose to get married in the long run.&rdquo;<\/p>\n<p>That number fell slightly to 74 percent by 2023.<\/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>In 1993, girls were more likely to &ldquo;choose to get married in the long run&rdquo; than boys, with 83 percent answering the question affirmatively.<\/p>\n<p>Only 61 percent say the same in 2023, meaning that boys are noticeably more <a href=\"https:\/\/www.westernjournal.com\/poll-shows-massive-disparity-priorities-conservative-young-men-liberal-young-women\/\" target=\"_blank\" rel=\"noopener\">favorable<\/a> toward the prospect of marriage than girls.<\/p>\n<p>&ldquo;The  of boys saying this is virtually unchanged over the 30-year period. But the  among girls dropped by 22 percentage points,&rdquo; Pew Research summarized.<\/p>\n<p>&ldquo;There are no <a href=\"https:\/\/amzn.to\/3YuVZYV\" >statistically significant gender gaps<\/a> on the other questions.&rdquo;<\/p>\n<p>Brad Wilcox, a fellow at the Institution for Family Studies, called the trend &ldquo;disastrous&rdquo; and lamented the &ldquo;anti-nuptial turn among <a href=\"https:\/\/www.conservativenewsdaily.net\/breaking-news\/who-is-peggy-flanagan-a-harris-walz-win-could-shake-up-minnesota-politics-washington-examiner\/\" title=\"Who is Peggy Flanagan? A Harris-Walz win could shake up Minnesota politics - Washington Examiner\">young women&#038;rdquo<\/a>; and girls.<\/p>\n<blockquote class=\"twitter-tweet\">\n<p dir=\"ltr\" lang=\"en\">Anti-nuptial turn among young women &amp; adolescent girls is disastrous.<\/p>\n<p>New <a href=\"https:\/\/twitter.com\/pewresearch?\">@pewresearch<\/a>:<\/p>\n<p>HS girls&rsquo; interest in marriage drops 20+ percentage pts in last 30 years.&#128071;&#127997; <a href=\"https:\/\/t.co\/qnvOXWvThs\">pic.twitter.com\/qnvOXWvThs<\/a><\/p>\n<p>&mdash; Brad Wilcox (@BradWilcoxIFS) <a href=\"https:\/\/twitter.com\/BradWilcoxIFS\/status\/1989725146102534636?\">November 15, 2025<\/a><\/p>\n<\/blockquote>\n<p><script async src=\"https:\/\/platform.twitter.com\/widgets.js\" charset=\"utf-8\"><\/script><\/p>\n<p>Many social media commenters joined in the lament, noting that the negative effects of feminism on Western civilization are immense.<\/p>\n<p>&ldquo;Feminist mind virus growing stronger and stronger,&rdquo; one user <a href=\"https:\/\/x.com\/NoticingIndex\/status\/1989823200545706130\" target=\"_blank\" rel=\"noopener\">said<\/a>.<\/p>\n<p>&ldquo;Feminism seems to be going well for society,&rdquo; another <a href=\"https:\/\/x.com\/SpeciesTypical\/status\/1989766212721807648\" target=\"_blank\" rel=\"noopener\">added<\/a>.<\/p>\n<p>David Schrock, a pastor at Occoquan Bible Church in Virginia, contended that churches and fellow pastors should <a href=\"https:\/\/www.westernjournal.com\/liberal-white-women-may-hand-biden-win-2024-poll-probing-mental-health-may-explain\/\" target=\"_blank\" rel=\"noopener\">confront<\/a> the phenomenon.<\/p>\n<p>&ldquo;Nothing to see here. The generational disinterest in marriage for young women is perfectly well and good,&rdquo; he wrote.<\/p>\n<blockquote class=\"twitter-tweet\">\n<p dir=\"ltr\" lang=\"en\">Nothing to see here. The generational disinterest in marriage for young women is perfectly well and good.<\/p>\n<p>For how dare pastors consider the radicalization of young women.<\/p>\n<p>Right <a href=\"https:\/\/twitter.com\/davemitz?\">@davemitz<\/a> <a href=\"https:\/\/twitter.com\/tomascol?\">@tomascol<\/a> <a href=\"https:\/\/twitter.com\/GundenGraham?\">@GundenGraham<\/a>? <a href=\"https:\/\/t.co\/TASf9sJMR5\">https:\/\/t.co\/TASf9sJMR5<\/a><\/p>\n<p>&mdash; David Schrock&#127794; (@DavidSchrock) <a href=\"https:\/\/twitter.com\/DavidSchrock\/status\/1989777983725244531?\">November 15, 2025<\/a><\/p>\n<\/blockquote>\n<p><script async src=\"https:\/\/platform.twitter.com\/widgets.js\" charset=\"utf-8\"><\/script><\/p>\n<p>&ldquo;For how dare pastors consider the radicalization of young women,&rdquo; he asked rhetorically.<\/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>The average 12th-grade girl today is less inclined to want to get married in the future compared to boys of the same age. A recent Pew Research survey revealed that American high school students are now less likely than before to express a desire to marry someday, with this decline mainly seen among girls<\/p>\n","protected":false},"author":1,"featured_media":2511383,"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\/Michael-Featured-Image-308.jpg","fifu_image_alt":"","footnotes":""},"categories":[33651],"tags":[47099,60997,58895,67194,67195],"class_list":["post-2511382","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-the-western-journal","tag-gender-differences","tag-marriage-trends","tag-social-behavior","tag-teenage-girls","tag-youth-survey"],"fifu_image_url":"https:\/\/www.westernjournal.com\/wp-content\/uploads\/2025\/11\/Michael-Featured-Image-308.jpg","_links":{"self":[{"href":"https:\/\/www.conservativenewsdaily.net\/breaking-news\/wp-json\/wp\/v2\/posts\/2511382","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=2511382"}],"version-history":[{"count":3,"href":"https:\/\/www.conservativenewsdaily.net\/breaking-news\/wp-json\/wp\/v2\/posts\/2511382\/revisions"}],"predecessor-version":[{"id":2511386,"href":"https:\/\/www.conservativenewsdaily.net\/breaking-news\/wp-json\/wp\/v2\/posts\/2511382\/revisions\/2511386"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.conservativenewsdaily.net\/breaking-news\/wp-json\/wp\/v2\/media\/2511383"}],"wp:attachment":[{"href":"https:\/\/www.conservativenewsdaily.net\/breaking-news\/wp-json\/wp\/v2\/media?parent=2511382"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.conservativenewsdaily.net\/breaking-news\/wp-json\/wp\/v2\/categories?post=2511382"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.conservativenewsdaily.net\/breaking-news\/wp-json\/wp\/v2\/tags?post=2511382"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}