{"id":4128,"date":"2026-06-03T21:54:07","date_gmt":"2026-06-03T21:54:07","guid":{"rendered":"https:\/\/tragelec.com\/?page_id=4128"},"modified":"2026-06-11T18:57:52","modified_gmt":"2026-06-11T18:57:52","slug":"certifications","status":"publish","type":"page","link":"https:\/\/tragelec.com\/en\/certifications\/","title":{"rendered":"Certifications"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"4128\" class=\"elementor elementor-4128\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e91f5d5 e-flex e-con-boxed e-con e-parent\" data-id=\"e91f5d5\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;_ha_eqh_enable&quot;:false}\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-be6c4da elementor-widget elementor-widget-html\" data-id=\"be6c4da\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\r\n  \/* Structure globale de la page *\/\r\n  .certifications-wrapper {\r\n    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;\r\n    max-width: 1200px;\r\n    margin: 0 auto;\r\n    padding: 60px 20px;\r\n    color: #333333;\r\n  }\r\n\r\n  \/* En-t\u00eate (Hero Section) *\/\r\n  .certifications-hero {\r\n    display: flex;\r\n    align-items: center;\r\n    gap: 40px;\r\n    background: #000; \/* Bleu marine TRAGELEC *\/\r\n    border-radius: 12px;\r\n    overflow: hidden;\r\n    margin-bottom: 60px;\r\n    box-shadow: 0 10px 30px rgba(26, 40, 64, 0.15);\r\n  }\r\n\r\n  .certifications-hero-content {\r\n    flex: 1;\r\n    padding: 50px;\r\n    color: #ffffff;\r\n  }\r\n\r\n  .certifications-hero-content h1 {\r\n    font-size: 2.5rem;\r\n    color: #E8630A; \/* Orange TRAGELEC *\/\r\n    margin-top: 0;\r\n    margin-bottom: 20px;\r\n    font-weight: 700;\r\n  }\r\n\r\n  .certifications-hero-content p {\r\n    font-size: 1.15rem;\r\n    line-height: 1.6;\r\n    color: #e0e0e0;\r\n    margin-bottom: 0;\r\n  }\r\n\r\n  .certifications-hero-image {\r\n    flex: 1;\r\n    min-height: 100%;\r\n  }\r\n\r\n  .certifications-hero-image img {\r\n    width: 100%;\r\n    height: 100%;\r\n    object-fit: cover;\r\n    display: block;\r\n  }\r\n\r\n  \/* Grille des certificats *\/\r\n .certifications-grid {\r\n  display: grid;\r\n  grid-template-columns: repeat(2, 1fr);\r\n  gap: 30px;\r\n  margin-bottom: 50px;\r\n}\r\n\r\n@media(max-width: 768px) {\r\n  .certifications-grid {\r\n    grid-template-columns: 1fr;\r\n  }\r\n}\r\n\r\n  \/* Cartes de certificats *\/\r\n  .cert-card {\r\n    background: #ffffff;\r\n    border: 1px solid #eaeaea;\r\n    border-radius: 8px;\r\n    padding: 40px 30px;\r\n    text-align: center;\r\n    transition: all 0.3s ease;\r\n    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.04);\r\n    position: relative;\r\n    overflow: hidden;\r\n  }\r\n\r\n  .cert-card::before {\r\n    content: '';\r\n    position: absolute;\r\n    top: 0;\r\n    left: 0;\r\n    width: 100%;\r\n    height: 4px;\r\n    background: #1A2840;\r\n    transition: background 0.3s ease;\r\n  }\r\n\r\n  .cert-card:hover {\r\n    transform: translateY(-5px);\r\n    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);\r\n  }\r\n\r\n  .cert-card:hover::before {\r\n    background: #E8630A;\r\n  }\r\n\r\n  .cert-icon {\r\n    font-size: 3.5rem;\r\n    margin-bottom: 20px;\r\n    color: #1A2840;\r\n  }\r\n\r\n  .cert-card h3 {\r\n    color: #1A2840;\r\n    font-size: 1.3rem;\r\n    margin-bottom: 15px;\r\n    font-weight: 700;\r\n    min-height: 60px; \/* Aligne les titres si la longueur varie *\/\r\n    display: flex;\r\n    align-items: center;\r\n    justify-content: center;\r\n  }\r\n\r\n  .cert-card p {\r\n    color: #555555;\r\n    font-size: 1.05rem;\r\n    line-height: 1.5;\r\n    margin: 0;\r\n  }\r\n\r\n  \/* Mise en \u00e9vidence du dernier certificat (le plus haut niveau) *\/\r\n  .cert-premium {\r\n    border-color: #E8630A;\r\n    background: #fffcf9; \/* Fond tr\u00e8s l\u00e9gerement orang\u00e9 *\/\r\n  }\r\n\r\n  .cert-premium::before {\r\n    background: #E8630A;\r\n  }\r\n\r\n  .cert-premium .cert-icon {\r\n    color: #E8630A;\r\n  }\r\n\r\n  \/* Responsive *\/\r\n  @media(max-width: 768px) {\r\n    .certifications-hero {\r\n      flex-direction: column;\r\n    }\r\n    .certifications-hero-content {\r\n      padding: 30px;\r\n    }\r\n    .cert-card h3 {\r\n      min-height: auto;\r\n    }\r\n  }\r\n<\/style>\r\n\r\n<div class=\"certifications-wrapper\">\r\n  \r\n  <!-- En-t\u00eate -->\r\n  <div class=\"certifications-hero\">\r\n    <div class=\"certifications-hero-content\">\r\n      <h1>Nos Certifications<\/h1>\r\n      <p>TRAGELEC Academy d\u00e9livre des attestations et certificats selon les parcours suivis et les modalit\u00e9s d\u2019\u00e9valuation.<\/p><!--[cite: 2]-->\r\n    <\/div>\r\n    <div class=\"certifications-hero-image\">\r\n      <!-- Image : Remise de dipl\u00f4me -->\r\n      <img decoding=\"async\" src=\"https:\/\/tragelec.com\/wp-content\/uploads\/2026\/06\/cert.jpg\"><!--[cite: 2]-->\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <!-- Grille des niveaux de certification -->\r\n  <div class=\"certifications-grid\">\r\n    \r\n\r\n<!-- Carte 1 -->\r\n<div class=\"cert-card\">\r\n  <div class=\"cert-icon\">\r\n    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n      <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\" stroke=\"currentColor\"><\/path>\r\n      <polyline points=\"14 2 14 8 20 8\" stroke=\"currentColor\"><\/polyline>\r\n\r\n      <line x1=\"16\" y1=\"13\" x2=\"8\" y2=\"13\" stroke=\"#E8630A\"><\/line>\r\n      <line x1=\"16\" y1=\"17\" x2=\"8\" y2=\"17\" stroke=\"#E8630A\"><\/line>\r\n      <line x1=\"10\" y1=\"9\" x2=\"8\" y2=\"9\" stroke=\"#E8630A\"><\/line>\r\n    <\/svg>\r\n  <\/div>\r\n\r\n  <h3>Attestation de Participation<\/h3>\r\n\r\n  <p>\r\n  D\u00e9livr\u00e9e \u00e0 l'issue de toute action de formation, elle atteste de la pr\u00e9sence et de \r\nl'engagement du stagiaire tout au long du parcours. Sign\u00e9e par le Directeur de TRAGELEC Academy et cachet\u00e9e par \r\nTRAGELEC GROUP.  \r\n  <\/p>\r\n<\/div>\r\n\r\n<!-- Carte 2 -->\r\n<div class=\"cert-card\">\r\n  <div class=\"cert-icon\">\r\n    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n      <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\" stroke=\"currentColor\"><\/path>\r\n      <polyline points=\"14 2 14 8 20 8\" stroke=\"currentColor\"><\/polyline>\r\n\r\n      <path d=\"M9 15l2 2 4-4\" stroke=\"#E8630A\" stroke-width=\"2.5\"><\/path>\r\n    <\/svg>\r\n  <\/div>\r\n\r\n  <h3>Attestation de Formation<\/h3>\r\n\r\n  <p>\r\n    D\u00e9livr\u00e9e apr\u00e8s r\u00e9ussite \u00e0 l'\u00e9valuation finale, elle atteste que le stagiaire a acquis les \r\ncomp\u00e9tences vis\u00e9es par la formation. Elle constitue un justificatif professionnel reconnu aupr\u00e8s des employeurs. \r\n  <\/p>\r\n<\/div>\r\n\r\n<!-- Carte 3 -->\r\n<div class=\"cert-card\">\r\n  <div class=\"cert-icon\">\r\n    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n      <polyline points=\"8.21 13.89 7 23 12 20 17 23 15.79 13.88\" stroke=\"currentColor\"><\/polyline>\r\n\r\n      <circle cx=\"12\" cy=\"8\" r=\"7\" stroke=\"#E8630A\"><\/circle>\r\n      <path d=\"M12 5v6\" stroke=\"#E8630A\"><\/path>\r\n      <path d=\"M9 8h6\" stroke=\"#E8630A\"><\/path>\r\n    <\/svg>\r\n  <\/div>\r\n\r\n  <h3>Certificat de Comp\u00e9tences TRAGELEC Academy<\/h3>\r\n\r\n  <p>\r\nD\u00e9livr\u00e9 \u00e0 l'issue d'un parcours complet int\u00e9grant une \u00e9valuation pratique sur le r\u00e9seau \r\np\u00e9dagogique grandeur nature BT\/HTA\/HTB, il atteste d'un niveau de ma\u00eetrise op\u00e9rationnelle valid\u00e9 par des experts Ex\r\nONEE-BE. \r\n  <\/p>\r\n<\/div>\r\n\r\n<!-- Carte 4 -->\r\n<div class=\"cert-card cert-premium\">\r\n  <div class=\"cert-icon\">\r\n    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"64\" height=\"64\" viewBox=\"0 0 24 24\" fill=\"none\" stroke-width=\"1.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n      <path d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\" stroke=\"currentColor\"><\/path>\r\n\r\n      <polygon points=\"12 15 9.06 16.55 9.62 13.27 7.24 10.95 10.53 10.47 12 7.5 13.47 10.47 16.76 10.95 14.38 13.27 14.94 16.55\" stroke=\"#E8630A\" fill=\"#E8630A\" fill-opacity=\"0.15\"><\/polygon>\r\n    <\/svg>\r\n  <\/div>\r\n\r\n  <h3>Certificat Professionnel TRAGELEC Academy<\/h3>\r\n\r\n  <p>\r\n    D\u00e9livr\u00e9 \u00e0 l'issue d'un parcours m\u00e9tier complet avec \u00e9valuation th\u00e9orique et pratique, il \r\ncertifie une ma\u00eetrise professionnelle reconnue dans le secteur \u00e9lectrique. Il constitue un atout majeur pour l'\u00e9volution de \r\ncarri\u00e8re du technicien. \r\n  <\/p>\r\n<\/div>\r\n```\r\n\r\n\r\n  <\/div>\r\n\r\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-73796c2 elementor-widget elementor-widget-html\" data-id=\"73796c2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\n    \n    .breadcumb-wrapper.breadcumb-layout1.pt-175.pb-125.bg-black {\n    display: none;\n}\n<\/style>\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>Nos Certifications TRAGELEC Academy d\u00e9livre des attestations et certificats selon les parcours suivis et les modalit\u00e9s d\u2019\u00e9valuation. Attestation de Participation D\u00e9livr\u00e9e \u00e0 l&#8217;issue de toute action de formation, elle atteste de la pr\u00e9sence et de l&#8217;engagement du stagiaire tout au long du parcours. Sign\u00e9e par le Directeur de TRAGELEC Academy et cachet\u00e9e par TRAGELEC GROUP&#8230;.<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"footnotes":""},"class_list":["post-4128","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.8 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Certifications - TRAGELEC GROUP<\/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:\/\/tragelec.com\/en\/certifications\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Certifications - TRAGELEC GROUP\" \/>\n<meta property=\"og:description\" content=\"Nos Certifications TRAGELEC Academy d\u00e9livre des attestations et certificats selon les parcours suivis et les modalit\u00e9s d\u2019\u00e9valuation. Attestation de Participation D\u00e9livr\u00e9e \u00e0 l&#8217;issue de toute action de formation, elle atteste de la pr\u00e9sence et de l&#8217;engagement du stagiaire tout au long du parcours. Sign\u00e9e par le Directeur de TRAGELEC Academy et cachet\u00e9e par TRAGELEC GROUP....\" \/>\n<meta property=\"og:url\" content=\"https:\/\/tragelec.com\/en\/certifications\/\" \/>\n<meta property=\"og:site_name\" content=\"TRAGELEC GROUP\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-11T18:57:52+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/tragelec.com\/wp-content\/uploads\/2026\/06\/cert.jpg\" \/>\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=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/tragelec.com\\\/certifications\\\/\",\"url\":\"https:\\\/\\\/tragelec.com\\\/certifications\\\/\",\"name\":\"Certifications - TRAGELEC GROUP\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/tragelec.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/tragelec.com\\\/certifications\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/tragelec.com\\\/certifications\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/tragelec.com\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/cert.jpg\",\"datePublished\":\"2026-06-03T21:54:07+00:00\",\"dateModified\":\"2026-06-11T18:57:52+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/tragelec.com\\\/certifications\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/tragelec.com\\\/certifications\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/tragelec.com\\\/certifications\\\/#primaryimage\",\"url\":\"https:\\\/\\\/tragelec.com\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/cert.jpg\",\"contentUrl\":\"https:\\\/\\\/tragelec.com\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/cert.jpg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/tragelec.com\\\/certifications\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\\\/\\\/tragelec.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Certifications\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/tragelec.com\\\/#website\",\"url\":\"https:\\\/\\\/tragelec.com\\\/\",\"name\":\"TRAGELEC Group\",\"description\":\"La force de l&#039;exp\u00e9rience, l&#039;\u00e9lan du futur\",\"publisher\":{\"@id\":\"https:\\\/\\\/tragelec.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/tragelec.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/tragelec.com\\\/#organization\",\"name\":\"TRAGELEC Group\",\"url\":\"https:\\\/\\\/tragelec.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/tragelec.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/tragelec.com\\\/wp-content\\\/uploads\\\/2022\\\/11\\\/logo-black.webp\",\"contentUrl\":\"https:\\\/\\\/tragelec.com\\\/wp-content\\\/uploads\\\/2022\\\/11\\\/logo-black.webp\",\"width\":827,\"height\":476,\"caption\":\"TRAGELEC Group\"},\"image\":{\"@id\":\"https:\\\/\\\/tragelec.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Certifications - TRAGELEC GROUP","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:\/\/tragelec.com\/en\/certifications\/","og_locale":"en_US","og_type":"article","og_title":"Certifications - TRAGELEC GROUP","og_description":"Nos Certifications TRAGELEC Academy d\u00e9livre des attestations et certificats selon les parcours suivis et les modalit\u00e9s d\u2019\u00e9valuation. Attestation de Participation D\u00e9livr\u00e9e \u00e0 l&#8217;issue de toute action de formation, elle atteste de la pr\u00e9sence et de l&#8217;engagement du stagiaire tout au long du parcours. Sign\u00e9e par le Directeur de TRAGELEC Academy et cachet\u00e9e par TRAGELEC GROUP....","og_url":"https:\/\/tragelec.com\/en\/certifications\/","og_site_name":"TRAGELEC GROUP","article_modified_time":"2026-06-11T18:57:52+00:00","og_image":[{"url":"https:\/\/tragelec.com\/wp-content\/uploads\/2026\/06\/cert.jpg","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/tragelec.com\/certifications\/","url":"https:\/\/tragelec.com\/certifications\/","name":"Certifications - TRAGELEC GROUP","isPartOf":{"@id":"https:\/\/tragelec.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/tragelec.com\/certifications\/#primaryimage"},"image":{"@id":"https:\/\/tragelec.com\/certifications\/#primaryimage"},"thumbnailUrl":"https:\/\/tragelec.com\/wp-content\/uploads\/2026\/06\/cert.jpg","datePublished":"2026-06-03T21:54:07+00:00","dateModified":"2026-06-11T18:57:52+00:00","breadcrumb":{"@id":"https:\/\/tragelec.com\/certifications\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/tragelec.com\/certifications\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/tragelec.com\/certifications\/#primaryimage","url":"https:\/\/tragelec.com\/wp-content\/uploads\/2026\/06\/cert.jpg","contentUrl":"https:\/\/tragelec.com\/wp-content\/uploads\/2026\/06\/cert.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/tragelec.com\/certifications\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/tragelec.com\/"},{"@type":"ListItem","position":2,"name":"Certifications"}]},{"@type":"WebSite","@id":"https:\/\/tragelec.com\/#website","url":"https:\/\/tragelec.com\/","name":"TRAGELEC Group","description":"La force de l&#039;exp\u00e9rience, l&#039;\u00e9lan du futur","publisher":{"@id":"https:\/\/tragelec.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/tragelec.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/tragelec.com\/#organization","name":"TRAGELEC Group","url":"https:\/\/tragelec.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/tragelec.com\/#\/schema\/logo\/image\/","url":"https:\/\/tragelec.com\/wp-content\/uploads\/2022\/11\/logo-black.webp","contentUrl":"https:\/\/tragelec.com\/wp-content\/uploads\/2022\/11\/logo-black.webp","width":827,"height":476,"caption":"TRAGELEC Group"},"image":{"@id":"https:\/\/tragelec.com\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/tragelec.com\/en\/wp-json\/wp\/v2\/pages\/4128","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tragelec.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/tragelec.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/tragelec.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/tragelec.com\/en\/wp-json\/wp\/v2\/comments?post=4128"}],"version-history":[{"count":6,"href":"https:\/\/tragelec.com\/en\/wp-json\/wp\/v2\/pages\/4128\/revisions"}],"predecessor-version":[{"id":4672,"href":"https:\/\/tragelec.com\/en\/wp-json\/wp\/v2\/pages\/4128\/revisions\/4672"}],"wp:attachment":[{"href":"https:\/\/tragelec.com\/en\/wp-json\/wp\/v2\/media?parent=4128"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}