{"id":1018,"date":"2026-02-11T13:54:17","date_gmt":"2026-02-11T13:54:17","guid":{"rendered":"https:\/\/thementorscircle.com\/blogs\/post\/germany-blocked-account-guide-for-indian-students-2026"},"modified":"2026-02-11T13:54:17","modified_gmt":"2026-02-11T13:54:17","slug":"germany-blocked-account-guide-for-indian-students-2026","status":"publish","type":"post","link":"https:\/\/thementorscircle.com\/blogs\/post\/germany-blocked-account-guide-for-indian-students-2026\/","title":{"rendered":"Germany Blocked Account Guide for Indian Students 2026"},"content":{"rendered":"<style>\n    :root{\n      \/* =========================\n         The Mentors Circle (TMC) palette\n         ========================= *\/\n      --brand:#800000;      \/* TMC maroon *\/\n      --brand2:#9b111e;     \/* deeper maroon accent *\/<\/p>\n<p>      --ink:#2d3748;\n      --muted:#4a5568;<\/p>\n<p>      \/* maroon-friendly neutrals *\/\n      --bg:#faf7f7;\n      --line:#ead7d7;\n      --card:#ffffff;<\/p>\n<p>      --shadow:0 10px 26px rgba(0,0,0,.08);\n      --radius:12px;\n    }<\/p>\n<p>    *{ margin:0; padding:0; box-sizing:border-box; }\n    body{\n      font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;\n      line-height:1.7;\n      color:#333;\n      background:var(--bg);\n    }<\/p>\n<p>    \/* Scope *\/\n    .gg-wrap{ padding:0; margin:0; background:var(--bg); }\n    .container{\n      max-width:1000px;\n      margin:0 auto;\n      background:var(--card);\n      box-shadow:var(--shadow);\n      border-radius:var(--radius);\n      overflow:hidden;\n    }<\/p>\n<p>    header{\n      background:linear-gradient(135deg, var(--brand) 0%, var(--brand2) 100%);\n      color:#fff;\n      padding:60px 40px;\n      text-align:center;\n    }\n    header h1{\n      font-size:2.35rem;\n      margin-bottom:12px;\n      line-height:1.2;\n      letter-spacing:-.02em;\n    }\n    .meta{ font-size:.98rem; opacity:.92; margin-top:10px; }<\/p>\n<p>    .quick-nav{\n      background:#f6efef;\n      padding:22px 40px;\n      border-bottom:3px solid var(--brand);\n    }\n    .quick-nav h3{ color:var(--brand); margin-bottom:14px; font-size:1.05rem; }\n    .quick-nav ul{\n      list-style:none;\n      display:grid;\n      grid-template-columns:repeat(auto-fit, minmax(240px, 1fr));\n      gap:10px;\n    }\n    .quick-nav a{\n      color:#495057;\n      text-decoration:none;\n      padding:10px 14px;\n      display:block;\n      background:#fff;\n      border-radius:10px;\n      transition:transform .15s ease, background .15s ease, color .15s ease;\n      border-left:4px solid var(--brand);\n      font-size:.98rem;\n    }\n    .quick-nav a:hover{\n      background:var(--brand);\n      color:#fff;\n      transform:translateX(4px);\n    }<\/p>\n<p>    .content{ padding:38px 40px; }<\/p>\n<p>    h2{\n      color:var(--ink);\n      font-size:1.95rem;\n      margin:42px 0 18px;\n      padding-bottom:10px;\n      border-bottom:3px solid var(--brand);\n    }\n    h3{\n      color:var(--muted);\n      font-size:1.35rem;\n      margin:28px 0 12px;\n    }\n    h4{\n      color:var(--brand);\n      font-size:1.1rem;\n      margin:18px 0 10px;\n    }\n    h5{\n      color:var(--ink);\n      font-size:1rem;\n      margin:14px 0 8px;\n    }\n    p{ margin-bottom:14px; }\n    ul,ol{ margin-left:22px; margin-bottom:14px; }\n    li{ margin-bottom:8px; }<\/p>\n<p>    .highlight-box{\n      background:#fff2f2;\n      border-left:5px solid var(--brand);\n      padding:18px;\n      margin:22px 0;\n      border-radius:10px;\n    }<\/p>\n<p>    .provider-card{\n      background:#fbf6f6;\n      border:1px solid var(--line);\n      border-radius:12px;\n      padding:22px;\n      margin:18px 0;\n    }\n    .provider-card h3{ color:var(--brand); margin-top:0; }<\/p>\n<p>    .pros-cons{\n      display:grid;\n      grid-template-columns:1fr 1fr;\n      gap:14px;\n      margin:14px 0 10px;\n    }\n    .pros{\n      background:#d4edda;\n      padding:14px;\n      border-radius:10px;\n      border-left:5px solid #28a745;\n    }\n    .cons{\n      background:#f8d7da;\n      padding:14px;\n      border-radius:10px;\n      border-left:5px solid #dc3545;\n    }\n    .pros h4, .cons h4{ margin-top:0; color:#1f2937; }\n    .pros ul, .cons ul{ list-style:none; margin-left:0; }\n    .pros li::before{ content:\"\u2705 \"; }\n    .cons li::before{ content:\"\u274c \"; }<\/p>\n<p>    table{\n      width:100%;\n      border-collapse:collapse;\n      margin:18px 0;\n      box-shadow:0 2px 10px rgba(0,0,0,.07);\n      border-radius:10px;\n      overflow:hidden;\n    }\n    th{\n      background:linear-gradient(135deg, var(--brand) 0%, var(--brand2) 100%);\n      color:#fff;\n      padding:14px 12px;\n      text-align:left;\n      font-weight:800;\n      font-size:.95rem;\n    }\n    td{\n      padding:12px 12px;\n      border-bottom:1px solid var(--line);\n      vertical-align:top;\n      font-size:.98rem;\n    }\n    tr:nth-child(even){ background:#fbf6f6; }\n    tr:hover{ background:#f4eaea; }<\/p>\n<p>    .step-box{\n      background:linear-gradient(135deg, #fff7f7 0%, #f2e1e1 100%);\n      padding:18px;\n      margin:18px 0;\n      border-radius:12px;\n      border-left:6px solid var(--brand);\n    }\n    .step-box h4{ margin-top:0; color:var(--ink); }<\/p>\n<p>    .warning-box{\n      background:#fff3cd;\n      border-left:6px solid #ffc107;\n      padding:16px;\n      margin:18px 0;\n      border-radius:12px;\n    }\n    .success-box{\n      background:#d4edda;\n      border-left:6px solid #28a745;\n      padding:16px;\n      margin:18px 0;\n      border-radius:12px;\n    }<\/p>\n<p>    .cta-box{\n      background:linear-gradient(135deg, var(--brand) 0%, var(--brand2) 100%);\n      color:#fff;\n      padding:34px 22px;\n      text-align:center;\n      margin:36px 0 10px;\n      border-radius:14px;\n    }\n    .cta-box h2{\n      color:#fff;\n      border:none;\n      margin:0 0 14px;\n      padding:0;\n    }\n    .cta-button{\n      display:inline-block;\n      background:#fff;\n      color:var(--brand);\n      padding:12px 22px;\n      text-decoration:none;\n      border-radius:999px;\n      font-weight:800;\n      margin:8px 8px 0;\n      transition:transform .15s ease, box-shadow .15s ease;\n      border:2px solid rgba(128,0,0,.18);\n    }\n    .cta-button:hover{\n      transform:translateY(-2px);\n      box-shadow:0 10px 18px rgba(0,0,0,.18);\n    }<\/p>\n<p>    .faq-box{\n      background:#fbf6f6;\n      padding:16px;\n      margin:14px 0;\n      border-radius:12px;\n      border:1px solid var(--line);\n    }\n    .faq-box h4{ color:var(--ink); margin-bottom:8px; }<\/p>\n<p>    .refs{\n      margin-top:22px;\n      padding-top:18px;\n      border-top:2px solid var(--line);\n      font-size:.98rem;\n    }\n    .refs h3{ margin-top:0; }<\/p>\n<p>    footer{\n      background:#2d3748;\n      color:#fff;\n      padding:32px 22px;\n      text-align:center;\n    }\n    .footer-links{\n      display:flex;\n      justify-content:center;\n      gap:26px;\n      margin:18px 0;\n      flex-wrap:wrap;\n    }\n    .footer-links a{ color:#cbd5e1; text-decoration:none; }\n    .footer-links a:hover{ color:#fff; }<\/p>\n<p>    .scroll-top{\n      position:fixed;\n      bottom:28px;\n      right:28px;\n      background:var(--brand);\n      color:#fff;\n      width:50px;\n      height:50px;\n      border-radius:50%;\n      display:none;\n      align-items:center;\n      justify-content:center;\n      cursor:pointer;\n      box-shadow:0 4px 10px rgba(0,0,0,.25);\n      text-decoration:none;\n      font-size:1.4rem;\n      font-weight:900;\n    }\n    .scroll-top:hover{ background:var(--brand2); }<\/p>\n<p>    \/* Offset for anchor jumps *\/\n    :where(#what-is,#amount,#providers,#process,#documents,#fees,#mistakes,#faqs,#references){\n      scroll-margin-top:92px;\n    }<\/p>\n<p>    @media (max-width: 768px){\n      header{ padding:46px 18px; }\n      header h1{ font-size:1.7rem; }\n      .content{ padding:22px 16px; }\n      .quick-nav{ padding:18px 16px; }\n      .pros-cons{ grid-template-columns:1fr; }\n      .quick-nav ul{ grid-template-columns:1fr; }\n    }\n  <\/style>\n<div class=\"gg-wrap\">\n<div class=\"container\">\n<div class=\"content\">\n<div class=\"highlight-box\">\n<p><strong>Planning to study in Germany?<\/strong> A blocked account (Sperrkonto) is one of the most common ways to show <strong>proof of funds<\/strong> for your German student visa.<\/p>\n<p>Most confusion is about: <strong>how much is required<\/strong>, <strong>how monthly release works<\/strong>, and <strong>which provider to choose<\/strong>.<\/p>\n<p>This guide gives you a practical, India-friendly walkthrough + provider comparison + common mistakes so your visa file stays clean.<\/p>\n<\/p><\/div>\n<h2 id=\"what-is\">What is a German Blocked Account (Sperrkonto)?<\/h2>\n<h3>Simple definition<\/h3>\n<p>A <strong>blocked account<\/strong> is a special account where you deposit money to prove you can fund your living expenses in Germany. The money is \u201cblocked\u201d so you can\u2019t withdraw all of it at once.<\/p>\n<div class=\"highlight-box\">\n<p><strong>How you access the money:<\/strong> A fixed monthly amount is released to you (e.g., <strong>\u20ac992\/month<\/strong> if you fund 12 months at the standard rate).<\/p>\n<\/p><\/div>\n<h3>Why Germany requires it<\/h3>\n<ul>\n<li>You won\u2019t become dependent on public support<\/li>\n<li>You can cover rent, food, insurance, and daily living<\/li>\n<li>You can focus on studies (not survival)<\/li>\n<\/ul>\n<h3>How it works (quickly)<\/h3>\n<div class=\"step-box\">\n<ol>\n<li><strong>Before visa:<\/strong> Open blocked account + deposit the required amount<\/li>\n<li><strong>For visa:<\/strong> Submit the blocked account confirmation\/certificate<\/li>\n<li><strong>After arriving:<\/strong> Activate access and start receiving monthly releases<\/li>\n<\/ol><\/div>\n<h2 id=\"amount\">How Much Money is Required in 2026?<\/h2>\n<h3>Standard amount (commonly used for student visa proof)<\/h3>\n<div class=\"highlight-box\">\n<p style=\"font-size:1.55rem; font-weight:900; text-align:center; color:var(--brand); margin-bottom:6px;\">\u20ac11,904<\/p>\n<p style=\"text-align:center; margin-bottom:0;\"><strong>\u20ac992\/month \u00d7 12 months<\/strong> (standard monthly blocked amount used by German authorities)<\/p>\n<\/p><\/div>\n<h3>Monthly breakdown<\/h3>\n<table>\n<thead>\n<tr>\n<th>Period<\/th>\n<th>Amount<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>Total (12 months)<\/td>\n<td><strong>\u20ac11,904<\/strong><\/td>\n<\/tr>\n<tr>\n<td>Monthly release<\/td>\n<td><strong>\u20ac992<\/strong><\/td>\n<\/tr>\n<tr>\n<td>Daily equivalent (approx.)<\/td>\n<td>~\u20ac33<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<div class=\"warning-box\">\n<p><strong>Important:<\/strong> Requirements can vary by visa category and your consulate\/embassy. Always follow the exact instructions for your jurisdiction.<\/p>\n<\/p><\/div>\n<h2 id=\"providers\">Best Blocked Account Providers for Indian Students<\/h2>\n<p>Two popular fintech routes for students are <strong>Fintiba<\/strong> and <strong>Expatrio<\/strong>. Traditional banks (e.g., Deutsche Bank) may be possible but usually involve more paperwork and longer timelines.<\/p>\n<div class=\"provider-card\">\n<h3>1) Fintiba (Popular)<\/h3>\n<p><strong>Best for:<\/strong> Students who want a guided, app-based process and bundled solutions (often with insurance options).<\/p>\n<div class=\"pros-cons\">\n<div class=\"pros\">\n<h4>Pros<\/h4>\n<ul>\n<li>Fully online workflow<\/li>\n<li>Strong student usage + established process<\/li>\n<li>Clear monthly blocked amount guidance<\/li>\n<\/ul><\/div>\n<div class=\"cons\">\n<h4>Cons<\/h4>\n<ul>\n<li>Fees can be higher vs alternatives<\/li>\n<li>Always re-check the latest pricing before applying<\/li>\n<\/ul><\/div>\n<\/p><\/div>\n<h4>Fees (indicative \u2014 verify before paying)<\/h4>\n<ul>\n<li>Setup fee + monthly admin fee can apply (see Fintiba help center in References)<\/li>\n<\/ul><\/div>\n<div class=\"provider-card\">\n<h3>2) Expatrio (Strong alternative)<\/h3>\n<p><strong>Best for:<\/strong> Students who want a competitive fees structure and a smooth onboarding flow.<\/p>\n<div class=\"pros-cons\">\n<div class=\"pros\">\n<h4>Pros<\/h4>\n<ul>\n<li>Online process from India<\/li>\n<li>Clear blocked amount mechanics<\/li>\n<li>Often positioned as cost-effective vs traditional banks<\/li>\n<\/ul><\/div>\n<div class=\"cons\">\n<h4>Cons<\/h4>\n<ul>\n<li>As with all providers: fees\/terms can change<\/li>\n<li>Always confirm acceptance with your mission\/consulate if unsure<\/li>\n<\/ul><\/div>\n<\/p><\/div>\n<h4>Fees (indicative \u2014 verify before paying)<\/h4>\n<ul>\n<li>Expatrio publishes fee\/price guidance on their site (see References)<\/li>\n<\/ul><\/div>\n<div class=\"provider-card\">\n<h3>3) Traditional bank route (e.g., Deutsche Bank)<\/h3>\n<p><strong>Best for:<\/strong> Students who prefer a traditional bank and are comfortable with extra paperwork\/time.<\/p>\n<div class=\"warning-box\">\n<p><strong>Note:<\/strong> Pricing\/processing varies by bank and branch. Don\u2019t assume old \u201cfee lists\u201d from blogs are still valid.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<h3>Quick comparison (high level)<\/h3>\n<table>\n<thead>\n<tr>\n<th>Provider Type<\/th>\n<th>Typical Speed<\/th>\n<th>Paperwork<\/th>\n<th>Best For<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><strong>Fintech (Fintiba \/ Expatrio)<\/strong><\/td>\n<td>Fast (often days)<\/td>\n<td>Low to medium<\/td>\n<td>Most Indian students<\/td>\n<\/tr>\n<tr>\n<td><strong>Traditional bank<\/strong><\/td>\n<td>Slower<\/td>\n<td>Medium to high<\/td>\n<td>Students wanting a bank-led approach<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h2 id=\"process\">Step-by-Step: How to Open a Blocked Account from India<\/h2>\n<p>The exact screens differ by provider, but the workflow is broadly the same.<\/p>\n<div class=\"step-box\">\n<h4>STEP 1: Create your account<\/h4>\n<ol>\n<li>Choose a provider (Fintiba \/ Expatrio)<\/li>\n<li>Register with your email<\/li>\n<li>Select \u201cStudent blocked account\u201d<\/li>\n<\/ol>\n<p><strong>Time:<\/strong> 5\u201310 minutes<\/p>\n<\/p><\/div>\n<div class=\"step-box\">\n<h4>STEP 2: Fill the application form<\/h4>\n<p><strong>Keep these ready:<\/strong><\/p>\n<ul>\n<li>Passport (photo page)<\/li>\n<li>Admission letter \/ offer letter (if available)<\/li>\n<li>Basic personal details + contact info<\/li>\n<\/ul>\n<p><strong>Time:<\/strong> 15\u201325 minutes<\/p>\n<\/p><\/div>\n<div class=\"step-box\">\n<h4>STEP 3: Identity verification<\/h4>\n<p>Many providers use video verification \/ online ID verification. Follow instructions exactly and keep your passport handy.<\/p>\n<ul>\n<li>Good lighting + stable internet<\/li>\n<li>Passport must be original (not just a scan)<\/li>\n<\/ul>\n<p><strong>Time:<\/strong> ~10\u201315 minutes<\/p>\n<\/p><\/div>\n<div class=\"step-box\">\n<h4>STEP 4: Receive account details + preliminary confirmation<\/h4>\n<p>Once approved, you\u2019ll get your IBAN\/BIC and instructions to transfer funds.<\/p>\n<\/p><\/div>\n<div class=\"step-box\">\n<h4>STEP 5: Transfer the required funds<\/h4>\n<p>Transfer the required amount (e.g., <strong>\u20ac11,904<\/strong>) to the blocked account. Your provider will issue the final confirmation after funds are received.<\/p>\n<div class=\"warning-box\">\n<p><strong>India-side note:<\/strong> Fees, bank docs, and TCS rules can change. Always confirm the current requirements with your bank\/CA before remitting.<\/p>\n<\/p><\/div>\n<\/p><\/div>\n<div class=\"step-box\">\n<h4>STEP 6: Download your final blocked account certificate<\/h4>\n<p>This certificate\/confirmation is what you typically submit in your visa application as proof of funds.<\/p>\n<\/p><\/div>\n<h2 id=\"documents\">Documents Required<\/h2>\n<h3>Essential documents<\/h3>\n<ul>\n<li><strong>Passport<\/strong> (photo page scan)<\/li>\n<li><strong>Admission letter<\/strong> (if required by provider \/ visa stage)<\/li>\n<li><strong>Passport photo<\/strong> (as per provider instructions)<\/li>\n<li><strong>Address details<\/strong> (as requested)<\/li>\n<\/ul>\n<h2 id=\"fees\">Fees &#038; Charges: What to Budget<\/h2>\n<p>Your total outflow includes:<\/p>\n<ul>\n<li>Blocked amount deposit (e.g., <strong>\u20ac11,904<\/strong>)<\/li>\n<li>Provider setup\/admin fees (vary by provider)<\/li>\n<li>Transfer fees + exchange rate spread (depends on channel)<\/li>\n<li>Any India-side taxes\/charges applicable to outward remittance (verify current rules)<\/li>\n<\/ul>\n<div class=\"highlight-box\">\n<p style=\"font-weight:900; text-align:center; margin-bottom:0;\">\n            Practical tip: Your biggest \u201chidden cost\u201d is often the exchange rate + transfer charges \u2014 compare options before you remit.\n          <\/p>\n<\/p><\/div>\n<h2 id=\"mistakes\">Common Mistakes to Avoid<\/h2>\n<div class=\"warning-box\">\n<h4>\u274c Mistake 1: Wrong timing<\/h4>\n<p>Too early = money locked unnecessarily. Too late = you risk missing visa timelines.<\/p>\n<p><strong>Safer window:<\/strong> start ~8\u201312 weeks before your visa appointment (adjust to your embassy processing reality).<\/p>\n<\/p><\/div>\n<div class=\"warning-box\">\n<h4>\u274c Mistake 2: Name mismatch<\/h4>\n<p><strong>Critical:<\/strong> Your name must match passport exactly (order\/spelling included). Even minor mismatches can create avoidable visa friction.<\/p>\n<\/p><\/div>\n<div class=\"warning-box\">\n<h4>\u274c Mistake 3: Not keeping receipts<\/h4>\n<p>Keep: transfer receipt, provider invoices, confirmation certificates, and bank paperwork.<\/p>\n<\/p><\/div>\n<h2 id=\"faqs\">Frequently Asked Questions<\/h2>\n<div class=\"faq-box\">\n<h4>Q: Is a blocked account the same as a regular German bank account?<\/h4>\n<p><strong>A:<\/strong> No. A blocked account is for visa proof and monthly release. A regular bank account (Girokonto) is for daily transactions.<\/p>\n<\/p><\/div>\n<div class=\"faq-box\">\n<h4>Q: Can I get a refund if my visa is refused?<\/h4>\n<p><strong>A:<\/strong> Usually yes, but provider fees\/transfer fees may not be refundable. Confirm the refund policy with your chosen provider before paying.<\/p>\n<\/p><\/div>\n<div class=\"faq-box\">\n<h4>Q: Is \u20ac992\/month enough?<\/h4>\n<p><strong>A:<\/strong> Depends on city and lifestyle. Smaller cities are easier; Munich\/Frankfurt can feel tight unless you budget carefully and\/or work part-time within the allowed limits.<\/p>\n<\/p><\/div>\n<h2 id=\"references\">References (Official &#038; Provider Links)<\/h2>\n<div class=\"refs\">\n<h3>Official guidance (proof of funds \/ blocked amount)<\/h3>\n<ul>\n<li>\n              German Federal Foreign Office (Germany student visa \/ proof of finance \u2013 mentions \u20ac992\/month and \u20ac11,904\/year):<br \/>\n              <br \/>\n              <a href=\"https:\/\/www.auswaertiges-amt.de\/en\/sperrkonto\/388600\" target=\"_blank\" rel=\"noopener\">https:\/\/www.auswaertiges-amt.de\/en\/sperrkonto\/388600<\/a>\n            <\/li>\n<\/ul>\n<h3>Provider references (fees and monthly blocked amount guidance)<\/h3>\n<ul>\n<li>\n              Fintiba Help Center \u2013 blocked account costs:<br \/>\n              <br \/>\n              <a href=\"https:\/\/help.fintiba.com\/hc\/en-gb\/articles\/115001924725-How-much-does-the-blocked-account-cost\" target=\"_blank\" rel=\"noopener\">https:\/\/help.fintiba.com\/hc\/en-gb\/articles\/115001924725-How-much-does-the-blocked-account-cost<\/a>\n            <\/li>\n<li>\n              Fintiba Help Center \u2013 standard monthly blocked amount (\u20ac992\/month):<br \/>\n              <br \/>\n              <a href=\"https:\/\/help.fintiba.com\/hc\/en-gb\/articles\/115001710545-What-is-the-standard-monthly-amount-for-the-blocked-account\" target=\"_blank\" rel=\"noopener\">https:\/\/help.fintiba.com\/hc\/en-gb\/articles\/115001710545-What-is-the-standard-monthly-amount-for-the-blocked-account<\/a>\n            <\/li>\n<li>\n              Expatrio \u2013 blocked account pricing (check latest on their pricing pages):<br \/>\n              <br \/>\n              <a href=\"https:\/\/www.expatrio.com\/about-germany\/blocked-account-germany\" target=\"_blank\" rel=\"noopener\">https:\/\/www.expatrio.com\/about-germany\/blocked-account-germany<\/a>\n            <\/li>\n<\/ul>\n<p style=\"margin-top:14px; color:#6b7280;\">\n            <em>Disclaimer:<\/em> Information is prepared for student guidance as of February 2026. Amounts, fees, and rules can change. Always verify the latest requirements on official websites and with your visa mission\/consulate.\n          <\/p>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n<\/p><\/div>\n","protected":false},"excerpt":{"rendered":"<p>Learn the Germany Blocked Account amount for 2026, required documents, top providers, timelines, and step\u2011by\u2011step process for Indian students applying for a study visa.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5],"tags":[40,41,22,39],"class_list":["post-1018","post","type-post","status-publish","format-standard","hentry","category-study-in-germany","tag-germany-study-visa","tag-global-career-opportunities","tag-study-abroad","tag-study-in-germany"],"_links":{"self":[{"href":"https:\/\/thementorscircle.com\/blogs\/wp-json\/wp\/v2\/posts\/1018","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/thementorscircle.com\/blogs\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/thementorscircle.com\/blogs\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/thementorscircle.com\/blogs\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/thementorscircle.com\/blogs\/wp-json\/wp\/v2\/comments?post=1018"}],"version-history":[{"count":0,"href":"https:\/\/thementorscircle.com\/blogs\/wp-json\/wp\/v2\/posts\/1018\/revisions"}],"wp:attachment":[{"href":"https:\/\/thementorscircle.com\/blogs\/wp-json\/wp\/v2\/media?parent=1018"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/thementorscircle.com\/blogs\/wp-json\/wp\/v2\/categories?post=1018"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/thementorscircle.com\/blogs\/wp-json\/wp\/v2\/tags?post=1018"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}