{"id":13921,"date":"2025-05-31T21:25:51","date_gmt":"2025-05-31T18:25:51","guid":{"rendered":"https:\/\/emirateseportal.com\/?p=13921"},"modified":"2026-01-06T11:17:52","modified_gmt":"2026-01-06T08:17:52","slug":"jafza-gratuity-calculator","status":"publish","type":"post","link":"https:\/\/emirateseportal.com\/en\/jafza-gratuity-calculator\/","title":{"rendered":"Jafza Gratuity Calculator UAE 2026 \u2013 End of Service Calculation"},"content":{"rendered":"<p>To calculate Jafza Gratuity in the UAE, you can use the following calculator:<\/p>\n\r\n<style>\r\n    :root {\r\n        --primary: var(--site-color);\r\n        --secondary: var(--bg-color-2);\r\n        --accent: #f39c12;\r\n        --text: #333;\r\n        --light: #fff;\r\n        --error: #e74c3c;\r\n        --success: #2ecc71;\r\n        --border-radius: 8px;\r\n        --box-shadow: 0 4px 6px var(--shadow-color);\r\n    }\r\n    \r\n    .required-field::after {\r\n        content: \" *\";\r\n        color: var(--error);\r\n    }\r\n    \r\n    .result-container {\r\n        margin-top: 30px;\r\n        padding: 20px;\r\n        background-color: var(--bg-color-2);\r\n        border-radius: var(--border-radius);\r\n        display: none;\r\n    }\r\n    \r\n    .result-heading {\r\n        color: var(--primary);\r\n        margin-top: 0;\r\n        border-bottom: 2px solid var(--primary);\r\n        padding-bottom: 10px;\r\n    }\r\n    \r\n    .result-row {\r\n        display: flex;\r\n        justify-content: space-between;\r\n        margin-bottom: 10px;\r\n        padding: 8px 0;\r\n        border-bottom: 1px solid #ddd;\r\n    }\r\n    \r\n    .result-label {\r\n        font-weight: bold;\r\n        flex: 2;\r\n    }\r\n    \r\n    .result-value {\r\n        flex: 1;\r\n        text-align: right;\r\n        font-weight: bold;\r\n    }\r\n    \r\n    .total-row {\r\n        font-size: 18px;\r\n        color: var(--primary);\r\n        border-top: 2px solid var(--primary);\r\n        padding-top: 10px;\r\n        margin-top: 10px;\r\n    }\r\n    \r\n    .note {\r\n        margin-top: 20px;\r\n        padding: 15px;\r\n        background-color: rgba(243, 156, 18, 0.1);\r\n        border-left: 4px solid var(--accent);\r\n        font-size: 14px;\r\n    }\r\n    \r\n    .error-message {\r\n        color: var(--error);\r\n        font-size: 14px;\r\n        margin-top: 5px;\r\n        display: none;\r\n    }\r\n<\/style>\r\n\r\n<script src=\"https:\/\/cdn.jsdelivr.net\/npm\/chart.js@4.4.9\/dist\/chart.umd.min.js\"><\/script>\r\n\r\n<div class=\"g-form\">\r\n    <div class=\"g-form-options\">\r\n                    <div class=\"header\">Jafza End of Service Gratuity Calculator<\/div>\r\n        \r\n        <strong>Calculate your end of service benefits based on Jafza regulations:<\/strong>\r\n\r\n        <label for=\"employeeName\" class=\"required-field\">Employee Name<\/label>\r\n        <input type=\"text\" id=\"employeeName\" placeholder=\"Enter employee name\">\r\n        <div class=\"error-message\" id=\"employeeNameError\">Please enter employee name<\/div>\r\n\r\n        <label for=\"contractType\" class=\"required-field\">Contract Type<\/label>\r\n        <select id=\"contractType\">\r\n            <option value=\"\">Select contract type<\/option>\r\n            <option value=\"unlimited\">Unlimited Contract<\/option>\r\n            <option value=\"limited\">Limited Contract<\/option>\r\n        <\/select>\r\n        <div class=\"error-message\" id=\"contractTypeError\">Please select contract type<\/div>\r\n\r\n        <label for=\"joiningDate\" class=\"required-field\">Joining Date<\/label>\r\n        <input type=\"date\" id=\"joiningDate\">\r\n        <div class=\"error-message\" id=\"joiningDateError\">Please select joining date<\/div>\r\n        \r\n        <label for=\"leavingDate\" class=\"required-field\">Leaving Date<\/label>\r\n        <input type=\"date\" id=\"leavingDate\">\r\n        <div class=\"error-message\" id=\"leavingDateError\">Please select leaving date<\/div>\r\n\r\n        <label for=\"basicSalary\" class=\"required-field\">Basic Monthly Salary (AED)<\/label>\r\n        <input type=\"number\" id=\"basicSalary\" min=\"0\" placeholder=\"Enter basic monthly salary\">\r\n        <div class=\"error-message\" id=\"basicSalaryError\">Please enter valid basic salary<\/div>\r\n\r\n        <label for=\"reasonForLeaving\" class=\"required-field\">Reason for Leaving<\/label>\r\n        <select id=\"reasonForLeaving\">\r\n            <option value=\"\">Select reason<\/option>\r\n            <option value=\"resignation\">Resignation with Notice Period<\/option>\r\n            <option value=\"termination\">Termination by Employer<\/option>\r\n        <\/select>\r\n        <div class=\"error-message\" id=\"reasonForLeavingError\">Please select reason for leaving<\/div>\r\n        \r\n        <input type=\"button\" data-name=\"submit\" value=\"Calculate Gratuity\">\r\n    <\/div>\r\n\r\n    <div class=\"g-form-result\">\r\n        <div class=\"header\">Results<\/div>\r\n        \r\n        <div class=\"result-container\" id=\"resultContainer\">\r\n            <h3 class=\"result-heading\">Jafza Gratuity Calculation Results<\/h3>\r\n            \r\n            <div class=\"result-row\">\r\n                <div class=\"result-label\">Employee Name:<\/div>\r\n                <div class=\"result-value\" id=\"resultName\">&#8211;<\/div>\r\n            <\/div>\r\n            \r\n            <div class=\"result-row\">\r\n                <div class=\"result-label\">Service Period:<\/div>\r\n                <div class=\"result-value\" id=\"resultServicePeriod\">&#8211;<\/div>\r\n            <\/div>\r\n            \r\n            <div class=\"result-row\">\r\n                <div class=\"result-label\">Daily Salary Rate:<\/div>\r\n                <div class=\"result-value\" id=\"resultDailySalary\">&#8211;<\/div>\r\n            <\/div>\r\n            \r\n            <div id=\"firstFiveYearsRow\" class=\"result-row\">\r\n                <div class=\"result-label\">First 5 Years Gratuity:<\/div>\r\n                <div class=\"result-value\" id=\"resultFirstFiveYears\">&#8211;<\/div>\r\n            <\/div>\r\n            \r\n            <div id=\"remainingPeriodRow\" class=\"result-row\">\r\n                <div class=\"result-label\">Remaining Period Gratuity:<\/div>\r\n                <div class=\"result-value\" id=\"resultRemainingPeriod\">&#8211;<\/div>\r\n            <\/div>\r\n            \r\n            <div class=\"result-row total-row\">\r\n                <div class=\"result-label\">Total Gratuity Amount:<\/div>\r\n                <div class=\"result-value\" id=\"resultTotal\">&#8211;<\/div>\r\n            <\/div>\r\n            \r\n            <div class=\"note\">\r\n                <strong>Note:<\/strong> This is an electronic form for calculation purposes only. Final calculation is subject to Jafza&#8217;s (Labour Affairs Section&#8217;s) final approval. Maximum gratuity is capped at two years&#8217; salary.\r\n            <\/div>\r\n        <\/div>\r\n\r\n    <\/div>\r\n\r\n    <script>\r\n        (function() {\r\n            const form = document.currentScript.parentNode.closest('.g-form');\r\n            const formOptions = form.querySelector('.g-form-options');\r\n            const formResult = form.querySelector('.g-form-result');\r\n            const formResultBody = formResult.querySelector('.body');\r\n            const formSubmit = form.querySelector('[data-name=\"submit\"]');\r\n            const formReset = form.querySelector('[data-name=\"reset\"]');\r\n\r\n            if ( formSubmit ) {\r\n                formSubmit.addEventListener('click', () => {\r\n                    formResult.style.display = 'flex';\r\n\r\n                    calculateGratuity();\r\n                });\r\n            }\r\n\r\n            function calculateGratuity() {\r\n\r\n                \/\/ Set today as the default leaving date\r\n                const today = new Date();\r\n                const formattedDate = today.toISOString().split('T')[0];\r\n                document.getElementById('leavingDate').value = formattedDate;\r\n\r\n                \/\/ Reset error messages\r\n                const errorElements = document.querySelectorAll('.error-message');\r\n                errorElements.forEach(element => {\r\n                    element.style.display = 'none';\r\n                });\r\n                \r\n                \/\/ Get form values\r\n                const employeeName = document.getElementById('employeeName').value.trim();\r\n                const contractType = document.getElementById('contractType').value;\r\n                const joiningDate = document.getElementById('joiningDate').value;\r\n                const leavingDate = document.getElementById('leavingDate').value;\r\n                const basicSalary = parseFloat(document.getElementById('basicSalary').value);\r\n                const reasonForLeaving = document.getElementById('reasonForLeaving').value;\r\n                \r\n                \/\/ Validate inputs\r\n                let isValid = true;\r\n                \r\n                if (!employeeName) {\r\n                    document.getElementById('employeeNameError').style.display = 'block';\r\n                    isValid = false;\r\n                }\r\n                \r\n                if (!contractType) {\r\n                    document.getElementById('contractTypeError').style.display = 'block';\r\n                    isValid = false;\r\n                }\r\n                \r\n                if (!joiningDate) {\r\n                    document.getElementById('joiningDateError').style.display = 'block';\r\n                    isValid = false;\r\n                }\r\n                \r\n                if (!leavingDate) {\r\n                    document.getElementById('leavingDateError').style.display = 'block';\r\n                    isValid = false;\r\n                }\r\n                \r\n                if (isNaN(basicSalary) || basicSalary <= 0) {\r\n                    document.getElementById('basicSalaryError').style.display = 'block';\r\n                    isValid = false;\r\n                }\r\n                \r\n                if (!reasonForLeaving) {\r\n                    document.getElementById('reasonForLeavingError').style.display = 'block';\r\n                    isValid = false;\r\n                }\r\n                \r\n                if (!isValid) {\r\n                    return;\r\n                }\r\n                \r\n                \/\/ Calculate service period\r\n                const joinDate = new Date(joiningDate);\r\n                const leaveDate = new Date(leavingDate);\r\n                \r\n                if (joinDate >= leaveDate) {\r\n                    document.getElementById('joiningDateError').style.display = 'block';\r\n                    document.getElementById('joiningDateError').textContent = 'Joining date must be before leaving date';\r\n                    return;\r\n                }\r\n                \r\n                const diffTime = Math.abs(leaveDate - joinDate);\r\n                const diffDays = Math.floor(diffTime \/ (1000 * 60 * 60 * 24));\r\n                \r\n                const years = Math.floor(diffDays \/ 365);\r\n                const remainingDays = diffDays % 365;\r\n                const months = Math.floor(remainingDays \/ 30);\r\n                const days = remainingDays % 30;\r\n                \r\n                \/\/ Calculate daily salary (basic salary \/ 30)\r\n                const dailySalary = basicSalary \/ 30;\r\n                \r\n                \/\/ Initialize gratuity variables\r\n                let firstFiveYearsGratuity = 0;\r\n                let remainingPeriodGratuity = 0;\r\n                let totalGratuity = 0;\r\n                \r\n                \/\/ For unlimited contracts with resignation after at least 1 year of service\r\n                if (contractType === 'unlimited' && reasonForLeaving === 'resignation' && years >= 1) {\r\n                    \/\/ First 5 Years: 21 days per year\r\n                    if (years >= 5) {\r\n                        firstFiveYearsGratuity = dailySalary * 21 * 5;\r\n                        \r\n                        \/\/ Remaining Period: 30 days per year\r\n                        const remainingYears = years - 5;\r\n                        const remainingMonthsFraction = months \/ 12;\r\n                        const remainingDaysFraction = days \/ 365;\r\n                        \r\n                        remainingPeriodGratuity = dailySalary * 30 * (remainingYears + remainingMonthsFraction + remainingDaysFraction);\r\n                    } else {\r\n                        \/\/ Less than 5 years of service: 21 days per year\r\n                        const monthsFraction = months \/ 12;\r\n                        const daysFraction = days \/ 365;\r\n                        \r\n                        firstFiveYearsGratuity = dailySalary * 21 * (years + monthsFraction + daysFraction);\r\n                    }\r\n                    \r\n                    totalGratuity = firstFiveYearsGratuity + remainingPeriodGratuity;\r\n                } else if (contractType === 'unlimited' && reasonForLeaving === 'termination' && years >= 1) {\r\n                    \/\/ For termination with at least 1 year of service\r\n                    \/\/ First 5 Years: 21 days per year\r\n                    if (years >= 5) {\r\n                        firstFiveYearsGratuity = dailySalary * 21 * 5;\r\n                        \r\n                        \/\/ Remaining Period: 30 days per year\r\n                        const remainingYears = years - 5;\r\n                        const remainingMonthsFraction = months \/ 12;\r\n                        const remainingDaysFraction = days \/ 365;\r\n                        \r\n                        remainingPeriodGratuity = dailySalary * 30 * (remainingYears + remainingMonthsFraction + remainingDaysFraction);\r\n                    } else {\r\n                        \/\/ Less than 5 years of service: 21 days per year\r\n                        const monthsFraction = months \/ 12;\r\n                        const daysFraction = days \/ 365;\r\n                        \r\n                        firstFiveYearsGratuity = dailySalary * 21 * (years + monthsFraction + daysFraction);\r\n                    }\r\n                    \r\n                    totalGratuity = firstFiveYearsGratuity + remainingPeriodGratuity;\r\n                } else if (contractType === 'limited') {\r\n                    \/\/ For limited contracts\r\n                    if (years >= 5) {\r\n                        firstFiveYearsGratuity = dailySalary * 21 * 5;\r\n                        \r\n                        const remainingYears = years - 5;\r\n                        const remainingMonthsFraction = months \/ 12;\r\n                        const remainingDaysFraction = days \/ 365;\r\n                        \r\n                        remainingPeriodGratuity = dailySalary * 30 * (remainingYears + remainingMonthsFraction + remainingDaysFraction);\r\n                    } else {\r\n                        const monthsFraction = months \/ 12;\r\n                        const daysFraction = days \/ 365;\r\n                        \r\n                        firstFiveYearsGratuity = dailySalary * 21 * (years + monthsFraction + daysFraction);\r\n                    }\r\n                    \r\n                    totalGratuity = firstFiveYearsGratuity + remainingPeriodGratuity;\r\n                } else if (years < 1) {\r\n                    \/\/ Less than 1 year of service\r\n                    totalGratuity = 0;\r\n                    document.getElementById('firstFiveYearsRow').style.display = 'none';\r\n                    document.getElementById('remainingPeriodRow').style.display = 'none';\r\n                }\r\n                \r\n                \/\/ Cap the total gratuity at two years' salary (2 * 12 * basicSalary)\r\n                const maxGratuity = 2 * 12 * basicSalary;\r\n                if (totalGratuity > maxGratuity) {\r\n                    totalGratuity = maxGratuity;\r\n                }\r\n                \r\n                \/\/ Display results\r\n                document.getElementById('resultName').textContent = employeeName;\r\n                document.getElementById('resultServicePeriod').textContent = `${years} years, ${months} months, ${days} days`;\r\n                document.getElementById('resultDailySalary').textContent = `AED ${dailySalary.toFixed(2)}`;\r\n                document.getElementById('resultFirstFiveYears').textContent = `AED ${firstFiveYearsGratuity.toFixed(2)}`;\r\n                document.getElementById('resultRemainingPeriod').textContent = `AED ${remainingPeriodGratuity.toFixed(2)}`;\r\n                document.getElementById('resultTotal').textContent = `AED ${totalGratuity.toFixed(2)}`;\r\n                \r\n                \/\/ Show result container\r\n                resultContainer.style.display = 'block';\r\n                \r\n                \/\/ Scroll to results\r\n                resultContainer.scrollIntoView({ behavior: 'smooth' });\r\n            }\r\n            \r\n        })();\r\n    <\/script>\r\n<\/div>\n<p><\/div><\/div><\/div><div class=\"primary-content-body\"><div class=\"primary-content-content singular-content\"><div class=\"singular-body\"><\/p>\n<h2>Understanding Gratuity Entitlements for Jafza Employees<\/h2>\n<p>Gratuity for Jafza employees is a lump sum payment given under the Labor Laws of the UAE according to years of service. A registered employee is entitled to 21 days&#8217; basic pay per year for the first five years and 30 days after that. These payments are considered on termination of a contract, or lawful termination, and the employee has served the minimum of one year.<\/p>\n<h2>Step-by-Step Guide to Calculating Gratuity in Jafza<\/h2>\n<p>To use Jafza Gratuity Calculator online, Just follow these easy steps:<\/p>\n<ul>\n<li>Write the Employee Name in the designated field.<\/li>\n<li>Select Contract Type from the drop-down list.<\/li>\n<\/ul>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-medium wp-image-13943\" src=\"https:\/\/emirateseportal.com\/wp-content\/uploads\/2025\/05\/Step-by-Step-Guide-to-Calculating-Gratuity-in-Jafza-203x400.jpg\" alt=\"Step-by-Step Guide to Calculating Gratuity in Jafza\" width=\"203\" height=\"400\" srcset=\"https:\/\/emirateseportal.com\/wp-content\/uploads\/2025\/05\/Step-by-Step-Guide-to-Calculating-Gratuity-in-Jafza-203x400.jpg 203w, https:\/\/emirateseportal.com\/wp-content\/uploads\/2025\/05\/Step-by-Step-Guide-to-Calculating-Gratuity-in-Jafza.jpg 358w\" sizes=\"auto, (max-width: 203px) 100vw, 203px\" \/><\/p>\n<ul>\n<li>Enter the start and end dates of work using the calendar.<\/li>\n<li>Enter your Basic Monthly Salary and then choose the reason for leaving your job.<\/li>\n<li>Click on the Calculate icon to view the value of the end-of-service bonus.<\/li>\n<\/ul>\n<h2>Key Factors Influencing Gratuity Calculations in Jafza<\/h2>\n<p>The following list shows key factors influencing gratuity calculations in Jafza:<\/p>\n<ul>\n<li><strong>Length of Continuous Service:<\/strong> The years of uninterrupted service are directly related to gratuity amount. Employees with more than five years are entitled to a greater value, while with lesser service they are entitled to less or none for service below one year.<\/li>\n<li><strong>Type of contract:<\/strong> The kind of contract, limited or unlimited, greatly affects the gratuity scheme. Limited contracts mostly witness full gratuity being granted after completion, whereas for unlimited contracts, gratuity may be reduced when resignation is early.<\/li>\n<li><strong>Basic salary at seniority:<\/strong> It is eligible for gratuity calculation only based on the last basic salary of the employee after service termination. A greater basic salary in the final separation contributes toward increasing the gratuity amount.<\/li>\n<li><strong>Cause for leaving the job:<\/strong> An employee will miss his gratuity if found guilty of resigning or firing himself-under Article 120. All unjustified terminations would thus accept full payment corresponding to time spent.<\/li>\n<li><strong>Unauthorized Absence or Misconduct:<\/strong> According to these discriminatory actions or absences, rights to the gratuity can be jeopardized, especially if dismissal is carried out on the basis of legal provisions that preclude granting of benefits.<\/li>\n<li><strong>Errors in Calculation or Policy Variations:<\/strong> Internal HR policies or the misapplication of the law can affect the expected amounts. Jafza companies may interpret the rules differently or implement the rules differently, affecting the final numbers.<\/li>\n<\/ul>\n<h2>Differences Between Limited and Unlimited Contracts in Gratuity Computation<\/h2>\n<p>The kind of contract, whether limited or unlimited, affects what is calculated as gratuity. If an employee worked within the ambit of a limited contract, the full gratuity is usually granted if the contract has been completed. Employees under an unlimited contract tend to lose gratuity in case of resignation, unless that person was employed for more years. Conversely, termination without cause tends to ensure full gratuity while resigning early under unlimited contracts could result in partial or complete denial of gratuity.<\/p>\n<h2>Impact of Resignation and Termination on Gratuity Eligibility<\/h2>\n<p>Gratuity entitlement depends on the manner in which employment comes to an end. Termination at the hands of the employer ordinarily entitles the worker to full benefits. On the other hand, in the case of employee resignation, gratuity might be lessened, chiefly when the period of service is less than five years. For resignations under unrestricted contracts, the entitled gratuity might be as low as one-third of the full fare.<\/p>\n<h2>Legal Caps and Maximum Limits on Gratuity Payments in Jafza<\/h2>\n<p>While gratuity is calculated according to the number of years worked and the employee&#8217;s basic salary, there are legal restrictions imposed by the UAE regarding the amount. The maximum gratuity amount is not to exceed two years&#8217; gross salary. Gratuity forfeiture can also result if there is some violation or breach under Article 120 of the Labour Law. Apart from this, Jafza employees should factor in any company policy that further limits gratuity.<\/p>\n<h2>Common Mistakes to Avoid When Calculating Gratuity<\/h2>\n<p>Below is a list of common mistakes to avoid when calculating gratuity:<\/p>\n<ul>\n<li><strong>Including Non-Basic Salary Components:<\/strong> Many mistakenly include allowances, commissions, or bonuses in gratuity calculations. UAE law states that only the basic salary should be considered, thereby producing a more accurate and lawful outcome.<\/li>\n<li><strong>Ignoring Contract Type Differences:<\/strong> Overlooking whether the employment contract is limited or unlimited can lead to incorrect assumptions about entitlements, especially in cases of resignation or early termination.<\/li>\n<li><strong>Misunderstanding Resignation Rules:<\/strong> Those who resign of course are supposed to be aware of the possibility of reduced gratuity rates when resigning under unlimited contracts before actually completing five years. Instead, many of them seem to just inflate their expectations for the final payout.<\/li>\n<li><strong>Neglecting Minimum Service Period:<\/strong> Calculating gratuity while disregarding the criteria of a minimum period of one year in service is one of the very common mistakes to be made in respect of gratuity, because any person whose length of service is below years is not entitled to it.<\/li>\n<li><strong>Using Outdated Calculators:<\/strong> Gratuity calculators that have not been updated with the recent amendments to the UAE Labor Law might mislead the affected persons, especially when the laws have undergone changes affecting gratuity caps or gratuity calculations.<\/li>\n<li><strong data-start=\"2902\" data-end=\"2938\">Not Considering Legal Deductions<\/strong>: Since legal deductions or penalties on account of wrongdoing are disregarded, unreal gratuity projections arise, particularly if the employee was dismissed on disciplinary grounds.<\/li>\n<li><strong>Assuming Polices Are The Same Within Companies:<\/strong> It is far from the truth to believe that all Jafza companies calculate gratuity the same way. Somehow, company policies and interpretations may interfere with entitlements under UAE law.<\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>To calculate Jafza Gratuity in the UAE, you can use the following calculator: Understanding Gratuity Entitlements for Jafza Employees Gratuity for Jafza employees is a lump sum payment given under&#8230;<\/p>\n","protected":false},"author":19,"featured_media":13924,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[26],"tags":[214],"class_list":["post-13921","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-services","tag-calculators"],"acf":[],"views":1070,"_links":{"self":[{"href":"https:\/\/emirateseportal.com\/en\/wp-json\/wp\/v2\/posts\/13921","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/emirateseportal.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/emirateseportal.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/emirateseportal.com\/en\/wp-json\/wp\/v2\/users\/19"}],"replies":[{"embeddable":true,"href":"https:\/\/emirateseportal.com\/en\/wp-json\/wp\/v2\/comments?post=13921"}],"version-history":[{"count":8,"href":"https:\/\/emirateseportal.com\/en\/wp-json\/wp\/v2\/posts\/13921\/revisions"}],"predecessor-version":[{"id":16603,"href":"https:\/\/emirateseportal.com\/en\/wp-json\/wp\/v2\/posts\/13921\/revisions\/16603"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/emirateseportal.com\/en\/wp-json\/wp\/v2\/media\/13924"}],"wp:attachment":[{"href":"https:\/\/emirateseportal.com\/en\/wp-json\/wp\/v2\/media?parent=13921"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/emirateseportal.com\/en\/wp-json\/wp\/v2\/categories?post=13921"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/emirateseportal.com\/en\/wp-json\/wp\/v2\/tags?post=13921"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}