{"id":54860,"date":"2026-05-15T14:39:08","date_gmt":"2026-05-15T18:39:08","guid":{"rendered":"https:\/\/brssolutions.ca\/?p=54860"},"modified":"2026-05-15T14:42:28","modified_gmt":"2026-05-15T18:42:28","slug":"how-to-renew-your-pr-card-in-canada","status":"publish","type":"post","link":"https:\/\/brssolutions.ca\/en\/2026\/05\/15\/how-to-renew-your-pr-card-in-canada\/","title":{"rendered":"How to Renew Your PR Card in Canada"},"content":{"rendered":"\n<style>\n  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }\n\n  :root {\n    --navy:        #0D1F35;\n    --blue:        #14304F;\n    --accent:      #E8711A;\n    --sky:         #FDF3EC;\n    --white:       #FFFFFF;\n    --ink:         #0D1F35;\n    --muted:       #4A5568;\n    --border:      #F0D9C8;\n    --green:       #276749;\n    --green-bg:    #F0FFF4;\n    --green-border:#9AE6B4;\n    --font-head:   'Georgia', 'Times New Roman', serif;\n    --font-body:   'Segoe UI', 'Helvetica Neue', Arial, sans-serif;\n    --radius:      10px;\n    --shadow:      0 4px 24px rgba(13,31,53,.10);\n  }\n\n  .brs-post {\n    max-width: 820px;\n    margin: 0 auto;\n    padding: 0 20px 60px;\n    font-family: var(--font-body);\n    color: var(--ink);\n    line-height: 1.75;\n  }\n\n  \/* \u2500\u2500 HERO \u2500\u2500 *\/\n  .brs-hero {\n    background: linear-gradient(135deg, var(--navy) 0%, var(--blue) 100%);\n    border-radius: var(--radius);\n    padding: 48px 40px 36px;\n    margin-bottom: 44px;\n    position: relative;\n    overflow: hidden;\n  }\n  .brs-hero::before {\n    content: '';\n    position: absolute;\n    top: -40px; right: -40px;\n    width: 220px; height: 220px;\n    background: rgba(255,255,255,.04);\n    border-radius: 50%;\n  }\n  .brs-hero::after {\n    content: '';\n    position: absolute;\n    bottom: -60px; left: 40px;\n    width: 300px; height: 300px;\n    background: rgba(232,113,26,.10);\n    border-radius: 50%;\n  }\n  .brs-hero-tag {\n    display: inline-block;\n    background: rgba(232,113,26,.25);\n    color: #FFD0A8;\n    font-size: .75rem;\n    font-weight: 700;\n    letter-spacing: .12em;\n    text-transform: uppercase;\n    padding: 4px 14px;\n    border-radius: 20px;\n    margin-bottom: 16px;\n    position: relative; z-index: 1;\n  }\n  .brs-hero h1 {\n    font-family: var(--font-head);\n    color: var(--white);\n    font-size: clamp(1.6rem, 4vw, 2.4rem);\n    line-height: 1.25;\n    margin-bottom: 14px;\n    position: relative; z-index: 1;\n  }\n  .brs-hero-sub {\n    font-family: var(--font-head);\n    color: #FFFFFF !important;\n    font-size: clamp(.92rem, 2vw, 1.05rem);\n    line-height: 1.55;\n    max-width: 600px;\n    margin-bottom: 20px;\n    position: relative; z-index: 1;\n  }\n  .brs-meta {\n    display: flex;\n    flex-wrap: wrap;\n    gap: 6px 16px;\n    position: relative; z-index: 1;\n    border-top: 1px solid rgba(255,255,255,.18);\n    padding-top: 14px;\n  }\n  .brs-meta-item {\n    font-family: var(--font-head);\n    color: var(--white);\n    font-size: .80rem;\n    display: inline-flex;\n    align-items: center;\n    gap: 4px;\n  }\n\n  \/* \u2500\u2500 Typography \u2500\u2500 *\/\n  .brs-post h2 {\n    font-family: var(--font-head);\n    color: var(--navy);\n    font-size: clamp(1.2rem, 2.5vw, 1.55rem);\n    margin: 48px 0 16px;\n    padding-bottom: 10px;\n    border-bottom: 2px solid var(--border);\n  }\n  .brs-post h3 {\n    font-family: var(--font-head);\n    color: var(--accent);\n    font-size: clamp(1rem, 2vw, 1.15rem);\n    margin: 28px 0 12px;\n    padding-left: 12px;\n    border-left: 3px solid var(--accent);\n  }\n  .brs-post p { margin-bottom: 18px; font-size: 1rem; color: var(--ink); }\n  .brs-post strong { color: var(--navy); }\n\n  \/* \u2500\u2500 Intro CTA \u2500\u2500 *\/\n  .brs-intro-cta {\n    background: var(--sky);\n    border-left: 4px solid var(--accent);\n    border-radius: 0 var(--radius) var(--radius) 0;\n    padding: 20px 24px;\n    margin: 28px 0;\n  }\n  .brs-intro-cta p { margin: 0; font-size: 1rem; color: var(--navy); }\n\n  \/* \u2500\u2500 Alert \u2500\u2500 *\/\n  .brs-alert {\n    background: #FFF5F5;\n    border: 1.5px solid #FEB2B2;\n    border-radius: var(--radius);\n    padding: 18px 20px;\n    margin: 28px 0;\n    display: flex;\n    gap: 12px;\n    align-items: flex-start;\n  }\n  .brs-alert-icon { font-size: 1.3rem; flex-shrink: 0; margin-top: 2px; }\n  .brs-alert p { margin: 0; color: #742A2A; font-size: .95rem; }\n\n  \/* \u2500\u2500 Info box \u2500\u2500 *\/\n  .brs-info {\n    background: var(--sky);\n    border: 1.5px solid var(--border);\n    border-radius: var(--radius);\n    padding: 20px 24px;\n    margin: 28px 0;\n  }\n  .brs-info-title {\n    font-weight: 700;\n    color: var(--accent);\n    font-size: .82rem;\n    letter-spacing: .08em;\n    text-transform: uppercase;\n    margin-bottom: 8px;\n  }\n  .brs-info p { margin: 0; font-size: .97rem; }\n\n  \/* \u2500\u2500 Community box \u2500\u2500 *\/\n  .brs-community {\n    background: var(--green-bg);\n    border: 1.5px solid var(--green-border);\n    border-radius: var(--radius);\n    padding: 26px 28px;\n    margin: 32px 0;\n  }\n  .brs-community-title {\n    font-family: var(--font-head);\n    font-size: 1.1rem;\n    color: var(--green);\n    margin-bottom: 12px;\n  }\n  .brs-community p { margin-bottom: 12px; font-size: 1rem; color: #1C4532; }\n  .brs-community p:last-child { margin-bottom: 0; }\n  .brs-community strong { color: var(--green); }\n\n  \/* \u2500\u2500 Stat \u2500\u2500 *\/\n  .brs-stat {\n    background: linear-gradient(135deg, var(--navy) 0%, var(--blue) 100%);\n    border-radius: var(--radius);\n    padding: 28px 32px;\n    margin: 32px 0;\n    text-align: center;\n  }\n  .brs-stat-number {\n    font-family: var(--font-head);\n    font-size: 3rem;\n    font-weight: 700;\n    color: var(--accent);\n    line-height: 1;\n  }\n  .brs-stat-label { font-size: .92rem; color: rgba(255,255,255,.85); margin-top: 8px; }\n\n  \/* \u2500\u2500 Timing badge \u2500\u2500 *\/\n  .brs-timing {\n    display: flex;\n    align-items: flex-start;\n    gap: 10px;\n    background: #FFFBF0;\n    border: 1.5px solid #ECC94B;\n    border-radius: 8px;\n    padding: 14px 18px;\n    margin: 20px 0 28px;\n    font-size: .93rem;\n    color: #744210;\n  }\n  .brs-timing-icon { font-size: 1.1rem; flex-shrink: 0; margin-top: 2px; }\n\n  \/* \u2500\u2500 Checklist \u2500\u2500 *\/\n  .brs-list { list-style: none; padding: 0; margin: 20px 0 28px; }\n  .brs-list li {\n    display: flex;\n    gap: 12px;\n    align-items: flex-start;\n    padding: 10px 0;\n    border-bottom: 1px solid var(--border);\n    font-size: .98rem;\n  }\n  .brs-list li:last-child { border-bottom: none; }\n  .brs-list li::before {\n    content: '\u2713';\n    color: var(--accent);\n    font-weight: 700;\n    font-size: 1rem;\n    flex-shrink: 0;\n    margin-top: 2px;\n  }\n\n  \/* \u2500\u2500 Warning list \u2500\u2500 *\/\n  .brs-warn-list { list-style: none; padding: 0; margin: 20px 0 28px; }\n  .brs-warn-list li {\n    display: flex;\n    gap: 10px;\n    align-items: flex-start;\n    padding: 10px 14px;\n    margin-bottom: 6px;\n    background: #FFFBF0;\n    border-left: 3px solid #ECC94B;\n    border-radius: 0 6px 6px 0;\n    font-size: .95rem;\n  }\n  .brs-warn-list li::before {\n    content: '\u26a0';\n    color: #D69E2E;\n    font-size: .95rem;\n    flex-shrink: 0;\n    margin-top: 2px;\n  }\n\n  \/* \u2500\u2500 Two-col grid \u2500\u2500 *\/\n  .brs-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 24px 0; }\n  .brs-grid-card {\n    background: var(--white);\n    border: 1.5px solid var(--border);\n    border-radius: var(--radius);\n    padding: 18px 20px;\n    box-shadow: var(--shadow);\n  }\n  .brs-grid-card-title {\n    font-weight: 700;\n    color: var(--accent);\n    font-size: .85rem;\n    margin-bottom: 10px;\n    text-transform: uppercase;\n    letter-spacing: .06em;\n  }\n  .brs-grid-card ul { list-style: none; padding: 0; }\n  .brs-grid-card ul li {\n    font-size: .9rem;\n    color: var(--muted);\n    padding: 5px 0;\n    border-bottom: 1px solid #EEF2F8;\n    display: flex;\n    gap: 8px;\n  }\n  .brs-grid-card ul li:last-child { border-bottom: none; }\n  .brs-grid-card ul li::before { content: '\u2192'; color: var(--accent); flex-shrink: 0; }\n\n  \/* \u2500\u2500 FAQ \u2500\u2500 *\/\n  .brs-faq { margin: 32px 0; }\n  .brs-faq-item {\n    border: 1.5px solid var(--border);\n    border-radius: var(--radius);\n    margin-bottom: 10px;\n    overflow: hidden;\n  }\n  .brs-faq-q {\n    width: 100%;\n    background: var(--white);\n    border: none;\n    cursor: pointer;\n    text-align: left;\n    padding: 16px 18px;\n    font-family: var(--font-body);\n    font-size: .95rem;\n    font-weight: 600;\n    color: var(--navy);\n    display: flex;\n    justify-content: space-between;\n    align-items: center;\n    gap: 12px;\n    transition: background .2s;\n  }\n  .brs-faq-q .brs-faq-text {\n    flex: 1;\n    min-width: 0;\n    white-space: normal;\n    word-break: break-word;\n    line-height: 1.4;\n  }\n  .brs-faq-q:hover,\n  .brs-faq-q[aria-expanded=\"true\"] { background: var(--sky); }\n  .brs-faq-icon {\n    flex-shrink: 0;\n    width: 22px; height: 22px;\n    background: var(--accent);\n    color: #fff;\n    border-radius: 50%;\n    display: flex; align-items: center; justify-content: center;\n    font-size: .85rem;\n    transition: transform .25s;\n  }\n  .brs-faq-q[aria-expanded=\"true\"] .brs-faq-icon { transform: rotate(45deg); }\n  .brs-faq-a {\n    display: none;\n    padding: 0 18px 18px;\n    font-size: .95rem;\n    color: var(--muted);\n    line-height: 1.7;\n    border-top: 1px solid var(--border);\n    background: var(--white);\n  }\n  .brs-faq-a.open { display: block; padding-top: 14px; }\n\n  \/* \u2500\u2500 CTA Final \u2500\u2500 *\/\n  .brs-cta-final {\n    background: linear-gradient(135deg, var(--navy) 0%, var(--blue) 100%);\n    border-radius: 14px;\n    padding: 44px 40px;\n    text-align: center;\n    margin-top: 52px;\n    position: relative;\n    overflow: hidden;\n  }\n  .brs-cta-final::before {\n    content: '';\n    position: absolute;\n    top: -30px; right: -30px;\n    width: 180px; height: 180px;\n    background: rgba(232,113,26,.15);\n    border-radius: 50%;\n  }\n  .brs-cta-final h2 {\n    font-family: var(--font-head);\n    color: var(--white) !important;\n    font-size: clamp(1.3rem, 3vw, 1.9rem);\n    border: none !important;\n    margin: 0 0 12px !important;\n    padding: 0 !important;\n  }\n  .brs-cta-final p {\n    color: rgba(255,255,255,.85);\n    max-width: 500px;\n    margin: 0 auto;\n    font-size: 1rem;\n  }\n\n  \/* \u2500\u2500 Responsive \u2500\u2500 *\/\n  @media (max-width: 768px) {\n    .brs-post { padding: 0 14px 48px; }\n    .brs-hero { padding: 28px 18px 24px; margin-bottom: 28px; border-radius: 8px; }\n    .brs-hero h1 { font-size: 1.4rem; }\n    .brs-hero-sub { font-size: .88rem; margin-bottom: 14px; }\n    .brs-meta { gap: 5px 12px; padding-top: 12px; }\n    .brs-meta-item { font-size: .75rem; }\n    .brs-post h2 { font-size: 1.12rem; margin: 32px 0 12px; }\n    .brs-post h3 { font-size: 1rem; margin: 22px 0 10px; }\n    .brs-post p { font-size: .95rem; }\n    .brs-grid-2 { grid-template-columns: 1fr; gap: 12px; }\n    .brs-stat { padding: 22px 16px; }\n    .brs-stat-number { font-size: 2.5rem; }\n    .brs-community { padding: 18px 16px; }\n    .brs-intro-cta { padding: 16px 16px; }\n    .brs-alert { padding: 14px 14px; }\n    .brs-info { padding: 16px 16px; }\n    .brs-timing { padding: 12px 14px; font-size: .87rem; }\n    .brs-faq-q { padding: 14px 14px; font-size: .88rem; }\n    .brs-faq-a { padding: 0 14px 14px; font-size: .88rem; }\n    .brs-faq-a.open { padding-top: 12px; }\n    .brs-grid-card { padding: 14px 14px; }\n    .brs-warn-list li { padding: 9px 10px; font-size: .88rem; }\n    .brs-list li { font-size: .9rem; }\n    .brs-cta-final { padding: 32px 18px; border-radius: 10px; margin-top: 36px; }\n  }\n\n  @media (max-width: 400px) {\n    .brs-hero h1 { font-size: 1.2rem; }\n    .brs-hero-sub { font-size: .82rem; }\n    .brs-stat-number { font-size: 2rem; }\n  }\n<\/style>\n\n<article class=\"brs-post\" lang=\"en\" itemscope itemtype=\"https:\/\/schema.org\/BlogPosting\">\n\n  <header class=\"brs-hero\">\n    <span class=\"brs-hero-tag\">Immigration Guide<\/span>\n    <h1 itemprop=\"headline\">How to Renew Your PR Card in Canada<\/h1>\n    <p class=\"brs-hero-sub\">Everything you need to know about the PR card renewal process \u2014 requirements, deadlines, processing times, and what to do if your card is already expired.<\/p>\n    <div class=\"brs-meta\">\n      <span class=\"brs-meta-item\">\ud83d\udccd Toronto, ON<\/span>\n      <span class=\"brs-meta-item\">\ud83d\udcc5 May 2025<\/span>\n      <span class=\"brs-meta-item\">\u23f1 4 min read<\/span>\n      <span class=\"brs-meta-item\">\ud83c\udff7\ufe0f Permanent Residency \u00b7 Immigration<\/span>\n    <\/div>\n  <\/header>\n\n  <div itemprop=\"articleBody\">\n\n    <p>If your Permanent Resident Card is expired or close to expiring, you may be wondering: <strong>How do I renew my PR card in Canada?<\/strong><\/p>\n    <p>The process may seem straightforward, but renewing a PR card requires careful attention to several important details \u2014 your residency obligation, travel history, supporting documents, photo requirements, and personal information. A small mistake can delay your application, cause it to be returned, or create unnecessary complications, especially if you have upcoming travel plans or are uncertain whether you meet the residency requirements.<\/p>\n\n    <div class=\"brs-intro-cta\">\n      <p>At <strong>BRS Solutions<\/strong>, we help clients understand the PR card renewal process, organize the required documents, and prepare the application with greater confidence. <strong>Fill out our form today and our team will contact you to review your situation.<\/strong><\/p>\n    <\/div>\n\n    <h2>What Is a PR Card Renewal?<\/h2>\n    <p>A PR card renewal is the process of applying for a new Permanent Resident Card when your current card has expired or will expire soon.<\/p>\n    <p>In most cases, a PR card is valid for <strong>5 years<\/strong>. According to IRCC, you should apply for a renewal if your card has already expired or if it will expire in less than 9 months. If your card still has more than 9 months of validity, you generally should not apply unless you have a specific reason, such as a legal name change or gender identifier change.<\/p>\n\n    <div class=\"brs-info\">\n      <div class=\"brs-info-title\">Why your PR card matters for travel<\/div>\n      <p>Your PR card proves your permanent resident status when returning to Canada by commercial transportation \u2014 airplane, bus, train, or boat. If your card is expired, airlines and carriers are not required to board you, which means you may be unable to return to Canada without taking additional steps first.<\/p>\n    <\/div>\n\n    <h2>Does an Expired PR Card Mean I Lost My PR Status?<\/h2>\n    <p>No \u2014 and this is one of the most common points of confusion.<\/p>\n    <p>An expired PR card <strong>does not automatically mean you lost your permanent resident status<\/strong>. However, an expired card creates real problems when travelling, proving your status, or accessing certain services. As IRCC clarifies: when your PR card expires, you still have your PR status, but you may need a valid PR card to return to Canada by commercial transportation.<\/p>\n\n    <div class=\"brs-alert\">\n      <span class=\"brs-alert-icon\">\u26a0\ufe0f<\/span>\n      <p>This is exactly why it is important to renew your PR card correctly and avoid waiting until the last minute \u2014 especially if you travel frequently or have upcoming trips outside Canada.<\/p>\n    <\/div>\n\n    <h2>The Most Important Requirement: 730 Days in Canada<\/h2>\n    <p>One of the most critical aspects of renewing your PR card is confirming whether you meet the <strong>residency obligation<\/strong>.<\/p>\n\n    <div class=\"brs-stat\">\n      <div class=\"brs-stat-number\">730<\/div>\n      <div class=\"brs-stat-label\">days physically present in Canada within the last 5 years \u2014 the minimum residency requirement<\/div>\n    <\/div>\n\n    <p>To maintain your permanent resident status, you generally must have been physically present in Canada for at least <strong>730 days within the last 5 years<\/strong>. These days do not need to be continuous, and in some situations, time spent outside Canada may count toward this requirement.<\/p>\n    <p>This is where many applicants make mistakes. If you have travelled frequently, lived outside Canada for a period of time, or are unsure how many days you were physically present, you should carefully review your situation before submitting your renewal application.<\/p>\n\n    <div class=\"brs-community\">\n      <div class=\"brs-community-title\">\ud83c\udde7\ud83c\uddf7 A Reality Many Brazilians in Canada Know Well<\/div>\n      <p>If you moved to Canada from Brazil, there is a good chance you have spent extended periods outside the country \u2014 visiting family, dealing with personal matters back home, or going through a difficult transition. These absences are completely understandable, but they can directly affect your residency obligation count.<\/p>\n      <p>Many Brazilian permanent residents only realize this when they are already preparing to renew their PR card. By that point, the situation can be more complicated than expected.<\/p>\n      <p>At <strong>BRS Solutions<\/strong>, we work specifically with the Brazilian community in Canada and understand the real-life situations that make this process more complex. <strong>We speak your language \u2014 literally.<\/strong> Our team can help you review your travel history, understand your current standing, and prepare your application with the care your situation deserves.<\/p>\n    <\/div>\n\n    <h2>Why Professional Help Can Make a Difference<\/h2>\n    <p>Renewing a PR card is not just about filling in an online form. Your application may involve several steps, each of which needs to be done correctly.<\/p>\n\n    <div class=\"brs-grid-2\">\n      <div class=\"brs-grid-card\">\n        <div class=\"brs-grid-card-title\">What the process involves<\/div>\n        <ul>\n          <li>Reviewing your full travel history<\/li>\n          <li>Confirming your residency obligation<\/li>\n          <li>Preparing the correct documents<\/li>\n          <li>Uploading the required forms<\/li>\n          <li>Meeting IRCC photo specifications<\/li>\n          <li>Checking for missing information<\/li>\n        <\/ul>\n      <\/div>\n      <div class=\"brs-grid-card\">\n        <div class=\"brs-grid-card-title\">What can go wrong<\/div>\n        <ul>\n          <li>Incomplete or inconsistent data<\/li>\n          <li>Wrong or outdated documents<\/li>\n          <li>Non-compliant photos<\/li>\n          <li>Miscalculated days in Canada<\/li>\n          <li>Application delayed or returned<\/li>\n          <li>Missed travel deadlines<\/li>\n        <\/ul>\n      <\/div>\n    <\/div>\n\n    <p>A review of your application before submission can help identify potential issues before they become a more serious problem \u2014 and that is exactly what our team at BRS Solutions is here to do.<\/p>\n\n    <h2>What If I Am Outside Canada and My PR Card Expired?<\/h2>\n    <p>If you are outside Canada and your PR card is expired, your situation requires a different approach.<\/p>\n    <p>According to IRCC, if you are outside Canada without a valid PR card, you may need to apply for a <strong>Permanent Resident Travel Document (PRTD)<\/strong> to return to Canada by commercial transportation. This is a separate process from the standard PR card renewal, and the two should not be confused.<\/p>\n\n    <div class=\"brs-alert\">\n      <span class=\"brs-alert-icon\">\ud83d\udea8<\/span>\n      <p>If you are currently outside Canada with an expired PR card, do not assume the process is the same as renewing from within Canada. Before taking any action, consult with someone who can review your specific situation and guide you on the correct steps.<\/p>\n    <\/div>\n\n    <h2>How Long Does PR Card Renewal Take?<\/h2>\n    <p>Processing times for PR card renewals vary and can change throughout the year based on IRCC&#8217;s workload and staffing. IRCC publishes current processing time estimates on their official website, and it is always worth checking before you apply.<\/p>\n\n    <div class=\"brs-timing\">\n      <span class=\"brs-timing-icon\">\ud83d\udd50<\/span>\n      <span><strong>Important:<\/strong> Processing times can vary significantly. Do not wait until you have upcoming travel plans to start your renewal. Apply as early as you are eligible.<\/span>\n    <\/div>\n\n    <p>If you have travel plans and your PR card is close to expiring, starting the process as early as possible is essential. In urgent situations where travel cannot be postponed and the card renewal has not yet been processed, there may be additional options \u2014 but these situations are best handled with professional guidance.<\/p>\n\n    <h2>Common Mistakes When Renewing a PR Card<\/h2>\n    <p>Many PR card renewal problems stem from avoidable errors. Here are the most frequent mistakes applicants make:<\/p>\n\n    <h3>Mistakes Related to Eligibility and History<\/h3>\n    <ul class=\"brs-warn-list\">\n      <li>Applying too early (before the 9-month window) without a valid reason<\/li>\n      <li>Forgetting travel dates or leaving gaps in the travel history<\/li>\n      <li>Miscalculating the number of days physically present in Canada<\/li>\n      <li>Not fully understanding the residency obligation requirements<\/li>\n      <li>Attempting to renew from outside Canada without following the correct process<\/li>\n    <\/ul>\n\n    <h3>Mistakes During the Application Process<\/h3>\n    <ul class=\"brs-warn-list\">\n      <li>Uploading the wrong or outdated supporting documents<\/li>\n      <li>Submitting a photo that does not meet IRCC specifications<\/li>\n      <li>Leaving sections of the form incomplete or blank<\/li>\n      <li>Providing inconsistent information across documents<\/li>\n      <li>Waiting until travel plans are too close before applying<\/li>\n    <\/ul>\n\n    <p>If your situation is straightforward, the process may be simpler. But if you have travelled frequently, your card is already expired, or you are uncertain about your eligibility, seeking professional guidance before applying is a smart decision.<\/p>\n\n    <h2>When Should I Renew My PR Card?<\/h2>\n    <p>You should consider renewing your PR card in any of the following situations:<\/p>\n\n    <ul class=\"brs-list\">\n      <li>Your PR card has already expired<\/li>\n      <li>Your PR card will expire in less than 9 months<\/li>\n      <li>You need a valid card for upcoming international travel<\/li>\n      <li>Your legal name or gender identifier has changed<\/li>\n      <li>Your card was lost, stolen, or damaged<\/li>\n      <li>You are unsure whether you meet the residency obligation<\/li>\n    <\/ul>\n\n    <p><strong>Do not wait until the last minute<\/strong> \u2014 especially if you plan to travel outside Canada. PR card processing times can vary, and submitting your application without enough lead time may create complications.<\/p>\n\n    <h2>Frequently Asked Questions<\/h2>\n\n    <div class=\"brs-faq\">\n\n      <div class=\"brs-faq-item\">\n        <button class=\"brs-faq-q\" aria-expanded=\"false\" onclick=\"brsToggleFaq(this)\">\n          <span class=\"brs-faq-text\">Does an expired PR card mean I lost my permanent resident status?<\/span>\n          <span class=\"brs-faq-icon\">+<\/span>\n        <\/button>\n        <div class=\"brs-faq-a\">\n          <p>No. An expired PR card does not automatically mean you lost your permanent resident status. However, an expired card can create problems when travelling, proving your status, or dealing with certain services. You may still need a valid PR card to return to Canada by commercial transportation, so it is important to address the situation promptly.<\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"brs-faq-item\">\n        <button class=\"brs-faq-q\" aria-expanded=\"false\" onclick=\"brsToggleFaq(this)\">\n          <span class=\"brs-faq-text\">How many days do I need to have been in Canada to renew my PR card?<\/span>\n          <span class=\"brs-faq-icon\">+<\/span>\n        <\/button>\n        <div class=\"brs-faq-a\">\n          <p>You generally must have been physically present in Canada for at least 730 days within the last 5 years. These days do not need to be continuous, and in some situations, time spent outside Canada may count toward this requirement. If you are unsure whether you meet this threshold, review your situation carefully before applying.<\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"brs-faq-item\">\n        <button class=\"brs-faq-q\" aria-expanded=\"false\" onclick=\"brsToggleFaq(this)\">\n          <span class=\"brs-faq-text\">How long does PR card renewal take in Canada?<\/span>\n          <span class=\"brs-faq-icon\">+<\/span>\n        <\/button>\n        <div class=\"brs-faq-a\">\n          <p>Processing times vary and can change frequently throughout the year. IRCC publishes current estimates on their official website. Because of this variability, it is strongly recommended not to wait until you have urgent travel plans before applying for your renewal.<\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"brs-faq-item\">\n        <button class=\"brs-faq-q\" aria-expanded=\"false\" onclick=\"brsToggleFaq(this)\">\n          <span class=\"brs-faq-text\">When should I apply for a PR card renewal?<\/span>\n          <span class=\"brs-faq-icon\">+<\/span>\n        <\/button>\n        <div class=\"brs-faq-a\">\n          <p>IRCC recommends applying if your card has already expired or will expire in less than 9 months. If your card still has more than 9 months of validity, you should generally wait unless you have a specific reason to renew earlier. Do not wait until you have urgent travel plans, as processing times can vary significantly.<\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"brs-faq-item\">\n        <button class=\"brs-faq-q\" aria-expanded=\"false\" onclick=\"brsToggleFaq(this)\">\n          <span class=\"brs-faq-text\">What if I am outside Canada and my PR card is expired?<\/span>\n          <span class=\"brs-faq-icon\">+<\/span>\n        <\/button>\n        <div class=\"brs-faq-a\">\n          <p>If you are outside Canada without a valid PR card, you may need to apply for a Permanent Resident Travel Document (PRTD) to return to Canada by commercial transportation. This is a different process from the standard PR card renewal. Before taking any action, consult with someone who can review your specific situation and guide you through the correct steps.<\/p>\n        <\/div>\n      <\/div>\n\n    <\/div>\n\n    <!-- CTA FINAL -->\n    <div class=\"brs-cta-final\">\n      <h2>Ready to Renew Your PR Card?<\/h2>\n      <p>BRS Solutions helps Brazilian permanent residents in Canada navigate the renewal process with confidence \u2014 in English or in Portuguese.<\/p>\n    <\/div>\n\n  <\/div>\n<\/article>\n\n<script>\nfunction brsToggleFaq(btn) {\n  var answer = btn.nextElementSibling;\n  var isOpen = btn.getAttribute('aria-expanded') === 'true';\n  document.querySelectorAll('.brs-faq-q').forEach(function(b) {\n    b.setAttribute('aria-expanded', 'false');\n    b.nextElementSibling.classList.remove('open');\n  });\n  if (!isOpen) {\n    btn.setAttribute('aria-expanded', 'true');\n    answer.classList.add('open');\n  }\n}\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>Immigration Guide How to Renew Your PR Card in Canada Everything you need to know about the PR card renewal process \u2014 requirements, deadlines, processing times, and what to do if your card is already expired. \ud83d\udccd Toronto, ON \ud83d\udcc5 May 2025 \u23f1 4 min read \ud83c\udff7\ufe0f Permanent Residency \u00b7 Immigration If your Permanent Resident [&hellip;]<\/p>\n","protected":false},"author":10,"featured_media":54861,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[104],"tags":[],"class_list":["post-54860","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-resident-permanent"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Renew Your PR Card in Canada - Brs Solutions<\/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:\/\/brssolutions.ca\/en\/2026\/05\/15\/how-to-renew-your-pr-card-in-canada\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Renew Your PR Card in Canada - Brs Solutions\" \/>\n<meta property=\"og:description\" content=\"Immigration Guide How to Renew Your PR Card in Canada Everything you need to know about the PR card renewal process \u2014 requirements, deadlines, processing times, and what to do if your card is already expired. \ud83d\udccd Toronto, ON \ud83d\udcc5 May 2025 \u23f1 4 min read \ud83c\udff7\ufe0f Permanent Residency \u00b7 Immigration If your Permanent Resident [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/brssolutions.ca\/en\/2026\/05\/15\/how-to-renew-your-pr-card-in-canada\/\" \/>\n<meta property=\"og:site_name\" content=\"Brs Solutions\" \/>\n<meta property=\"article:published_time\" content=\"2026-05-15T18:39:08+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-15T18:42:28+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/brssolutions.ca\/wp-content\/uploads\/2026\/05\/ChatGPT-Image-13-de-mai.-de-2026-14_26_38-1.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1731\" \/>\n\t<meta property=\"og:image:height\" content=\"909\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Sidney\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Sidney\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"10 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/brssolutions.ca\/en\/2026\/05\/15\/how-to-renew-your-pr-card-in-canada\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/brssolutions.ca\/en\/2026\/05\/15\/how-to-renew-your-pr-card-in-canada\/\"},\"author\":{\"name\":\"Sidney\",\"@id\":\"https:\/\/brssolutions.ca\/en\/#\/schema\/person\/62a889e23370c9eb2015e0166dfd4cf2\"},\"headline\":\"How to Renew Your PR Card in Canada\",\"datePublished\":\"2026-05-15T18:39:08+00:00\",\"dateModified\":\"2026-05-15T18:42:28+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/brssolutions.ca\/en\/2026\/05\/15\/how-to-renew-your-pr-card-in-canada\/\"},\"wordCount\":1673,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/brssolutions.ca\/en\/#organization\"},\"image\":{\"@id\":\"https:\/\/brssolutions.ca\/en\/2026\/05\/15\/how-to-renew-your-pr-card-in-canada\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/brssolutions.ca\/wp-content\/uploads\/2026\/05\/ChatGPT-Image-13-de-mai.-de-2026-14_26_38-1.png\",\"articleSection\":[\"Resident Permanent\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/brssolutions.ca\/en\/2026\/05\/15\/how-to-renew-your-pr-card-in-canada\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/brssolutions.ca\/en\/2026\/05\/15\/how-to-renew-your-pr-card-in-canada\/\",\"url\":\"https:\/\/brssolutions.ca\/en\/2026\/05\/15\/how-to-renew-your-pr-card-in-canada\/\",\"name\":\"How to Renew Your PR Card in Canada - Brs Solutions\",\"isPartOf\":{\"@id\":\"https:\/\/brssolutions.ca\/en\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/brssolutions.ca\/en\/2026\/05\/15\/how-to-renew-your-pr-card-in-canada\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/brssolutions.ca\/en\/2026\/05\/15\/how-to-renew-your-pr-card-in-canada\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/brssolutions.ca\/wp-content\/uploads\/2026\/05\/ChatGPT-Image-13-de-mai.-de-2026-14_26_38-1.png\",\"datePublished\":\"2026-05-15T18:39:08+00:00\",\"dateModified\":\"2026-05-15T18:42:28+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/brssolutions.ca\/en\/2026\/05\/15\/how-to-renew-your-pr-card-in-canada\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/brssolutions.ca\/en\/2026\/05\/15\/how-to-renew-your-pr-card-in-canada\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/brssolutions.ca\/en\/2026\/05\/15\/how-to-renew-your-pr-card-in-canada\/#primaryimage\",\"url\":\"https:\/\/brssolutions.ca\/wp-content\/uploads\/2026\/05\/ChatGPT-Image-13-de-mai.-de-2026-14_26_38-1.png\",\"contentUrl\":\"https:\/\/brssolutions.ca\/wp-content\/uploads\/2026\/05\/ChatGPT-Image-13-de-mai.-de-2026-14_26_38-1.png\",\"width\":1731,\"height\":909},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/brssolutions.ca\/en\/2026\/05\/15\/how-to-renew-your-pr-card-in-canada\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"In\u00edcio\",\"item\":\"https:\/\/brssolutions.ca\/en\/home-brs\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Renew Your PR Card in Canada\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/brssolutions.ca\/en\/#website\",\"url\":\"https:\/\/brssolutions.ca\/en\/\",\"name\":\"Brs Solutions\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/brssolutions.ca\/en\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/brssolutions.ca\/en\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/brssolutions.ca\/en\/#organization\",\"name\":\"Brs Solutions\",\"url\":\"https:\/\/brssolutions.ca\/en\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/brssolutions.ca\/en\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/brssolutions.ca\/wp-content\/uploads\/2025\/12\/LOGO-Featured-512.png\",\"contentUrl\":\"https:\/\/brssolutions.ca\/wp-content\/uploads\/2025\/12\/LOGO-Featured-512.png\",\"width\":512,\"height\":512,\"caption\":\"Brs Solutions\"},\"image\":{\"@id\":\"https:\/\/brssolutions.ca\/en\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.instagram.com\/brssolutions.ca\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/brssolutions.ca\/en\/#\/schema\/person\/62a889e23370c9eb2015e0166dfd4cf2\",\"name\":\"Sidney\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/2938ed4dcffcd04c41dc8e81260dc2eeb4d18ba652bdbd55b854e2ddc8a81d12?s=96&d=mm&r=g\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/2938ed4dcffcd04c41dc8e81260dc2eeb4d18ba652bdbd55b854e2ddc8a81d12?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/2938ed4dcffcd04c41dc8e81260dc2eeb4d18ba652bdbd55b854e2ddc8a81d12?s=96&d=mm&r=g\",\"caption\":\"Sidney\"},\"url\":\"https:\/\/brssolutions.ca\/en\/author\/sidney\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Renew Your PR Card in Canada - Brs Solutions","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:\/\/brssolutions.ca\/en\/2026\/05\/15\/how-to-renew-your-pr-card-in-canada\/","og_locale":"en_US","og_type":"article","og_title":"How to Renew Your PR Card in Canada - Brs Solutions","og_description":"Immigration Guide How to Renew Your PR Card in Canada Everything you need to know about the PR card renewal process \u2014 requirements, deadlines, processing times, and what to do if your card is already expired. \ud83d\udccd Toronto, ON \ud83d\udcc5 May 2025 \u23f1 4 min read \ud83c\udff7\ufe0f Permanent Residency \u00b7 Immigration If your Permanent Resident [&hellip;]","og_url":"https:\/\/brssolutions.ca\/en\/2026\/05\/15\/how-to-renew-your-pr-card-in-canada\/","og_site_name":"Brs Solutions","article_published_time":"2026-05-15T18:39:08+00:00","article_modified_time":"2026-05-15T18:42:28+00:00","og_image":[{"width":1731,"height":909,"url":"https:\/\/brssolutions.ca\/wp-content\/uploads\/2026\/05\/ChatGPT-Image-13-de-mai.-de-2026-14_26_38-1.png","type":"image\/png"}],"author":"Sidney","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Sidney","Est. reading time":"10 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/brssolutions.ca\/en\/2026\/05\/15\/how-to-renew-your-pr-card-in-canada\/#article","isPartOf":{"@id":"https:\/\/brssolutions.ca\/en\/2026\/05\/15\/how-to-renew-your-pr-card-in-canada\/"},"author":{"name":"Sidney","@id":"https:\/\/brssolutions.ca\/en\/#\/schema\/person\/62a889e23370c9eb2015e0166dfd4cf2"},"headline":"How to Renew Your PR Card in Canada","datePublished":"2026-05-15T18:39:08+00:00","dateModified":"2026-05-15T18:42:28+00:00","mainEntityOfPage":{"@id":"https:\/\/brssolutions.ca\/en\/2026\/05\/15\/how-to-renew-your-pr-card-in-canada\/"},"wordCount":1673,"commentCount":0,"publisher":{"@id":"https:\/\/brssolutions.ca\/en\/#organization"},"image":{"@id":"https:\/\/brssolutions.ca\/en\/2026\/05\/15\/how-to-renew-your-pr-card-in-canada\/#primaryimage"},"thumbnailUrl":"https:\/\/brssolutions.ca\/wp-content\/uploads\/2026\/05\/ChatGPT-Image-13-de-mai.-de-2026-14_26_38-1.png","articleSection":["Resident Permanent"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/brssolutions.ca\/en\/2026\/05\/15\/how-to-renew-your-pr-card-in-canada\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/brssolutions.ca\/en\/2026\/05\/15\/how-to-renew-your-pr-card-in-canada\/","url":"https:\/\/brssolutions.ca\/en\/2026\/05\/15\/how-to-renew-your-pr-card-in-canada\/","name":"How to Renew Your PR Card in Canada - Brs Solutions","isPartOf":{"@id":"https:\/\/brssolutions.ca\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/brssolutions.ca\/en\/2026\/05\/15\/how-to-renew-your-pr-card-in-canada\/#primaryimage"},"image":{"@id":"https:\/\/brssolutions.ca\/en\/2026\/05\/15\/how-to-renew-your-pr-card-in-canada\/#primaryimage"},"thumbnailUrl":"https:\/\/brssolutions.ca\/wp-content\/uploads\/2026\/05\/ChatGPT-Image-13-de-mai.-de-2026-14_26_38-1.png","datePublished":"2026-05-15T18:39:08+00:00","dateModified":"2026-05-15T18:42:28+00:00","breadcrumb":{"@id":"https:\/\/brssolutions.ca\/en\/2026\/05\/15\/how-to-renew-your-pr-card-in-canada\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/brssolutions.ca\/en\/2026\/05\/15\/how-to-renew-your-pr-card-in-canada\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/brssolutions.ca\/en\/2026\/05\/15\/how-to-renew-your-pr-card-in-canada\/#primaryimage","url":"https:\/\/brssolutions.ca\/wp-content\/uploads\/2026\/05\/ChatGPT-Image-13-de-mai.-de-2026-14_26_38-1.png","contentUrl":"https:\/\/brssolutions.ca\/wp-content\/uploads\/2026\/05\/ChatGPT-Image-13-de-mai.-de-2026-14_26_38-1.png","width":1731,"height":909},{"@type":"BreadcrumbList","@id":"https:\/\/brssolutions.ca\/en\/2026\/05\/15\/how-to-renew-your-pr-card-in-canada\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"In\u00edcio","item":"https:\/\/brssolutions.ca\/en\/home-brs\/"},{"@type":"ListItem","position":2,"name":"How to Renew Your PR Card in Canada"}]},{"@type":"WebSite","@id":"https:\/\/brssolutions.ca\/en\/#website","url":"https:\/\/brssolutions.ca\/en\/","name":"Brs Solutions","description":"","publisher":{"@id":"https:\/\/brssolutions.ca\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/brssolutions.ca\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/brssolutions.ca\/en\/#organization","name":"Brs Solutions","url":"https:\/\/brssolutions.ca\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/brssolutions.ca\/en\/#\/schema\/logo\/image\/","url":"https:\/\/brssolutions.ca\/wp-content\/uploads\/2025\/12\/LOGO-Featured-512.png","contentUrl":"https:\/\/brssolutions.ca\/wp-content\/uploads\/2025\/12\/LOGO-Featured-512.png","width":512,"height":512,"caption":"Brs Solutions"},"image":{"@id":"https:\/\/brssolutions.ca\/en\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.instagram.com\/brssolutions.ca\/"]},{"@type":"Person","@id":"https:\/\/brssolutions.ca\/en\/#\/schema\/person\/62a889e23370c9eb2015e0166dfd4cf2","name":"Sidney","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/2938ed4dcffcd04c41dc8e81260dc2eeb4d18ba652bdbd55b854e2ddc8a81d12?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/2938ed4dcffcd04c41dc8e81260dc2eeb4d18ba652bdbd55b854e2ddc8a81d12?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/2938ed4dcffcd04c41dc8e81260dc2eeb4d18ba652bdbd55b854e2ddc8a81d12?s=96&d=mm&r=g","caption":"Sidney"},"url":"https:\/\/brssolutions.ca\/en\/author\/sidney\/"}]}},"_links":{"self":[{"href":"https:\/\/brssolutions.ca\/en\/wp-json\/wp\/v2\/posts\/54860","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/brssolutions.ca\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/brssolutions.ca\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/brssolutions.ca\/en\/wp-json\/wp\/v2\/users\/10"}],"replies":[{"embeddable":true,"href":"https:\/\/brssolutions.ca\/en\/wp-json\/wp\/v2\/comments?post=54860"}],"version-history":[{"count":1,"href":"https:\/\/brssolutions.ca\/en\/wp-json\/wp\/v2\/posts\/54860\/revisions"}],"predecessor-version":[{"id":54862,"href":"https:\/\/brssolutions.ca\/en\/wp-json\/wp\/v2\/posts\/54860\/revisions\/54862"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/brssolutions.ca\/en\/wp-json\/wp\/v2\/media\/54861"}],"wp:attachment":[{"href":"https:\/\/brssolutions.ca\/en\/wp-json\/wp\/v2\/media?parent=54860"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/brssolutions.ca\/en\/wp-json\/wp\/v2\/categories?post=54860"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/brssolutions.ca\/en\/wp-json\/wp\/v2\/tags?post=54860"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}