{"id":37,"date":"2026-05-12T21:17:38","date_gmt":"2026-05-12T21:17:38","guid":{"rendered":"https:\/\/devrootacademy.com\/?page_id=37"},"modified":"2026-05-13T03:42:05","modified_gmt":"2026-05-13T03:42:05","slug":"courses","status":"publish","type":"page","link":"https:\/\/devrootacademy.com\/ar\/courses\/","title":{"rendered":"\u0627\u0644\u0643\u0648\u0631\u0633\u0627\u062a"},"content":{"rendered":"<!DOCTYPE html>\n<html lang=\"en\">\n\n<head>\n\n  <meta charset=\"UTF-8\" \/>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" \/>\n\n  <title>Courses | Programming Academy<\/title>\n\n  <meta name=\"description\" content=\"Explore programming courses: Frontend, Backend, Full Stack, UI\/UX, AI, Cyber Security, Mobile Apps and more.\" \/>\n\n  <link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\">\n  <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin>\n\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;600;700;800&#038;display=swap\" rel=\"stylesheet\">\n\n  <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/7.0.1\/css\/all.min.css\"\/>\n\n<style>\n\n\/* RESET *\/\n*{\n  margin:0;\n  padding:0;\n  box-sizing:border-box;\n}\n\nbody{\n  font-family:\"Poppins\",sans-serif;\n  color:#fff;\n  overflow-x:hidden;\n}\n\n\/* HEADER *\/\n.header{\n  padding:90px 7% 30px;\n  text-align:center;\n}\n\n.header h1{\n  font-size:clamp(2.8rem,6vw,4.5rem);\n  font-weight:800;\n  letter-spacing:-2px;\n}\n\n.header p{\n  margin-top:15px;\n  color:#b8bccb;\n  max-width:700px;\n  margin-inline:auto;\n  line-height:1.8;\n}\n\n.header h1::after{\n  content:\"\";\n  display:block;\n  width:120px;\n  height:4px;\n  margin:18px auto 0;\n  background:linear-gradient(90deg,#00ffaa,#00d4ff);\n  border-radius:10px;\n}\n\n\/* BUTTON WRAPPER *\/\n.btn-wrap{\n  display:flex;\n  justify-content:center;\n  margin:20px 0 10px;\n}\n\n\/* PREMIUM BUTTON *\/\n.btn{\n  position:relative;\n  display:inline-flex;\n  align-items:center;\n  gap:10px;\n    margin-left: 10px;\n\n\n  padding:14px 34px;\n  border-radius:14px;\n\n  background:linear-gradient(135deg,#00ffaa,#00d4ff);\n  color:#050816;\n\n  font-weight:700;\n  text-decoration:none;\n  letter-spacing:0.5px;\n\n  overflow:hidden;\n\n  box-shadow:0 10px 30px rgba(0,255,170,0.25);\n\n  transition:all 0.4s ease;\n\n  animation:float 3s ease-in-out infinite;\n}\n\n\/* glowing shine layer *\/\n.btn::before{\n  content:\"\";\n  position:absolute;\n  top:0;\n  left:-120%;\n  width:120%;\n  height:100%;\n  background:linear-gradient(\n    120deg,\n    transparent,\n    rgba(255,255,255,0.5),\n    transparent\n  );\n  transform:skewX(-20deg);\n}\n\n\/* hover *\/\n.btn:hover{\n  transform:translateY(-5px) scale(1.05);\n  box-shadow:0 20px 45px rgba(0,255,170,0.35);\n}\n\n\/* shine animation on hover *\/\n.btn:hover::before{\n  animation:shine 0.9s ease forwards;\n}\n\n\/* icon animation *\/\n.btn i{\n  transition:transform 0.4s ease;\n}\n\n.btn:hover i{\n  transform:rotate(15deg) scale(1.2);\n}\n\n\/* floating animation *\/\n@keyframes float{\n  0%,100%{transform:translateY(0)}\n  50%{transform:translateY(-6px)}\n}\n\n\/* shine keyframes *\/\n@keyframes shine{\n  100%{\n    left:120%;\n  }\n}\n\n\/* GRID *\/\n.courses{\n  padding:60px 7% 120px;\n  display:grid;\n  grid-template-columns:repeat(auto-fit,minmax(260px,1fr));\n  gap:25px;\n}\n\n\/* CARD *\/\n.card{\n  position:relative;\n  background:rgba(255,255,255,0.04);\n  border:1px solid rgba(255,255,255,0.08);\n  border-radius:22px;\n  padding:30px;\n  text-decoration:none;\n  color:#fff;\n\n  overflow:hidden;\n\n  transition:0.4s ease;\n\n  opacity:0;\n  transform:translateY(30px);\n  animation:fadeUp 0.8s forwards;\n}\n\n.card:nth-child(1){animation-delay:0.05s}\n.card:nth-child(2){animation-delay:0.1s}\n.card:nth-child(3){animation-delay:0.15s}\n.card:nth-child(4){animation-delay:0.2s}\n.card:nth-child(5){animation-delay:0.25s}\n.card:nth-child(6){animation-delay:0.3s}\n.card:nth-child(7){animation-delay:0.35s}\n.card:nth-child(8){animation-delay:0.4s}\n.card:nth-child(9){animation-delay:0.45s}\n.card:nth-child(10){animation-delay:0.5s}\n.card:nth-child(11){animation-delay:0.55s}\n\n.card::before{\n  content:\"\";\n  position:absolute;\n  inset:0;\n  background:radial-gradient(circle at top left, rgba(0,255,170,0.15), transparent 60%);\n  opacity:0;\n  transition:0.4s;\n}\n\n.card:hover{\n  transform:translateY(-12px) scale(1.03);\n  border-color:#00ffaa;\n  box-shadow:0 20px 60px rgba(0,255,170,0.12);\n}\n\n.card:hover::before{\n  opacity:1;\n}\n\n.icon{\n  width:60px;\n  height:60px;\n  border-radius:16px;\n  display:flex;\n  align-items:center;\n  justify-content:center;\n  background:linear-gradient(135deg,#00ffaa,#00d4ff);\n  color:#050816;\n  font-size:1.3rem;\n  margin-bottom:20px;\n  transition:0.4s;\n}\n\n.card:hover .icon{\n  transform:rotate(10deg) scale(1.1);\n}\n\n.card h3{\n  font-size:1.3rem;\n  margin-bottom:10px;\n}\n\n.card p{\n  color:#b8bccb;\n  font-size:0.95rem;\n  line-height:1.7;\n}\n\n@keyframes fadeUp{\n  to{\n    opacity:1;\n    transform:translateY(0);\n  }\n}\n\n\/* RESPONSIVE *\/\n@media(max-width:600px){\n  .header{\n    padding:70px 5% 40px;\n  }\n}\n\n<\/style>\n\n<\/head>\n\n<body>\n\n<!-- HEADER -->\n<section class=\"header\">\n\n  <h1>\u062f\u0648\u0631\u0627\u062a\u0646\u0627<\/h1>\n\n  <p>\n    \u0627\u062e\u062a\u0631 \u0645\u0633\u0627\u0631\u0643 \u0648\u0627\u0628\u062f\u0623 \u0628\u062a\u0639\u0644\u0645 \u0645\u0647\u0627\u0631\u0627\u062a \u0627\u0644\u0628\u0631\u0645\u062c\u0629 \u0627\u0644\u0639\u0645\u0644\u064a\u0629\n\n\u0645\u0639 \u062f\u0648\u0631\u0627\u062a \u0627\u062d\u062a\u0631\u0627\u0641\u064a\u0629 \u0645\u0635\u0645\u0645\u0629 \u062e\u0635\u064a\u0635\u064b\u0627 \u0644\u0644\u0645\u0637\u0648\u0631\u064a\u0646.\n  <\/p>\n\n<\/section>\n\n<!-- BUTTON -->\n<div class=\"btn-wrap\">\n  <a href=\"\/ar\/230-2\/\" class=\"btn\">\n    \u0627\u062e\u062a\u0631 \u0627\u0644\u062f\u0648\u0631\u0627\u062a <i class=\"fa-solid fa-arrow-right\"><\/i>\n  <\/a>\n  <a href=\"\/ar\/courses-details\/\" class=\"btn\">\n   \u062a\u0641\u0627\u0635\u064a\u0644 \u0627\u0644\u062f\u0648\u0631\u0627\u062a <i class=\"fa-solid fa-arrow-right\"><\/i>\n  <\/a>\n<\/div>\n\n<!-- COURSES -->\n<section class=\"courses\">\n\n  <a href=\"\/ar\/courses-details\/\" class=\"card\">\n    <div class=\"icon\"><i class=\"fa-solid fa-code\"><\/i><\/div>\n    <h3>Programming Fundamentals<\/h3>\n    <p>Start from zero and learn programming basics<\/p>\n  <\/a>\n\n  <a href=\"\/ar\/courses-details\/\" class=\"card\">\n    <div class=\"icon\"><i class=\"fa-solid fa-globe\"><\/i><\/div>\n    <h3>Frontend<\/h3>\n    <p>HTML, CSS, JavaScript, React and UI development<\/p>\n  <\/a>\n\n  <a href=\"\/ar\/courses-details\/\" class=\"card\">\n    <div class=\"icon\"><i class=\"fa-solid fa-server\"><\/i><\/div>\n    <h3>Backend<\/h3>\n    <p>APIs, Node.js, databases and server-side logic<\/p>\n  <\/a>\n\n  <a href=\"\/ar\/courses-details\/\" class=\"card\">\n    <div class=\"icon\"><i class=\"fa-solid fa-mobile\"><\/i><\/div>\n    <h3>Mobile Apps<\/h3>\n    <p>Flutter, iOS, Android and desktop apps<\/p>\n  <\/a>\n\n  <a href=\"\/ar\/courses-details\/\" class=\"card\">\n    <div class=\"icon\"><i class=\"fa-solid fa-pen-ruler\"><\/i><\/div>\n    <h3>UI \/ UX Design<\/h3>\n    <p>Design systems, Figma and user experience<\/p>\n  <\/a>\n\n  <a href=\"\/ar\/courses-details\/\" class=\"card\">\n    <div class=\"icon\"><i class=\"fa-solid fa-robot\"><\/i><\/div>\n    <h3>AI<\/h3>\n    <p>Artificial intelligence and machine learning basics<\/p>\n  <\/a>\n\n  <a href=\"\/ar\/courses-details\/\" class=\"card\">\n    <div class=\"icon\"><i class=\"fa-solid fa-shield-halved\"><\/i><\/div>\n    <h3>Cyber Security<\/h3>\n    <p>Security, hacking protection and networks<\/p>\n  <\/a>\n\n  <a href=\"\/ar\/courses-details\/\" class=\"card\">\n    <div class=\"icon\"><i class=\"fa-solid fa-layer-group\"><\/i><\/div>\n    <h3>Full Stack<\/h3>\n    <p>Complete frontend + backend development path<\/p>\n  <\/a>\n\n  <a href=\"\/ar\/courses-details\/\" class=\"card\">\n    <div class=\"icon\"><i class=\"fa-solid fa-vial\"><\/i><\/div>\n    <h3>Testing<\/h3>\n    <p>Software QA, automation and testing tools<\/p>\n  <\/a>\n\n  <a href=\"\/ar\/courses-details\/\" class=\"card\">\n    <div class=\"icon\"><i class=\"fa-solid fa-cloud\"><\/i><\/div>\n    <h3>DevOps<\/h3>\n    <p>Deployment, CI\/CD and cloud systems<\/p>\n  <\/a>\n\n  <a href=\"\/ar\/courses-details\/\" class=\"card\">\n    <div class=\"icon\"><i class=\"fa-solid fa-chart-line\"><\/i><\/div>\n    <h3>Data Analysis<\/h3>\n    <p>Data science, analytics and visualization<\/p>\n  <\/a>\n\n<\/section>\n\n<\/body>\n<\/html>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>","protected":false},"excerpt":{"rendered":"<p>Courses | Programming Academy Our Courses Choose your path and start learning real-world programming skills with professional courses built for developers. Choose Course Courses Details Programming Fundamentals Start from zero and learn programming basics Frontend HTML, CSS, JavaScript, React and UI development Backend APIs, Node.js, databases and server-side logic Mobile Apps Flutter, iOS, Android and [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-37","page","type-page","status-publish","hentry"],"blocksy_meta":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v26.2 (Yoast SEO v26.2) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Courses &#8211; Dev Root Academy Dev Root Academy<\/title>\n<meta name=\"description\" content=\"Dev Root Academy offers professional programming courses and software development services to help students and businesses grow in the digital world.\" \/>\n<meta name=\"robots\" content=\"noindex, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<meta property=\"og:locale\" content=\"ar_AR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Courses\" \/>\n<meta property=\"og:description\" content=\"DevRootAcademy offers professional programming courses and software development services to help students and businesses grow in the digital world.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/devrootacademy.com\/ar\/courses\/\" \/>\n<meta property=\"og:site_name\" content=\"Dev Root Academy\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-13T03:42:05+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/devrootacademy.com\/wp-content\/uploads\/2026\/05\/logo-.png\" \/>\n\t<meta property=\"og:image:width\" content=\"430\" \/>\n\t<meta property=\"og:image:height\" content=\"185\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u0648\u0642\u062a \u0627\u0644\u0642\u0631\u0627\u0621\u0629 \u0627\u0644\u0645\u064f\u0642\u062f\u0651\u0631\" \/>\n\t<meta name=\"twitter:data1\" content=\"\u062f\u0642\u064a\u0642\u0629 \u0648\u0627\u062d\u062f\u0629\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/devrootacademy.com\/ar\/courses\/\",\"url\":\"https:\/\/devrootacademy.com\/ar\/courses\/\",\"name\":\"Courses &#8211; Dev Root Academy Dev Root Academy\",\"isPartOf\":{\"@id\":\"https:\/\/devrootacademy.com\/#website\"},\"datePublished\":\"2026-05-12T21:17:38+00:00\",\"dateModified\":\"2026-05-13T03:42:05+00:00\",\"description\":\"Dev Root Academy offers professional programming courses and software development services to help students and businesses grow in the digital world.\",\"breadcrumb\":{\"@id\":\"https:\/\/devrootacademy.com\/ar\/courses\/#breadcrumb\"},\"inLanguage\":\"ar\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/devrootacademy.com\/ar\/courses\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/devrootacademy.com\/ar\/courses\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/devrootacademy.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Courses\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/devrootacademy.com\/#website\",\"url\":\"https:\/\/devrootacademy.com\/\",\"name\":\"Dev Root Academy\",\"description\":\"Code Your Future with Dev Root Academy\",\"publisher\":{\"@id\":\"https:\/\/devrootacademy.com\/#organization\"},\"alternateName\":\"Dev Root Academy\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/devrootacademy.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ar\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/devrootacademy.com\/#organization\",\"name\":\"Dev Root Academy\",\"url\":\"https:\/\/devrootacademy.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ar\",\"@id\":\"https:\/\/devrootacademy.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/devrootacademy.com\/wp-content\/uploads\/2026\/05\/logo-.png\",\"contentUrl\":\"https:\/\/devrootacademy.com\/wp-content\/uploads\/2026\/05\/logo-.png\",\"width\":430,\"height\":185,\"caption\":\"Dev Root Academy\"},\"image\":{\"@id\":\"https:\/\/devrootacademy.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/\",\"https:\/\/www.instgram.com\",\"https:\/\/www.tiktok.com\"],\"description\":\"Dev Root Academy offers professional programming courses and software development services to help students and businesses grow in the digital world.\",\"email\":\"hazemashraf.programming@gmail.com\",\"telephone\":\"01013974594\",\"legalName\":\"Dev Root Academy\",\"numberOfEmployees\":{\"@type\":\"QuantitativeValue\",\"minValue\":\"1\",\"maxValue\":\"10\"},\"publishingPrinciples\":\"https:\/\/devrootacademy.com\/privacy-policy\/\",\"ownershipFundingInfo\":\"https:\/\/devrootacademy.com\/terms-conditions\/\",\"actionableFeedbackPolicy\":\"https:\/\/devrootacademy.com\/our-student\/\",\"correctionsPolicy\":\"https:\/\/devrootacademy.com\/privacy-policy\/\",\"ethicsPolicy\":\"https:\/\/devrootacademy.com\/privacy-policy\/\",\"diversityPolicy\":\"https:\/\/devrootacademy.com\/privacy-policy\/\",\"diversityStaffingReport\":\"https:\/\/devrootacademy.com\/contact-us\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Courses &#8211; Dev Root Academy Dev Root Academy","description":"Dev Root Academy offers professional programming courses and software development services to help students and businesses grow in the digital world.","robots":{"index":"noindex","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"og_locale":"ar_AR","og_type":"article","og_title":"Courses","og_description":"DevRootAcademy offers professional programming courses and software development services to help students and businesses grow in the digital world.","og_url":"https:\/\/devrootacademy.com\/ar\/courses\/","og_site_name":"Dev Root Academy","article_publisher":"https:\/\/www.facebook.com\/","article_modified_time":"2026-05-13T03:42:05+00:00","og_image":[{"width":430,"height":185,"url":"https:\/\/devrootacademy.com\/wp-content\/uploads\/2026\/05\/logo-.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"\u0648\u0642\u062a \u0627\u0644\u0642\u0631\u0627\u0621\u0629 \u0627\u0644\u0645\u064f\u0642\u062f\u0651\u0631":"\u062f\u0642\u064a\u0642\u0629 \u0648\u0627\u062d\u062f\u0629"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/devrootacademy.com\/ar\/courses\/","url":"https:\/\/devrootacademy.com\/ar\/courses\/","name":"Courses &#8211; Dev Root Academy Dev Root Academy","isPartOf":{"@id":"https:\/\/devrootacademy.com\/#website"},"datePublished":"2026-05-12T21:17:38+00:00","dateModified":"2026-05-13T03:42:05+00:00","description":"Dev Root Academy offers professional programming courses and software development services to help students and businesses grow in the digital world.","breadcrumb":{"@id":"https:\/\/devrootacademy.com\/ar\/courses\/#breadcrumb"},"inLanguage":"ar","potentialAction":[{"@type":"ReadAction","target":["https:\/\/devrootacademy.com\/ar\/courses\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/devrootacademy.com\/ar\/courses\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/devrootacademy.com\/"},{"@type":"ListItem","position":2,"name":"Courses"}]},{"@type":"WebSite","@id":"https:\/\/devrootacademy.com\/#website","url":"https:\/\/devrootacademy.com\/","name":"Dev Root Academy","description":"Code Your Future with Dev Root Academy","publisher":{"@id":"https:\/\/devrootacademy.com\/#organization"},"alternateName":"Dev Root Academy","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/devrootacademy.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ar"},{"@type":"Organization","@id":"https:\/\/devrootacademy.com\/#organization","name":"Dev Root Academy","url":"https:\/\/devrootacademy.com\/","logo":{"@type":"ImageObject","inLanguage":"ar","@id":"https:\/\/devrootacademy.com\/#\/schema\/logo\/image\/","url":"https:\/\/devrootacademy.com\/wp-content\/uploads\/2026\/05\/logo-.png","contentUrl":"https:\/\/devrootacademy.com\/wp-content\/uploads\/2026\/05\/logo-.png","width":430,"height":185,"caption":"Dev Root Academy"},"image":{"@id":"https:\/\/devrootacademy.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/","https:\/\/www.instgram.com","https:\/\/www.tiktok.com"],"description":"Dev Root Academy offers professional programming courses and software development services to help students and businesses grow in the digital world.","email":"hazemashraf.programming@gmail.com","telephone":"01013974594","legalName":"Dev Root Academy","numberOfEmployees":{"@type":"QuantitativeValue","minValue":"1","maxValue":"10"},"publishingPrinciples":"https:\/\/devrootacademy.com\/privacy-policy\/","ownershipFundingInfo":"https:\/\/devrootacademy.com\/terms-conditions\/","actionableFeedbackPolicy":"https:\/\/devrootacademy.com\/our-student\/","correctionsPolicy":"https:\/\/devrootacademy.com\/privacy-policy\/","ethicsPolicy":"https:\/\/devrootacademy.com\/privacy-policy\/","diversityPolicy":"https:\/\/devrootacademy.com\/privacy-policy\/","diversityStaffingReport":"https:\/\/devrootacademy.com\/contact-us\/"}]}},"_links":{"self":[{"href":"https:\/\/devrootacademy.com\/ar\/wp-json\/wp\/v2\/pages\/37","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/devrootacademy.com\/ar\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/devrootacademy.com\/ar\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/devrootacademy.com\/ar\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/devrootacademy.com\/ar\/wp-json\/wp\/v2\/comments?post=37"}],"version-history":[{"count":14,"href":"https:\/\/devrootacademy.com\/ar\/wp-json\/wp\/v2\/pages\/37\/revisions"}],"predecessor-version":[{"id":258,"href":"https:\/\/devrootacademy.com\/ar\/wp-json\/wp\/v2\/pages\/37\/revisions\/258"}],"wp:attachment":[{"href":"https:\/\/devrootacademy.com\/ar\/wp-json\/wp\/v2\/media?parent=37"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}