{"id":1079,"date":"2013-07-03T17:05:18","date_gmt":"2013-07-03T15:05:18","guid":{"rendered":"http:\/\/www.nomercysupply.nl\/site\/?page_id=1079"},"modified":"2024-03-24T18:12:59","modified_gmt":"2024-03-24T16:12:59","slug":"home","status":"publish","type":"page","link":"https:\/\/www.nomercy.nl\/site\/pl\/home\/","title":{"rendered":"Home"},"content":{"rendered":"\r\n\t\t\t<script type=\"text\/javascript\">\r\n\t\t\t\t\r\n\t\t\t\tjQuery(document).ready(function(){\r\n\r\n\t\t\t\t\t\tjQuery(\"#cycle-e19B > li:eq(0) > img\").imagesLoaded(function() {\r\n\t\t\t\t\t\t\tvar layer_slider_count = jQuery(\"#cycle-e19B > li\").length;\r\n\r\n\t\t\t\t\t\t\tif ( jQuery.browser.mozilla ) {\r\n\t\t\t\t\t\t\t\t\tjQuery(\"#cycle-e19B\").find(\"[data-transition]\").each(\r\n\t\t\t\t\t\t\t\t\tfunction () {\r\n\t\t\t\t\t\t\t            var ele = jQuery(this);\r\n\t\t\t\t\t\t\t            var trans = ele.attr(\"data-transition\");\r\n\t\t\t\t\t\t\t            ele.removeClass(\"animated\").removeClass(trans);\r\n\t\t\t\t\t\t\t\t    }\r\n\t\t\t\t\t\t\t\t);\r\n\r\n\t\t\t\t\t\t\t\tif ( layer_slider_count == 1 ) {\r\n\r\n\t\t\t\t\t\t\t\t\tjQuery(\"#cycle-e19B > li\").first().find(\"[data-transition]\").each(\r\n\t\t\t\t\t\t\t\t\t\tfunction () {\r\n\t\t\t\t\t\t\t\t\t\t\tvar ele = jQuery(this);\r\n\t\t\t\t\t\t\t\t\t\t\tvar trans = ele.attr(\"data-transition\");\r\n\t\t\t\t\t\t\t\t\t\t\tele.addClass(\"animated \" + trans);\r\n\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t );\r\n\r\n\t\t\t\t\t\t\t\t}\r\n\t\t\t                }\r\n\r\n\t\t\t\t\t\t\tvar cycle_slider = jQuery(\"#cycle-e19B\").cycle({\r\n\t\t\t\t\t\t\t\t\/\/timeout: 3000,\r\n\t\t\t\t\t\t\t\tspeed: 500,\r\n\t\t\t\t\t\t\t\tfx: \"fade\",\r\n\t\t\t\t\t\t\t\tslideResize: true,\r\n\t\t\t\t\t\t\t    containerResize: false,\r\n\t\t\t\t\t\t\t    width: \"100%\",\r\n\t\t\t\t\t\t\t\theight: 400,\r\n\t\t\t\t\t\t\t    fit: 1,\r\n\t\t\t\t\t\t\t\tpager:  \"#cycle-e19B_pager\",\r\n\t\t\t\t\t\t\t\tpagerAnchorBuilder: function(idx, slide) { \r\n\t\t\t\t\t\t\t\t\treturn \"#cycle-e19B_pager li:eq(\" + idx + \") a\";\r\n\t\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t\tprev:    \"#cycle-e19B_navigation .prev\",\r\n\t\t\t\t\t\t\t\tnext:    \"#cycle-e19B_navigation .next\",\r\n\t\t\t\t\t\t\t\tpause:  true,\r\n\t\t\t\t\t\t\t\tpaused: function(cont, opts, byHover) {\r\n\t\t\t\t\t\t\t\t\tcycle_slider_state.find(\"a\").addClass(\"paused\").removeClass(\"resumed\");\r\n\t\t\t\t\t\t\t\t},\r\n\t\t\t\t\t\t\t\tresumed: function(cont, opts, byHover) {\r\n\t\t\t\t\t\t\t\t\tcycle_slider_state.find(\"a\").addClass(\"resumed\").removeClass(\"paused\");\r\n\t\t\t\t\t\t\t\t},\r\n\r\n\t\t\t\t\t\t\t\ttimeoutFn: function(currSlideElement, nextSlideElement, options, forwardFlag){\r\n\t\t\t\t\t\t\t\t\tvar elements = jQuery(currSlideElement).parent(),\r\n\t\t\t\t\t\t\t\t\t\tcurrent  = elements.children(\".current\");\r\n\r\n\t\t\t\t\t\t\t\t\tvar spec_timeout = parseFloat(current.attr(\"data-timeout\"));\r\n\r\n\t\t\t\t\t\t\t\t\tif ( spec_timeout > 0 ) {\r\n\t\t\t\t\t\t\t\t\t\treturn spec_timeout;\r\n\t\t\t\t\t\t\t\t\t}\r\n\r\n\t\t\t\t\t\t\t\t\treturn 3000;\r\n\t\t\t\t\t\t\t\t},\r\n\r\n\r\n\t\t\t\t\t\t\t\tbefore:function (currSlideElement, nextSlideElement, options, forwardFlag) {\r\n\t\t\t\t\t\t\t\t\tjQuery(currSlideElement).removeClass(\"current\");\r\n\t\t\t\t\t\t\t\t\tjQuery(nextSlideElement).addClass(\"current\");\r\n\r\n\t\t\t\t\t\t\t\t\tif ( jQuery.browser.mozilla ) {\r\n\r\n\t\t\t\t\t\t\t\t\t\tjQuery(nextSlideElement).find(\"[data-transition]\").each(\r\n\t\t\t\t\t\t\t\t\t\t\tfunction () {\r\n\t\t\t\t\t\t\t\t\t\t\t\tvar ele = jQuery(this);\r\n\t\t\t\t\t\t\t\t\t\t\t\tvar trans = ele.attr(\"data-transition\");\r\n\t\t\t\t\t\t\t\t\t\t\t\tele.removeClass(\"animated\").removeClass(trans).css(\"visibility\", \"hidden\");\r\n\t\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t\t);\r\n\r\n\t\t\t\t\t\t\t\t\t\tif (currSlideElement != nextSlideElement) {\r\n\t\t\t\t\t\t\t\t\t\t\tjQuery(currSlideElement).find(\"[data-transition]\").each(\r\n\t\t\t\t\t\t\t\t\t\t\t\tfunction () {\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tvar ele = jQuery(this);\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tvar trans = ele.attr(\"data-transition\");\r\n\t\t\t\t\t\t\t\t\t\t\t\t\tele.removeClass(\"animated\").removeClass(trans);\r\n\t\t\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t\t\t);\r\n\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t}\r\n\r\n\t\t\t\t\t\t\t\t},\r\n\r\n\t\t\t\t\t\t\t\tafter:function (currSlideElement, nextSlideElement, options, forwardFlag) {\r\n\t\t\t\t\t\t\t\t\tjQuery(currSlideElement).removeClass(\"current\");\r\n\t\t\t\t\t\t\t\t\tjQuery(nextSlideElement).addClass(\"current\");\r\n\t\t\t\t\t\t\t\t\tif ( jQuery.browser.mozilla ) {\r\n\r\n\t\t\t\t\t\t\t\t\t\t\/** Add Classes *\/\r\n\t\t\t\t\t\t\t\t\t\tjQuery(nextSlideElement).find(\"[data-transition]\").each(\r\n\t\t\t\t\t\t\t\t\t\t\tfunction () {\r\n\t\t\t\t\t\t\t\t\t\t\t\tvar ele = jQuery(this);\r\n\t\t\t\t\t\t\t\t\t\t\t\tvar trans = ele.attr(\"data-transition\");\r\n\t\t\t\t\t\t\t\t\t\t\t\tele.css(\"visibility\", \"visible\").addClass(\"animated \" + trans);\r\n\t\t\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t\t\t);\r\n\r\n\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t});\r\n\t\t\t\t\t\t\t\r\n\t\t\t\t\t\t\t\/*\r\n\t\t\t\t\t\t\t\tjQuery(\"#cycle-e19B\").hover(function(){\r\n\t\t\t\t\t\t\t\t\tcycle_slider.cycle(\"pause\", true);\r\n\t\t\t\t\t\t\t\t},function(){\r\n\t\t\t\t\t\t\t\t\tcycle_slider.cycle(\"resume\", true);\r\n\t\t\t\t\t\t\t\t});\r\n\r\n\t\t\t\t\t\t\t*\/\r\n\r\n\t\t\t\t\t\t\t\t\r\n\r\n\t\t\t\t\t\t\tjQuery(\"#cycle-e19B_placeholder\").hide();\r\n\r\n\t\t\t\t\t\t\tjQuery(\"#cycle-e19B_placeholder\").hide();\r\n\t\t\t\t\t\t\tcycle_slider.show();\r\n\t\t\t\t\t\t\tjQuery(\"#cycle-e19B_pager, #cycle-e19B_navigation, #cycle-e19B_state\").delay(1000).fadeIn();\r\n\t\t\t\t\t\t\tcfw_refreshScrollbar();\r\n\r\n\t\t\t\t\t\t\tvar cycle_slider_state = jQuery(\"#cycle-e19B_state\").click(function() {\r\n\t\t\t\t\t\t\t\tvar paused = cycle_slider.is(\":paused\");\r\n\t\t\t\t\t\t\t\tcycle_slider.cycle(paused ? \"resume\" : \"pause\", true);\r\n\t\t\t\t\t\t\t});\r\n\r\n\t\t\t\t\t\t\t\/** Swipe *\/\r\n\t\t\t\t\t\t\tif( jQuery.isFunction(jQuery.fn.swipe) ) {\r\n\r\n\t\t\t\t\t\t\t\tjQuery(\"#cycle-e19B\").swipe({\r\n\t\t\t\t\t\t\t\t\tallowPageScroll: \"vertical\",\r\n\t\t\t\t\t\t\t\t\tswipe:function(event, direction, distance, duration, fingerCount) {\r\n\t\t\t\t\t\t\t\t\t\tif ( direction == \"left\" )\r\n\t\t\t\t\t\t\t\t\t\t\tjQuery(\"#cycle-e19B_navigation .prev\").click();\r\n\t\t\t\t\t\t\t\t\t\telse\r\n\t\t\t\t\t\t\t\t\t\t\tjQuery(\"#cycle-e19B_navigation .next\").click();\r\n\r\n\t\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\t});\r\n\t\t\t\t\t\t\t}\r\n\t\t\r\n\t\t\t\t\t\t\t\/** Set Height *\/\r\n\t\t\t\t\t\t\tvar device_callback = function( event, device ){\r\n\r\n\t\t\t\t\t\t\t\tif ( device == \"tablet\" )\r\n\t\t\t\t\t\t\t\t\tvar spec_height = 400; \r\n\t\t\t\t\t\t\t\telse if ( device == \"mobile\" )\r\n\t\t\t\t\t\t\t\t\tvar spec_height = 400;\r\n\t\t\t\t\t\t\t\telse if ( device == \"mobile-portrait\" ) {\r\n\t\t\t\t\t\t\t\t\tvar spec_height = 400;\r\n\t\t\t\t\t\t\t\t}\r\n\t\t\t\t\t\t\t\telse\r\n\t\t\t\t\t\t\t\t\tvar spec_height = 400;\r\n\r\n\t\t\t\t\t\t\t\tjQuery(\"#cycle-e19B\").css(\"height\", spec_height);\r\n\t\t\t\t\t\t\t\tjQuery(\"#cycle-e19B > li\").css(\"height\", spec_height);\r\n\t\t\t\t\t\t\t\tjQuery(\"#cycle-e19B_placeholder\").css(\"height\", spec_height);\r\n\r\n\r\n\t\t\t\t\t\t\t}\r\n\r\n\t\t\t\t\t\t\tdevice_callback( [], CloudFwOp.device );\r\n\t\t\t\t\t\t\tjQuery(window).bind(\"CloudFwDetectDevice\", device_callback );\r\n\r\n\t\t\t\t\t\t});\r\n\t\t\t\t\t\t\t\r\n\r\n\t\t\t\t});\t\t\t\t\t\t\t\t\r\n\r\n\r\n\t\t\t<\/script>\r\n\t\t\t\r\n\t\t\t\r\n\t\t\t<div class=\"cycle-wrap fill\">\r\n\t\t\t\t<div id=\"cycle-e19B_placeholder\" class=\"cycle-placeholder\" style=\"height: 400px; \"><\/div>\r\n\r\n\t\t\t\t<ul id=\"cycle-e19B\" class=\"cycle global-radius nobr-bottom overflow-hidden nobr-bottom-handler center pagination-on\" style=\"display:none; width: 100%;height: 400px; \"><li class=\"global-radius nobr-bottom\" style=\"position:relative; overflow:hidden;height: 400px; background-color: #ffffff; \" data-timeout=\"0\"><div class=\"slider-layer  animated fadeInLeft\" data-transition=\"fadeInLeft\"  style=\"top: 295px; left: 65px; z-index: 50; animation-delay: 1s;-moz-animation-delay: 1s;-webkit-animation-delay: 1s;-ms-animation-delay: 1s;-o-animation-delay: 1s; \"><a class=\"button largest icon-left effect secondary\" href=\"https:\/\/www.nomercy.nl\/site\/producten\/co2-tabs\/\"><span class=\"button-text\">READ MORE<\/span><\/a><\/div><div class=\"slider-layer  animated bounceInLeft hover-moveRight\" data-transition=\"bounceInLeft\"  style=\"width: 400px; top: 20px; left: 523px; z-index: 40; \"><img src=\"https:\/\/www.nomercy.nl\/site\/wp-content\/uploads\/2024\/04\/Box-tab60-met-tabs.png\" class=\"slider-layer-img\" alt=\"\"\/><\/div><div class=\"slider-layer  animated fadeInLeft\" data-transition=\"fadeInLeft\"  style=\"top: 62px; left: 65px; z-index: 30; animation-delay: 1s;-moz-animation-delay: 1s;-webkit-animation-delay: 1s;-ms-animation-delay: 1s;-o-animation-delay: 1s; \"><img src=\"http:\/\/www.nomercy.nl\/site\/wp-content\/uploads\/2014\/05\/No-Mercy-Suppy-Home_CO2-Tabs.png\" class=\"slider-layer-img\" alt=\"\"\/><\/div><div class=\"slider-layer \" data-transition=\"\"  style=\"top: -2px; left: 0px; z-index: 20; \"><img src=\"https:\/\/www.nomercy.nl\/site\/wp-content\/uploads\/2014\/05\/No-Mercy-Suppy_0000s_0000_Top-Frame.png\" class=\"slider-layer-img\" alt=\"\"\/><\/div><div class=\"slider-layer \" data-transition=\"\"  style=\"top: -2px; left: 0px; z-index: 10; \"><img src=\"http:\/\/www.nomercy.nl\/site\/wp-content\/uploads\/2014\/05\/No-Mercy-Suppy-Home_BG-CO2-Tabs.png\" class=\"slider-layer-img\" alt=\"\"\/><\/div><\/li><li class=\"global-radius nobr-bottom\" style=\"position:relative; overflow:hidden;height: 400px; background-color: #ffffff; \" data-timeout=\"0\"><div class=\"slider-layer  animated fadeInLeft\" data-transition=\"fadeInLeft\"  style=\"top: 295px; left: 65px; z-index: 50; animation-delay: 1s;-moz-animation-delay: 1s;-webkit-animation-delay: 1s;-ms-animation-delay: 1s;-o-animation-delay: 1s; \"><a class=\"button largest icon-left effect secondary\" href=\"https:\/\/www.nomercy.nl\/site\/producten\/bacterial\/\"><span class=\"button-text\">READ MORE<\/span><\/a><\/div><div class=\"slider-layer  animated bounceInLeft hover-moveRight\" data-transition=\"bounceInLeft\"  style=\"top: 65px; left: 536px; z-index: 40; \"><img src=\"http:\/\/www.nomercy.nl\/site\/wp-content\/uploads\/2014\/05\/No-Mercy-Supply-SLider-Home-Producten_0008_Bacterial.png\" class=\"slider-layer-img\" alt=\"\"\/><\/div><div class=\"slider-layer  animated fadeInLeft\" data-transition=\"fadeInLeft\"  style=\"top: 64px; left: 65px; z-index: 30; animation-delay: 1s;-moz-animation-delay: 1s;-webkit-animation-delay: 1s;-ms-animation-delay: 1s;-o-animation-delay: 1s; \"><img src=\"http:\/\/www.nomercy.nl\/site\/wp-content\/uploads\/2014\/05\/No-Mercy-Suppy-Home_Bacterial.png\" class=\"slider-layer-img\" alt=\"\"\/><\/div><div class=\"slider-layer \" data-transition=\"\"  style=\"top: -2px; left: 0px; z-index: 20; \"><img src=\"http:\/\/www.nomercy.nl\/site\/wp-content\/uploads\/2014\/05\/No-Mercy-Suppy_0000s_0000_Top-Frame.png\" class=\"slider-layer-img\" alt=\"\"\/><\/div><div class=\"slider-layer \" data-transition=\"\"  style=\"top: -2px; left: 0px; z-index: 10; \"><img src=\"http:\/\/www.nomercy.nl\/site\/wp-content\/uploads\/2014\/05\/No-Mercy-Suppy-Home_BG-Bacterial.png\" class=\"slider-layer-img\" alt=\"\"\/><\/div><\/li><li class=\"global-radius nobr-bottom\" style=\"position:relative; overflow:hidden;height: 400px; background-color: #ffffff; \" data-timeout=\"0\"><div class=\"slider-layer  animated fadeInLeft\" data-transition=\"fadeInLeft\"  style=\"top: 295px; left: 65px; z-index: 50; animation-delay: 1s;-moz-animation-delay: 1s;-webkit-animation-delay: 1s;-ms-animation-delay: 1s;-o-animation-delay: 1s; \"><a class=\"button largest icon-left effect secondary\" href=\"https:\/\/www.nomercy.nl\/site\/producten\/ga-special-spray\/\"><span class=\"button-text\">READ MORE<\/span><\/a><\/div><div class=\"slider-layer  animated bounceInLeft hover-moveRight\" data-transition=\"bounceInLeft\"  style=\"top: 66px; left: 579px; z-index: 40; \"><img src=\"http:\/\/www.nomercy.nl\/site\/wp-content\/uploads\/2014\/05\/No-Mercy-Supply-SLider-Home-Producten_0007_GA-Special-Spray.png\" class=\"slider-layer-img\" alt=\"\"\/><\/div><div class=\"slider-layer  animated fadeInLeft\" data-transition=\"fadeInLeft\"  style=\"top: 64px; left: 65px; z-index: 30; animation-delay: 1s;-moz-animation-delay: 1s;-webkit-animation-delay: 1s;-ms-animation-delay: 1s;-o-animation-delay: 1s; \"><img src=\"http:\/\/www.nomercy.nl\/site\/wp-content\/uploads\/2014\/05\/No-Mercy-Suppy-Home_GA-Special-Spray.png\" class=\"slider-layer-img\" alt=\"\"\/><\/div><div class=\"slider-layer \" data-transition=\"\"  style=\"top: -2px; left: 0px; z-index: 20; \"><img src=\"http:\/\/www.nomercy.nl\/site\/wp-content\/uploads\/2014\/05\/No-Mercy-Suppy_0000s_0000_Top-Frame.png\" class=\"slider-layer-img\" alt=\"\"\/><\/div><div class=\"slider-layer \" data-transition=\"\"  style=\"top: -2px; left: 0px; z-index: 10; \"><img src=\"http:\/\/www.nomercy.nl\/site\/wp-content\/uploads\/2014\/05\/No-Mercy-Suppy-Home_BG-GA-Special-Spray.png\" class=\"slider-layer-img\" alt=\"\"\/><\/div><\/li><\/ul><div class=\"cycle-controls\"><ul id=\"cycle-e19B_pager\" style=\"display:none;\" class=\"cycle-pager cycle-pager-center\"><li><a href=\"javascript:;\">0<\/a><\/li><li><a href=\"javascript:;\">1<\/a><\/li><li><a href=\"javascript:;\">2<\/a><\/li><\/ul><\/div><div style=\"display:none;\"><div id=\"cycle-e19B_navigation\" style=\"display:none;\" class=\"cycle-navigation\"><a href=\"javascript:;\" class=\"prev sprite\">Previous<\/a><a href=\"javascript:;\" class=\"next sprite\">Next<\/a><\/div><\/div><\/div><!-- \/.cycle-wrap --><div class=\"down\"><\/div><h1>Witamy na stronie internetowej No Mercy Supply\u00ae<\/h1><p class=\"d2\" style=\"border-bottom-color: #335d23 !important; \"><\/p><div class=\"cf clear\"><\/div><div class=\"auto-format\"><p>No Mercy Supply zosta\u0142 specjalnie stworzony dla ludzi, kt\u00f3rzy chc\u0105 amatorsko zajmowa\u0107 si\u0119 upraw\u0105 ro\u015blin w jak najbardziej organiczny spos\u00f3b. Nasza linia produkt\u00f3w zosta\u0142a opracowana z my\u015bl\u0105 o naszych klientach. Dzi\u0119ki u\u017cyciu biologicznych metod, Pa\u0144stwa uprawy b\u0119d\u0105 mia\u0142y jeszcze lepszy smak. Nasz slogan \u201cPowr\u00f3t do matki natury\u201d m\u00f3wi sam za siebie. Z ch\u0119ci\u0105 odpowiemy na wszelkie Pa\u0144stwa pytania na temat naszych produkt\u00f3w.<\/p>\n<p>Pozdrawiamy,<br \/>\nNo Mercy<\/p>\n<\/div><p class=\"d2\" style=\"border-bottom-color: #335d23 !important; \"><\/p><div class=\"cf clear\"><\/div><div class=\"text-center\"><a href=\"https:\/\/www.nomercyshop.nl\/#\"><img src=\"https:\/\/www.nomercy.nl\/site\/wp-content\/uploads\/2017\/03\/NMShoplogo2-e1490343609251.png\" class=\"ui-image\" alt=\"\"\/><\/a><\/div><div class=\"auto-format\"><p><center><b>Kliknij banner, aby odwiedzi\u0107 nasz sklep internetowy<\/b><\/center><\/p>\n<\/div><div class=\"cf\"><\/div>","protected":false},"excerpt":{"rendered":"<p>READ MOREREAD MOREREAD MORE012PreviousNextWitamy na stronie internetowej No Mercy Supply\u00aeNo Mercy Supply zosta\u0142 specjalnie stworzony dla ludzi, kt\u00f3rzy chc\u0105 amatorsko zajmowa\u0107 si\u0119 upraw\u0105 ro\u015blin w jak najbardziej organiczny spos\u00f3b. Nasza linia produkt\u00f3w zosta\u0142a opracowana z my\u015bl\u0105 o naszych klientach. Dzi\u0119ki u\u017cyciu biologicznych metod, Pa\u0144stwa uprawy b\u0119d\u0105 mia\u0142y jeszcze lepszy smak. Nasz slogan \u201cPowr\u00f3t do matki [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":1,"comment_status":"closed","ping_status":"closed","template":"","meta":[],"_links":{"self":[{"href":"https:\/\/www.nomercy.nl\/site\/wp-json\/wp\/v2\/pages\/1079"}],"collection":[{"href":"https:\/\/www.nomercy.nl\/site\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.nomercy.nl\/site\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.nomercy.nl\/site\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.nomercy.nl\/site\/wp-json\/wp\/v2\/comments?post=1079"}],"version-history":[{"count":1,"href":"https:\/\/www.nomercy.nl\/site\/wp-json\/wp\/v2\/pages\/1079\/revisions"}],"predecessor-version":[{"id":1080,"href":"https:\/\/www.nomercy.nl\/site\/wp-json\/wp\/v2\/pages\/1079\/revisions\/1080"}],"wp:attachment":[{"href":"https:\/\/www.nomercy.nl\/site\/wp-json\/wp\/v2\/media?parent=1079"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}