{"id":2,"date":"2026-09-04T19:39:57","date_gmt":"2026-09-04T19:39:57","guid":{"rendered":"https:\/\/ebikechargermatch.com\/?page_id=2"},"modified":"2026-09-04T23:54:23","modified_gmt":"2026-09-04T23:54:23","slug":"sample-page","status":"publish","type":"page","link":"https:\/\/ebikechargermatch.com\/","title":{"rendered":"Home"},"content":{"rendered":"\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Space+Grotesk:wght@400;500;600;700&#038;family=IBM+Plex+Mono:wght@500;600&#038;display=swap\" rel=\"stylesheet\">\n<style>\n  :root{\n    --bg:#F4F6F5; --surface:#FFFFFF; --ink:#16262A; --ink-soft:#51686C;\n    --brand:#2F6F5E; --brand-dark:#1F4D40; --line:#DCE4E2;\n    --safe:#2E6B3E; --safe-bg:#E4F1E6; --safe-line:#B9D9BE;\n    --caution:#93540E; --caution-bg:#FBEEDA; --caution-line:#EAC98D;\n    --danger:#902F31; --danger-bg:#F8E5E4; --danger-line:#E3B4B2;\n  }\n  *{box-sizing:border-box;}\n  html,body{margin:0;padding:0;}\n  body{background:var(--bg); color:var(--ink); font-family:'Space Grotesk', sans-serif; line-height:1.5;}\n  a{color:var(--brand-dark);}\n  .wrap{max-width:640px;margin:0 auto;padding:48px 20px 0;}\n  .wide-wrap{max-width:860px;margin:0 auto;padding:0 20px;}\n\n  nav.site{max-width:860px;margin:0 auto;padding:24px 20px 0;display:flex;justify-content:space-between;align-items:center;}\n  .brand-row{display:flex;align-items:center;gap:10px;}\n  .brand-mark{width:28px;height:28px;border-radius:7px;background:var(--brand);position:relative;flex:none;}\n  .brand-mark::after{content:\"\";position:absolute;top:7px;left:12px;width:4px;height:13px;background:var(--bg);border-radius:1px;transform:skewX(-16deg);}\n  .brand-name{font-weight:600;font-size:15px;}\n  .nav-links{display:flex;gap:22px;font-size:14px;}\n  .nav-links a{text-decoration:none;color:var(--ink-soft);}\n\n  h1{font-size:30px;font-weight:700;line-height:1.25;margin:34px 0 10px;max-width:22ch;}\n  .sub{color:var(--ink-soft);font-size:16px;margin:0 0 30px;max-width:46ch;}\n\n  .card{background:var(--surface);border:1px solid var(--line);border-radius:10px;padding:28px;}\n  .field{margin-bottom:18px;}\n  .field label{display:block;font-size:13px;color:var(--ink-soft);margin-bottom:7px;}\n  select{\n    width:100%;padding:12px 14px;font-family:'Space Grotesk', sans-serif;font-size:15px;color:var(--ink);\n    background:var(--bg);border:1px solid var(--line);border-radius:7px;appearance:none;\n    background-image:url(\"data:image\/svg+xml,%3Csvg xmlns='http:\/\/www.w3.org\/2000\/svg' width='14' height='9' viewBox='0 0 14 9'%3E%3Cpath d='M1 1l6 6 6-6' stroke='%2351686C' stroke-width='1.6' fill='none' fill-rule='evenodd'\/%3E%3C\/svg%3E\");\n    background-repeat:no-repeat;background-position:right 14px center;padding-right:36px;\n  }\n  select:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px rgba(47,111,94,0.15);}\n  button.check{\n    width:100%;padding:13px 14px;font-family:'Space Grotesk', sans-serif;font-size:15px;font-weight:600;\n    color:#fff;background:var(--brand);border:none;border-radius:7px;cursor:pointer;margin-top:6px;\n  }\n  button.check:hover{background:var(--brand-dark);}\n  .result{margin-top:20px;padding:20px;border-radius:8px;border:1px solid transparent;display:none;}\n  .result.show{display:block;}\n  .result.safe{background:var(--safe-bg);border-color:var(--safe-line);}\n  .result.caution{background:var(--caution-bg);border-color:var(--caution-line);}\n  .result.danger{background:var(--danger-bg);border-color:var(--danger-line);}\n  .result-title{font-weight:700;font-size:16px;margin:0 0 6px;}\n  .result.safe .result-title{color:var(--safe);}\n  .result.caution .result-title{color:var(--caution);}\n  .result.danger .result-title{color:var(--danger);}\n  .result-detail{font-size:14.5px;color:var(--ink);margin:0 0 12px;}\n  .specs{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px;}\n  .spec-chip{font-family:'IBM Plex Mono', monospace;font-size:12.5px;font-weight:500;padding:5px 9px;border-radius:5px;background:rgba(0,0,0,0.05);color:var(--ink);}\n\n  .howitworks{margin:34px 0 0;padding-top:26px;border-top:1px solid var(--line);}\n  .howitworks h2{font-size:15px;font-weight:600;margin:0 0 10px;}\n  .howitworks p{font-size:14px;color:var(--ink-soft);margin:0 0 10px;max-width:56ch;}\n\n  .disclaimer{margin-top:22px;padding:16px 18px;background:#FDF7E9;border:1px solid #EEDDA8;border-radius:8px;font-size:13px;color:#6B5312;}\n  .disclaimer strong{display:block;margin-bottom:4px;color:#4F3D0D;}\n\n  section.brands{max-width:860px;margin:64px auto 0;padding:0 20px 60px;}\n  section.brands h2{font-size:20px;font-weight:700;margin:0 0 6px;}\n  section.brands .lead{color:var(--ink-soft);font-size:14.5px;margin:0 0 24px;max-width:60ch;}\n  .brand-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;}\n  @media (max-width:640px){.brand-grid{grid-template-columns:repeat(2,1fr);}}\n  .brand-card{\n    display:block;padding:18px 16px;background:var(--surface);border:1px solid var(--line);\n    border-radius:8px;text-decoration:none;color:var(--ink);font-weight:600;font-size:14.5px;\n  }\n  .brand-card span{display:block;font-weight:400;font-size:12.5px;color:var(--ink-soft);margin-top:3px;}\n\n  footer{max-width:860px;margin:0 auto;padding:30px 20px 50px;border-top:1px solid var(--line);\n    font-size:13px;color:var(--ink-soft);display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px;}\n  footer a{color:var(--ink-soft);}\n<\/style>\n<\/head>\n<body>\n\n<nav class=\"site\">\n  <div class=\"brand-row\">\n    <div class=\"brand-mark\" aria-hidden=\"true\"><\/div>\n    <div class=\"brand-name\">eBike Charger Match<\/div>\n  <\/div>\n  <div class=\"nav-links\">\n    <a href=\"\/brands\/\">Brands<\/a>\n    <a href=\"\/guides\/is-my-ebike-charger-safe\/\">Guides<\/a>\n    <a href=\"\/about\/\">About<\/a>\n  <\/div>\n<\/nav>\n\n<div class=\"wrap\">\n  <h1>Will this charger fit your e-bike battery?<\/h1>\n  <p class=\"sub\">Pick your battery and the charger you&#8217;re thinking of using. We&#8217;ll check the connector, voltage, and pairing before you plug anything in.<\/p>\n\n  <div class=\"card\">\n    <div class=\"field\">\n      <label for=\"battery\">Your battery<\/label>\n      <select id=\"battery\"><\/select>\n    <\/div>\n    <div class=\"field\">\n      <label for=\"charger\">Your charger<\/label>\n      <select id=\"charger\"><\/select>\n    <\/div>\n    <button class=\"check\" id=\"checkBtn\">Check compatibility<\/button>\n    <div class=\"result\" id=\"result\">\n      <p class=\"result-title\" id=\"resultTitle\"><\/p>\n      <p class=\"result-detail\" id=\"resultDetail\"><\/p>\n      <div class=\"specs\" id=\"resultSpecs\"><\/div>\n    <\/div>\n  <\/div>\n\n  <div class=\"howitworks\">\n    <h2>How this works<\/h2>\n    <p>Every result checks three things in order: whether the physical connector matches, whether the charger&#8217;s output voltage matches your battery&#8217;s voltage class, and whether this exact charger is the one the manufacturer built for that battery. A mismatch on the first two is a real safety risk, not just an inconvenience. Read the full breakdown in our <a href=\"\/guides\/is-my-ebike-charger-safe\/\">charger safety guide<\/a>.<\/p>\n  <\/div>\n\n  <div class=\"disclaimer\">\n    <strong>Data source note<\/strong>\n    Specs are compiled from manufacturer manuals and battery\/charger labels. If you spot an error or don&#8217;t see your model, <a href=\"\/contact\/\">let us know<\/a> and we&#8217;ll verify and update it.\n  <\/div>\n<\/div>\n\n<section class=\"brands\">\n  <h2>Browse compatibility by brand<\/h2>\n  <p class=\"lead\">Full charger compatibility charts for every model we track, including recommended chargers, voltage class, and connector type.<\/p>\n  <div class=\"brand-grid\">\n    <a class=\"brand-card\" href=\"\/brands\/rad-power\/\">Rad Power Bikes<span>RadRover, RadCity &#038; more<\/span><\/a>\n    <a class=\"brand-card\" href=\"\/brands\/aventon\/\">Aventon<span>Level, Pace &#038; more<\/span><\/a>\n    <a class=\"brand-card\" href=\"\/brands\/lectric\/\">Lectric<span>XP, XPedition &#038; more<\/span><\/a>\n    <a class=\"brand-card\" href=\"\/brands\/ride1up\/\">Ride1Up<span>Core-5, 700 Series<\/span><\/a>\n    <a class=\"brand-card\" href=\"\/brands\/engwe\/\">Engwe<span>EP-2 Pro, Engine Pro<\/span><\/a>\n    <a class=\"brand-card\" href=\"\/brands\/bakcou\/\">Bakcou<span>Mule, Storm<\/span><\/a>\n  <\/div>\n<\/section>\n\n<footer>\n  <span>\u00a9 2026 eBike Charger Match<\/span>\n  <span><a href=\"\/about\/\">About &amp; methodology<\/a> \u00b7 <a href=\"\/contact\/\">Report an error<\/a><\/span>\n<\/footer>\n\n<script>\n  const chargers = [\n    { id:'c1', brand:'Rad Power', model:'48V 2A OEM', nominalV:48, outputV:54.6, amps:2, connector:'Higo Z, center pin', oem:true },\n    { id:'c2', brand:'Aventon', model:'48V 3A OEM', nominalV:48, outputV:54.6, amps:3, connector:'GX16, 5-pin', oem:true },\n    { id:'c3', brand:'Lectric', model:'48V 3A OEM', nominalV:48, outputV:54.6, amps:3, connector:'DC barrel 5.5\u00d72.1mm', oem:true },\n    { id:'c4', brand:'Ride1Up', model:'48V 2A OEM', nominalV:48, outputV:54.6, amps:2, connector:'Higo Z, offset pin', oem:true },\n    { id:'c5', brand:'Engwe', model:'36V 2A OEM', nominalV:36, outputV:42, amps:2, connector:'Higo Z, center pin', oem:true },\n    { id:'c6', brand:'Engwe', model:'48V 2A OEM', nominalV:48, outputV:54.6, amps:2, connector:'Higo Z, center pin', oem:true },\n    { id:'c7', brand:'Bakcou', model:'52V 5A OEM', nominalV:52, outputV:58.8, amps:5, connector:'Rosenberger 3-pin', oem:true },\n    { id:'c8', brand:'Generic', model:'48V 5A fast (aftermarket)', nominalV:48, outputV:54.6, amps:5, connector:'DC barrel 5.5\u00d72.1mm', oem:false },\n    { id:'c9', brand:'Generic', model:'36V 2A (aftermarket)', nominalV:36, outputV:42, amps:2, connector:'DC barrel 5.5\u00d72.1mm', oem:false },\n  ];\n  const batteries = [\n    { id:'b1', brand:'Rad Power', model:'RadRover 6 Plus', nominalV:48, connector:'Higo Z, center pin', recommended:['c1'] },\n    { id:'b2', brand:'Rad Power', model:'RadCity 5 Plus', nominalV:48, connector:'Higo Z, center pin', recommended:['c1'] },\n    { id:'b3', brand:'Aventon', model:'Level.2', nominalV:48, connector:'GX16, 5-pin', recommended:['c2'] },\n    { id:'b4', brand:'Aventon', model:'Pace 500.3', nominalV:48, connector:'GX16, 5-pin', recommended:['c2'] },\n    { id:'b5', brand:'Lectric', model:'XP 3.0', nominalV:48, connector:'DC barrel 5.5\u00d72.1mm', recommended:['c3'] },\n    { id:'b6', brand:'Lectric', model:'XPedition', nominalV:48, connector:'DC barrel 5.5\u00d72.1mm', recommended:['c3'] },\n    { id:'b7', brand:'Ride1Up', model:'Core-5', nominalV:48, connector:'Higo Z, offset pin', recommended:['c4'] },\n    { id:'b8', brand:'Ride1Up', model:'700 Series', nominalV:48, connector:'Higo Z, offset pin', recommended:['c4'] },\n    { id:'b9', brand:'Engwe', model:'EP-2 Pro', nominalV:36, connector:'Higo Z, center pin', recommended:['c5'] },\n    { id:'b10', brand:'Engwe', model:'Engine Pro', nominalV:48, connector:'Higo Z, center pin', recommended:['c6'] },\n    { id:'b11', brand:'Bakcou', model:'Mule', nominalV:52, connector:'Rosenberger 3-pin', recommended:['c7'] },\n    { id:'b12', brand:'Bakcou', model:'Storm', nominalV:52, connector:'Rosenberger 3-pin', recommended:['c7'] },\n  ];\n  function groupByBrand(items){const g={};items.forEach(i=>{(g[i.brand]=g[i.brand]||[]).push(i);});return g;}\n  function fillSelect(sel, items){\n    const groups = groupByBrand(items);\n    Object.keys(groups).forEach(brand=>{\n      const og=document.createElement('optgroup'); og.label=brand;\n      groups[brand].forEach(i=>{const o=document.createElement('option');o.value=i.id;o.textContent=i.model;og.appendChild(o);});\n      sel.appendChild(og);\n    });\n  }\n  const batterySelect=document.getElementById('battery');\n  const chargerSelect=document.getElementById('charger');\n  fillSelect(batterySelect, batteries);\n  fillSelect(chargerSelect, chargers);\n\n  function evaluate(battery, charger){\n    if(battery.connector !== charger.connector){\n      return {status:'danger', title:'The plug won\\u2019t match', detail:`The ${charger.brand} ${charger.model} charger uses a ${charger.connector} connector, but the ${battery.brand} ${battery.model} battery takes a ${battery.connector} connector. They won\\u2019t physically connect.`};\n    }\n    if(battery.nominalV !== charger.nominalV){\n      return {status:'danger', title:'Connector matches, voltage doesn\\u2019t \u2014 don\\u2019t use this', detail:`This charger is built for a ${charger.nominalV}V system, but your battery is ${battery.nominalV}V. Some connectors of this shape are shared across voltage classes, which is exactly what makes this pairing dangerous \u2014 it can overcharge the pack, damage the cells, or start a fire.`};\n    }\n    if(!battery.recommended.includes(charger.id)){\n      return {status:'caution', title:'Electrically close, but not a confirmed pairing', detail:`The connector and voltage class both match, but the ${charger.brand} ${charger.model} isn\\u2019t the charger built specifically for the ${battery.brand} ${battery.model}. Confirm the charger\\u2019s max amperage doesn\\u2019t exceed what your battery\\u2019s manual allows, and that it has proper overcharge protection.`};\n    }\n    return {status:'safe', title:'Compatible', detail:`The ${charger.brand} ${charger.model} is the charger built for the ${battery.brand} ${battery.model} exactly as specified by the manufacturer.`};\n  }\n\n  document.getElementById('checkBtn').addEventListener('click', () => {\n    const battery = batteries.find(b => b.id === batterySelect.value);\n    const charger = chargers.find(c => c.id === chargerSelect.value);\n    const outcome = evaluate(battery, charger);\n    const resultEl = document.getElementById('result');\n    resultEl.className = 'result show ' + outcome.status;\n    document.getElementById('resultTitle').textContent = outcome.title;\n    document.getElementById('resultDetail').textContent = outcome.detail;\n    const specsEl = document.getElementById('resultSpecs');\n    specsEl.innerHTML = '';\n    [`Battery: ${battery.nominalV}V \u00b7 ${battery.connector}`, `Charger: ${charger.nominalV}V \u00b7 ${charger.amps}A \u00b7 ${charger.connector}`]\n      .forEach(text => { const chip=document.createElement('span'); chip.className='spec-chip'; chip.textContent=text; specsEl.appendChild(chip); });\n  });\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>eBike Charger Match Brands Guides About Will this charger fit your e-bike battery? Pick your battery and the charger you&#8217;re thinking of using. We&#8217;ll check the connector, voltage, and pairing before you plug anything in. Your battery Your charger Check compatibility How this works Every result checks three things in order: whether the physical connector [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"open","template":"","meta":{"footnotes":""},"class_list":["post-2","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Home - eBike Charger Match<\/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:\/\/ebikechargermatch.com\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Home - eBike Charger Match\" \/>\n<meta property=\"og:description\" content=\"eBike Charger Match Brands Guides About Will this charger fit your e-bike battery? Pick your battery and the charger you&#8217;re thinking of using. We&#8217;ll check the connector, voltage, and pairing before you plug anything in. Your battery Your charger Check compatibility How this works Every result checks three things in order: whether the physical connector [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/ebikechargermatch.com\/\" \/>\n<meta property=\"og:site_name\" content=\"eBike Charger Match\" \/>\n<meta property=\"article:modified_time\" content=\"2026-09-04T23:54:23+00:00\" \/>\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=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/ebikechargermatch.com\\\/\",\"url\":\"https:\\\/\\\/ebikechargermatch.com\\\/\",\"name\":\"Home - eBike Charger Match\",\"isPartOf\":{\"@id\":\"http:\\\/\\\/ebikechargermatch.com\\\/#website\"},\"datePublished\":\"2026-09-04T19:39:57+00:00\",\"dateModified\":\"2026-09-04T23:54:23+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/ebikechargermatch.com\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/ebikechargermatch.com\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/ebikechargermatch.com\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/ebikechargermatch.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Home\"}]},{\"@type\":\"WebSite\",\"@id\":\"http:\\\/\\\/ebikechargermatch.com\\\/#website\",\"url\":\"http:\\\/\\\/ebikechargermatch.com\\\/\",\"name\":\"eBike Charger Match\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"http:\\\/\\\/ebikechargermatch.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Home - eBike Charger Match","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:\/\/ebikechargermatch.com\/","og_locale":"en_US","og_type":"article","og_title":"Home - eBike Charger Match","og_description":"eBike Charger Match Brands Guides About Will this charger fit your e-bike battery? Pick your battery and the charger you&#8217;re thinking of using. We&#8217;ll check the connector, voltage, and pairing before you plug anything in. Your battery Your charger Check compatibility How this works Every result checks three things in order: whether the physical connector [&hellip;]","og_url":"https:\/\/ebikechargermatch.com\/","og_site_name":"eBike Charger Match","article_modified_time":"2026-09-04T23:54:23+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/ebikechargermatch.com\/","url":"https:\/\/ebikechargermatch.com\/","name":"Home - eBike Charger Match","isPartOf":{"@id":"http:\/\/ebikechargermatch.com\/#website"},"datePublished":"2026-09-04T19:39:57+00:00","dateModified":"2026-09-04T23:54:23+00:00","breadcrumb":{"@id":"https:\/\/ebikechargermatch.com\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/ebikechargermatch.com\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/ebikechargermatch.com\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/ebikechargermatch.com\/"},{"@type":"ListItem","position":2,"name":"Home"}]},{"@type":"WebSite","@id":"http:\/\/ebikechargermatch.com\/#website","url":"http:\/\/ebikechargermatch.com\/","name":"eBike Charger Match","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"http:\/\/ebikechargermatch.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/ebikechargermatch.com\/index.php?rest_route=\/wp\/v2\/pages\/2","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ebikechargermatch.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ebikechargermatch.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ebikechargermatch.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ebikechargermatch.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2"}],"version-history":[{"count":3,"href":"https:\/\/ebikechargermatch.com\/index.php?rest_route=\/wp\/v2\/pages\/2\/revisions"}],"predecessor-version":[{"id":12,"href":"https:\/\/ebikechargermatch.com\/index.php?rest_route=\/wp\/v2\/pages\/2\/revisions\/12"}],"wp:attachment":[{"href":"https:\/\/ebikechargermatch.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}