{"id":75783,"date":"2026-06-04T13:30:01","date_gmt":"2026-06-04T11:30:01","guid":{"rendered":"https:\/\/www.tourdesuisse.ch\/wer-kaempft-um-die-trikots-die-schluesselfiguren-der-tour-de-suisse-2026\/"},"modified":"2026-06-04T13:56:38","modified_gmt":"2026-06-04T11:56:38","slug":"whos-fighting-for-the-jerseys-the-key-figures-of-the-tour-de-suisse-2026","status":"publish","type":"post","link":"https:\/\/www.tourdesuisse.ch\/en\/whos-fighting-for-the-jerseys-the-key-figures-of-the-tour-de-suisse-2026\/","title":{"rendered":"Who&#8217;s fighting for the jerseys? The key figures of the Tour de Suisse 2026"},"content":{"rendered":"<p>Four jerseys, four stories: the Tour de Suisse 2026 is not only about the overall victory, but about four coveted classifications for both men and women. A look at the riders who will shape the race.<\/p>\n<div\n\tclass=\"wpce-gallery\"\n\tx-data=\"{\n\t\tuid: &quot;gallery-e635323c-54ad-49ea-8a1a-0a395a5d6038&quot;,\n\t\t_previewEl: null,\n\t\tloading: false,\n\t\tnoPush: false,\n\t\trefs: null,\n\t\tinit() {\n\t\t\tconst refs = this.$refs\n\t\t\tthis.refs = {\n\t\t\t\tget grid() { return refs.grid },\n\t\t\t\tget image() { return refs.image },\n\t\t\t\tget content() { return refs.content },\n\t\t\t}\n\n\t\t\t\/\/ Update from Hash\n\t\t\tlet evaluateHash = () =&gt; {\n\t\t\t\tthis.noPush = true\n\n\t\t\t\tif (!this.$hash.startsWith('\/' + this.uid + '\/')) {\n\t\t\t\t\tthis.previewEl = null\n\t\t\t\t\tthis.noPush = false\n\t\t\t\t\treturn\n\t\t\t\t}\n\n\t\t\t\tlet index = Number(this.$hash.slice(this.uid.length + 2))\n\t\t\t\tif (isNaN(index)) {\n\t\t\t\t\tthis.previewEl = null\n\t\t\t\t\tthis.noPush = false\n\t\t\t\t\treturn\n\t\t\t\t}\n\n\t\t\t\tlet element = this.refs.grid.children[index - 1]\n\t\t\t\tif (!element) {\n\t\t\t\t\tthis.previewEl = null\n\t\t\t\t\tthis.noPush = false\n\t\t\t\t\treturn\n\t\t\t\t}\n\n\t\t\t\tif (element === this._previewEl) {\n\t\t\t\t\tthis.noPush = false\n\t\t\t\t\treturn\n\t\t\t\t}\n\n\t\t\t\tthis.previewEl = element\n\t\t\t\tthis.noPush = false\n\t\t\t}\n\n\t\t\tthis.$watch('$hash', evaluateHash)\n\t\t\tsetTimeout(evaluateHash, 0)\n\t\t},\n\t\tonKeydown(event) {\n\t\t\tif (!this.previewEl) return\n\t\t\tif (event.metaKey || event.altKey || event.ctrlKey || event.shiftKey) return\n\n\t\t\tswitch (event.key) {\n\t\t\t\tcase 'ArrowLeft':\n\t\t\t\t\tthis.previous()\n\t\t\t\t\tbreak\n\n\t\t\t\tcase 'ArrowRight':\n\t\t\t\t\tthis.next()\n\t\t\t\t\tbreak\n\n\t\t\t\tcase 'Escape':\n\t\t\t\t\tthis.close()\n\t\t\t\t\tbreak\n\t\t\t}\n\t\t},\n\t\tget previewEl() {\n\t\t\treturn this._previewEl\n\t\t},\n\t\tset previewEl(el) {\n\t\t\tthis.loading = true\n\n\t\t\tif (!this.noPush) {\n\t\t\t\tlet index = [...this.refs.grid.children].indexOf(el) + 1\n\t\t\t\tlet hash = el ? `#\/${ this.uid }\/${ index }` : ''\n\t\t\t\tlet url = location.pathname + hash\n\t\t\t\thistory.pushState(null, null, url)\n\t\t\t\twindow.dispatchEvent(new HashChangeEvent('hashchange'))\n\t\t\t}\n\n\t\t\tthis._previewEl = el\n\n\t\t\t\n\t\t\tsetTimeout(() =&gt; {\n\t\t\t\tif (el &#038;&#038; this.refs.image.naturalWidth &gt; 0) {\n\t\t\t\t\tthis.loading = false\n\t\t\t\t}\n\t\t\t})\n\t\t},\n\t\tget caption() {\n\t\t\t\n\t\t\treturn this.previewEl\n\t\t\t\t&#038;&#038; (\n\t\t\t\t\tthis.previewEl.dataset.caption\n\t\t\t\t)\n\t\t\t\t|| undefined\n\t\t},\n\t\tpreloadPrevious() {\n\t\t\tlet img = new Image()\n\t\t\timg.src = this.refs.grid.children[this.previewEl.dataset.prevIndex]\n\t\t},\n\t\tpreloadNext() {\n\t\t\tlet img = new Image()\n\t\t\timg.src = this.refs.grid.children[this.previewEl.dataset.nextIndex]\n\t\t},\n\t\tprevious() {\n\t\t\tif (this.previewEl) {\n\t\t\t\tthis.previewEl = this.refs.grid.children[this.previewEl.dataset.prevIndex]\n\t\t\t}\n\t\t},\n\t\tnext() {\n\t\t\tif (this.previewEl) {\n\t\t\t\tthis.previewEl = this.refs.grid.children[this.previewEl.dataset.nextIndex]\n\t\t\t}\n\t\t},\n\t\tclose() {\n\t\t\t\n\t\t\tthis.hide()\n\t\t\tsetTimeout(() =&gt; {\n\t\t\t\tthis.previewEl = null\n\t\t\t}, 400)\n\t\t},\n\n\t\t\n\t\t...transition({\n\t\t\tcss: {\n\t\t\t\topacity: 0,\n\t\t\t\ttransform: 'scale(1.05)',\n\t\t\t},\n\t\t\tduration: 400,\n\t\t}),\n\t}\"\n\tx-effect=\"toggle(previewEl !== null)\"\n\t:class=\"{ active: previewEl !== null }\"\n\t@keydown.document=\"onKeydown\"\n>\n\t<template x-teleport=\"body\">\n\t\t<div\n\t\t\trole=\"dialog\"\n\t\t\tclass=\"gallery-overlay\"\n\t\t\tstyle=\"display: none\"\n\t\t\tx-bind=\"target\"\n\t\t\tx-trap=\"previewEl !== null\"\n\t\t>\n\t\t\t<p class=\"sr-only\">Welcome to the gallery. Press Escape to close or the left\/right arrow keys to navigate.<\/p>\n\t\t\t<button type=\"button\" class=\"gallery-control icon-button control-close\" @click=\"close\">\n\t\t\t\t<svg aria-hidden=\"true\" focusable=\"false\" width=\"10\" height=\"10\" viewBox=\"0 0 10 10\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M8.75 0 10 1.25 6.25 5 10 8.75 8.75 10 5 6.25 1.25 10 0 8.75 3.75 5 0 1.25 1.25 0 5 3.75z\" fill=\"currentColor\" fill-rule=\"nonzero\"><\/path><\/svg>\n\t\t\t\t<span class=\"sr-only\">Close gallery<\/span>\n\t\t\t<\/button>\n\t\t\t<button type=\"button\" class=\"gallery-control icon-button control-prev\" @click=\"previous\">\n\t\t\t\t<svg aria-hidden=\"true\" focusable=\"false\" width=\"6\" height=\"10\" viewBox=\"0 0 6 10\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M4.667 10 6 8.571 2.667 5 6 1.429 4.667 0 0 5z\" fill=\"currentColor\" fill-rule=\"evenodd\"><\/path><\/svg>\n\t\t\t\t<span class=\"sr-only\">Previous image<\/span>\n\t\t\t<\/button>\n\t\t\t<button type=\"button\" class=\"gallery-control icon-button control-next\" @click=\"next\">\n\t\t\t\t<svg aria-hidden=\"true\" focusable=\"false\" width=\"6\" height=\"10\" viewBox=\"0 0 6 10\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M1.333 10 0 8.571 3.333 5 0 1.429 1.333 0 6 5z\" fill=\"currentColor\" fill-rule=\"evenodd\"><\/path><\/svg>\n\t\t\t\t<span class=\"sr-only\">Next image<\/span>\n\t\t\t<\/button>\n\t\t\t<div class=\"caption-container\" :class=\"{ active: !loading &#038;&#038; caption }\">\n\t\t\t\t<div id=\"gallery-e635323c-54ad-49ea-8a1a-0a395a5d6038-caption\" class=\"control-caption\" x-text=\"caption\"><\/div>\n\t\t\t<\/div>\n\t\t\t<figure class=\"content\" x-ref=\"content\" :aria-labelledby=\"previewEl &#038;&#038; previewEl.dataset.alt ? &quot;gallery-e635323c-54ad-49ea-8a1a-0a395a5d6038-caption&quot; : null\">\n\t\t\t\t<img\n\t\t\t\t\tx-ref=\"image\"\n\t\t\t\t\t:alt=\"previewEl &#038;&#038; previewEl.dataset.alt\"\n\t\t\t\t\t:src=\"previewEl &#038;&#038; previewEl.dataset.fullSrc\"\n\t\t\t\t\t:class=\"{ 'with-caption': !loading &#038;&#038; caption }\"\n\t\t\t\t\t:style=\"{ opacity: loading ? 0 : 1 }\"\n\t\t\t\t\t@load=\"loading = false; preloadNext(); preloadPrevious()\"\n\t\t\t\t>\n\t\t\t<\/figure>\n\t\t<\/div>\n\t<\/template>\n\t<div class=\"gallery-grid grid-layout\" x-ref=\"grid\">\n\t\t\t<a\n\t\t\t\thref=\"https:\/\/www.tourdesuisse.ch\/wp-content\/uploads\/GC-900x900.jpg\"\n\t\t\t\t@click.prevent=\"previewEl = $el\"\n\t\t\t\tdata-alt=\"\"\n\t\t\t\tdata-caption=\"\"\n\t\t\t\tdata-next-index=\"1\"\n\t\t\t\tdata-prev-index=\"3\"\n\t\t\t\tdata-full-src=\"https:\/\/www.tourdesuisse.ch\/wp-content\/uploads\/GC-900x900.jpg\"\n\t\t\t>\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"316\" height=\"316\" src=\"https:\/\/www.tourdesuisse.ch\/wp-content\/uploads\/GC-316x316.jpg\" class=\"gallery-image tile\" alt=\"\" srcset=\"https:\/\/www.tourdesuisse.ch\/wp-content\/uploads\/GC-316x316.jpg 316w, https:\/\/www.tourdesuisse.ch\/wp-content\/uploads\/GC-300x300.jpg 300w, https:\/\/www.tourdesuisse.ch\/wp-content\/uploads\/GC-150x150.jpg 150w, https:\/\/www.tourdesuisse.ch\/wp-content\/uploads\/GC-768x768.jpg 768w, https:\/\/www.tourdesuisse.ch\/wp-content\/uploads\/GC-900x900.jpg 900w, https:\/\/www.tourdesuisse.ch\/wp-content\/uploads\/GC-632x632.jpg 632w, https:\/\/www.tourdesuisse.ch\/wp-content\/uploads\/GC.jpg 1000w\" sizes=\"auto, (max-width: 316px) 100vw, 316px\" \/>\n\t\t\t<\/a>\n\t\t\t<a\n\t\t\t\thref=\"https:\/\/www.tourdesuisse.ch\/wp-content\/uploads\/KOM-900x900.jpg\"\n\t\t\t\t@click.prevent=\"previewEl = $el\"\n\t\t\t\tdata-alt=\"\"\n\t\t\t\tdata-caption=\"\"\n\t\t\t\tdata-next-index=\"2\"\n\t\t\t\tdata-prev-index=\"0\"\n\t\t\t\tdata-full-src=\"https:\/\/www.tourdesuisse.ch\/wp-content\/uploads\/KOM-900x900.jpg\"\n\t\t\t>\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"316\" height=\"316\" src=\"https:\/\/www.tourdesuisse.ch\/wp-content\/uploads\/KOM-316x316.jpg\" class=\"gallery-image tile\" alt=\"\" srcset=\"https:\/\/www.tourdesuisse.ch\/wp-content\/uploads\/KOM-316x316.jpg 316w, https:\/\/www.tourdesuisse.ch\/wp-content\/uploads\/KOM-300x300.jpg 300w, https:\/\/www.tourdesuisse.ch\/wp-content\/uploads\/KOM-150x150.jpg 150w, https:\/\/www.tourdesuisse.ch\/wp-content\/uploads\/KOM-768x768.jpg 768w, https:\/\/www.tourdesuisse.ch\/wp-content\/uploads\/KOM-900x900.jpg 900w, https:\/\/www.tourdesuisse.ch\/wp-content\/uploads\/KOM-632x632.jpg 632w, https:\/\/www.tourdesuisse.ch\/wp-content\/uploads\/KOM.jpg 1000w\" sizes=\"auto, (max-width: 316px) 100vw, 316px\" \/>\n\t\t\t<\/a>\n\t\t\t<a\n\t\t\t\thref=\"https:\/\/www.tourdesuisse.ch\/wp-content\/uploads\/Sprint-900x900.jpg\"\n\t\t\t\t@click.prevent=\"previewEl = $el\"\n\t\t\t\tdata-alt=\"\"\n\t\t\t\tdata-caption=\"\"\n\t\t\t\tdata-next-index=\"3\"\n\t\t\t\tdata-prev-index=\"1\"\n\t\t\t\tdata-full-src=\"https:\/\/www.tourdesuisse.ch\/wp-content\/uploads\/Sprint-900x900.jpg\"\n\t\t\t>\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"316\" height=\"316\" src=\"https:\/\/www.tourdesuisse.ch\/wp-content\/uploads\/Sprint-316x316.jpg\" class=\"gallery-image tile\" alt=\"\" srcset=\"https:\/\/www.tourdesuisse.ch\/wp-content\/uploads\/Sprint-316x316.jpg 316w, https:\/\/www.tourdesuisse.ch\/wp-content\/uploads\/Sprint-300x300.jpg 300w, https:\/\/www.tourdesuisse.ch\/wp-content\/uploads\/Sprint-150x150.jpg 150w, https:\/\/www.tourdesuisse.ch\/wp-content\/uploads\/Sprint-768x768.jpg 768w, https:\/\/www.tourdesuisse.ch\/wp-content\/uploads\/Sprint-900x900.jpg 900w, https:\/\/www.tourdesuisse.ch\/wp-content\/uploads\/Sprint-632x632.jpg 632w, https:\/\/www.tourdesuisse.ch\/wp-content\/uploads\/Sprint.jpg 1000w\" sizes=\"auto, (max-width: 316px) 100vw, 316px\" \/>\n\t\t\t<\/a>\n\t\t\t<a\n\t\t\t\thref=\"https:\/\/www.tourdesuisse.ch\/wp-content\/uploads\/YOUTH-900x900.jpg\"\n\t\t\t\t@click.prevent=\"previewEl = $el\"\n\t\t\t\tdata-alt=\"\"\n\t\t\t\tdata-caption=\"\"\n\t\t\t\tdata-next-index=\"0\"\n\t\t\t\tdata-prev-index=\"2\"\n\t\t\t\tdata-full-src=\"https:\/\/www.tourdesuisse.ch\/wp-content\/uploads\/YOUTH-900x900.jpg\"\n\t\t\t>\n\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"316\" height=\"316\" src=\"https:\/\/www.tourdesuisse.ch\/wp-content\/uploads\/YOUTH-316x316.jpg\" class=\"gallery-image tile\" alt=\"\" srcset=\"https:\/\/www.tourdesuisse.ch\/wp-content\/uploads\/YOUTH-316x316.jpg 316w, https:\/\/www.tourdesuisse.ch\/wp-content\/uploads\/YOUTH-300x300.jpg 300w, https:\/\/www.tourdesuisse.ch\/wp-content\/uploads\/YOUTH-150x150.jpg 150w, https:\/\/www.tourdesuisse.ch\/wp-content\/uploads\/YOUTH-768x768.jpg 768w, https:\/\/www.tourdesuisse.ch\/wp-content\/uploads\/YOUTH-900x900.jpg 900w, https:\/\/www.tourdesuisse.ch\/wp-content\/uploads\/YOUTH-632x632.jpg 632w, https:\/\/www.tourdesuisse.ch\/wp-content\/uploads\/YOUTH.jpg 1000w\" sizes=\"auto, (max-width: 316px) 100vw, 316px\" \/>\n\t\t\t<\/a>\n\t<\/div>\n<\/div>\n<div class=\"partner-grid-wrapper grid-layout\" data-style=\"minimal\">\n\n\t\t<div class=\"partner\">\n\t\t\t\t<div class=\"partner-category\">\n\t\t\t\t\tOfficial Supplier\n\t\t\t\t<\/div>\n\n\n\n\t<a class=\"box is-external partner-box can-hover \" href=\"https:\/\/www.cuore.ch\/\" target=\"_blank\" rel=\"noopener\"\n\t>\n\t\t<div class=\"box-image\"><img loading=\"lazy\" decoding=\"async\" width=\"160\" height=\"27\" src=\"https:\/\/www.tourdesuisse.ch\/wp-content\/uploads\/CUORE_Logo-160x27.png\" class=\"attachment-partner-grid-logo--minimal size-partner-grid-logo--minimal wp-post-image\" alt=\"\" srcset=\"https:\/\/www.tourdesuisse.ch\/wp-content\/uploads\/CUORE_Logo-160x27.png 160w, https:\/\/www.tourdesuisse.ch\/wp-content\/uploads\/CUORE_Logo-300x50.png 300w, https:\/\/www.tourdesuisse.ch\/wp-content\/uploads\/CUORE_Logo-1024x171.png 1024w, https:\/\/www.tourdesuisse.ch\/wp-content\/uploads\/CUORE_Logo-768x128.png 768w, https:\/\/www.tourdesuisse.ch\/wp-content\/uploads\/CUORE_Logo-280x47.png 280w, https:\/\/www.tourdesuisse.ch\/wp-content\/uploads\/CUORE_Logo-140x23.png 140w, https:\/\/www.tourdesuisse.ch\/wp-content\/uploads\/CUORE_Logo-320x53.png 320w, https:\/\/www.tourdesuisse.ch\/wp-content\/uploads\/CUORE_Logo.png 1500w\" sizes=\"auto, (max-width: 160px) 100vw, 160px\" \/><\/div>\n\t<\/a>\n\n\t\t<\/div>\n<\/div>\n<h2>Leader&#8217;s Jersey (Primeo Energie) \u2013 the battle for the general classification<\/h2>\n<p>In the men&#8217;s race, there is no way past <strong>Tadej Poga\u010dar<\/strong>. The four-time Tour de France winner and two-time road World Champion has already dominated his 2026 season with wins at Strade Bianche, Milan-Sanremo and the Tour of Flanders. His most dangerous rival is likely to be veteran <strong>Primo\u017e Rogli\u010d<\/strong>, a multiple Grand Tour winner and Olympic time trial champion. Behind them lurk emerging GC riders such as <strong>Antonio Tiberi<\/strong> and the versatile <strong>Thomas Pidcock<\/strong>, who already won Milano-Torino this season.<\/p>\n<p>In the women&#8217;s race, Swiss hopes rest on <strong>Marlen Reusser<\/strong>, defending Tour de Suisse champion and reigning time trial World Champion \u2013 the home favourite by some distance. Her strongest rival is <strong>Demi Vollering<\/strong>: Tour de France Femmes winner, two-time Vuelta champion and already in strong form in 2026 with her win at the Tour of Flanders. The lead group is rounded out by <strong>Kasia Niewiadoma-Phinney<\/strong>, the 2024 Tour de France Femmes winner, and the versatile <strong>Elisa Longo-Borghini<\/strong>.<\/p>\n<h2>Points Jersey (LIDL) \u2013 the fast finishers<\/h2>\n<p>In the sprints and intermediate sprints, the all-rounders and fastest riders collect the points. In the men&#8217;s race, <strong>Michael Matthews<\/strong> brings all his experience, while <strong>Mathieu van der Poel<\/strong>, a multiple Monument winner and cyclo-cross World Champion, is dangerous in any scenario. The powerful <strong>Arnaud De Lie<\/strong> and young talent <strong>Matthew Brennan<\/strong> are also in the mix.<\/p>\n<p>In the women&#8217;s race, <strong>Lotte Kopecky<\/strong> is the benchmark: a multiple World Champion and one of the most consistent points scorers in the peloton. Her teammate <strong>Mischa Bredewold<\/strong>, European Champion and Amstel Gold Race winner, can strike at any moment too.<\/p>\n<h2>King of the Mountains Jersey (Europcar) \u2013 the climbing specialists<\/h2>\n<p>When the road heads uphill, it is the hour of the pure climbers. In the men&#8217;s race, <strong>Lenny Martinez<\/strong> is the top favourite for the mountains jersey, a proven specialist on the steep ascents. With <strong>Richard Carapaz<\/strong>, a Giro winner and Olympic champion, as well as the experienced <strong>Nairo Quintana<\/strong> in his farewell season, two Grand Tour champions are ready to add lustre to any breakaway.<\/p>\n<p>In the women&#8217;s race, <strong>Elise Chabbey<\/strong> promises spectacle in front of a home crowd as an attacking Swiss climber. Also not to be underestimated is <strong>Justine Ghekiere<\/strong>, who has already won the mountains classification at the Tour de France Femmes and the Giro, along with the in-form <strong>Maeva Squiban<\/strong>.<\/p>\n<h2>Young Rider Jersey (LEND) \u2013 the future of cycling<\/h2>\n<p>The white jersey crowns the best young riders. In the men&#8217;s race, <strong>Lenny Martinez<\/strong> is doubly dangerous, as he can also feature at the front of both the mountains and young rider classifications. In the women&#8217;s race, the key figures are <strong>Ricarda Bauernfeind<\/strong>, already a stage winner at the Tour de France Femmes, and the rising Australian <strong>Mackenzie Coupland<\/strong>, who won the Vuelta a Extremadura in 2026.<\/p>\n<p>From the dominant favourite to the wide-open young rider classification, the Tour de Suisse 2026 promises four thrilling contests within the race. 5 days of action, 5 days of cycling at the highest level &#8211; for men and women.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Four jerseys, four stories: the Tour de Suisse 2026 is not only about the overall victory, but about four coveted classifications for both men and women. A look at the riders who will shape the race. Welcome to the gallery. Press Escape to close or the left\/right arrow keys to navigate. Close gallery Previous image [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":75752,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"categories":[97,114],"class_list":["post-75783","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-news-en","category-women-news-en"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.tourdesuisse.ch\/en\/wp-json\/wp\/v2\/posts\/75783","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.tourdesuisse.ch\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.tourdesuisse.ch\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.tourdesuisse.ch\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.tourdesuisse.ch\/en\/wp-json\/wp\/v2\/comments?post=75783"}],"version-history":[{"count":3,"href":"https:\/\/www.tourdesuisse.ch\/en\/wp-json\/wp\/v2\/posts\/75783\/revisions"}],"predecessor-version":[{"id":75795,"href":"https:\/\/www.tourdesuisse.ch\/en\/wp-json\/wp\/v2\/posts\/75783\/revisions\/75795"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.tourdesuisse.ch\/en\/wp-json\/wp\/v2\/media\/75752"}],"wp:attachment":[{"href":"https:\/\/www.tourdesuisse.ch\/en\/wp-json\/wp\/v2\/media?parent=75783"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.tourdesuisse.ch\/en\/wp-json\/wp\/v2\/categories?post=75783"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}