{"id":49819,"date":"2026-08-24T15:35:47","date_gmt":"2026-08-24T13:35:47","guid":{"rendered":"https:\/\/www.recharge.com\/blog?p=49819"},"modified":"2026-08-24T15:49:53","modified_gmt":"2026-08-24T13:49:53","slug":"fc-points-explained-cost-calculator","status":"publish","type":"post","link":"https:\/\/www.recharge.com\/blog\/en-gb\/fc-points-explained-cost-calculator","title":{"rendered":"FC Points Explained: Prices, Cheapest Bundles &#038; Cost Calculator"},"content":{"rendered":"\n<p>FC Points are the premium currency of EA Sports FC&rsquo;s Ultimate Team: you buy them with real money and spend them on packs, draft entries and other Ultimate Team content. The catch is that EA sells them in fixed bundles, from 100 up to 12,000, so the bundle you pick decides what you actually pay per point.<\/p>\n\n\n\n<p>Tell the calculator how many points you need and it finds the cheapest bundle combination &mdash; plus the gift cards that would cover the total if you&rsquo;d rather not put a bank card on your account.<\/p>\n\n\n\n<div class=\"rcw-fcpts\">\n<style>\n  \/* FC Points Cost Calculator \u2014 scoped to .rcw-fcpts *\/\n  .rcw-fcpts {\n    --bg: #f2f3f6;            \/* cool paper *\/\n    --card: #fbfcfd;\n    --card-2: #f5f6f9;        \/* inset panels, details *\/\n    --ink: #222b36;           \/* slate ink *\/\n    --ink-soft: #5a6674;\n    --ink-faint: #8b96a3;\n    --line: #c9d0d9;          \/* rules *\/\n    --line-soft: #e2e6ec;     \/* hairlines *\/\n    --accent: #96660d;        \/* brass, text-safe on card *\/\n    --accent-soft: #f5ecd8;   \/* brass wash *\/\n    --accent-edge: #cfa64a;   \/* coin rim *\/\n    --cta-bg: #82570a;        \/* brass, deep enough for white text *\/\n    --cta-bg-hover: #6d4a08;\n    --cta-ink: #ffffff;\n    --save-ink: #1e7a4d;      \/* credit-entry green *\/\n    --save-soft: #e2f2e9;\n    --input-bg: #ffffff;\n    --focus: #96660d;\n    --shadow: 0 1px 2px rgba(34, 43, 54, 0.06), 0 8px 24px rgba(34, 43, 54, 0.07);\n    --font-display: \"Avenir Next\", Avenir, Futura, \"Segoe UI\", system-ui, sans-serif;\n    --font-body: system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, sans-serif;\n    background: var(--bg);\n    color: var(--ink);\n    font-family: var(--font-body);\n    border-radius: 16px;\n    padding: 1.75rem 1.25rem 1.25rem;\n  }\n  .rcw-fcpts, .rcw-fcpts *, .rcw-fcpts *::before, .rcw-fcpts *::after { box-sizing: border-box; }\n\n  .rcw-fcpts .fcp {\n    max-width: 720px;\n    margin: 0 auto;\n    font-size: 1rem;\n    line-height: 1.5;\n  }\n  .rcw-fcpts .num, .rcw-fcpts input, .rcw-fcpts table, .rcw-fcpts .fcp-chip, .rcw-fcpts output {\n    font-variant-numeric: tabular-nums;\n  }\n\n  \/* ---- header ---- *\/\n  .rcw-fcpts .fcp-kicker {\n    display: flex;\n    align-items: center;\n    gap: 0.5rem;\n    font-family: var(--font-display);\n    font-size: 0.75rem;\n    font-weight: 600;\n    letter-spacing: 0.14em;\n    text-transform: uppercase;\n    color: var(--accent);\n    margin: 0 0 0.5rem;\n  }\n  .rcw-fcpts .fcp-coin {\n    width: 0.85em; height: 0.85em;\n    border-radius: 50%;\n    border: 2px solid var(--accent);\n    box-shadow: inset 0 0 0 2px var(--accent-soft);\n    background: var(--accent-edge);\n    flex: none;\n  }\n  .rcw-fcpts .fcp h2 {\n    font-family: var(--font-display);\n    font-size: clamp(1.6rem, 5vw, 2.1rem);\n    font-weight: 700;\n    letter-spacing: -0.015em;\n    line-height: 1.15;\n    color: var(--ink);\n    margin: 0 0 0.4rem;\n  }\n  .rcw-fcpts .fcp-sub {\n    color: var(--ink-soft);\n    margin: 0 0 1.5rem;\n    max-width: 34rem;\n  }\n\n  \/* ---- tool card ---- *\/\n  .rcw-fcpts .fcp-card {\n    background: var(--card);\n    border: 1px solid var(--line-soft);\n    border-top: 3px solid var(--accent);\n    border-radius: 10px;\n    box-shadow: var(--shadow);\n    padding: 1.25rem 1.25rem 1.5rem;\n  }\n  @media (min-width: 540px) {\n    .rcw-fcpts .fcp-card { padding: 1.5rem 1.75rem 1.75rem; }\n  }\n\n  .rcw-fcpts .fcp-fieldrow {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 1rem 1.25rem;\n    align-items: flex-end;\n  }\n  .rcw-fcpts .fcp-field { flex: 1 1 14rem; min-width: 0; }\n  .rcw-fcpts label, .rcw-fcpts .fcp-grouplabel {\n    display: block;\n    font-family: var(--font-display);\n    font-size: 0.8rem;\n    font-weight: 600;\n    letter-spacing: 0.04em;\n    text-transform: uppercase;\n    color: var(--ink-soft);\n    margin-bottom: 0.45rem;\n  }\n  .rcw-fcpts input[type=\"number\"] {\n    width: 100%;\n    font-family: var(--font-display);\n    font-size: 1.5rem;\n    font-weight: 600;\n    color: var(--ink);\n    background: var(--input-bg);\n    border: 1px solid var(--line);\n    border-radius: 8px;\n    padding: 0.5rem 0.75rem;\n    appearance: textfield;\n    -moz-appearance: textfield;\n  }\n  .rcw-fcpts input[type=\"number\"]::-webkit-outer-spin-button,\n  .rcw-fcpts input[type=\"number\"]::-webkit-inner-spin-button { appearance: none; margin: 0; }\n\n  .rcw-fcpts .fcp-seg {\n    display: inline-flex;\n    border: 1px solid var(--line);\n    border-radius: 8px;\n    overflow: hidden;\n    background: var(--input-bg);\n  }\n  .rcw-fcpts .fcp-seg button {\n    font-family: var(--font-display);\n    font-size: 0.9rem;\n    font-weight: 600;\n    color: var(--ink-soft);\n    background: none;\n    border: none;\n    border-left: 1px solid var(--line-soft);\n    padding: 0.6rem 0.9rem;\n    cursor: pointer;\n  }\n  .rcw-fcpts .fcp-seg button:first-child { border-left: none; }\n  .rcw-fcpts .fcp-seg button[aria-pressed=\"true\"] {\n    background: var(--accent-soft);\n    color: var(--accent);\n  }\n\n  .rcw-fcpts .fcp-chips {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 0.5rem;\n    margin: 1rem 0 0;\n    padding: 0;\n    list-style: none;\n  }\n  .rcw-fcpts .fcp-chip-wrap { display: flex; }\n  .rcw-fcpts .fcp-chip {\n    font-family: var(--font-display);\n    font-size: 0.9rem;\n    font-weight: 600;\n    color: var(--ink);\n    background: var(--card);\n    border: 1px solid var(--line);\n    border-radius: 7px;\n    padding: 0.4rem 0.7rem;\n    cursor: pointer;\n    text-align: left;\n  }\n  .rcw-fcpts .fcp-chip small {\n    display: block;\n    font-family: var(--font-body);\n    font-size: 0.68rem;\n    font-weight: 400;\n    color: var(--ink-faint);\n    letter-spacing: 0.02em;\n  }\n  .rcw-fcpts .fcp-chip[aria-pressed=\"true\"] {\n    border-color: var(--accent);\n    background: var(--accent-soft);\n    color: var(--accent);\n  }\n  .rcw-fcpts .fcp-chip[aria-pressed=\"true\"] small { color: var(--accent); }\n\n  \/* ---- ledger result ---- *\/\n  .rcw-fcpts .fcp-result {\n    margin-top: 1.5rem;\n    border-top: 1px solid var(--line);\n    padding-top: 1.1rem;\n  }\n  .rcw-fcpts .fcp-result-label {\n    font-family: var(--font-display);\n    font-size: 0.8rem;\n    font-weight: 600;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    color: var(--ink-soft);\n    margin: 0 0 0.6rem;\n  }\n  .rcw-fcpts .fcp-empty { color: var(--ink-soft); margin: 0; }\n\n  .rcw-fcpts .fcp-row {\n    display: flex;\n    align-items: baseline;\n    gap: 0.5rem;\n    padding: 0.18rem 0;\n  }\n  .rcw-fcpts .fcp-row .lbl { white-space: nowrap; }\n  .rcw-fcpts .fcp-row .leader {\n    flex: 1;\n    min-width: 1.5rem;\n    border-bottom: 2px dotted var(--line);\n    transform: translateY(-0.28em);\n  }\n  .rcw-fcpts .fcp-row .val { white-space: nowrap; }\n  .rcw-fcpts .fcp-row.fcp-sm { font-size: 0.875rem; color: var(--ink-soft); }\n  .rcw-fcpts .fcp-row.fcp-sm .leader { border-bottom-color: var(--line-soft); }\n\n  .rcw-fcpts .fcp-total {\n    display: flex;\n    align-items: baseline;\n    justify-content: space-between;\n    gap: 1rem;\n    flex-wrap: wrap;\n    margin: 0.75rem 0 0.35rem;\n    padding-top: 0.6rem;\n    border-top: 1px solid var(--line);\n  }\n  .rcw-fcpts .fcp-total .fcp-word {\n    font-family: var(--font-display);\n    font-weight: 600;\n    font-size: 0.95rem;\n    letter-spacing: 0.06em;\n    text-transform: uppercase;\n    color: var(--ink-soft);\n  }\n  .rcw-fcpts .fcp-total .fcp-amount {\n    font-family: var(--font-display);\n    font-size: clamp(2rem, 7vw, 2.6rem);\n    font-weight: 700;\n    letter-spacing: -0.01em;\n    line-height: 1.1;\n    font-variant-numeric: tabular-nums;\n    border-bottom: 3px double var(--ink);  \/* accountant's double rule *\/\n    padding-bottom: 0.1em;\n  }\n  .rcw-fcpts .fcp-save {\n    display: inline-block;\n    font-size: 0.875rem;\n    font-weight: 600;\n    color: var(--save-ink);\n    background: var(--save-soft);\n    border-radius: 6px;\n    padding: 0.25rem 0.6rem;\n    margin-top: 0.5rem;\n  }\n\n  \/* ---- wallet block ---- *\/\n  .rcw-fcpts .fcp-wallet {\n    margin-top: 1.25rem;\n    background: var(--card-2);\n    border: 1px solid var(--line-soft);\n    border-radius: 8px;\n    padding: 0.9rem 1rem 1rem;\n  }\n  .rcw-fcpts .fcp-wallet h3 {\n    font-family: var(--font-display);\n    font-size: 0.8rem;\n    font-weight: 600;\n    letter-spacing: 0.08em;\n    text-transform: uppercase;\n    color: var(--accent);\n    margin: 0 0 0.4rem;\n  }\n  .rcw-fcpts .fcp-wallet p { margin: 0 0 0.35rem; }\n  .rcw-fcpts .fcp-wallet .fcp-cards {\n    font-family: var(--font-display);\n    font-size: 1.25rem;\n    font-weight: 700;\n    font-variant-numeric: tabular-nums;\n  }\n  .rcw-fcpts .fcp-wallet .fcp-cover { font-size: 0.875rem; color: var(--ink-soft); }\n\n  .rcw-fcpts .fcp-cta {\n    display: inline-block;\n    font-family: var(--font-display);\n    font-size: 1rem;\n    font-weight: 600;\n    color: var(--cta-ink);\n    background: var(--cta-bg);\n    border-radius: 8px;\n    padding: 0.7rem 1.3rem;\n    text-decoration: none;\n    margin-top: 0.75rem;\n  }\n  .rcw-fcpts .fcp-cta:hover { background: var(--cta-bg-hover); color: var(--cta-ink); }\n  .rcw-fcpts .fcp-cta-alt {\n    font-size: 0.875rem;\n    color: var(--ink-soft);\n    margin: 0.5rem 0 0;\n  }\n  .rcw-fcpts .fcp-cta-alt a { color: var(--accent); text-decoration: underline; }\n\n  \/* ---- notes, details, footer ---- *\/\n  .rcw-fcpts .fcp-notes { margin: 1.25rem 0 0; padding: 0; list-style: none; }\n  .rcw-fcpts .fcp-notes li {\n    font-size: 0.875rem;\n    color: var(--ink-soft);\n    border-left: 3px solid var(--accent-edge);\n    padding-left: 0.75rem;\n    margin: 0 0 0.5rem;\n  }\n\n  .rcw-fcpts details {\n    margin-top: 1rem;\n    border: 1px solid var(--line-soft);\n    border-radius: 8px;\n    background: var(--card-2);\n  }\n  .rcw-fcpts summary {\n    font-family: var(--font-display);\n    font-size: 0.875rem;\n    font-weight: 600;\n    color: var(--ink-soft);\n    padding: 0.7rem 1rem;\n    cursor: pointer;\n  }\n  .rcw-fcpts summary:hover { color: var(--ink); }\n  .rcw-fcpts .fcp-tablewrap { overflow-x: auto; padding: 0 1rem 1rem; }\n  .rcw-fcpts table {\n    border-collapse: collapse;\n    width: 100%;\n    min-width: 22rem;\n    font-size: 0.875rem;\n  }\n  .rcw-fcpts th, .rcw-fcpts td {\n    text-align: right;\n    padding: 0.35rem 0.75rem;\n    border-bottom: 1px solid var(--line-soft);\n  }\n  .rcw-fcpts th {\n    font-family: var(--font-display);\n    font-weight: 600;\n    color: var(--ink-soft);\n    border-bottom: 1px solid var(--line);\n  }\n  .rcw-fcpts caption {\n    caption-side: bottom;\n    text-align: left;\n    font-size: 0.78rem;\n    color: var(--ink-faint);\n    padding-top: 0.5rem;\n  }\n\n  .rcw-fcpts .fcp-footer {\n    font-size: 0.78rem;\n    color: var(--ink-faint);\n    text-align: center;\n    margin: 1.5rem 0 0;\n  }\n\n  \/* ---- interaction states ---- *\/\n  .rcw-fcpts .fcp-chip:focus-visible,\n  .rcw-fcpts .fcp-seg button:focus-visible,\n  .rcw-fcpts input:focus-visible,\n  .rcw-fcpts .fcp-cta:focus-visible,\n  .rcw-fcpts summary:focus-visible {\n    outline: 2px solid var(--focus);\n    outline-offset: 2px;\n  }\n  .rcw-fcpts input:focus { border-color: var(--accent); }\n\n  @media (prefers-reduced-motion: no-preference) {\n    .rcw-fcpts .fcp-chip, .rcw-fcpts .fcp-seg button, .rcw-fcpts .fcp-cta { transition: background-color 140ms ease, border-color 140ms ease, color 140ms ease; }\n    @keyframes fcpSettle {\n      from { opacity: 0.25; transform: translateY(3px); }\n      to   { opacity: 1;    transform: none; }\n    }\n    .rcw-fcpts .fcp-result.settle { animation: fcpSettle 220ms ease-out; }\n  }\n<\/style>\n\n<div class=\"fcp\">\n  <p class=\"fcp-kicker\"><span class=\"fcp-coin\" aria-hidden=\"true\"><\/span>FC 27 &middot; Ultimate Team<\/p>\n  <h2>FC Points Cost Calculator<\/h2>\n  <p class=\"fcp-sub\">FC Points only come in fixed bundles, and the bundle you pick decides what you really pay. Enter the points you need and we&rsquo;ll find the cheapest way to buy them.<\/p>\n\n  <div class=\"fcp-card\">\n    <div class=\"fcp-fieldrow\">\n      <div class=\"fcp-field\">\n        <label for=\"fcp-target\">How many FC Points do you need?<\/label>\n        <input type=\"number\" id=\"fcp-target\" inputmode=\"numeric\" min=\"1\" max=\"100000\" step=\"1\" value=\"2800\" autocomplete=\"off\">\n      <\/div>\n      <div>\n        <span class=\"fcp-grouplabel\" id=\"fcp-cur-label\">Currency<\/span>\n        <div class=\"fcp-seg\" role=\"group\" aria-labelledby=\"fcp-cur-label\">\n          <button type=\"button\" data-cur=\"USD\" aria-pressed=\"false\">$ USD<\/button>\n          <button type=\"button\" data-cur=\"GBP\" aria-pressed=\"true\">&pound; GBP<\/button>\n          <button type=\"button\" data-cur=\"EUR\" aria-pressed=\"false\">&euro; EUR<\/button>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <ul class=\"fcp-chips\" aria-label=\"Quick picks\">\n      <li class=\"fcp-chip-wrap\"><button type=\"button\" class=\"fcp-chip\" data-pts=\"1050\" aria-pressed=\"false\">1,050<\/button><\/li>\n      <li class=\"fcp-chip-wrap\"><button type=\"button\" class=\"fcp-chip\" data-pts=\"2800\" aria-pressed=\"false\">2,800<\/button><\/li>\n      <li class=\"fcp-chip-wrap\"><button type=\"button\" class=\"fcp-chip\" data-pts=\"5900\" aria-pressed=\"false\">5,900<\/button><\/li>\n      <li class=\"fcp-chip-wrap\"><button type=\"button\" class=\"fcp-chip\" data-pts=\"12000\" aria-pressed=\"false\">12,000<\/button><\/li>\n      <li class=\"fcp-chip-wrap\"><button type=\"button\" class=\"fcp-chip\" data-pts=\"18500\" aria-pressed=\"false\">18,500<small>web-app season &middot; example<\/small><\/button><\/li>\n    <\/ul>\n\n    <div class=\"fcp-result\" id=\"fcp-result\" aria-live=\"polite\">\n      <!-- rendered by script -->\n    <\/div>\n\n    <div class=\"fcp-wallet\" id=\"fcp-wallet\" hidden>\n      <h3>Wallet top-up to cover it<\/h3>\n      <p class=\"fcp-cards\" id=\"fcp-wallet-cards\"><\/p>\n      <p class=\"fcp-cover\" id=\"fcp-wallet-cover\"><\/p>\n      <a class=\"fcp-cta\" href=\"https:\/\/www.recharge.com\/en\/gb\/playstation-store\">Get a PlayStation gift card<\/a>\n      <p class=\"fcp-cta-alt\">or <a href=\"https:\/\/www.recharge.com\/en\/gb\/xbox-gift-card\">get an Xbox gift card<\/a><\/p>\n    <\/div>\n  <\/div>\n\n  <ul class=\"fcp-notes\">\n    <li>Buying FC 27 too? It launches 25 Sep (early access from 18 Sep), with editions at $69.99 \/ $99.99 \/ $149.99 (&pound;139.99 \/ &euro;159.99 top tier) and the Ultimate Plus edition listed until 31 Aug &mdash; compare what an edition bundles before buying points separately.<\/li>\n    <li>Prices are EA&rsquo;s standard tiers, and combos assume the store lets you buy the same pack more than once &mdash; check the current store listing.<\/li>\n  <\/ul>\n\n  <details>\n    <summary>FC Points bundle price table<\/summary>\n    <div class=\"fcp-tablewrap\">\n      <table>\n        <caption>EA&rsquo;s standard FC Points tiers. Same face values across USD, GBP and EUR &mdash; check the current store listing.<\/caption>\n        <thead>\n          <tr><th scope=\"col\">FC Points<\/th><th scope=\"col\">USD<\/th><th scope=\"col\">GBP<\/th><th scope=\"col\">EUR<\/th><\/tr>\n        <\/thead>\n        <tbody>\n          <tr><td>100<\/td><td>$0.99<\/td><td>&pound;0.99<\/td><td>&euro;0.99<\/td><\/tr>\n          <tr><td>500<\/td><td>$4.99<\/td><td>&pound;4.99<\/td><td>&euro;4.99<\/td><\/tr>\n          <tr><td>1,050<\/td><td>$9.99<\/td><td>&pound;9.99<\/td><td>&euro;9.99<\/td><\/tr>\n          <tr><td>1,600<\/td><td>$14.99<\/td><td>&pound;14.99<\/td><td>&euro;14.99<\/td><\/tr>\n          <tr><td>2,800<\/td><td>$24.99<\/td><td>&pound;24.99<\/td><td>&euro;24.99<\/td><\/tr>\n          <tr><td>5,900<\/td><td>$49.99<\/td><td>&pound;49.99<\/td><td>&euro;49.99<\/td><\/tr>\n          <tr><td>12,000<\/td><td>$99.99<\/td><td>&pound;99.99<\/td><td>&euro;99.99<\/td><\/tr>\n        <\/tbody>\n      <\/table>\n    <\/div>\n  <\/details>\n\n  <p class=\"fcp-footer\">Prices from official store listings &mdash; checked August 2026.<\/p>\n<\/div>\n\n<script>\n(function () {\n  \"use strict\";\n\n  \/* EA's standard FC Points tiers, prices in minor units (cents\/pence).\n     Same face values in USD, GBP, EUR. Keep in sync with the table above. *\/\n  var BUNDLES = [\n    { pts: 100,   cents: 99 },\n    { pts: 500,   cents: 499 },\n    { pts: 1050,  cents: 999 },\n    { pts: 1600,  cents: 1499 },\n    { pts: 2800,  cents: 2499 },\n    { pts: 5900,  cents: 4999 },\n    { pts: 12000, cents: 9999 }\n  ];\n  \/* Gift-card denominations offered per market (face value, major units). *\/\n  var DENOMS = [10, 20, 25, 50, 100];\n  var SYMBOL = { USD: \"$\", GBP: \"\u00a3\", EUR: \"\u20ac\" };\n  var MAX_PTS = 100000;\n  var UNIT = 50; \/\/ all bundle sizes are multiples of 50 \u2014 shrinks the DP table\n\n  var currency = \"GBP\";\n  var root = document.querySelector(\".rcw-fcpts\");\n  var input = document.getElementById(\"fcp-target\");\n  var resultEl = document.getElementById(\"fcp-result\");\n  var walletEl = document.getElementById(\"fcp-wallet\");\n  var walletCards = document.getElementById(\"fcp-wallet-cards\");\n  var walletCover = document.getElementById(\"fcp-wallet-cover\");\n  var chips = Array.prototype.slice.call(root.querySelectorAll(\".fcp-chip\"));\n  var curBtns = Array.prototype.slice.call(root.querySelectorAll(\".fcp-seg button\"));\n\n  function fmtMoney(cents) {\n    return SYMBOL[currency] + (cents \/ 100).toLocaleString(\"en-GB\", {\n      minimumFractionDigits: 2, maximumFractionDigits: 2\n    });\n  }\n  function fmtPts(n) { return n.toLocaleString(\"en-GB\"); }\n\n  \/* Cheapest multiset of bundles totalling >= target points.\n     Unbounded min-cost covering knapsack over 50-point units. *\/\n  function solve(target) {\n    var n = Math.ceil(target \/ UNIT);\n    var dp = new Array(n + 1).fill(Infinity);\n    var choice = new Array(n + 1).fill(-1);\n    dp[0] = 0;\n    for (var p = 1; p <= n; p++) {\n      for (var i = 0; i < BUNDLES.length; i++) {\n        var prev = Math.max(0, p - BUNDLES[i].pts \/ UNIT);\n        var c = dp[prev] + BUNDLES[i].cents;\n        if (c < dp[p]) { dp[p] = c; choice[p] = i; }\n      }\n    }\n    var counts = new Array(BUNDLES.length).fill(0);\n    var q = n;\n    while (q > 0) {\n      var b = choice[q];\n      counts[b]++;\n      q = Math.max(0, q - BUNDLES[b].pts \/ UNIT);\n    }\n    var pts = 0;\n    for (var j = 0; j < BUNDLES.length; j++) pts += counts[j] * BUNDLES[j].pts;\n    return { cents: dp[n], counts: counts, pts: pts };\n  }\n\n  \/* Naive alternative: one covering pack, or stacked 12,000s beyond the top tier. *\/\n  function naive(target) {\n    var top = BUNDLES[BUNDLES.length - 1];\n    if (target <= top.pts) {\n      for (var i = 0; i < BUNDLES.length; i++) {\n        if (BUNDLES[i].pts >= target) {\n          return { cents: BUNDLES[i].cents, label: \"1 \u00d7 \" + fmtPts(BUNDLES[i].pts) + \" pack\" };\n        }\n      }\n    }\n    var k = Math.ceil(target \/ top.pts);\n    return { cents: k * top.cents, label: k + \" \u00d7 \" + fmtPts(top.pts) + \" packs\" };\n  }\n\n  \/* Smallest gift-card set covering totalCents: minimise covered value first,\n     then card count. Coin DP in 5-unit steps (all denominations divide by 5). *\/\n  function wallet(totalCents) {\n    var step = 500;\n    var bound = Math.ceil(totalCents \/ step) * step + 10000;\n    var n = bound \/ step;\n    var minCards = new Array(n + 1).fill(Infinity);\n    var choice = new Array(n + 1).fill(-1);\n    minCards[0] = 0;\n    for (var v = 1; v <= n; v++) {\n      for (var i = 0; i < DENOMS.length; i++) {\n        var du = DENOMS[i] * 100 \/ step;\n        if (v >= du && minCards[v - du] + 1 < minCards[v]) {\n          minCards[v] = minCards[v - du] + 1;\n          choice[v] = i;\n        }\n      }\n    }\n    var best = -1;\n    for (var w = Math.ceil(totalCents \/ step); w <= n; w++) {\n      if (minCards[w] < Infinity) { best = w; break; }\n    }\n    var counts = new Array(DENOMS.length).fill(0);\n    var q = best;\n    while (q > 0) { var d = choice[q]; counts[d]++; q -= DENOMS[d] * 100 \/ step; }\n    return { valueCents: best * step, counts: counts };\n  }\n\n  function rowHTML(lbl, val, small) {\n    return '<div class=\"fcp-row' + (small ? \" fcp-sm\" : \"\") + '\">' +\n      '<span class=\"lbl num\">' + lbl + '<\/span>' +\n      '<span class=\"leader\" aria-hidden=\"true\"><\/span>' +\n      '<span class=\"val num\">' + val + \"<\/span><\/div>\";\n  }\n\n  function render() {\n    var raw = parseInt(input.value, 10);\n    var target = isNaN(raw) ? 0 : Math.min(Math.max(raw, 0), MAX_PTS);\n\n    chips.forEach(function (ch) {\n      ch.setAttribute(\"aria-pressed\", String(parseInt(ch.dataset.pts, 10) === target));\n    });\n\n    if (target < 1) {\n      resultEl.innerHTML = '<p class=\"fcp-empty\">Enter the FC Points you need &mdash; or tap a quick pick &mdash; and we&rsquo;ll price the cheapest bundle combo.<\/p>';\n      walletEl.hidden = true;\n      return;\n    }\n\n    var best = solve(target);\n    var html = '<p class=\"fcp-result-label\">Cheapest way to buy ' + fmtPts(target) + \" FC Points<\/p>\";\n\n    for (var i = BUNDLES.length - 1; i >= 0; i--) {\n      if (best.counts[i] > 0) {\n        html += rowHTML(\n          best.counts[i] + \" \u00d7 \" + fmtPts(BUNDLES[i].pts) + \" FC Points\",\n          fmtMoney(best.counts[i] * BUNDLES[i].cents),\n          false\n        );\n      }\n    }\n\n    html += '<div class=\"fcp-total\"><span class=\"fcp-word\">Total<\/span>' +\n      '<span class=\"fcp-amount\">' + fmtMoney(best.cents) + \"<\/span><\/div>\";\n\n    var over = best.pts - target;\n    html += rowHTML(\n      \"Points received\",\n      fmtPts(best.pts) + (over > 0 ? \" (+\" + fmtPts(over) + \" over)\" : \" (exact)\"),\n      true\n    );\n    html += rowHTML(\n      \"Effective cost per 100 points\",\n      fmtMoney(Math.round(best.cents \/ (best.pts \/ 100))),\n      true\n    );\n\n    var alt = naive(target);\n    if (alt.cents > best.cents) {\n      html += '<span class=\"fcp-save num\">vs buying one bigger pack (' + alt.label +\n        \", \" + fmtMoney(alt.cents) + \"): save \" + fmtMoney(alt.cents - best.cents) + \"<\/span>\";\n    }\n\n    resultEl.innerHTML = html;\n    if (raw > MAX_PTS) {\n      resultEl.insertAdjacentHTML(\"beforeend\",\n        '<p class=\"fcp-empty\" style=\"margin-top:0.5rem;font-size:0.875rem;\">Capped at ' + fmtPts(MAX_PTS) + \" points.<\/p>\");\n    }\n    resultEl.classList.remove(\"settle\");\n    void resultEl.offsetWidth; \/* restart settle animation (no-op under reduced motion) *\/\n    resultEl.classList.add(\"settle\");\n\n    var w = wallet(best.cents);\n    var parts = [];\n    for (var d = DENOMS.length - 1; d >= 0; d--) {\n      for (var k = 0; k < w.counts[d]; k++) parts.push(SYMBOL[currency] + DENOMS[d]);\n    }\n    var cardWord = parts.length === 1 ? \"card\" : \"cards\";\n    walletCards.textContent = parts.join(\" + \") + \" PSN or Xbox \" + cardWord;\n    var leftover = w.valueCents - best.cents;\n    walletCover.textContent = \"Covers your \" + fmtMoney(best.cents) + \" total\" +\n      (leftover > 0 ? \" with \" + fmtMoney(leftover) + \" left in your wallet.\" : \" exactly.\");\n    walletEl.hidden = false;\n  }\n\n  input.addEventListener(\"input\", render);\n  chips.forEach(function (ch) {\n    ch.addEventListener(\"click\", function () {\n      input.value = ch.dataset.pts;\n      render();\n    });\n  });\n  curBtns.forEach(function (btn) {\n    btn.addEventListener(\"click\", function () {\n      currency = btn.dataset.cur;\n      curBtns.forEach(function (b) {\n        b.setAttribute(\"aria-pressed\", String(b === btn));\n      });\n      render();\n    });\n  });\n\n  render();\n})();\n<\/script>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-fc-points-prices-at-a-glance\">FC Points prices at a glance<\/h2>\n\n\n\n<p>EA sells FC Points in seven standard tiers, same face value in dollars, pounds and euros &mdash; check the current store listing before you buy:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>100 FC Points &mdash; &pound;0.99<\/li>\n\n\n\n<li>500 FC Points &mdash; &pound;4.99<\/li>\n\n\n\n<li>1,050 FC Points &mdash; &pound;9.99<\/li>\n\n\n\n<li>1,600 FC Points &mdash; &pound;14.99<\/li>\n\n\n\n<li>2,800 FC Points &mdash; &pound;24.99<\/li>\n\n\n\n<li>5,900 FC Points &mdash; &pound;49.99<\/li>\n\n\n\n<li>12,000 FC Points &mdash; &pound;99.99<\/li>\n<\/ul>\n\n\n\n<p>Two things follow. Bigger bundles are cheaper per point &mdash; 12,000 works out at roughly 83p per 100 points against 99p at the bottom tier. And because sizes are fixed, an awkward target like 3,500 points is often cheapest as a combination of smaller packs, which is exactly what the calculator checks. Searching for &ldquo;FIFA Points prices&rdquo;? Same thing &mdash; EA renamed the currency when FIFA became EA Sports FC, and nothing else changed.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-how-to-pay-for-fc-points-without-a-card\">How to pay for FC Points without a bank card<\/h2>\n\n\n\n<p>FC Points are bought through your platform&rsquo;s store, so anything that funds your PlayStation or Microsoft wallet pays for them. Redeem a <a href=\"https:\/\/www.recharge.com\/en\/gb\/playstation-store\">PlayStation gift card<\/a> or an <a href=\"https:\/\/www.recharge.com\/en\/gb\/xbox-gift-card\">Xbox gift card<\/a>, the value lands in your wallet, and points purchases draw from that balance. That means no card details on the console (useful on shared or kids&rsquo; accounts), a hard cap on spending, and a code by email in minutes. The calculator&rsquo;s wallet suggestion shows which card values cover your total with the least left over.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-when-not-to-buy-fc-points-separately\">When not to buy FC Points separately<\/h2>\n\n\n\n<p>If you&rsquo;re buying FC 27 anyway, do the edition maths first. The Ultimate Edition includes up to 6,000 FC Points in three monthly drops plus the Season 1 Premium Pass &mdash; bought separately, 5,900 points alone cost &pound;49.99. Ultimate Plus (&pound;139.99) stretches that to 10,000 points across five drops, Premium Passes for Seasons 1&ndash;5 and a Hall of FUT Player Pick, but it&rsquo;s pre-order only, listed until 31 August 2026. On the US store, Standard is $69.99 and Ultimate $99.99 &mdash; a $30 step &mdash; so if you&rsquo;ll spend &pound;30-plus on points this season, the upgrade usually pays for itself. Full breakdown in our <a href=\"https:\/\/www.recharge.com\/blog\/en-gb\/fc-27-editions-compared-which-to-buy\">FC 27 editions comparison<\/a>, with last year&rsquo;s point-drop experience covered in our <a href=\"https:\/\/www.recharge.com\/blog\/en-gb\/fc-26-ultimate-edition-benefits-bonuses-is-it-worth-it\">FC 26 Ultimate Edition review<\/a>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-spend-safely-packs-are-chance-based\">Spend safely: packs are chance-based<\/h2>\n\n\n\n<p>Two things worth saying plainly. FC Points are non-refundable once spent &mdash; open a pack and the money is gone, whatever&rsquo;s inside. And Ultimate Team packs are paid, chance-based items: a fixed price for a random outcome, which is why PEGI attaches an in-game purchases warning covering random items to the game&rsquo;s rating. If you&rsquo;ve wondered why a football game carries that notice, that&rsquo;s the honest answer. A sensible guardrail: fund your wallet with a fixed-value gift card and treat it as the season&rsquo;s budget. And if it&rsquo;s the pack ritual you enjoy, the <a href=\"https:\/\/www.recharge.com\/blog\/en-gb\/free-fc-26-pack-opener-ultimate-online-simulator\">free FC 26 pack opener<\/a> scratches that itch without spending a point.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-fc-points-faq\">FC Points FAQ<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">How much do 12,000 FC Points cost?<\/h3>\n\n\n\n<p>&pound;99.99 in the UK ($99.99 \/ &euro;99.99) at EA&rsquo;s standard tier &mdash; the biggest bundle sold and the cheapest cost per point.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Can you buy FC Points with a gift card?<\/h3>\n\n\n\n<p>Yes, indirectly. Redeem a <a href=\"https:\/\/www.recharge.com\/en\/gb\/playstation-store\">PlayStation<\/a> or <a href=\"https:\/\/www.recharge.com\/en\/gb\/xbox-gift-card\">Xbox gift card<\/a>, the value is added to your store wallet, and FC Points bought in-game or from the store are paid from that balance.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Do FC Points carry over from FC 26 to FC 27?<\/h3>\n\n\n\n<p>Don&rsquo;t count on it. EA&rsquo;s policy has historically been that points don&rsquo;t carry over between annual titles. EA confirms specifics for each new game in its official FC Points FAQ, so check there before FC 27 launches &mdash; and it&rsquo;s safest to spend down your FC 26 balance rather than bank on a transfer.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Are FC Points the same as FUT coins?<\/h3>\n\n\n\n<p>No. Coins are Ultimate Team&rsquo;s earned currency &mdash; you get them from playing matches and trading on the transfer market &mdash; while FC Points are bought with real money. Buying coins from third-party sites breaks EA&rsquo;s rules and puts your account at risk, so it&rsquo;s never worth it.<\/p>\n\n\n\n<p>That&rsquo;s FC Points in full: fixed bundles, cheaper per point as you go up, best bought with wallet credit you control. Top up with a <a href=\"https:\/\/www.recharge.com\/en\/gb\/playstation-store\">PlayStation gift card<\/a> or <a href=\"https:\/\/www.recharge.com\/en\/gb\/xbox-gift-card\">Xbox gift card<\/a>, let the calculator pick your bundles &mdash; and if you&rsquo;d rather build your squad with brains instead of packs, our <a href=\"https:\/\/www.recharge.com\/blog\/en-gb\/fc-26-squad-builder-ai-powered-chemistry-focused\">AI squad builder<\/a> is free.<\/p>\n\n","protected":false},"excerpt":{"rendered":"<p>What FC Points cost, which bundle combo is cheapest for the points you need, and how to pay with a PSN or Xbox gift card.<\/p>\n","protected":false},"author":49,"featured_media":49838,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"cos_headline_score":0,"cos_seo_score":0,"cos_headline_text":"","cos_headline_has_been_analyzed":false,"cos_last_analyzed_headline":[],"_hreflang_tags":"","footnotes":"","jetpack_publicize_message":"","jetpack_is_tweetstorm":false,"jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","enabled":false}}},"categories":[23],"tags":[],"class_list":["post-49819","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-digital-lifestyle-old"],"jetpack_publicize_connections":[],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v20.4 (Yoast SEO v21.0) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>FC Points Explained: Prices, Cheapest Bundles &amp; Cost Calculator<\/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:\/\/www.recharge.com\/blog\/en-gb\/fc-points-explained-cost-calculator\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"FC Points Explained: Prices, Cheapest Bundles &amp; Cost Calculator\" \/>\n<meta property=\"og:description\" content=\"What FC Points cost, which bundle combo is cheapest for the points you need, and how to pay with a PSN or Xbox gift card.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.recharge.com\/blog\/en-gb\/fc-points-explained-cost-calculator\" \/>\n<meta property=\"og:site_name\" content=\"Recharge Blog\" \/>\n<meta property=\"article:published_time\" content=\"2026-08-24T13:35:47+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-08-24T13:49:53+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/creativegroup-blog-prd-eu-west-1-recharge-blog.s3.eu-west-1.amazonaws.com\/blog\/wp-content\/uploads\/2026\/01\/26113525\/hero-image-en-25.png\" \/>\n\t<meta property=\"og:image:width\" content=\"900\" \/>\n\t<meta property=\"og:image:height\" content=\"491\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Conor Byrne\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.recharge.com\/blog\/en-gb\/fc-points-explained-cost-calculator\",\"url\":\"https:\/\/www.recharge.com\/blog\/en-gb\/fc-points-explained-cost-calculator\",\"name\":\"FC Points Explained: Prices, Cheapest Bundles & Cost Calculator\",\"isPartOf\":{\"@id\":\"https:\/\/www.recharge.com\/blog\/en-gb\/#website\"},\"datePublished\":\"2026-08-24T13:35:47+00:00\",\"dateModified\":\"2026-08-24T13:49:53+00:00\",\"author\":{\"@id\":\"https:\/\/www.recharge.com\/blog\/en-gb\/#\/schema\/person\/857508b94164c3cdc1f206b5c30d31a6\"},\"breadcrumb\":{\"@id\":\"https:\/\/www.recharge.com\/blog\/en-gb\/fc-points-explained-cost-calculator#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.recharge.com\/blog\/en-gb\/fc-points-explained-cost-calculator\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.recharge.com\/blog\/en-gb\/fc-points-explained-cost-calculator#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.recharge.com\/blog\/en-gb\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"FC Points Explained: Prices, Cheapest Bundles &#038; Cost Calculator\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.recharge.com\/blog\/en-gb\/#website\",\"url\":\"https:\/\/www.recharge.com\/blog\/en-gb\/\",\"name\":\"Recharge Blog\",\"description\":\"Everything about online safety, smart spending &amp; your digital lifestyle.\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.recharge.com\/blog\/en-gb\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.recharge.com\/blog\/en-gb\/#\/schema\/person\/857508b94164c3cdc1f206b5c30d31a6\",\"name\":\"Conor Byrne\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/www.recharge.com\/blog\/en-gb\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/624bd2d0a75e67e81c16920493bcda346cb5cfd0f77cfdff3a72413de0254eeb?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/624bd2d0a75e67e81c16920493bcda346cb5cfd0f77cfdff3a72413de0254eeb?s=96&d=mm&r=g\",\"caption\":\"Conor Byrne\"},\"description\":\"My passion for the e-commerce and fintech space started years ago with my first gaming console, giving me firsthand experience with the world of digital credit and top-ups. As a blog copywriter here at Recharge.com, I now get to use that insight to create clear, helpful content that makes navigating gift cards and online payments a breeze for our community.\",\"url\":\"https:\/\/www.recharge.com\/blog\/en-gb\/author\/conor-byrne\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"FC Points Explained: Prices, Cheapest Bundles & Cost Calculator","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:\/\/www.recharge.com\/blog\/en-gb\/fc-points-explained-cost-calculator","og_locale":"en_GB","og_type":"article","og_title":"FC Points Explained: Prices, Cheapest Bundles & Cost Calculator","og_description":"What FC Points cost, which bundle combo is cheapest for the points you need, and how to pay with a PSN or Xbox gift card.","og_url":"https:\/\/www.recharge.com\/blog\/en-gb\/fc-points-explained-cost-calculator","og_site_name":"Recharge Blog","article_published_time":"2026-08-24T13:35:47+00:00","article_modified_time":"2026-08-24T13:49:53+00:00","og_image":[{"width":900,"height":491,"url":"https:\/\/creativegroup-blog-prd-eu-west-1-recharge-blog.s3.eu-west-1.amazonaws.com\/blog\/wp-content\/uploads\/2026\/01\/26113525\/hero-image-en-25.png","type":"image\/png"}],"author":"Conor Byrne","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.recharge.com\/blog\/en-gb\/fc-points-explained-cost-calculator","url":"https:\/\/www.recharge.com\/blog\/en-gb\/fc-points-explained-cost-calculator","name":"FC Points Explained: Prices, Cheapest Bundles & Cost Calculator","isPartOf":{"@id":"https:\/\/www.recharge.com\/blog\/en-gb\/#website"},"datePublished":"2026-08-24T13:35:47+00:00","dateModified":"2026-08-24T13:49:53+00:00","author":{"@id":"https:\/\/www.recharge.com\/blog\/en-gb\/#\/schema\/person\/857508b94164c3cdc1f206b5c30d31a6"},"breadcrumb":{"@id":"https:\/\/www.recharge.com\/blog\/en-gb\/fc-points-explained-cost-calculator#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.recharge.com\/blog\/en-gb\/fc-points-explained-cost-calculator"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.recharge.com\/blog\/en-gb\/fc-points-explained-cost-calculator#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.recharge.com\/blog\/en-gb"},{"@type":"ListItem","position":2,"name":"FC Points Explained: Prices, Cheapest Bundles &#038; Cost Calculator"}]},{"@type":"WebSite","@id":"https:\/\/www.recharge.com\/blog\/en-gb\/#website","url":"https:\/\/www.recharge.com\/blog\/en-gb\/","name":"Recharge Blog","description":"Everything about online safety, smart spending &amp; your digital lifestyle.","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.recharge.com\/blog\/en-gb\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-GB"},{"@type":"Person","@id":"https:\/\/www.recharge.com\/blog\/en-gb\/#\/schema\/person\/857508b94164c3cdc1f206b5c30d31a6","name":"Conor Byrne","image":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/www.recharge.com\/blog\/en-gb\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/624bd2d0a75e67e81c16920493bcda346cb5cfd0f77cfdff3a72413de0254eeb?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/624bd2d0a75e67e81c16920493bcda346cb5cfd0f77cfdff3a72413de0254eeb?s=96&d=mm&r=g","caption":"Conor Byrne"},"description":"My passion for the e-commerce and fintech space started years ago with my first gaming console, giving me firsthand experience with the world of digital credit and top-ups. As a blog copywriter here at Recharge.com, I now get to use that insight to create clear, helpful content that makes navigating gift cards and online payments a breeze for our community.","url":"https:\/\/www.recharge.com\/blog\/en-gb\/author\/conor-byrne"}]}},"jetpack_featured_media_url":"https:\/\/creativegroup-blog-prd-eu-west-1-recharge-blog.s3.eu-west-1.amazonaws.com\/blog\/wp-content\/uploads\/2026\/08\/24154951\/fc-points-explained-hero.jpg","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/www.recharge.com\/blog\/en-gb\/wp-json\/wp\/v2\/posts\/49819","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.recharge.com\/blog\/en-gb\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.recharge.com\/blog\/en-gb\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.recharge.com\/blog\/en-gb\/wp-json\/wp\/v2\/users\/49"}],"replies":[{"embeddable":true,"href":"https:\/\/www.recharge.com\/blog\/en-gb\/wp-json\/wp\/v2\/comments?post=49819"}],"version-history":[{"count":1,"href":"https:\/\/www.recharge.com\/blog\/en-gb\/wp-json\/wp\/v2\/posts\/49819\/revisions"}],"predecessor-version":[{"id":49822,"href":"https:\/\/www.recharge.com\/blog\/en-gb\/wp-json\/wp\/v2\/posts\/49819\/revisions\/49822"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.recharge.com\/blog\/en-gb\/wp-json\/wp\/v2\/media\/49838"}],"wp:attachment":[{"href":"https:\/\/www.recharge.com\/blog\/en-gb\/wp-json\/wp\/v2\/media?parent=49819"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.recharge.com\/blog\/en-gb\/wp-json\/wp\/v2\/categories?post=49819"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.recharge.com\/blog\/en-gb\/wp-json\/wp\/v2\/tags?post=49819"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}