{"id":5170,"date":"2026-06-18T14:21:18","date_gmt":"2026-06-18T14:21:18","guid":{"rendered":"https:\/\/rimanagency.com\/dkim-dns-lookup-helper-build-dkim-query-urls-and-validate-records\/"},"modified":"2026-06-18T14:21:18","modified_gmt":"2026-06-18T14:21:18","slug":"dkim-dns-lookup-helper-build-dkim-query-urls-and-validate-records","status":"publish","type":"page","link":"https:\/\/rimanagency.com\/fr\/dkim-dns-lookup-helper-build-dkim-query-urls-and-validate-records\/","title":{"rendered":"DKIM DNS Lookup Helper \u2014 Build DKIM Query URLs and Validate Records"},"content":{"rendered":"<style>.rt-h{background:linear-gradient(135deg,#f1f5e8,#e8efdb);border-radius:14px;padding:32px;margin:0 0 24px;text-align:center}.rt-h h1{margin:0 0 10px;font-size:28px;color:#4a6320}.rt-g{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin:0 0 24px}.rt-f,.rt-o{background:#fff;border:1px solid #e0e6d8;border-radius:10px;padding:22px}.rt-f h3,.rt-o h3{margin:0 0 14px;color:#4a6320;font-size:18px}.rt-f label{display:block;font-size:13px;color:#516048;font-weight:600;margin:10px 0 6px}.rt-f input,.rt-f select,.rt-f textarea{width:100%;padding:9px;border:1px solid #d4dac6;border-radius:6px;font-size:14px;box-sizing:border-box;font-family:inherit}.rt-btn{background:#719430;color:#fff;border:none;padding:11px 20px;border-radius:6px;font-weight:700;cursor:pointer;width:100%;margin-top:14px;font-size:15px}.rt-btn:hover{background:#4a6320}.rt-cta{background:linear-gradient(135deg,#719430,#4a6320);color:#fff;border-radius:14px;padding:32px;text-align:center;margin:30px 0}.rt-cta h3{margin:0 0 6px;color:#fff}.rt-cta a{background:#fff;color:#4a6320;padding:12px 28px;border-radius:6px;font-weight:700;text-decoration:none;display:inline-block;margin-top:14px}.rt-o-big{font-size:36px;font-weight:800;color:#719430;text-align:center;margin:6px 0;word-break:break-word}@media(max-width:768px){.rt-g{grid-template-columns:1fr}}<\/style>\n<div class=\"rt-h\">\n<h1>DKIM DNS Lookup Helper<\/h1>\n<p>Build the exact DNS query name for any DKIM selector \u2014 Google, Mailchimp, SendGrid, Klaviyo, HubSpot, custom \u2014 and get instant one-click lookup links via MXToolbox, DNSChecker, and Google\\u2019s DNS Web tool. Plus a paste-and-validate mode for inspecting existing DKIM records.<\/p>\n<\/div>\n<div class=\"rt-g\">\n<div class=\"rt-f\">\n<h3>DKIM Inputs<\/h3>\n<p><label>Your domain<\/label><input type=\"text\" id=\"dk-domain\" placeholder=\"rimanagency.com\"><label>DKIM selector (sending service)<\/label><select id=\"dk-selector\"><option value=\"google\" selected>Google Workspace (selector: google)<\/option><option value=\"mailchimp\">Mailchimp (selector: k1)<\/option><option value=\"sendgrid\">SendGrid (selector: s1, s2)<\/option><option value=\"klaviyo\">Klaviyo (selector: dkim)<\/option><option value=\"hubspot\">HubSpot (selector: hs1-PUBLIC-ID, hs2-PUBLIC-ID)<\/option><option value=\"mailgun\">Mailgun (selector: x)<\/option><option value=\"amazonses\">Amazon SES (selector: hash._domainkey)<\/option><option value=\"postmark\">Postmark (selector: 20190415)<\/option><option value=\"constantcontact\">Constant Contact (selector: CTCT1)<\/option><option value=\"custom\">Custom selector<\/option><\/select><label>Custom selector name (if custom)<\/label><input type=\"text\" id=\"dk-custom\" placeholder=\"default\"><label>Or paste DKIM TXT record to validate<\/label><textarea id=\"dk-paste\" rows=\"4\" placeholder=\"v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQ...\"><\/textarea><\/div>\n<div class=\"rt-o\">\n<h3>Query URL + Validation<\/h3>\n<div id=\"dk-out\" style=\"background:#fafafa;border:1px solid #e0e6d8;border-radius:8px;padding:14px;font-size:14px;min-height:80px;line-height:1.5\"><\/div>\n<\/div>\n<\/div>\n<p><script>function cDk(){var d=document.getElementById(\"dk-domain\").value.trim();var sel=document.getElementById(\"dk-selector\").value;var custom=document.getElementById(\"dk-custom\").value.trim();var paste=document.getElementById(\"dk-paste\").value.trim();var html=\"\";if(d){var selectorMap={google:\"google\",mailchimp:\"k1\",sendgrid:\"s1\",klaviyo:\"dkim\",hubspot:\"hs1-{your-id}\",mailgun:\"x\",amazonses:\"<hash>\",postmark:\"20190415\",constantcontact:\"CTCT1\",custom:custom||\"default\"};var s=selectorMap[sel];var fullName=s+\"._domainkey.\"+d;html+=\"<\/p>\n<div style=\\\"background:#1e1e1e;color:#a3c163;padding:14px;border-radius:8px;font-family:Consolas,monospace;font-size:13px;margin-bottom:14px\\\">DNS query: \"+fullName+\"<\/div>\n<p>\";html+=\"<\/p>\n<div style=\\\"display:grid;gap:8px;margin-bottom:14px\\\">\";html+=\"<a href=\\\"https:\/\/mxtoolbox.com\/SuperTool.aspx?action=dkim%3a\"+encodeURIComponent(d)+\"%3a\"+encodeURIComponent(s)+\"&#038;run=toolpage\\\" target=\\\"_blank\\\" style=\\\"background:#fff;border:1px solid #e0e6d8;border-radius:8px;padding:10px 14px;text-decoration:none;color:#4a6320;font-weight:600\\\">\u2192 MXToolbox DKIM lookup<\/a>\";html+=\"<a href=\\\"https:\/\/dnschecker.org\/all-dns-records-of-domain.php?query=\"+encodeURIComponent(fullName)+\"&#038;rtype=TXT\\\" target=\\\"_blank\\\" style=\\\"background:#fff;border:1px solid #e0e6d8;border-radius:8px;padding:10px 14px;text-decoration:none;color:#4a6320;font-weight:600\\\">\u2192 DNSChecker (global propagation)<\/a>\";html+=\"<a href=\\\"https:\/\/dns.google\/query?name=\"+encodeURIComponent(fullName)+\"&#038;type=TXT\\\" target=\\\"_blank\\\" style=\\\"background:#fff;border:1px solid #e0e6d8;border-radius:8px;padding:10px 14px;text-decoration:none;color:#4a6320;font-weight:600\\\">\u2192 Google DNS query<\/a>\";html+=\"<\/div>\n<p>\"}if(paste){var checks=[];if(!\/v=DKIM1\/i.test(paste))checks.push({sev:\"bad\",l:\"Version\",v:\"Missing v=DKIM1\"});else checks.push({sev:\"good\",l:\"Version\",v:\"Valid (v=DKIM1)\"});var kMatch=paste.match(\/k=([a-z]+)\/i);checks.push({sev:kMatch&&kMatch[1]===\"rsa\"?\"good\":\"warn\",l:\"Key type (k=)\",v:kMatch?kMatch[1]:\"missing (defaults to rsa)\"});var pMatch=paste.match(\/p=([A-Za-z0-9+\/=]+)\/);if(pMatch){var keyLen=pMatch[1].length;var bits=Math.round(keyLen*6\/8*8\/4);checks.push({sev:bits>=2048?\"good\":bits>=1024?\"warn\":\"bad\",l:\"Public key strength\",v:\"~\"+bits+\" bits (\"+(bits>=2048?\"strong\":bits>=1024?\"acceptable, 2048 recommended\":\"WEAK\")+\")\"})}else checks.push({sev:\"bad\",l:\"Public key (p=)\",v:\"Missing\"});if(\/t=y\/i.test(paste))checks.push({sev:\"warn\",l:\"Testing mode\",v:\"t=y \u2014 testing only, remove for production\"});if(paste.length>255)checks.push({sev:\"warn\",l:\"Length\",v:paste.length+\" chars \u2014 split across multiple TXT strings\"});var ph=\"<\/p>\n<div style=\\\"margin-top:14px;background:#fff;border:1px solid #e0e6d8;border-radius:8px;padding:12px\\\">\n<div style=\\\"font-size:11px;color:#719430;font-weight:700;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px\\\">Pasted DKIM Validation<\/div>\n<div style=\\\"display:grid;gap:8px\\\">\";checks.forEach(function(c){var col=c.sev===\"good\"?\"#719430\":c.sev===\"warn\"?\"#d4a017\":\"#c44\";var ic=c.sev===\"good\"?\"\u2713\":c.sev===\"warn\"?\"\u26a0\":\"\u2716\";ph+=\"<\/p>\n<div style=\\\"font-size:13px\\\"><span style=\\\"color:\"+col+\";font-weight:700\\\">\"+ic+\"<\/span> <b>\"+c.l+\"<\/b>: <span style=\\\"color:\"+col+\"\\\">\"+c.v+\"<\/span><\/div>\n<p>\"});ph+=\"<\/p><\/div>\n<\/div>\n<p>\";html+=ph}if(!html)html=\"<i style=\\\"color:#888\\\">Enter your domain or paste a DKIM record<\/i>\";document.getElementById(\"dk-out\").innerHTML=html}[\"dk-domain\",\"dk-selector\",\"dk-custom\",\"dk-paste\"].forEach(function(id){document.getElementById(id).addEventListener(\"input\",cDk);document.getElementById(id).addEventListener(\"change\",cDk)});cDk();<\/script><\/p>\n<h2>How to use the DKIM DNS Lookup Helper<\/h2>\n<p><b>Lookup mode:<\/b> Enter your domain and pick the sending service. The tool constructs the exact DNS query name (e.g., `google._domainkey.yoursite.com`) and links to three lookup tools (MXToolbox, DNSChecker, Google DNS). <b>Validate mode:<\/b> Paste an existing DKIM TXT record. The tool checks version, key type, key strength (1024 vs 2048 bits), and testing-mode flags.<\/p>\n<h2>Why this tool matters<\/h2>\n<p>DKIM is the second pillar of email authentication (after SPF and before DMARC). Finding the right DKIM selector for your sending service is the #1 stumbling block \u2014 different services use completely different selector naming conventions. This tool eliminates the guesswork and validates that the key is current, strong, and production-ready.<\/p>\n<h2>Common use cases<\/h2>\n<ul>\n<li>Setting up DKIM for the first time on a new domain<\/li>\n<li>Migrating between email service providers<\/li>\n<li>Confirming DKIM is published correctly after a DNS change<\/li>\n<li>Auditing a client\\u2019s DKIM configuration during deliverability work<\/li>\n<li>Quick check that a DKIM key is RSA-2048 (modern standard) vs RSA-1024 (deprecated)<\/li>\n<\/ul>\n<h2>Why DKIM selectors are so confusing<\/h2>\n<p>Every sending service uses their own selector naming convention. Google uses &#8220;google&#8221;. Mailchimp uses &#8220;k1&#8221;. SendGrid uses &#8220;s1&#8221; and &#8220;s2&#8221;. HubSpot uses &#8220;hs1-{your-portal-id}&#8221;. Klaviyo uses &#8220;dkim&#8221;. Amazon SES uses a hash-based selector. There\\u2019s no standard. Knowing each one saves hours of trial-and-error.<\/p>\n<h2>Frequently Asked Questions<\/h2>\n<p><strong>What if my DKIM key is 1024 bits?<\/strong><br \/>Most major providers (Google, Yahoo) accept 1024 but discourage it. RSA-2048 is the modern standard. If your ESP allows it, rotate to 2048-bit. Test with the new selector before retiring the old one.<\/p>\n<p><strong>Can I have multiple DKIM records?<\/strong><br \/>Yes \u2014 different selectors for different services. You\\u2019ll have separate TXT records at `service1._domainkey.yoursite.com`, `service2._domainkey.yoursite.com`, etc. They\\u2019re independent.<\/p>\n<p><strong>What does t=y mean?<\/strong><br \/>Testing mode \u2014 the receiving server should not enforce DKIM policy yet. Useful during initial rollout but should be removed for production. Many ESPs accidentally leave testing mode on.<\/p>\n<p><strong>Why is the TXT record split into multiple strings?<\/strong><br \/>DNS TXT records are limited to 255 characters per string. DKIM public keys often exceed this. The fix is multi-string TXT records (DNS providers handle this \u2014 paste the full key, they\\u2019ll split it).<\/p>\n<div class=\"rt-cta\">\n<h3>Need a full email authentication setup including SPF, DKIM, DMARC, and BIMI?<\/h3>\n<p style=\"margin:0;opacity:.95\">Riman Agency runs email programs with rigorous authentication.<\/p>\n<p><a href=\"\/contact\/\">Book an Email Audit<\/a><\/div>\n","protected":false},"excerpt":{"rendered":"<p>DKIM DNS Lookup Helper Build the exact DNS query name for any DKIM selector \u2014 Google, Mailchimp, SendGrid, Klaviyo, HubSpot, custom \u2014 and get instant one-click lookup links via MXToolbox, DNSChecker, and Google\\u2019s DNS Web tool. Plus a paste-and-validate mode for inspecting existing DKIM records. DKIM Inputs Your domainDKIM selector (sending service)Google Workspace (selector: google)Mailchimp [&hellip;]<\/p>\n","protected":false},"author":4,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-5170","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>DKIM DNS Lookup Helper \u2014 Build DKIM Query URLs and Validate Records - Riman Agency<\/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:\/\/rimanagency.com\/fr\/dkim-dns-lookup-helper-build-dkim-query-urls-and-validate-records\/\" \/>\n<meta property=\"og:locale\" content=\"fr_CA\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"DKIM DNS Lookup Helper \u2014 Build DKIM Query URLs and Validate Records - Riman Agency\" \/>\n<meta property=\"og:description\" content=\"DKIM DNS Lookup Helper Build the exact DNS query name for any DKIM selector \u2014 Google, Mailchimp, SendGrid, Klaviyo, HubSpot, custom \u2014 and get instant one-click lookup links via MXToolbox, DNSChecker, and Googleu2019s DNS Web tool. Plus a paste-and-validate mode for inspecting existing DKIM records. DKIM Inputs Your domainDKIM selector (sending service)Google Workspace (selector: google)Mailchimp [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/rimanagency.com\/fr\/dkim-dns-lookup-helper-build-dkim-query-urls-and-validate-records\/\" \/>\n<meta property=\"og:site_name\" content=\"Riman Agency\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/rimanagency.com\\\/dkim-dns-lookup-helper-build-dkim-query-urls-and-validate-records\\\/\",\"url\":\"https:\\\/\\\/rimanagency.com\\\/dkim-dns-lookup-helper-build-dkim-query-urls-and-validate-records\\\/\",\"name\":\"DKIM DNS Lookup Helper \u2014 Build DKIM Query URLs and Validate Records - Riman Agency\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/rimanagency.com\\\/#website\"},\"datePublished\":\"2026-06-18T14:21:18+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/rimanagency.com\\\/dkim-dns-lookup-helper-build-dkim-query-urls-and-validate-records\\\/#breadcrumb\"},\"inLanguage\":\"fr-CA\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/rimanagency.com\\\/dkim-dns-lookup-helper-build-dkim-query-urls-and-validate-records\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/rimanagency.com\\\/dkim-dns-lookup-helper-build-dkim-query-urls-and-validate-records\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/rimanagency.com\\\/home\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"DKIM DNS Lookup Helper \u2014 Build DKIM Query URLs and Validate Records\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/rimanagency.com\\\/#website\",\"url\":\"https:\\\/\\\/rimanagency.com\\\/\",\"name\":\"Riman Agency\",\"description\":\"A Full Service Digital Marketing Agency\",\"publisher\":{\"@id\":\"https:\\\/\\\/rimanagency.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/rimanagency.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-CA\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/rimanagency.com\\\/#organization\",\"name\":\"Riman Agency\",\"url\":\"https:\\\/\\\/rimanagency.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-CA\",\"@id\":\"https:\\\/\\\/rimanagency.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/rimanagency.com\\\/wp-content\\\/uploads\\\/2022\\\/02\\\/RIMANagency-all-logos-1-2.png\",\"contentUrl\":\"https:\\\/\\\/rimanagency.com\\\/wp-content\\\/uploads\\\/2022\\\/02\\\/RIMANagency-all-logos-1-2.png\",\"width\":694,\"height\":211,\"caption\":\"Riman Agency\"},\"image\":{\"@id\":\"https:\\\/\\\/rimanagency.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"DKIM DNS Lookup Helper \u2014 Build DKIM Query URLs and Validate Records - Riman Agency","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:\/\/rimanagency.com\/fr\/dkim-dns-lookup-helper-build-dkim-query-urls-and-validate-records\/","og_locale":"fr_CA","og_type":"article","og_title":"DKIM DNS Lookup Helper \u2014 Build DKIM Query URLs and Validate Records - Riman Agency","og_description":"DKIM DNS Lookup Helper Build the exact DNS query name for any DKIM selector \u2014 Google, Mailchimp, SendGrid, Klaviyo, HubSpot, custom \u2014 and get instant one-click lookup links via MXToolbox, DNSChecker, and Googleu2019s DNS Web tool. Plus a paste-and-validate mode for inspecting existing DKIM records. DKIM Inputs Your domainDKIM selector (sending service)Google Workspace (selector: google)Mailchimp [&hellip;]","og_url":"https:\/\/rimanagency.com\/fr\/dkim-dns-lookup-helper-build-dkim-query-urls-and-validate-records\/","og_site_name":"Riman Agency","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/rimanagency.com\/dkim-dns-lookup-helper-build-dkim-query-urls-and-validate-records\/","url":"https:\/\/rimanagency.com\/dkim-dns-lookup-helper-build-dkim-query-urls-and-validate-records\/","name":"DKIM DNS Lookup Helper \u2014 Build DKIM Query URLs and Validate Records - Riman Agency","isPartOf":{"@id":"https:\/\/rimanagency.com\/#website"},"datePublished":"2026-06-18T14:21:18+00:00","breadcrumb":{"@id":"https:\/\/rimanagency.com\/dkim-dns-lookup-helper-build-dkim-query-urls-and-validate-records\/#breadcrumb"},"inLanguage":"fr-CA","potentialAction":[{"@type":"ReadAction","target":["https:\/\/rimanagency.com\/dkim-dns-lookup-helper-build-dkim-query-urls-and-validate-records\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/rimanagency.com\/dkim-dns-lookup-helper-build-dkim-query-urls-and-validate-records\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/rimanagency.com\/home\/"},{"@type":"ListItem","position":2,"name":"DKIM DNS Lookup Helper \u2014 Build DKIM Query URLs and Validate Records"}]},{"@type":"WebSite","@id":"https:\/\/rimanagency.com\/#website","url":"https:\/\/rimanagency.com\/","name":"Agence Riman","description":"Une agence de marketing num\u00e9rique \u00e0 service complet","publisher":{"@id":"https:\/\/rimanagency.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/rimanagency.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-CA"},{"@type":"Organization","@id":"https:\/\/rimanagency.com\/#organization","name":"Agence Riman","url":"https:\/\/rimanagency.com\/","logo":{"@type":"ImageObject","inLanguage":"fr-CA","@id":"https:\/\/rimanagency.com\/#\/schema\/logo\/image\/","url":"https:\/\/rimanagency.com\/wp-content\/uploads\/2022\/02\/RIMANagency-all-logos-1-2.png","contentUrl":"https:\/\/rimanagency.com\/wp-content\/uploads\/2022\/02\/RIMANagency-all-logos-1-2.png","width":694,"height":211,"caption":"Riman Agency"},"image":{"@id":"https:\/\/rimanagency.com\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/rimanagency.com\/fr\/wp-json\/wp\/v2\/pages\/5170","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/rimanagency.com\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/rimanagency.com\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/rimanagency.com\/fr\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/rimanagency.com\/fr\/wp-json\/wp\/v2\/comments?post=5170"}],"version-history":[{"count":0,"href":"https:\/\/rimanagency.com\/fr\/wp-json\/wp\/v2\/pages\/5170\/revisions"}],"wp:attachment":[{"href":"https:\/\/rimanagency.com\/fr\/wp-json\/wp\/v2\/media?parent=5170"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}