{"id":562,"date":"2025-06-26T14:12:56","date_gmt":"2025-06-26T12:12:56","guid":{"rendered":"https:\/\/www.pedagogie.ac-nice.fr\/drane-test\/?p=562"},"modified":"2026-02-10T10:06:47","modified_gmt":"2026-02-10T09:06:47","slug":"edubases-la-banque-nationale-de-scenarii-pedagogiques-numeriques","status":"publish","type":"post","link":"https:\/\/www.pedagogie.ac-nice.fr\/drane\/2025\/06\/26\/edubases-la-banque-nationale-de-scenarii-pedagogiques-numeriques\/","title":{"rendered":"Edubases: la banque nationale de scenarii p\u00e9dagogiques num\u00e9riques"},"content":{"rendered":"<div class=\"wp-block-image\">\n<figure class=\"alignleft size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" src=\"https:\/\/www.pedagogie.ac-nice.fr\/drane-test\/wp-content\/uploads\/sites\/69\/2026\/02\/LOGO_EDUBASE-1024x576.png\" alt=\"\" class=\"wp-image-563\" style=\"width:150px;height:auto\" srcset=\"https:\/\/www.pedagogie.ac-nice.fr\/drane\/wp-content\/uploads\/sites\/69\/2026\/02\/LOGO_EDUBASE-1024x576.png 1024w, https:\/\/www.pedagogie.ac-nice.fr\/drane\/wp-content\/uploads\/sites\/69\/2026\/02\/LOGO_EDUBASE-300x169.png 300w, https:\/\/www.pedagogie.ac-nice.fr\/drane\/wp-content\/uploads\/sites\/69\/2026\/02\/LOGO_EDUBASE-768x432.png 768w, https:\/\/www.pedagogie.ac-nice.fr\/drane\/wp-content\/uploads\/sites\/69\/2026\/02\/LOGO_EDUBASE-1536x864.png 1536w, https:\/\/www.pedagogie.ac-nice.fr\/drane\/wp-content\/uploads\/sites\/69\/2026\/02\/LOGO_EDUBASE-847x476.png 847w, https:\/\/www.pedagogie.ac-nice.fr\/drane\/wp-content\/uploads\/sites\/69\/2026\/02\/LOGO_EDUBASE.png 1920w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n<\/div>\n\n\n<p>Un incontournable du r\u00e9f\u00e9rencement de ressources issues des TrAam auxquels vous avez peut-\u00eatre d\u00e9j\u00e0 particip\u00e9&#8230;<\/p>\n\n\n\n<!--more-->\n\n\n\n<!DOCTYPE html>\n<html lang=\"fr\">\n<head>\n  <meta charset=\"UTF-8\" \/>\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" \/>\n  <title>\u00c9dubase : La Banque Nationale de Sc\u00e9narios P\u00e9dagogiques Num\u00e9riques<\/title>\n\n  <style>\n    * {\n      margin: 0;\n      padding: 0;\n      box-sizing: border-box;\n    }\n\n    body {\n      font-family: Arial, sans-serif;\n      background: #e5ebf2;\n      min-height: 100vh;\n      padding: 5vw;\n      color: #333;\n    }\n\n    .article-container {\n      line-height: 1.6;\n      margin: 0 auto;\n      text-align: justify;\n      max-width: 1024px;\n      width: 100%;\n      background: white;\n      padding: 20px;\n      border-radius: 10px;\n      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);\n    }\n\n    .article-container h1 {\n      text-align: center;\n      background: #0056b3;\n      color: white;\n      padding: 15px 10px;\n      border-radius: 10px;\n      font-size: clamp(1.4rem, 4vw, 2rem);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      gap: 8px;\n      flex-wrap: wrap;\n      margin-bottom: 20px;\n    }\n\n    \/* Intro encadr\u00e9e *\/\n    .intro-encadre {\n      background: #fff3cd;\n      border: 2px solid #ffeaa7;\n      border-radius: 10px;\n      padding: 20px;\n      margin-bottom: 20px;\n      text-align: center;\n    }\n\n    .intro-encadre p {\n      font-size: clamp(1rem, 3vw, 1.2em);\n      font-weight: bold;\n    }\n\n    \/* Sections accord\u00e9on *\/\n    .section {\n      margin-bottom: 1rem;\n      border: 2px solid #e0e0e0;\n      border-radius: 10px;\n      overflow: hidden;\n      transition: all 0.3s ease;\n    }\n\n    .section:hover {\n      border-color: #0056b3;\n      box-shadow: 0 5px 15px rgba(0, 86, 179, 0.15);\n    }\n\n    .section-header {\n      background: #e9f5ff;\n      padding: 15px;\n      cursor: pointer;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      transition: background 0.3s ease;\n      font-size: clamp(1.1rem, 3vw, 1.4rem);\n      color: #0056b3;\n      font-weight: bold;\n    }\n\n    .section-header:hover {\n      background: #d4edff;\n    }\n\n    .section-title {\n      display: flex;\n      align-items: center;\n      gap: 8px;\n      flex: 1;\n    }\n\n    .section-arrow {\n      font-size: 1.3rem;\n      color: #0056b3;\n      transition: transform 0.3s ease;\n    }\n\n    .section-arrow.open {\n      transform: rotate(180deg);\n    }\n\n    .section-content {\n      max-height: 0;\n      overflow: hidden;\n      transition: max-height 0.4s ease;\n      background: white;\n    }\n\n    .section-content.open {\n      max-height: 3000px;\n    }\n\n    .section-inner {\n      padding: 20px;\n    }\n\n    .article-container h3 {\n      color: #0056b3;\n      margin: 15px 0 10px 0;\n      font-size: clamp(1rem, 2.6vw, 1.2rem);\n    }\n\n    .article-container a {\n      color: #0056b3;\n      text-decoration: none;\n      font-weight: bold;\n      word-break: break-word;\n    }\n\n    .article-container a:hover {\n      text-decoration: underline;\n    }\n\n    .article-container ul {\n      margin: 10px 0;\n      padding-left: 20px;\n    }\n\n    .article-container li {\n      margin-bottom: 8px;\n    }\n\n    .download-btn {\n      background: #0056b3;\n      color: white;\n      padding: 12px 24px;\n      border-radius: 5px;\n      text-decoration: none;\n      font-weight: bold;\n      display: inline-block;\n      margin-top: 20px;\n      transition: background 0.3s, transform 0.2s;\n    }\n\n    .download-btn:hover {\n      background: #004494;\n      transform: translateY(-2px);\n    }\n\n    .article-footer {\n      margin-top: 20px;\n      text-align: center;\n      font-weight: bold;\n      font-size: clamp(1rem, 2.7vw, 1.2rem);\n      color: #0056b3;\n      padding: 15px;\n      background: #e9f5ff;\n      border-radius: 8px;\n    }\n\n    .emoji {\n      font-size: 1.2em;\n    }\n\n    img {\n      max-width: 100%;\n      height: auto;\n      border-radius: 8px;\n      margin: 15px 0;\n      box-shadow: 0 4px 8px rgba(0,0,0,0.1);\n    }\n\n    \/* Responsive *\/\n    @media (max-width: 768px) {\n      body {\n        padding: 4vw;\n      }\n\n      .article-container {\n        padding: 16px;\n      }\n\n      .section-header {\n        padding: 12px;\n        font-size: clamp(1rem, 2.8vw, 1.3rem);\n      }\n\n      .section-inner {\n        padding: 15px;\n      }\n\n      .download-btn {\n        width: 100%;\n        text-align: center;\n      }\n    }\n\n    @media (max-width: 480px) {\n      body {\n        padding: 3vw;\n      }\n\n      .article-container {\n        padding: 14px;\n      }\n\n      .section-header {\n        padding: 10px;\n        flex-direction: column;\n        align-items: flex-start;\n        gap: 8px;\n      }\n\n      .section-inner {\n        padding: 12px;\n      }\n\n      .article-container ul {\n        padding-left: 18px;\n      }\n    }\n  <\/style>\n<\/head>\n\n<body>\n  <div class=\"article-container\">\n    <h1><span class=\"emoji\">\ud83d\udcda<\/span> \u00c9dubase : La Banque Nationale de Sc\u00e9narios P\u00e9dagogiques Num\u00e9riques<\/h1>\n\n    <div class=\"intro-encadre\">\n      <p>Plus de 6 500 sc\u00e9narios p\u00e9dagogiques index\u00e9s et 4 000 visites hebdomadaires : la r\u00e9f\u00e9rence des enseignants innovants !<\/p>\n    <\/div>\n\n    <!-- Section 1 -->\n    <div class=\"section\">\n      <div class=\"section-header\" onclick=\"toggleSection(this)\">\n        <div class=\"section-title\">\n          <span class=\"emoji\">\ud83c\udfeb<\/span> R\u00e9seau acad\u00e9mique actif\n        <\/div>\n        <span class=\"section-arrow\">\u25bc<\/span>\n      <\/div>\n      <div class=\"section-content\">\n        <div class=\"section-inner\">\n          <p>\u00c9dubase, plateforme nationale du Minist\u00e8re de l&rsquo;\u00c9ducation Nationale, s&rsquo;appuie sur un r\u00e9seau dynamique :<\/p>\n          <ul>\n            <li><strong>450 Interlocuteurs Acad\u00e9miques pour le Num\u00e9rique (IAN)<\/strong><\/li>\n            <li><strong>33 experts disciplinaires<\/strong><\/li>\n            <li><strong>33 acad\u00e9mies participantes<\/strong><\/li>\n          <\/ul>\n          <p>Les sc\u00e9narios sont valid\u00e9s selon trois niveaux d&rsquo;approbation : inspecteurs (IEN), IAN ou r\u00e9f\u00e9rents TraAM, et experts nationaux au num\u00e9rique.<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <!-- Section 2 -->\n    <div class=\"section\">\n      <div class=\"section-header\" onclick=\"toggleSection(this)\">\n        <div class=\"section-title\">\n          <span class=\"emoji\">\ud83d\udcca<\/span> R\u00e9partition des usages\n        <\/div>\n        <span class=\"section-arrow\">\u25bc<\/span>\n      <\/div>\n      <div class=\"section-content\">\n        <div class=\"section-inner\">\n          <p>Les sc\u00e9narios p\u00e9dagogiques d&rsquo;\u00c9dubase couvrent <strong>20 disciplines<\/strong> et se r\u00e9partissent ainsi :<\/p>\n          <ul>\n            <li><strong>Coll\u00e8ge<\/strong> : 45%<\/li>\n            <li><strong>Lyc\u00e9e G\u00e9n\u00e9ral et Technologique<\/strong> : 41%<\/li>\n            <li><strong>Lyc\u00e9e Professionnel<\/strong> : 7%<\/li>\n            <li><strong>Enseignement sup\u00e9rieur<\/strong> : 4%<\/li>\n            <li><strong>Premier degr\u00e9<\/strong> : 3%<\/li>\n          <\/ul>\n          <!-- Note : image locale non incluse - remplace par ton chemin -->\n          <!-- <img decoding=\"async\" src=\"documents-dane\/editeurs\/PRZ\/Capture_d\u00e9cran_2025-06-26_214102.png\" alt=\"R\u00e9partition des sc\u00e9narios par niveau\"> -->\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <!-- Section 3 -->\n    <div class=\"section\">\n      <div class=\"section-header\" onclick=\"toggleSection(this)\">\n        <div class=\"section-title\">\n          <span class=\"emoji\">\ud83d\udcbb<\/span> Outils num\u00e9riques populaires\n        <\/div>\n        <span class=\"section-arrow\">\u25bc<\/span>\n      <\/div>\n      <div class=\"section-content\">\n        <div class=\"section-inner\">\n          <p>D\u00e9couvrez les outils les plus populaires parmi les enseignants :<\/p>\n          <ul>\n            <li><a href=\"https:\/\/edubase.eduscol.education.fr\/recherche?keywords%5b0%5d=Lumni%20Enseignement\" target=\"_blank\" rel=\"noopener\"><strong>Lumni Enseignement<\/strong><\/a> : 106 sc\u00e9narios<\/li>\n            <li><a href=\"https:\/\/edubase.eduscol.education.fr\/recherche?keywords%5b0%5d=scratch\" target=\"_blank\" rel=\"noopener\"><strong>Scratch<\/strong><\/a> : 99 sc\u00e9narios<\/li>\n            <li><a href=\"https:\/\/edubase.eduscol.education.fr\/recherche?keywords%5b0%5d=parcours%20%C3%A9l%C3%A9a\" target=\"_blank\" rel=\"noopener\"><strong>Parcours \u00c9l\u00e9a<\/strong><\/a> : 58 sc\u00e9narios<\/li>\n            <li><a href=\"https:\/\/edubase.eduscol.education.fr\/recherche?keywords%5b0%5d=Quizini%C3%A8re\" target=\"_blank\" rel=\"noopener\"><strong>Quizini\u00e8re<\/strong><\/a> : 46 sc\u00e9narios<\/li>\n            <li><a href=\"https:\/\/edubase.eduscol.education.fr\/recherche?keywords%5b0%5d=communs%20num%C3%A9riques\" target=\"_blank\" rel=\"noopener\"><strong>Communs num\u00e9riques<\/strong><\/a> : 36 sc\u00e9narios<\/li>\n            <li><a href=\"https:\/\/edubase.eduscol.education.fr\/recherche?keywords%5b0%5d=Capytale\" target=\"_blank\" rel=\"noopener\"><strong>Capytale<\/strong><\/a> : 19 sc\u00e9narios<\/li>\n            <li><a href=\"https:\/\/edubase.eduscol.education.fr\/recherche?q=vittascience&amp;keywords%5b0%5d=Vittascience\" target=\"_blank\" rel=\"noopener\"><strong>Vittascience<\/strong><\/a> (IA en classe) : 10 sc\u00e9narios<\/li>\n          <\/ul>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <!-- Section 4 -->\n    <div class=\"section\">\n      <div class=\"section-header\" onclick=\"toggleSection(this)\">\n        <div class=\"section-title\">\n          <span class=\"emoji\">\ud83d\ude80<\/span> \u00c9volutions \u00e0 venir (2024-2026)\n        <\/div>\n        <span class=\"section-arrow\">\u25bc<\/span>\n      <\/div>\n      <div class=\"section-content\">\n        <div class=\"section-inner\">\n          <p>Le Minist\u00e8re pr\u00e9pare <strong>\u00c9dubase+<\/strong> pour septembre 2026 :<\/p>\n          <ul>\n            <li><strong>Projet Edubase + \u00e0 partir du cycle 3<\/strong><\/li>\n            <li><strong>Connexion avec adresse acad\u00e9mique<\/strong> pour soumettre des ressources<\/li>\n          <\/ul>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <!-- Section 5 - Encadr\u00e9e -->\n    <div class=\"section encadre\">\n      <div class=\"section-header\" onclick=\"toggleSection(this)\">\n        <div class=\"section-title\">\n          <span class=\"emoji\">\ud83d\udd17<\/span> Contribuer et s&rsquo;informer\n        <\/div>\n        <span class=\"section-arrow\">\u25bc<\/span>\n      <\/div>\n      <div class=\"section-content\">\n        <div class=\"section-inner\">\n          <p>Les enseignants peuvent :<\/p>\n          <ul>\n            <li>S&rsquo;abonner aux <strong>fils RSS personnalisables<\/strong><\/li>\n            <li>Consulter la <a href=\"https:\/\/eduscol.education.fr\/162\/edubase\" target=\"_blank\" rel=\"noopener\">page \u00c9duscol d\u00e9di\u00e9e<\/a><\/li>\n            <li>Acc\u00e9der directement \u00e0 <a href=\"https:\/\/edubase.eduscol.education.fr\/\" target=\"_blank\" rel=\"noopener\">\u00c9dubase<\/a><\/li>\n          <\/ul>\n          <a href=\"https:\/\/nuage03.apps.education.fr\/index.php\/s\/5D87DT84pggB2AE\" class=\"download-btn\" target=\"_blank\" rel=\"noopener\">\ud83d\udce5 T\u00e9l\u00e9charger le flyer<\/a>\n        <\/div>\n      <\/div>\n    <\/div>\n\n    <h3 class=\"article-footer\">\n      <span class=\"emoji\">\ud83c\udf1f<\/span> \u00c9dubase : l&rsquo;intelligence collective au service de la p\u00e9dagogie num\u00e9rique !\n      <!-- Note : image locale non incluse - d\u00e9commente si tu as le fichier -->\n      <!-- <br \/><img decoding=\"async\" src=\"documents-dane\/editeurs\/PRZ\/Capture_d\u00e9cran_2025-06-26_220636.png\" alt=\"Logo \u00c9dubase\"> -->\n    <\/h3>\n  <\/div>\n\n  <script>\n    function toggleSection(header) {\n      const currentContent = header.nextElementSibling;\n      const currentArrow = header.querySelector('.section-arrow');\n\n      \/\/ Fermer toutes les autres sections\n      const allContents = document.querySelectorAll('.section-content');\n      const allArrows = document.querySelectorAll('.section-arrow');\n\n      allContents.forEach(content => {\n        if (content !== currentContent) {\n          content.classList.remove('open');\n        }\n      });\n\n      allArrows.forEach(arrow => {\n        if (arrow !== currentArrow) {\n          arrow.classList.remove('open');\n        }\n      });\n\n      \/\/ Basculer l'\u00e9tat de la section cliqu\u00e9e\n      currentContent.classList.toggle('open');\n      currentArrow.classList.toggle('open');\n    }\n  <\/script>\n<\/body>\n<\/html>\n\n","protected":false},"excerpt":{"rendered":"<p>Un incontournable du r\u00e9f\u00e9rencement de ressources issues des TrAam auxquels vous avez peut-\u00eatre d\u00e9j\u00e0 particip\u00e9&#8230;<\/p><p><a class=\"more-link btn\" href=\"https:\/\/www.pedagogie.ac-nice.fr\/drane\/2025\/06\/26\/edubases-la-banque-nationale-de-scenarii-pedagogiques-numeriques\/\">Lire la suite<\/a><\/p>\n","protected":false},"author":652,"featured_media":563,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"ngg_post_thumbnail":0,"footnotes":""},"categories":[57,53,10,55,56,6,54],"tags":[68,70,69],"class_list":["post-562","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-erun","category-ian","category-men","category-prof-1d","category-prof-2d","category-ressources","category-rrupn","tag-edubase","tag-scenarii","tag-scenario","item-wrap"],"rttpg_featured_image_url":{"full":["https:\/\/www.pedagogie.ac-nice.fr\/drane\/wp-content\/uploads\/sites\/69\/2026\/02\/LOGO_EDUBASE.png",1920,1080,false],"landscape":["https:\/\/www.pedagogie.ac-nice.fr\/drane\/wp-content\/uploads\/sites\/69\/2026\/02\/LOGO_EDUBASE.png",1920,1080,false],"portraits":["https:\/\/www.pedagogie.ac-nice.fr\/drane\/wp-content\/uploads\/sites\/69\/2026\/02\/LOGO_EDUBASE.png",1920,1080,false],"thumbnail":["https:\/\/www.pedagogie.ac-nice.fr\/drane\/wp-content\/uploads\/sites\/69\/2026\/02\/LOGO_EDUBASE-150x150.png",150,150,true],"medium":["https:\/\/www.pedagogie.ac-nice.fr\/drane\/wp-content\/uploads\/sites\/69\/2026\/02\/LOGO_EDUBASE-300x169.png",300,169,true],"large":["https:\/\/www.pedagogie.ac-nice.fr\/drane\/wp-content\/uploads\/sites\/69\/2026\/02\/LOGO_EDUBASE-1024x576.png",847,476,true],"1536x1536":["https:\/\/www.pedagogie.ac-nice.fr\/drane\/wp-content\/uploads\/sites\/69\/2026\/02\/LOGO_EDUBASE-1536x864.png",1536,864,true],"2048x2048":["https:\/\/www.pedagogie.ac-nice.fr\/drane\/wp-content\/uploads\/sites\/69\/2026\/02\/LOGO_EDUBASE.png",1920,1080,false],"graphene_slider":["https:\/\/www.pedagogie.ac-nice.fr\/drane\/wp-content\/uploads\/sites\/69\/2026\/02\/LOGO_EDUBASE-847x400.png",847,400,true],"graphene_featured_image":["https:\/\/www.pedagogie.ac-nice.fr\/drane\/wp-content\/uploads\/sites\/69\/2026\/02\/LOGO_EDUBASE-847x476.png",847,476,true],"post-thumbnail":["https:\/\/www.pedagogie.ac-nice.fr\/drane\/wp-content\/uploads\/sites\/69\/2026\/02\/LOGO_EDUBASE-1170x250.png",1170,250,true],"advps-thumb-one":["https:\/\/www.pedagogie.ac-nice.fr\/drane\/wp-content\/uploads\/sites\/69\/2026\/02\/LOGO_EDUBASE-600x220.png",600,220,true]},"rttpg_author":{"display_name":"gillesnaviliat","author_link":"https:\/\/www.pedagogie.ac-nice.fr\/drane\/author\/gillesnaviliat\/"},"rttpg_comment":0,"rttpg_category":"<a href=\"https:\/\/www.pedagogie.ac-nice.fr\/drane\/category\/identite\/erun\/\" rel=\"category tag\">ERUN<\/a> <a href=\"https:\/\/www.pedagogie.ac-nice.fr\/drane\/category\/identite\/ian\/\" rel=\"category tag\">IAN<\/a> <a href=\"https:\/\/www.pedagogie.ac-nice.fr\/drane\/category\/ressources\/men\/\" rel=\"category tag\">MEN<\/a> <a href=\"https:\/\/www.pedagogie.ac-nice.fr\/drane\/category\/identite\/prof-1d\/\" rel=\"category tag\">prof 1D<\/a> <a href=\"https:\/\/www.pedagogie.ac-nice.fr\/drane\/category\/identite\/prof-2d\/\" rel=\"category tag\">prof 2D<\/a> <a href=\"https:\/\/www.pedagogie.ac-nice.fr\/drane\/category\/ressources\/\" rel=\"category tag\">Ressources<\/a> <a href=\"https:\/\/www.pedagogie.ac-nice.fr\/drane\/category\/identite\/rrupn\/\" rel=\"category tag\">RRUPN<\/a>","rttpg_excerpt":"Un incontournable du r\u00e9f\u00e9rencement de ressources issues des TrAam auxquels vous avez peut-\u00eatre d\u00e9j\u00e0 particip\u00e9&#8230;","post_mailing_queue_ids":[],"_links":{"self":[{"href":"https:\/\/www.pedagogie.ac-nice.fr\/drane\/wp-json\/wp\/v2\/posts\/562","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.pedagogie.ac-nice.fr\/drane\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.pedagogie.ac-nice.fr\/drane\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.pedagogie.ac-nice.fr\/drane\/wp-json\/wp\/v2\/users\/652"}],"replies":[{"embeddable":true,"href":"https:\/\/www.pedagogie.ac-nice.fr\/drane\/wp-json\/wp\/v2\/comments?post=562"}],"version-history":[{"count":1,"href":"https:\/\/www.pedagogie.ac-nice.fr\/drane\/wp-json\/wp\/v2\/posts\/562\/revisions"}],"predecessor-version":[{"id":564,"href":"https:\/\/www.pedagogie.ac-nice.fr\/drane\/wp-json\/wp\/v2\/posts\/562\/revisions\/564"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.pedagogie.ac-nice.fr\/drane\/wp-json\/wp\/v2\/media\/563"}],"wp:attachment":[{"href":"https:\/\/www.pedagogie.ac-nice.fr\/drane\/wp-json\/wp\/v2\/media?parent=562"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.pedagogie.ac-nice.fr\/drane\/wp-json\/wp\/v2\/categories?post=562"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.pedagogie.ac-nice.fr\/drane\/wp-json\/wp\/v2\/tags?post=562"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}