{"id":15095,"date":"2025-08-21T13:31:44","date_gmt":"2025-08-21T11:31:44","guid":{"rendered":"https:\/\/ejaada.com\/?page_id=15095"},"modified":"2025-09-04T16:18:45","modified_gmt":"2025-09-04T14:18:45","slug":"%d9%83%d9%84-%d8%a7%d9%84%d8%a7%d9%84%d8%b9%d8%a7%d8%a8","status":"publish","type":"page","link":"https:\/\/ejaada.com\/en\/%d9%83%d9%84-%d8%a7%d9%84%d8%a7%d9%84%d8%b9%d8%a7%d8%a8\/","title":{"rendered":"All games!!"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"15095\" class=\"elementor elementor-15095\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-51487cc e-flex e-con-boxed e-con e-parent\" data-id=\"51487cc\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d7b904d elementor-widget elementor-widget-html\" data-id=\"d7b904d\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"ar\" dir=\"rtl\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <title>Interactive Games Gallery<\/title>\r\n    <style>\r\n        \/* Widget Container - Self-contained styles *\/\r\n        .games-gallery-widget {\r\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\r\n            max-width: 100%;\r\n            margin: 0 auto;\r\n            padding: 20px;\r\n            background: linear-gradient(135deg, #f8f9ff 0%, #ffffff 100%);\r\n            border-radius: 16px;\r\n            box-shadow: 0 4px 20px rgba(130, 32, 165, 0.1);\r\n            direction: rtl;\r\n        }\r\n\r\n        \/* Title Styling *\/\r\n        .games-title {\r\n            text-align: center;\r\n            font-size: 2.2em;\r\n            font-weight: bold;\r\n            color: #8220A5;\r\n            margin-bottom: 30px;\r\n            position: relative;\r\n            text-shadow: 0 2px 4px rgba(130, 32, 165, 0.1);\r\n        }\r\n\r\n        .games-title::after {\r\n            content: '';\r\n            position: absolute;\r\n            bottom: -10px;\r\n            left: 50%;\r\n            transform: translateX(-50%);\r\n            width: 80px;\r\n            height: 4px;\r\n            background: linear-gradient(90deg, #8220A5, #a855f7);\r\n            border-radius: 2px;\r\n        }\r\n\r\n        \/* Games Grid *\/\r\n        .games-grid {\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\r\n            gap: 25px;\r\n            margin-top: 30px;\r\n        }\r\n\r\n        \/* Game Card *\/\r\n        .game-card {\r\n            background: white;\r\n            border-radius: 16px;\r\n            padding: 20px;\r\n            text-align: center;\r\n            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);\r\n            box-shadow: 0 4px 15px rgba(130, 32, 165, 0.08);\r\n            cursor: pointer;\r\n            text-decoration: none;\r\n            color: inherit;\r\n            border: 2px solid transparent;\r\n            position: relative;\r\n            overflow: hidden;\r\n        }\r\n\r\n        .game-card::before {\r\n            content: '';\r\n            position: absolute;\r\n            top: 0;\r\n            left: 0;\r\n            right: 0;\r\n            bottom: 0;\r\n            background: linear-gradient(135deg, rgba(130, 32, 165, 0.05), rgba(168, 85, 247, 0.05));\r\n            opacity: 0;\r\n            transition: opacity 0.3s ease;\r\n        }\r\n\r\n        .game-card:hover {\r\n            transform: translateY(-8px) scale(1.02);\r\n            box-shadow: 0 12px 40px rgba(130, 32, 165, 0.2);\r\n            border-color: #8220A5;\r\n        }\r\n\r\n        .game-card:hover::before {\r\n            opacity: 1;\r\n        }\r\n\r\n        .game-card:active {\r\n            transform: translateY(-4px) scale(1.01);\r\n        }\r\n\r\n        \/* Game Image Container *\/\r\n        .game-image {\r\n            width: 100%;\r\n            height: 180px;\r\n            background: linear-gradient(135deg, #f0f0f0, #e8e8e8);\r\n            border-radius: 12px;\r\n            margin-bottom: 15px;\r\n            display: flex;\r\n            align-items: center;\r\n            justify-content: center;\r\n            font-size: 3em;\r\n            color: #8220A5;\r\n            position: relative;\r\n            overflow: hidden;\r\n            transition: all 0.3s ease;\r\n        }\r\n\r\n        .game-card:hover .game-image {\r\n            transform: scale(1.05);\r\n        }\r\n\r\n\r\n        \/* Game Name *\/\r\n        .game-name {\r\n            font-size: 1.3em;\r\n            font-weight: 600;\r\n            color: #2c3e50;\r\n            margin: 0;\r\n            transition: color 0.3s ease;\r\n            position: relative;\r\n            z-index: 2;\r\n        }\r\n\r\n        .game-card:hover .game-name {\r\n            color: #8220A5;\r\n        }\r\n\r\n        \/* Responsive Design *\/\r\n        @media (max-width: 768px) {\r\n            .games-gallery-widget {\r\n                padding: 15px;\r\n            }\r\n\r\n            .games-title {\r\n                font-size: 1.8em;\r\n                margin-bottom: 20px;\r\n            }\r\n\r\n            .games-grid {\r\n                grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n                gap: 20px;\r\n            }\r\n\r\n            .game-card {\r\n                padding: 15px;\r\n            }\r\n\r\n            .game-image {\r\n                height: 150px;\r\n                width: 100%\r\n            }\r\n\r\n            .game-name {\r\n                font-size: 1.1em;\r\n            }\r\n        }\r\n\r\n        @media (max-width: 480px) {\r\n            .games-grid {\r\n                grid-template-columns: 1fr;\r\n                gap: 15px;\r\n            }\r\n        }\r\n\r\n        \/* Fun Loading Animation for Future Use *\/\r\n        @keyframes float {\r\n            0%, 100% { transform: translateY(0px); }\r\n            50% { transform: translateY(-10px); }\r\n        }\r\n\r\n        .game-card:nth-child(even) {\r\n            animation: float 6s ease-in-out infinite;\r\n            animation-delay: 0.5s;\r\n        }\r\n\r\n        .game-card:nth-child(odd) {\r\n            animation: float 6s ease-in-out infinite;\r\n            animation-delay: 1s;\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body>\r\n    <div class=\"games-gallery-widget\">\r\n        <h1 class=\"games-title\">Index of interactive games<\/h1>\r\n        \r\n        <div class=\"games-grid\">\r\n            <!-- Game Card Template - Duplicate this structure for each game -->\r\n            <a href=\"https:\/\/ejaada.com\/%d9%84%d8%b9%d8%a8%d8%a9-%d8%a7%d9%84%d8%b0%d8%a7%d9%83%d8%b1%d8%a9\/\" class=\"game-card\">\r\n                <div class=\"game-image\">\r\n                     <img decoding=\"async\" src=\"https:\/\/ejaada.com\/wp-content\/uploads\/2025\/09\/Screenshot-2025-09-01-161633.png\" alt=\"Game Name\">\r\n                <\/div>\r\n                <h3 class=\"game-name\">Memory game!<\/h3>\r\n            <\/a>\r\n\r\n            <a href=\"https:\/\/ejaada.com\/%d9%84%d8%b9%d8%a8%d8%a9-%d8%a7%d8%b3%d9%85%d8%a7%d8%a1-%d8%a7%d9%84%d8%a7%d8%b4%d8%a7%d8%b1%d8%a9\/\" class=\"game-card\">\r\n                <div class=\"game-image\">\r\n                    <img decoding=\"async\" src=\"https:\/\/ejaada.com\/wp-content\/uploads\/2025\/09\/Screenshot-2025-09-01-163604.png\" alt=\"Game Name\">\r\n                <\/div>\r\n                <h3 class=\"game-name\"> Learn demonstrative pronouns<\/h3>\r\n            <\/a>\r\n\r\n            <a href=\"https:\/\/ejaada.com\/%d9%84%d8%b9%d8%a8%d8%a9\/\" class=\"game-card\">\r\n                <div class=\"game-image\">\r\n                    <img decoding=\"async\" src=\"https:\/\/ejaada.com\/wp-content\/uploads\/2025\/09\/Screenshot-2025-09-01-170818.png\" alt=\"Game Name\">\r\n                <\/div>\r\n                <h3 class=\"game-name\">Word Sort Game<\/h3>\r\n            <\/a>\r\n\r\n            <a href=\"https:\/\/ejaada.com\/%d9%84%d8%b9%d8%a8%d8%a9-%d8%aa%d8%b5%d9%86%d9%8a%d9%81-%d8%a7%d9%84%d9%83%d9%84%d9%85%d8%a7%d8%aa\/\" class=\"game-card\">\r\n                <div class=\"game-image\">\r\n                    <img decoding=\"async\" src=\"https:\/\/ejaada.com\/wp-content\/uploads\/2025\/09\/Screenshot-2025-09-01-173747.png\" alt=\"Game Name\">\r\n                <\/div>\r\n                <h3 class=\"game-name\">Word Sort Game<\/h3>\r\n            <\/a>\r\n\r\n            <a href=\"https:\/\/ejaada.com\/%d9%84%d8%b9%d8%a8%d8%a9-%d8%a7%d9%84%d8%a3%d8%b3%d9%85%d8%a7%d8%a1-%d9%88%d8%a7%d9%84%d8%a3%d9%81%d8%b9%d8%a7%d9%84\/\" class=\"game-card\">\r\n                <div class=\"game-image\">\r\n                    <img decoding=\"async\" src=\"https:\/\/ejaada.com\/wp-content\/uploads\/2025\/09\/Screenshot-2025-09-02-111614.png\"alt=\"verbs game\">\r\n                <\/div>\r\n                <h3 class=\"game-name\">Nouns and Verbs Game<\/h3>\r\n            <\/a>\r\n\r\n            <a href=\"https:\/\/ejaada.com\/%d9%84%d8%b9%d8%a8%d8%a9-%d8%a7%d9%83%d9%85%d9%84-%d8%a7%d9%84%d9%81%d8%b1%d8%a7%d8%ba\/\" class=\"game-card\">\r\n                <div class=\"game-image\">\r\n                     <img src= \"https:\/\/ejaada.com\/wp-content\/uploads\/2025\/09\/Screenshot-2025-09-02-112926.png\" alt=\"verbs game\">\r\n                <\/div>\r\n                <h3 class=\"game-name\">Fill in the blank game<\/h3>\r\n            <\/a>\r\n\r\n            <a href=\"https:\/\/ejaada.com\/%D9%84%D8%B9%D8%A8%D8%A9-%D8%A7%D9%84%D8%B6%D9%85%D8%A7%D8%A6%D8%B1\/\" class=\"game-card\">\r\n                <div class=\"game-image\">\r\n                     <img src= \"https:\/\/ejaada.com\/wp-content\/uploads\/2025\/09\/Screenshot-2025-09-02-142435.png\" alt=\" game\">\r\n                <\/div>\r\n                <h3 class=\"game-name\">Pronouns game<\/h3>\r\n            <\/a>\r\n\r\n            <a href=\"https:\/\/ejaada.com\/%d9%84%d8%b9%d8%a8%d8%a9-%d8%a7%d9%84%d9%85%d8%b0%d9%83%d8%b1-%d9%88%d8%a7%d9%84%d9%85%d8%a4%d9%86%d8%ab\/\" class=\"game-card\">\r\n                <div class=\"game-image\">\r\n<img src= \"https:\/\/ejaada.com\/wp-content\/uploads\/2025\/09\/Screenshot-2025-09-02-144417.png\" alt=\" game\">                <\/div>\r\n                <h3 class=\"game-name\">Masculine and feminine!<\/h3>\r\n            <\/a>\r\n\r\n            <a href=\"https:\/\/ejaada.com\/%f0%9f%8f%86-%d9%84%d8%b9%d8%a8%d8%a9-%d8%a8%d9%86%d8%a7%d8%a1-%d8%a7%d9%84%d9%83%d9%84%d9%85%d8%a7%d8%aa\/\" class=\"game-card\">\r\n                <div class=\"game-image\">\r\n                    <img src= \"https:\/\/ejaada.com\/wp-content\/uploads\/2025\/09\/Screenshot-2025-09-03-164054.png\" alt=\" game\">  \r\n                <\/div>\r\n                <h3 class=\"game-name\"> Word building game\r\n<\/h3>\r\n            <\/a>\r\n\r\n            <a href=\"https:\/\/ejaada.com\/%d9%84%d8%b9%d8%a8%d8%a9-%d8%aa%d8%ae%d9%85%d9%8a%d9%86-%d8%a7%d9%84%d9%83%d9%84%d9%85%d8%a9\/\" class=\"game-card\">\r\n                <div class=\"game-image\">\r\n                   <img src= \"https:\/\/ejaada.com\/wp-content\/uploads\/2025\/09\/Screenshot-2025-09-03-173524.png\" alt=\" game\">  \r\n                <\/div>\r\n                <h3 class=\"game-name\">Guess the word game<\/h3>\r\n            <\/a>\r\n\r\n            <a href=\"https:\/\/ejaada.com\/%d8%a7%d9%84%d9%83%d9%84%d9%85%d8%a9-%d9%88%d8%ac%d9%85%d8%b9%d9%87%d8%a7\/\" class=\"game-card\">\r\n                <div >\r\n                   <img src= \"https:\/\/ejaada.com\/wp-content\/uploads\/2025\/09\/Screenshot-2025-09-03-173854.png\" alt=\" game\">  \r\n                <\/div>\r\n                <h3 class=\"game-name\">The word and its plural<\/h3>\r\n            <\/a>\r\n\r\n            <a href=\"https:\/\/ejaada.com\/%d8%a7%d9%84%d9%85%d8%a7%d8%b6%d9%8a-%d9%88%d8%a7%d9%84%d8%ad%d8%a7%d8%b6%d8%b1-%d9%88%d8%a7%d9%84%d8%a3%d9%85%d8%b1\/\" class=\"game-card\">\r\n                <div class=\"game-image\">\r\n                   <img src= \"https:\/\/ejaada.com\/wp-content\/uploads\/2025\/09\/Screenshot-2025-09-03-173613.png\" alt=\" game\">  \r\n                <\/div>\r\n                <h3 class=\"game-name\"> Past, present and imperative<\/h3>\r\n            <\/a>\r\n\r\n            <a href=\"https:\/\/ejaada.com\/%d9%84%d8%b9%d8%a8%d8%a9-%d8%a7%d9%84%d8%b7%d8%b1%d9%8a%d9%82-%d8%a7%d9%84%d9%88%d8%b9%d8%b1\/\" class=\"game-card\">\r\n                <div class=\"game-image\">\r\n<img src= \"https:\/\/ejaada.com\/wp-content\/uploads\/2025\/09\/Screenshot-2025-09-03-235605.png\" alt=\" game\">                  <\/div>\r\n                <h3 class=\"game-name\">Off-Road Game<\/h3>\r\n            <\/a>\r\n\r\n            <a href=\"https:\/\/ejaada.com\/%d9%84%d8%b9%d8%a8%d8%a9-%d8%a7%d9%84%d8%b1%d9%88%d8%a8%d9%88%d8%aa-%d8%b5%d9%8a%d8%a7%d8%af-%d8%a7%d9%84%d8%ad%d8%b1%d9%88%d9%81\/\" class=\"game-card\">\r\n                <div class=\"game-image\">\r\n<img src= \"https:\/\/ejaada.com\/wp-content\/uploads\/2025\/09\/Screenshot-2025-09-03-235511.png\" alt=\" game\">                      <\/div>\r\n                <h3 class=\"game-name\">Letter Hunter Robot<\/h3>\r\n            <\/a>\r\n\r\n            <a href=\"https:\/\/ejaada.com\/%d8%a7%d9%84%d9%87%d8%b1-%d9%88%d8%a7%d9%84%d8%ad%d8%b1%d9%88%d9%81\/\" class=\"game-card\">\r\n                <div class=\"game-image\">\r\n<img src= \"https:\/\/ejaada.com\/wp-content\/uploads\/2025\/09\/Screenshot-2025-09-04-152937.png\" alt=\" game\">                 <\/div>\r\n                <h3 class=\"game-name\">The cat and the letters!<\/h3>\r\n            <\/a>\r\n\r\n            <a href=\"https:\/\/ejaada.com\/%d8%a7%d9%84%d9%83%d9%84%d9%85%d8%a7%d8%aa-%d8%a7%d9%84%d9%85%d8%aa%d9%82%d8%a7%d8%b7%d8%b9%d8%a9\/\" class=\"game-card\">\r\n                <div class=\"game-image\">\r\n                   <img src= \"https:\/\/ejaada.com\/wp-content\/uploads\/2025\/09\/Screenshot-2025-09-04-170622.png\" alt=\" game\">    \r\n                <\/div>\r\n                <h3 class=\"game-name\">crossword puzzle<\/h3>\r\n            <\/a>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <script>\r\n        \/\/ Optional: Add subtle interaction feedback\r\n        document.addEventListener('DOMContentLoaded', function() {\r\n            const gameCards = document.querySelectorAll('.game-card');\r\n            \r\n            gameCards.forEach(card => {\r\n                card.addEventListener('mouseenter', function() {\r\n                    this.style.zIndex = '10';\r\n                });\r\n                \r\n                card.addEventListener('mouseleave', function() {\r\n                    this.style.zIndex = '1';\r\n                });\r\n            });\r\n        });\r\n    <\/script>\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Interactive Games Gallery \u0641\u0647\u0631\u0633 \u0627\u0644\u0627\u0644\u0639\u0627\u0628 \u0627\u0644\u062a\u0641\u0627\u0639\u0644\u064a\u0629 \u0644\u0639\u0628\u0629 \u0627\u0644\u0630\u0627\u0643\u0631\u0629 ! \u062a\u0639\u0644\u0645 \u0627\u0633\u0645\u0627\u0621 \u0627\u0644\u0627\u0634\u0627\u0631\u0629 \u0644\u0639\u0628\u0629 \u062a\u0635\u0646\u064a\u0641 \u0627\u0644\u0643\u0644\u0645\u0627\u062a \u0644\u0639\u0628\u0629 \u062a\u0631\u062a\u064a\u0628 \u0627\u0644\u0643\u0644\u0645\u0627\u062a \u0644\u0639\u0628\u0629 \u0627\u0644\u0623\u0633\u0645\u0627\u0621 \u0648\u0627\u0644\u0623\u0641\u0639\u0627\u0644 \u0644\u0639\u0628\u0629 \u0627\u0643\u0645\u0627\u0644 \u0627\u0644\u0641\u0631\u0627\u063a \u0644\u0639\u0628\u0629 \u0627\u0644\u0636\u0645\u0627\u0626\u0631 \u0627\u0644\u0645\u0630\u0643\u0631 \u0648\u0627\u0644\u0645\u0624\u0646\u062b ! \u0644\u0639\u0628\u0629 \u0628\u0646\u0627\u0621 \u0627\u0644\u0643\u0644\u0645\u0627\u062a \u0644\u0639\u0628\u0629 \u062a\u062e\u0645\u064a\u0646 \u0627\u0644\u0643\u0644\u0645\u0629 \u0627\u0644\u0643\u0644\u0645\u0629 \u0648\u062c\u0645\u0639\u0647\u0627 \u0627\u0644\u0645\u0627\u0636\u064a \u0648\u0627\u0644\u062d\u0627\u0636\u0631 \u0648\u0627\u0644\u0623\u0645\u0631 \u0644\u0639\u0628\u0629 \u0627\u0644\u0637\u0631\u064a\u0642 \u0627\u0644\u0648\u0639\u0631 \u0627\u0644\u0631\u0648\u0628\u0648\u062a \u0635\u064a\u0627\u062f \u0627\u0644\u062d\u0631\u0648\u0641 \u0627\u0644\u0647\u0631 \u0648\u0627\u0644\u062d\u0631\u0648\u0641 ! \u0627\u0644\u0643\u0644\u0645\u0627\u062a \u0627\u0644\u0645\u062a\u0642\u0627\u0637\u0639\u0629<\/p>","protected":false},"author":389,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-15095","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/ejaada.com\/en\/wp-json\/wp\/v2\/pages\/15095","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ejaada.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ejaada.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ejaada.com\/en\/wp-json\/wp\/v2\/users\/389"}],"replies":[{"embeddable":true,"href":"https:\/\/ejaada.com\/en\/wp-json\/wp\/v2\/comments?post=15095"}],"version-history":[{"count":67,"href":"https:\/\/ejaada.com\/en\/wp-json\/wp\/v2\/pages\/15095\/revisions"}],"predecessor-version":[{"id":15315,"href":"https:\/\/ejaada.com\/en\/wp-json\/wp\/v2\/pages\/15095\/revisions\/15315"}],"wp:attachment":[{"href":"https:\/\/ejaada.com\/en\/wp-json\/wp\/v2\/media?parent=15095"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}