{"id":14,"date":"2025-07-21T20:18:58","date_gmt":"2025-07-21T18:18:58","guid":{"rendered":"https:\/\/xn--szmolgp-iwa0f0e.hu\/?page_id=14"},"modified":"2025-07-21T20:18:58","modified_gmt":"2025-07-21T18:18:58","slug":"basic-calculator-mathematical-operations","status":"publish","type":"page","link":"https:\/\/xn--szmolgp-iwa0f0e.hu\/en\/alap-kalkulator-matematikai-muveletek\/","title":{"rendered":"Basic Calculator \u2013 Mathematical Operations"},"content":{"rendered":"<div class=\"alap-kalkulator-container\" data-theme=\"light\" \r\n             style=\"--calculator-width: 100%; --calculator-height: auto;\">\r\n            \r\n            <div class=\"calculator\">\r\n                <h2>Basic Calculator<\/h2>\r\n                <p class=\"calculator-description\">Basic mathematical operations: addition, subtraction, multiplication, division<\/p>\r\n                \r\n                <div class=\"input-section\">\r\n                    <div class=\"input-group\">\r\n                        <label for=\"number1\">First number<\/label>\r\n                        <input type=\"number\" id=\"number1\" placeholder=\"0\" step=\"any\" required>\r\n                        <span class=\"input-hint\">Enter the first number<\/span>\r\n                    <\/div>\r\n                    \r\n                    <div class=\"input-group\">\r\n                        <label for=\"operation\">Operation<\/label>\r\n                        <select id=\"operation\">\r\n                            <option value=\"+\">Addition (+)<\/option>\r\n                            <option value=\"-\">Subtraction (-)<\/option>\r\n                            <option value=\"*\">Multiplication (\u00d7)<\/option>\r\n                            <option value=\"\/\">Division (\u00f7)<\/option>\r\n                            <option value=\"%\">Remainder (%)<\/option>\r\n                            <option value=\"^\">Exponentiation (^)<\/option>\r\n                        <\/select>\r\n                        <span class=\"input-hint\">Select the operation<\/span>\r\n                    <\/div>\r\n                    \r\n                    <div class=\"input-group\">\r\n                        <label for=\"number2\">Second number<\/label>\r\n                        <input type=\"number\" id=\"number2\" placeholder=\"0\" step=\"any\" required>\r\n                        <span class=\"input-hint\">Enter the second number<\/span>\r\n                    <\/div>\r\n                    \r\n                    <button type=\"button\" id=\"calculate-result\" class=\"calculate-btn\">Calculate<\/button>\r\n                <\/div>\r\n                \r\n                <div class=\"result-section\" id=\"result-section\" style=\"display: none;\">\r\n                    <div class=\"result-header\">\r\n                        <h3>Result<\/h3>\r\n                    <\/div>\r\n                    \r\n                    <div class=\"result-content\">\r\n                        <div class=\"calculation-display\">\r\n                            <span id=\"calculation-formula\">0 + 0 = 0<\/span>\r\n                        <\/div>\r\n                        \r\n                        <div class=\"result-value\">\r\n                            <span class=\"result-number\" id=\"result-value\">0<\/span>\r\n                        <\/div>\r\n                        \r\n                        <div class=\"result-details\" id=\"result-details\">\r\n                            <h4>Detailed information<\/h4>\r\n                            <div class=\"detail-item\">\r\n                                <span class=\"detail-label\">Operation type:<\/span>\r\n                                <span class=\"detail-value\" id=\"operation-type\">-<\/span>\r\n                            <\/div>\r\n                            <div class=\"detail-item\">\r\n                                <span class=\"detail-label\">Precision:<\/span>\r\n                                <span class=\"detail-value\" id=\"precision\">-<\/span>\r\n                            <\/div>\r\n                            <div class=\"detail-item\">\r\n                                <span class=\"detail-label\">Decimal places:<\/span>\r\n                                <span class=\"detail-value\" id=\"decimal-places\">-<\/span>\r\n                            <\/div>\r\n                        <\/div>\r\n                        \r\n                        <div class=\"calculation-history\" id=\"calculation-history\">\r\n                            <h4>Calculation history<\/h4>\r\n                            <div class=\"history-list\" id=\"history-list\">\r\n                                <!-- Dinamikusan t\u00f6lt\u0151dik be -->\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <div class=\"calculator-info\">\r\n                    <h4>Basic mathematical operations<\/h4>\r\n                    <p>The basic calculator allows you to perform basic mathematical operations between two numbers.<\/p>\r\n                    \r\n                    <h4>Supported operations<\/h4>\r\n                    <ul>\r\n                        <li><strong>Addition (+):<\/strong> Adding two numbers<\/li>\r\n                        <li><strong>Subtraction (-):<\/strong> Subtracting two numbers<\/li>\r\n                        <li><strong>Multiplication (\u00d7):<\/strong> Multiplying two numbers<\/li>\r\n                        <li><strong>Division (\u00f7):<\/strong> Dividing two numbers<\/li>\r\n                        <li><strong>Remainder (%):<\/strong> Determining the remainder of division<\/li>\r\n                        <li><strong>Exponentiation (^):<\/strong> Raising the first number to the power of the second<\/li>\r\n                    <\/ul>\r\n                    \r\n                    <h4>Usage guide<\/h4>\r\n                    <ol>\r\n                        <li>Enter the first number<\/li>\r\n                        <li>Select the desired operation<\/li>\r\n                        <li>Enter the second number<\/li>\r\n                        <li>Click the \"Calculate\" button<\/li>\r\n                        <li>The result appears immediately<\/li>\r\n                    <\/ol>\r\n                    \r\n                    <div class=\"disclaimer\">\r\n                        <p><strong>Important:<\/strong> The calculator performs calculations with high precision. Division by zero is not possible. Exponentiation may take time for large numbers.<\/p>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n        \r\n        <script type=\"text\/javascript\">\r\n        \/\/ Gyors inicializ\u00e1l\u00e1s, ha a DOM m\u00e1r bet\u00f6lt\u00f6tt\r\n        if (document.readyState === 'loading') {\r\n            document.addEventListener('DOMContentLoaded', function() {\r\n                if (typeof AlapCalculator !== 'undefined') {\r\n                    new AlapCalculator();\r\n                }\r\n            });\r\n        } else {\r\n            if (typeof AlapCalculator !== 'undefined') {\r\n                new AlapCalculator();\r\n            }\r\n        }\r\n        <\/script>\r\n        \n\n\n\n<h2 class=\"wp-block-heading\">Basic Calculator \u2013 Professional Mathematical Operations<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The basic calculator is a professional online tool that allows you to perform basic mathematical operations quickly and accurately. It is an excellent choice for students, teachers, engineers, and anyone who needs to perform mathematical calculations.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">What operations can you perform with the basic calculator?<\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Addition (+):<\/strong> Adding two or more numbers<\/li>\n<li><strong>Subtraction (-):<\/strong> Subtracting two numbers<\/li>\n<li><strong>Multiplication (\u00d7):<\/strong> Multiplying two numbers<\/li>\n<li><strong>Division (\u00f7):<\/strong> Dividing two numbers<\/li>\n<li><strong>Remainder (%):<\/strong> Determining the remainder of division<\/li>\n<li><strong>Exponentiation (^):<\/strong> Raising a number to a power<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Why choose the basic calculator?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">The basic calculator offers several advantages over traditional calculators:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Precision:<\/strong> Performs calculations with high precision<\/li>\n<li><strong>Speed:<\/strong> Instant results<\/li>\n<li><strong>History:<\/strong> Save calculation history<\/li>\n<li><strong>Responsive:<\/strong> Works perfectly on all devices<\/li>\n<li><strong>Free:<\/strong> Completely free to use<\/li>\n<li><strong>User-friendly:<\/strong> Simple and intuitive interface<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Usage guide<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Using the basic calculator is extremely simple:<\/p>\n\n\n\n<ol>\n<li>Enter the first number in the appropriate field<\/li>\n<li>Select the desired operation from the dropdown menu<\/li>\n<li>Enter the second number<\/li>\n<li>Click the \u201eCalculate\u201d button<\/li>\n<li>The result appears immediately<\/li>\n<\/ol>\n\n\n\n<h3 class=\"wp-block-heading\">Mathematical formulas and explanations<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Addition:<\/strong> a + b = c, where a and b are the addends, c is the sum<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Subtraction:<\/strong> a \u2013 b = c, where a is the minuend, b is the subtrahend, c is the difference<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Multiplication:<\/strong> a \u00d7 b = c, where a and b are the factors, c is the product<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Division:<\/strong> a \u00f7 b = c, where a is the dividend, b is the divisor, c is the quotient<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Remainder:<\/strong> a % b = c, where c is the remainder of dividing a by b<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Exponentiation:<\/strong> a^b = c, where a is the base, b is the exponent, c is the power<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Frequently asked questions<\/h3>\n\n\n\n<h4 class=\"wp-block-heading\">What numbers can I use?<\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">The basic calculator accepts both integers and decimal fractions. You can also use negative numbers.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">What happens if I divide by zero?<\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">The calculator automatically warns you if you try to divide by zero, as this is mathematically undefined.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">How accurate is the calculator?<\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">The calculator performs calculations with high precision, up to 6 decimal places.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Is the history saved?<\/h4>\n\n\n\n<p class=\"wp-block-paragraph\">Yes, the calculation history is automatically saved in the browser and is available on your next visit.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Mathematical background<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Basic mathematical operations form the foundations of mathematics. These operations are also common in our everyday lives:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Addition:<\/strong> Counting money, adding measurements<\/li>\n<li><strong>Subtraction:<\/strong> Subtracting costs, calculating differences<\/li>\n<li><strong>Multiplication:<\/strong> Calculating prices, determining areas<\/li>\n<li><strong>Division:<\/strong> Calculating averages, determining ratios<\/li>\n<li><strong>Remainder:<\/strong> Time calculation, cyclical processes<\/li>\n<li><strong>Exponentiation:<\/strong> Compound interest, exponential growth<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Related calculators<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">If the basic calculator is not enough, try our additional mathematical calculators:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"\/en\/tudomanyos-kalkulator\/\">Scientific calculator<\/a> \u2013 Trigonometric functions, logarithms<\/li>\n<li><a href=\"\/en\/szazalek-kalkulator\/\">Percentage calculator<\/a> \u2013 Percentage calculations<\/li>\n<li><a href=\"\/en\/hatvany-kalkulator\/\">Power Calculator<\/a> \u2013 Detailed Exponentiation Operations<\/li>\n<li><a href=\"\/en\/gyok-kalkulator\/\">Root Calculator<\/a> \u2013 Square Root, Cube Root Calculations<\/li>\n<li><a href=\"\/en\/logaritmus-kalkulator\/\">Logarithm Calculator<\/a> \u2013 Logarithm Calculations<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Technical Information<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">The base calculator is built with modern web technologies and features the following functions:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>JavaScript-based calculations<\/li>\n<li>Responsive design<\/li>\n<li>Accessibility support<\/li>\n<li>SEO optimized<\/li>\n<li>Fast loading time<\/li>\n<li>Cross-browser compatibility<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">The base calculator is under continuous development to always provide the best user experience. If you have any suggestions or comments, please contact us.<\/p>","protected":false},"excerpt":{"rendered":"<p>Alap Kalkul\u00e1tor &#8211; Professzion\u00e1lis Matematikai M\u0171veletek Az alap kalkul\u00e1tor egy professzion\u00e1lis online eszk\u00f6z, amely lehet\u0151v\u00e9 teszi az alapvet\u0151 matematikai m\u0171veletek gyors \u00e9s pontos elv\u00e9gz\u00e9s\u00e9t. T\u00f6k\u00e9letes v\u00e1laszt\u00e1s di\u00e1koknak, tan\u00e1roknak, m\u00e9rn\u00f6k\u00f6knek \u00e9s mindenki sz\u00e1m\u00e1ra, akinek matematikai sz\u00e1m\u00edt\u00e1sokat kell v\u00e9geznie. Milyen m\u0171veleteket v\u00e9gezhet el az alap kalkul\u00e1torral? \u00d6sszead\u00e1s (+): K\u00e9t vagy t\u00f6bb sz\u00e1m \u00f6sszead\u00e1sa Kivon\u00e1s (-): K\u00e9t sz\u00e1m &#8230; <a title=\"Basic Calculator \u2013 Mathematical Operations\" class=\"read-more\" href=\"https:\/\/xn--szmolgp-iwa0f0e.hu\/en\/alap-kalkulator-matematikai-muveletek\/\" aria-label=\"Read more about Alap Kalkul\u00e1tor &#8211; Matematikai M\u0171veletek\">Read more<\/a><\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-14","page","type-page","status-publish"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Alap Kalkul\u00e1tor - Matematikai M\u0171veletek - Sz\u00e1mol\u00f3g\u00e9pek \u00e9s kalkul\u00e1torok gy\u0171jtem\u00e9nye<\/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:\/\/xn--szmolgp-iwa0f0e.hu\/en\/basic-calculator-mathematical-operations\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Alap Kalkul\u00e1tor - Matematikai M\u0171veletek - Sz\u00e1mol\u00f3g\u00e9pek \u00e9s kalkul\u00e1torok gy\u0171jtem\u00e9nye\" \/>\n<meta property=\"og:description\" content=\"Alap Kalkul\u00e1tor &#8211; Professzion\u00e1lis Matematikai M\u0171veletek Az alap kalkul\u00e1tor egy professzion\u00e1lis online eszk\u00f6z, amely lehet\u0151v\u00e9 teszi az alapvet\u0151 matematikai m\u0171veletek gyors \u00e9s pontos elv\u00e9gz\u00e9s\u00e9t. T\u00f6k\u00e9letes v\u00e1laszt\u00e1s di\u00e1koknak, tan\u00e1roknak, m\u00e9rn\u00f6k\u00f6knek \u00e9s mindenki sz\u00e1m\u00e1ra, akinek matematikai sz\u00e1m\u00edt\u00e1sokat kell v\u00e9geznie. Milyen m\u0171veleteket v\u00e9gezhet el az alap kalkul\u00e1torral? \u00d6sszead\u00e1s (+): K\u00e9t vagy t\u00f6bb sz\u00e1m \u00f6sszead\u00e1sa Kivon\u00e1s (-): K\u00e9t sz\u00e1m ... Read more\" \/>\n<meta property=\"og:url\" content=\"https:\/\/xn--szmolgp-iwa0f0e.hu\/en\/basic-calculator-mathematical-operations\/\" \/>\n<meta property=\"og:site_name\" content=\"Sz\u00e1mol\u00f3g\u00e9pek \u00e9s kalkul\u00e1torok gy\u0171jtem\u00e9nye\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/xn--szmolgp-iwa0f0e.hu\\\/alap-kalkulator-matematikai-muveletek\\\/\",\"url\":\"https:\\\/\\\/xn--szmolgp-iwa0f0e.hu\\\/alap-kalkulator-matematikai-muveletek\\\/\",\"name\":\"Alap Kalkul\u00e1tor - Matematikai M\u0171veletek - Sz\u00e1mol\u00f3g\u00e9pek \u00e9s kalkul\u00e1torok gy\u0171jtem\u00e9nye\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/xn--szmolgp-iwa0f0e.hu\\\/#website\"},\"datePublished\":\"2025-07-21T18:18:58+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/xn--szmolgp-iwa0f0e.hu\\\/alap-kalkulator-matematikai-muveletek\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/xn--szmolgp-iwa0f0e.hu\\\/alap-kalkulator-matematikai-muveletek\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/xn--szmolgp-iwa0f0e.hu\\\/alap-kalkulator-matematikai-muveletek\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Kezd\u0151lap\",\"item\":\"https:\\\/\\\/xn--szmolgp-iwa0f0e.hu\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Alap Kalkul\u00e1tor &#8211; Matematikai M\u0171veletek\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/xn--szmolgp-iwa0f0e.hu\\\/#website\",\"url\":\"https:\\\/\\\/xn--szmolgp-iwa0f0e.hu\\\/\",\"name\":\"Sz\u00e1mol\u00f3g\u00e9pek \u00e9s kalkul\u00e1torok gy\u0171jtem\u00e9nye\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/xn--szmolgp-iwa0f0e.hu\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Basic Calculator - Mathematical Operations - Collection of Calculators and Calculators","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:\/\/xn--szmolgp-iwa0f0e.hu\/en\/basic-calculator-mathematical-operations\/","og_locale":"en_US","og_type":"article","og_title":"Alap Kalkul\u00e1tor - Matematikai M\u0171veletek - Sz\u00e1mol\u00f3g\u00e9pek \u00e9s kalkul\u00e1torok gy\u0171jtem\u00e9nye","og_description":"Alap Kalkul\u00e1tor &#8211; Professzion\u00e1lis Matematikai M\u0171veletek Az alap kalkul\u00e1tor egy professzion\u00e1lis online eszk\u00f6z, amely lehet\u0151v\u00e9 teszi az alapvet\u0151 matematikai m\u0171veletek gyors \u00e9s pontos elv\u00e9gz\u00e9s\u00e9t. T\u00f6k\u00e9letes v\u00e1laszt\u00e1s di\u00e1koknak, tan\u00e1roknak, m\u00e9rn\u00f6k\u00f6knek \u00e9s mindenki sz\u00e1m\u00e1ra, akinek matematikai sz\u00e1m\u00edt\u00e1sokat kell v\u00e9geznie. Milyen m\u0171veleteket v\u00e9gezhet el az alap kalkul\u00e1torral? \u00d6sszead\u00e1s (+): K\u00e9t vagy t\u00f6bb sz\u00e1m \u00f6sszead\u00e1sa Kivon\u00e1s (-): K\u00e9t sz\u00e1m ... Read more","og_url":"https:\/\/xn--szmolgp-iwa0f0e.hu\/en\/basic-calculator-mathematical-operations\/","og_site_name":"Sz\u00e1mol\u00f3g\u00e9pek \u00e9s kalkul\u00e1torok gy\u0171jtem\u00e9nye","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/xn--szmolgp-iwa0f0e.hu\/alap-kalkulator-matematikai-muveletek\/","url":"https:\/\/xn--szmolgp-iwa0f0e.hu\/alap-kalkulator-matematikai-muveletek\/","name":"Basic Calculator - Mathematical Operations - Collection of Calculators and Calculators","isPartOf":{"@id":"https:\/\/xn--szmolgp-iwa0f0e.hu\/#website"},"datePublished":"2025-07-21T18:18:58+00:00","breadcrumb":{"@id":"https:\/\/xn--szmolgp-iwa0f0e.hu\/alap-kalkulator-matematikai-muveletek\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/xn--szmolgp-iwa0f0e.hu\/alap-kalkulator-matematikai-muveletek\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/xn--szmolgp-iwa0f0e.hu\/alap-kalkulator-matematikai-muveletek\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Kezd\u0151lap","item":"https:\/\/xn--szmolgp-iwa0f0e.hu\/"},{"@type":"ListItem","position":2,"name":"Alap Kalkul\u00e1tor &#8211; Matematikai M\u0171veletek"}]},{"@type":"WebSite","@id":"https:\/\/xn--szmolgp-iwa0f0e.hu\/#website","url":"https:\/\/xn--szmolgp-iwa0f0e.hu\/","name":"Collection of Calculators and Calculators","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/xn--szmolgp-iwa0f0e.hu\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_hostinger_reach_plugin_has_subscription_block":false,"_hostinger_reach_plugin_is_elementor":false,"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/xn--szmolgp-iwa0f0e.hu\/en\/wp-json\/wp\/v2\/pages\/14","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/xn--szmolgp-iwa0f0e.hu\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/xn--szmolgp-iwa0f0e.hu\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/xn--szmolgp-iwa0f0e.hu\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/xn--szmolgp-iwa0f0e.hu\/en\/wp-json\/wp\/v2\/comments?post=14"}],"version-history":[{"count":0,"href":"https:\/\/xn--szmolgp-iwa0f0e.hu\/en\/wp-json\/wp\/v2\/pages\/14\/revisions"}],"wp:attachment":[{"href":"https:\/\/xn--szmolgp-iwa0f0e.hu\/en\/wp-json\/wp\/v2\/media?parent=14"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}