{"id":49208,"date":"2021-09-13T17:23:19","date_gmt":"2021-09-13T15:23:19","guid":{"rendered":"https:\/\/moovago.com\/non-categorise\/5-online-commercial-calculations-formulas-and-definitions\/"},"modified":"2025-11-26T11:55:01","modified_gmt":"2025-11-26T10:55:01","slug":"5-online-commercial-calculations-formulas-and-definitions","status":"publish","type":"post","link":"https:\/\/moovago.com\/en\/calculation\/5-online-commercial-calculations-formulas-and-definitions\/","title":{"rendered":"5 Online commercial calculations, formulas and definitions"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"49208\" class=\"elementor elementor-49208 elementor-7799\" data-elementor-post-type=\"post\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d9e2d16 e-flex e-con-boxed e-con e-parent\" data-id=\"d9e2d16\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d1baef7 elementor-widget elementor-widget-heading\" data-id=\"d1baef7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Definition of some useful commercial calculations<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-889a71d elementor-widget elementor-widget-text-editor\" data-id=\"889a71d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p>In this article you&#8217;ll find all the most important business calculations. They will help you report on the state of your business. <\/p><p>Whether you&#8217;re a salesperson or an entrepreneur, you need to master sales calculations at your fingertips. BTS students, management teachers and even professionals such as managers and salespeople need to master these calculations, because they are the foundation of any salesperson worthy of the name. <\/p><p>To assess the profitability of a product or company, there are a number of performance indicators. Among the best-known financial indicators are margin and brand levels. <\/p><p>But what exactly is this rate worth? What are the differences between them? And how can they be used correctly? Many people confuse these two financial indicators, and put their company&#8217;s profitability at risk.   <\/p><p>This data sheet summarizes the important formulas you need to know for your business or professional activity.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-6eacf27 e-con-full e-flex e-con e-child\" data-id=\"6eacf27\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1925e91 elementor-widget elementor-widget-html\" data-id=\"1925e91\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 style=\"font-family: Roboto; font-size: 24px; letter-spacing: 0px; word-spacing: 2px; color: #212121; font-weight: 600;\">Calculate your retention rate online for free<\/h2>\n\n<p>Enter the number of customers\/persons <b>at the start of<\/b> the period.<\/p>\n<input type=\"number\" id=\"cd\" placeholder=\"100\">\n<p><\/p>\n<p>Enter the number of customers\/persons retained <b>at the end of<\/b> the period.<\/p>\n<input type=\"number\" id=\"cf\" placeholder=\"120\">\n\n<p><\/p>\n<p>Enter the number of <b>new<\/b> customers\/persons acquired during the period.<\/p>\n<input type=\"number\" id=\"cn\" placeholder=\"30\">\n\n<button id=\"btn-ret\" style=\"margin-top: 20px; background-color:#84cd00; color: #ffffff;\">Calculate your retention rate<\/button>\n<p><\/p>\n\n<p id=\"result\"><\/p>\n\n<script>\n    document.getElementById('btn-ret').addEventListener('click', event => {\n        let cd = parseFloat(document.getElementById('cd').value);\n        let cf = parseFloat(document.getElementById('cf').value);\n        let cn = parseFloat(document.getElementById('cn').value);\n        \n        document.getElementById('result').innerHTML = \"Resultat : \" + (((cf-cn)\/cd) *100).toString().replace('.', ',') + \"% de taux de r\u00e9tention.\";\n    });\n<\/script>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-d8e6c90 e-con-full e-flex e-con e-child\" data-id=\"d8e6c90\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8fb0fb5 elementor-widget elementor-widget-html\" data-id=\"8fb0fb5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 style=\"font-family: Roboto; font-size: 24px; letter-spacing: 0px; word-spacing: 2px; color: #212121; font-weight: 600;\">Calculate your profit margin online for free<\/h2>\n\n<p style=\"font-family: Roboto; font-size: 20px; letter-spacing: 0px; word-spacing: 2px; color: #212121; font-weight: 500;\">Calculate profit margin from sales margin and sales price<\/p>\n\n<p>Enter <b>your sales margin<\/b><\/p>\n<input type=\"number\" id=\"c-43164821\" placeholder=\"100\">\n\n<p>Enter <b>your selling price<\/b> <\/p>\n<input type=\"number\" id=\"c-82541385\" placeholder=\"750\">\n\n\n<button id=\"btn-564132846\" style=\"margin-top: 20px; background-color:#84cd00; color: #ffffff;\">Calculate your margin rate<\/button>\n\n<p id=\"result-564132846\"><\/p>\n\n<script>\n    document.getElementById('btn-564132846').addEventListener('click', event => {\n        let marge = parseFloat(document.getElementById('c-43164821').value);\n        let prixVente = parseFloat(document.getElementById('c-82541385').value);\n        \n        let tauxMarge = ((marge \/ prixVente) * 100).toString().replace('.', ',');\n        \n        document.getElementById('result-564132846').innerHTML = \"Resultat : \" + tauxMarge + \"% de taux de marge.\";\n    });\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6a209c0 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"6a209c0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b0595eb elementor-widget elementor-widget-html\" data-id=\"b0595eb\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p style=\"font-family: Roboto; font-size: 20px; letter-spacing: 0px; word-spacing: 2px; color: #212121; font-weight: 500;\">Calculate margin rate from sales margin and purchase price<\/p>\n\n<p><\/p>\n<p>Enter <b>your sales margin<\/b><\/p>\n<input type=\"number\" id=\"ca\" placeholder=\"10\">\n<p><\/p>\n<p>Enter <b>your purchase price<\/b><\/p>\n<input type=\"number\" id=\"cb\" placeholder=\"500\">\n\n<button id=\"btn-2558496159\" style=\"margin-top: 20px; background-color:#84cd00; color:#ffffff;\">Calculate your margin rate<\/button>\n<p><\/p>\n\n<p id=\"result-5272352752\"><\/p>\n\n<script>\n    document.getElementById('btn-2558496159').addEventListener('click', event => {\n        let ca = parseFloat(document.getElementById('ca').value);\n        let cb = parseFloat(document.getElementById('cb').value);\n        \n        document.getElementById('result-5272352752').innerHTML = \"R\u00e9sultat : \" + (((ca*100)\/cb)).toString().replace('.', ',') + \"% de taux de marge.\";\n    });\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8130e23 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"8130e23\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-73a09d0 elementor-widget elementor-widget-html\" data-id=\"73a09d0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p style=\"font-family: Roboto; font-size: 20px; letter-spacing: 0px; word-spacing: 2px; color: #212121; font-weight: 500;\">Calculate mark-up from purchase and sales prices<\/p>\n\n<p><\/p>\n<p>Enter <b>your selling price<\/b><\/p>\n<input type=\"number\" id=\"c-4587651354\" placeholder=\"150\">\n<p><\/p>\n<p>Enter <b>your purchase price<\/b><\/p>\n<input type=\"number\" id=\"c-45313\" placeholder=\"100\">\n\n<button id=\"btn-456\" style=\"margin-top: 20px; background-color:#84cd00; color:#ffffff;\">Calculate your margin rate<\/button>\n<p><\/p>\n\n<p id=\"result-456\"><\/p>\n\n<script>\n    document.getElementById('btn-456').addEventListener('click', event => {\n        let prixVente = parseFloat(document.getElementById('c-4587651354').value);\n        let prixAchat = parseFloat(document.getElementById('c-45313').value);\n        \n        let tauxMarge = (((prixVente - prixAchat) \/ prixVente) * 100).toString().replace('.', ',');\n        \n        document.getElementById('result-456').innerHTML = \"R\u00e9sultat : \" + tauxMarge + \"% de taux de marge.\";\n    });\n<\/script>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-0b8ae34 e-con-full e-flex e-con e-child\" data-id=\"0b8ae34\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-10cb2d8 elementor-widget elementor-widget-html\" data-id=\"10cb2d8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 style=\"font-family: Roboto; font-size: 24px; letter-spacing: 0px; word-spacing: 2px; color: #212121; font-weight: 600;\">Calculate your net margin online, free of charge<\/h2>\n\n<p style=\"font-family: Roboto; font-size: 20px; letter-spacing: 0px; word-spacing: 2px; color: #212121; font-weight: 500;\">Calculate net margin from net profit or net income on sales revenue<\/p>\n\n<p><\/p>\n<p>Enter your <b>net profit<\/b> or <b>net income<\/b><\/p>\n<input type=\"number\" id=\"c-7984612\" placeholder=\"800\">\n<p><\/p>\n<p>Enter your sales <b>revenue<\/b><\/p>\n<input type=\"number\" id=\"c-456135810\" placeholder=\"6000\">\n\n<button id=\"btn-451984184\" style=\"margin-top: 20px; background-color:#84cd00; color:#ffffff;\">Calculate your net margin<\/button>\n<p><\/p>\n\n<p id=\"result-451984184\"><\/p>\n\n<script>\n    document.getElementById('btn-451984184').addEventListener('click', event => {\n        let ca = parseFloat(document.getElementById('c-7984612').value);\n        let cb = parseFloat(document.getElementById('c-456135810').value);\n        \n        let margeNette = ((ca \/ cb) * 100).toString().replace('.', ',');\n        \n        document.getElementById('result-451984184').innerHTML = \"R\u00e9sultat : \" + margeNette + \"% de marge nette.\";\n    });\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e924f52 e-con-full e-flex e-con e-child\" data-id=\"e924f52\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-fe832a1 elementor-widget elementor-widget-html\" data-id=\"fe832a1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 style=\"font-family: Roboto; font-size: 24px; letter-spacing: 0px; word-spacing: 2px; color: #212121; font-weight: 600;\">Calculate the brand rate online for free<\/h2>\n\n<p style=\"font-family: Roboto; font-size: 20px; letter-spacing: 0px; word-spacing: 2px; color: #212121; font-weight: 500;\">Calculate brand rate from sales margin and sales price<\/p>\n\n<p><\/p>\n<p>Enter <b>your sales margin<\/b><\/p>\n<input type=\"number\" id=\"c-5498461\" placeholder=\"20\">\n<p><\/p>\n<p>Enter <b>your selling price<\/b><\/p>\n<input type=\"number\" id=\"c-42151335\" placeholder=\"100\">\n\n<button id=\"btn-4894761\" style=\"margin-top: 20px; background-color:#84cd00; color:#ffffff;\">Calculate your brand rate<\/button>\n<p><\/p>\n\n<p id=\"result-4894761\"><\/p>\n\n<script>\n    document.getElementById('btn-4894761').addEventListener('click', event => {\n        let margeCommerciale = parseFloat(document.getElementById('c-5498461').value);\n        let prixVente = parseFloat(document.getElementById('c-42151335').value);\n        \n        let tauxMarque = ((margeCommerciale * 100) \/ prixVente).toString().replace('.', ',');\n        \n        document.getElementById('result-4894761').innerHTML = \"R\u00e9sultat : \" + tauxMarque + \"% de taux de marque.\";\n    });\n<\/script>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e50160e elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"e50160e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-e02fb70 elementor-widget elementor-widget-html\" data-id=\"e02fb70\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p style=\"font-family: Roboto; font-size: 20px; letter-spacing: 0px; word-spacing: 2px; color: #212121; font-weight: 500;\">Calculate brand rate from sales margin and purchase price<\/p>\n\n<p><\/p>\n<p>Enter <b>your sales margin<\/b><\/p>\n<input type=\"number\" id=\"c-84567\" placeholder=\"20\">\n<p><\/p>\n<p>Enter <b>your purchase price<\/b><\/p>\n<input type=\"number\" id=\"c-652412756\" placeholder=\"80\">\n\n<button id=\"btn-165154144\" style=\"margin-top: 20px; background-color:#84cd00; color:#ffffff;\">Calculate your brand rate<\/button>\n<p><\/p>\n\n<p id=\"result-165154144\"><\/p>\n\n<script>\n    document.getElementById('btn-165154144').addEventListener('click', event => {\n        let margeCommerciale = parseFloat(document.getElementById('c-84567').value);\n        let prixAchat = parseFloat(document.getElementById('c-652412756').value);\n\n        let tauxMarque = ((margeCommerciale * 100) \/ (margeCommerciale + prixAchat)).toString().replace('.', ',');\n        \n        document.getElementById('result-165154144').innerHTML = \"R\u00e9sultat : \" + tauxMarque + \"% de taux de marque.\";\n    });\n<\/script>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-443e586 elementor-widget-divider--view-line elementor-widget elementor-widget-divider\" data-id=\"443e586\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"divider.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-divider\">\n\t\t\t<span class=\"elementor-divider-separator\">\n\t\t\t\t\t\t<\/span>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7eda339 elementor-widget elementor-widget-html\" data-id=\"7eda339\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<p style=\"font-family: Roboto; font-size: 20px; letter-spacing: 0px; word-spacing: 2px; color: #212121; font-weight: 500;\">Calculate brand rate from purchase price and selling price<\/p>\n\n<p><\/p>\n<p>Enter <b>your selling price<\/b><\/p>\n<input type=\"number\" id=\"c-7854612102\" placeholder=\"100\">\n<p><\/p>\n<p>Enter <b>your purchase price<\/b><\/p>\n<input type=\"number\" id=\"c-745132184\" placeholder=\"80\">\n\n<button id=\"btn-478984556102312\" style=\"margin-top: 20px; background-color:#84cd00; color:#ffffff;\">Calculate your brand rate<\/button>\n<p><\/p>\n\n<p id=\"result-478984556102312\"><\/p>\n\n<script>\n    document.getElementById('btn-478984556102312').addEventListener('click', event => {\n        let prixVente = parseFloat(document.getElementById('c-7854612102').value);\n        let prixAchat = parseFloat(document.getElementById('c-745132184').value);\n        \n        let tauxMarque = (((prixVente - prixAchat) \/ prixVente) * 100).toString().replace('.', ',');\n        \n        document.getElementById('result-478984556102312').innerHTML = \"R\u00e9sultat : \" + tauxMarque + \"% de taux de marque.\";\n    });\n<\/script>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-9256e5c e-con-full e-flex e-con e-child\" data-id=\"9256e5c\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5299714 elementor-widget elementor-widget-html\" data-id=\"5299714\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<h2 style=\"font-family: Roboto; font-size: 24px; letter-spacing: 0px; word-spacing: 2px; color: #212121; font-weight: 600;\">Calculate gross margin online for free<\/h2>\n\n<p style=\"font-family: Roboto; font-size: 20px; letter-spacing: 0px; word-spacing: 2px; color: #212121; font-weight: 500;\">Calculate gross margin from sales of goods\/services excluding VAT and purchase costs of goods excluding VAT<\/p>\n\n<p><\/p>\n<p>Enter <b>your sales price excluding VAT<\/b><\/p>\n<input type=\"number\" id=\"c-8974613846\" placeholder=\"100\">\n<p><\/p>\n<p>Enter <b>your purchase price<\/b><\/p>\n<input type=\"number\" id=\"c-622542125\" placeholder=\"80\">\n\n<button id=\"btn-8974613846\" style=\"margin-top: 20px; background-color:#84cd00; color:#ffffff;\">Calculate your gross margin<\/button>\n<p><\/p>\n\n<p id=\"result-8974613846\"><\/p>\n\n<script>\n    document.getElementById('btn-8974613846').addEventListener('click', event => {\n        let prixVenteHT = parseFloat(document.getElementById('c-8974613846').value);\n        let prixAchatHT = parseFloat(document.getElementById('c-622542125').value);\n        \n        let margeBrute = prixVenteHT - prixAchatHT;\n        let tauxMargeBrute = ((margeBrute \/ prixVenteHT) * 100).toString().replace('.', ',');\n        \n        document.getElementById('result-8974613846').innerHTML = \"R\u00e9sultat : \" + margeBrute + \" de marge brute (\" + tauxMargeBrute + \"% de taux de marge brute).\";\n    });\n<\/script>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Definition of some useful commercial calculations In this article you&#8217;ll find all the most important business calculations. They will help you report on the state of your business. Whether you&#8217;re a salesperson or an entrepreneur, you need to master sales calculations at your fingertips. BTS students, management teachers and even professionals such as managers and [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":42010,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[481],"tags":[],"class_list":["post-49208","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-calculation"],"_links":{"self":[{"href":"https:\/\/moovago.com\/en\/wp-json\/wp\/v2\/posts\/49208","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/moovago.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/moovago.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/moovago.com\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/moovago.com\/en\/wp-json\/wp\/v2\/comments?post=49208"}],"version-history":[{"count":1,"href":"https:\/\/moovago.com\/en\/wp-json\/wp\/v2\/posts\/49208\/revisions"}],"predecessor-version":[{"id":49210,"href":"https:\/\/moovago.com\/en\/wp-json\/wp\/v2\/posts\/49208\/revisions\/49210"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/moovago.com\/en\/wp-json\/wp\/v2\/media\/42010"}],"wp:attachment":[{"href":"https:\/\/moovago.com\/en\/wp-json\/wp\/v2\/media?parent=49208"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/moovago.com\/en\/wp-json\/wp\/v2\/categories?post=49208"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/moovago.com\/en\/wp-json\/wp\/v2\/tags?post=49208"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}