{"id":659,"date":"2026-04-05T04:29:16","date_gmt":"2026-04-05T04:29:16","guid":{"rendered":"https:\/\/footprobability.com\/?page_id=659"},"modified":"2026-04-05T04:29:18","modified_gmt":"2026-04-05T04:29:18","slug":"recherche-de-match","status":"publish","type":"page","link":"https:\/\/footprobability.com\/en\/recherche-de-match\/","title":{"rendered":"Match Search"},"content":{"rendered":"  <div id=\"probfoot-search-mg8SId\" style=\"max-width:760px;margin:40px auto;\">\r\n    <div style=\"border:1px solid #e5e7eb;border-radius:18px;padding:22px;background:#fff;box-shadow:0 1px 12px rgba(0,0,0,.05);\">\r\n      <h2 style=\"font-size:30px;font-weight:900;margin:0 0 10px 0;color:#111827;\">\r\n        \ud83d\udd0d Recherche de match\r\n      <\/h2>\r\n\r\n      <p style=\"color:#6b7280;margin:0 0 20px 0;line-height:1.7;font-size:15px;\">\r\n        Recherche un match, consulte les probabilit\u00e9s, puis d\u00e9bloque le pick exact et l\u2019analyse compl\u00e8te avec Premium.\r\n      <\/p>\r\n\r\n      <input\r\n        type=\"text\"\r\n        class=\"probfoot-search-input\"\r\n        placeholder=\"Ex: PSG, Real Madrid, Annecy vs Guingamp\"\r\n        style=\"width:100%;padding:15px 16px;border:1px solid #d1d5db;border-radius:14px;font-size:16px;outline:none;\"\r\n        autocomplete=\"off\"\r\n      >\r\n\r\n      <div class=\"probfoot-search-results\" style=\"margin-top:22px;\"><\/div>\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <script>\r\n  (function(){\r\n    const box = document.getElementById(\"probfoot-search-mg8SId\");\r\n    if (!box) return;\r\n\r\n    const input = box.querySelector(\".probfoot-search-input\");\r\n    const results = box.querySelector(\".probfoot-search-results\");\r\n    const checkoutUrl = \"https:\\\/\\\/footprobability.com\\\/en\\\/checkout\\\/\";\r\n    let timeout = null;\r\n\r\n    function esc(str){\r\n      return String(str ?? \"\").replace(\/[&<>\"']\/g, function(m){\r\n        return {\"&\":\"&amp;\",\"<\":\"&lt;\",\">\":\"&gt;\",'\"':\"&quot;\",\"'\":\"&#039;\"}[m];\r\n      });\r\n    }\r\n\r\n    function pct(v){\r\n      const n = Number(v);\r\n      return Number.isFinite(n) ? Math.round(n * 100) + \"%\" : \"-\";\r\n    }\r\n\r\n    function odd(v){\r\n      const n = Number(v);\r\n      return Number.isFinite(n) ? n.toFixed(2) : \"-\";\r\n    }\r\n\r\n    function confidence(v){\r\n      const n = Number(v);\r\n      return Number.isFinite(n) ? Math.round(n * 100) + \"%\" : \"-\";\r\n    }\r\n\r\n    input.addEventListener(\"input\", function(){\r\n      clearTimeout(timeout);\r\n      const q = input.value.trim();\r\n\r\n      if (q.length < 2) {\r\n        results.innerHTML = \"\";\r\n        return;\r\n      }\r\n\r\n      timeout = setTimeout(async function(){\r\n        results.innerHTML = '<div style=\"color:#6b7280;padding:10px 2px;\">Recherche...<\/div>';\r\n\r\n        try {\r\n          const res = await fetch(\"\/wp-json\/probfoot\/v1\/search-live?query=\" + encodeURIComponent(q), {\r\n            credentials: \"same-origin\"\r\n          });\r\n\r\n          const text = await res.text();\r\n          let data = null;\r\n\r\n          try {\r\n            data = JSON.parse(text);\r\n          } catch (e) {\r\n            results.innerHTML = '<div style=\"color:#b91c1c;\">R\u00e9ponse API invalide.<\/div>';\r\n            return;\r\n          }\r\n\r\n          if (!res.ok || !data.ok) {\r\n            results.innerHTML = '<div style=\"color:#b91c1c;\">' + esc(data.message || \"Erreur API\") + '<\/div>';\r\n            return;\r\n          }\r\n\r\n          if (!data.matches || data.matches.length === 0) {\r\n            results.innerHTML = '<div style=\"color:#6b7280;\">Aucun match trouv\u00e9.<\/div>';\r\n            return;\r\n          }\r\n\r\n          let html = \"\";\r\n\r\n          data.matches.forEach(function(m){\r\n            html += `\r\n              <div style=\"border:1px solid #e5e7eb;border-radius:16px;padding:18px;margin-bottom:14px;background:#fff;box-shadow:0 1px 10px rgba(0,0,0,.05);\">\r\n                <div style=\"font-weight:900;font-size:20px;line-height:1.35;color:#111827;\">\r\n                  ${esc(m.home)} vs ${esc(m.away)}\r\n                <\/div>\r\n\r\n                <div style=\"font-size:13px;color:#6b7280;margin:7px 0 12px 0;line-height:1.6;\">\r\n                  ${esc(m.league)}${m.country ? \" \u2022 \" + esc(m.country) : \"\"}${m.date ? \" \u2022 \" + esc(m.date) : \"\"}\r\n                <\/div>\r\n\r\n                <div style=\"font-size:14px;line-height:1.85;color:#111827;\">\r\n                  <b>Probabilit\u00e9s 1\/N\/2 :<\/b> ${pct(m.p1)} \/ ${pct(m.pN)} \/ ${pct(m.p2)}<br>\r\n                  <b>Score probable :<\/b> ${esc(m.score)}<br>\r\n                  <b>Cote :<\/b> ${odd(m.odd)}<br>\r\n                  <b>Confiance :<\/b> ${confidence(m.confidence)}\r\n                <\/div>\r\n\r\n                <div style=\"margin-top:14px;padding:12px 14px;border-radius:12px;background:#ecfdf5;color:#065f46;font-weight:800;font-size:14px;\">\r\n                  \ud83d\udd25 Une opportunit\u00e9 potentielle a \u00e9t\u00e9 d\u00e9tect\u00e9e sur ce match\r\n                <\/div>\r\n\r\n                <div style=\"margin-top:10px;padding:12px 14px;border-radius:12px;background:#fff7ed;color:#9a3412;font-weight:800;font-size:14px;line-height:1.6;\">\r\n                  \ud83d\udd12 D\u00e9bloque le pick exact, la value et l\u2019analyse compl\u00e8te avec Premium\r\n                <\/div>\r\n\r\n                <div style=\"margin-top:14px;\">\r\n                  <a href=\"${esc(checkoutUrl)}\" style=\"\r\n                    display:block;\r\n                    text-align:center;\r\n                    padding:13px 14px;\r\n                    border-radius:12px;\r\n                    background:#16a34a;\r\n                    color:#fff;\r\n                    font-weight:900;\r\n                    text-decoration:none;\r\n                    font-size:15px;\r\n                  \">\r\n                    Voir l\u2019analyse compl\u00e8te\r\n                  <\/a>\r\n                <\/div>\r\n              <\/div>\r\n            `;\r\n          });\r\n\r\n          results.innerHTML = html;\r\n\r\n        } catch(e) {\r\n          results.innerHTML = '<div style=\"color:#b91c1c;\">Erreur lors de la recherche.<\/div>';\r\n        }\r\n      }, 350);\r\n    });\r\n  })();\r\n  <\/script>\r\n  \n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_surecart_dashboard_logo_width":"180px","_surecart_dashboard_show_logo":true,"_surecart_dashboard_navigation_orders":true,"_surecart_dashboard_navigation_invoices":true,"_surecart_dashboard_navigation_subscriptions":true,"_surecart_dashboard_navigation_downloads":true,"_surecart_dashboard_navigation_billing":true,"_surecart_dashboard_navigation_account":true,"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":"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":"","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-4)","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-4)","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-4)","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-659","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Recherche de match -<\/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:\/\/footprobability.com\/en\/recherche-de-match\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Recherche de match -\" \/>\n<meta property=\"og:url\" content=\"https:\/\/footprobability.com\/en\/recherche-de-match\/\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-05T04:29:18+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/footprobability.com\\\/recherche-de-match\\\/\",\"url\":\"https:\\\/\\\/footprobability.com\\\/recherche-de-match\\\/\",\"name\":\"Recherche de match -\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/footprobability.com\\\/#website\"},\"datePublished\":\"2026-04-05T04:29:16+00:00\",\"dateModified\":\"2026-04-05T04:29:18+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/footprobability.com\\\/recherche-de-match\\\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/footprobability.com\\\/recherche-de-match\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/footprobability.com\\\/recherche-de-match\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\\\/\\\/footprobability.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Recherche de match\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/footprobability.com\\\/#website\",\"url\":\"https:\\\/\\\/footprobability.com\\\/\",\"name\":\"footprobability.com\",\"description\":\"Joue comme Footprobability.\",\"publisher\":{\"@id\":\"https:\\\/\\\/footprobability.com\\\/#\\\/schema\\\/person\\\/692dd5323c214dc804f5e9a0d1273be7\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/footprobability.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/footprobability.com\\\/#\\\/schema\\\/person\\\/692dd5323c214dc804f5e9a0d1273be7\",\"name\":\"Johan BENARD\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/footprobability.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/cropped-ChatGPT-Image-20-mars-2026-21_30_26.png\",\"url\":\"https:\\\/\\\/footprobability.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/cropped-ChatGPT-Image-20-mars-2026-21_30_26.png\",\"contentUrl\":\"https:\\\/\\\/footprobability.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/cropped-ChatGPT-Image-20-mars-2026-21_30_26.png\",\"width\":589,\"height\":694,\"caption\":\"Johan BENARD\"},\"logo\":{\"@id\":\"https:\\\/\\\/footprobability.com\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/cropped-ChatGPT-Image-20-mars-2026-21_30_26.png\"},\"sameAs\":[\"http:\\\/\\\/footprobability.com\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Recherche de match -","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:\/\/footprobability.com\/en\/recherche-de-match\/","og_locale":"en_GB","og_type":"article","og_title":"Recherche de match -","og_url":"https:\/\/footprobability.com\/en\/recherche-de-match\/","article_modified_time":"2026-04-05T04:29:18+00:00","twitter_card":"summary_large_image","twitter_misc":{"Estimated reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/footprobability.com\/recherche-de-match\/","url":"https:\/\/footprobability.com\/recherche-de-match\/","name":"Recherche de match -","isPartOf":{"@id":"https:\/\/footprobability.com\/#website"},"datePublished":"2026-04-05T04:29:16+00:00","dateModified":"2026-04-05T04:29:18+00:00","breadcrumb":{"@id":"https:\/\/footprobability.com\/recherche-de-match\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/footprobability.com\/recherche-de-match\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/footprobability.com\/recherche-de-match\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/footprobability.com\/"},{"@type":"ListItem","position":2,"name":"Recherche de match"}]},{"@type":"WebSite","@id":"https:\/\/footprobability.com\/#website","url":"https:\/\/footprobability.com\/","name":"footprobability.com","description":"Plays like Footprobability.","publisher":{"@id":"https:\/\/footprobability.com\/#\/schema\/person\/692dd5323c214dc804f5e9a0d1273be7"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/footprobability.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":["Person","Organization"],"@id":"https:\/\/footprobability.com\/#\/schema\/person\/692dd5323c214dc804f5e9a0d1273be7","name":"Johan BENARD","image":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/footprobability.com\/wp-content\/uploads\/2026\/03\/cropped-ChatGPT-Image-20-mars-2026-21_30_26.png","url":"https:\/\/footprobability.com\/wp-content\/uploads\/2026\/03\/cropped-ChatGPT-Image-20-mars-2026-21_30_26.png","contentUrl":"https:\/\/footprobability.com\/wp-content\/uploads\/2026\/03\/cropped-ChatGPT-Image-20-mars-2026-21_30_26.png","width":589,"height":694,"caption":"Johan BENARD"},"logo":{"@id":"https:\/\/footprobability.com\/wp-content\/uploads\/2026\/03\/cropped-ChatGPT-Image-20-mars-2026-21_30_26.png"},"sameAs":["http:\/\/footprobability.com"]}]}},"_hostinger_reach_plugin_has_subscription_block":false,"_hostinger_reach_plugin_is_elementor":false,"_links":{"self":[{"href":"https:\/\/footprobability.com\/en\/wp-json\/wp\/v2\/pages\/659","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/footprobability.com\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/footprobability.com\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/footprobability.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/footprobability.com\/en\/wp-json\/wp\/v2\/comments?post=659"}],"version-history":[{"count":1,"href":"https:\/\/footprobability.com\/en\/wp-json\/wp\/v2\/pages\/659\/revisions"}],"predecessor-version":[{"id":662,"href":"https:\/\/footprobability.com\/en\/wp-json\/wp\/v2\/pages\/659\/revisions\/662"}],"wp:attachment":[{"href":"https:\/\/footprobability.com\/en\/wp-json\/wp\/v2\/media?parent=659"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}