{"id":3397,"date":"2025-11-13T17:56:32","date_gmt":"2025-11-13T16:56:32","guid":{"rendered":"http:\/\/nas01\/wordpress\/?page_id=3397"},"modified":"2026-03-28T22:28:39","modified_gmt":"2026-03-28T21:28:39","slug":"communicatie-tussen-arduinos-middels-i2c","status":"publish","type":"page","link":"https:\/\/jsanders.myds.me\/wordpress\/?page_id=3397","title":{"rendered":"Communicatie tussen Arduino&#8217;s middels I2C"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"3397\" class=\"elementor elementor-3397\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3d92242 e-flex e-con-boxed e-con e-parent\" data-id=\"3d92242\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e3b652d elementor-widget elementor-widget-heading\" data-id=\"e3b652d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Communicatie tussen Arduino's middels I2C<\/h2>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-35c0eab e-flex e-con-boxed e-con e-parent\" data-id=\"35c0eab\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-1e5e434 elementor-widget elementor-widget-heading\" data-id=\"1e5e434\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">Omschrijving<\/h5>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-8650aee e-con-full e-flex e-con e-child\" data-id=\"8650aee\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e8d6376 elementor-widget elementor-widget-text-editor\" data-id=\"e8d6376\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Je kan meerdere I<sup>2<\/sup>C Modulen, sensoren op de I<sup>2<\/sup>C bus aansluiten, vermits ze een uniek adres hebben. Neem bijv. BME280 (Hygro-, baro-, temperatuur sensor), Memory chips, display&#8217;s ect. Ook een Arduino kan werken als zo&#8217;n I<sup>2<\/sup>C component. Het voordeel is, dat je hem ook een adres kan geven.<br \/>Bij deze communicatie via I<sup>2<\/sup>C heb je meestal een Master en een of meerdere slaves. Net als dat je meerdere memory&#8217;s en displays (dit zijn dan de slaves) op 1 ESP8266 (is dan de Master) kan aansluiten. Zo kan je ook op 1 ESP8266 (Master) meerdere NANO&#8217;s (Slave) kan aansluiten.<br \/>Zo kan de de NANO&#8217;s hun eigen programma met sensoren laten draaien, en vanuit de Master kan je de NANO uitvragen.<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-22fcb43 elementor-widget elementor-widget-image\" data-id=\"22fcb43\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/jsanders.myds.me\/wordpress\/wp-content\/uploads\/2025\/11\/2x-NANO-I2C.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"2x-NANO-I2C\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzM5OSwidXJsIjoiaHR0cHM6XC9cL2pzYW5kZXJzLm15ZHMubWVcL3dvcmRwcmVzc1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcLzJ4LU5BTk8tSTJDLmpwZyJ9\">\n\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"768\" height=\"595\" src=\"https:\/\/jsanders.myds.me\/wordpress\/wp-content\/uploads\/2025\/11\/2x-NANO-I2C.jpg\" class=\"attachment-large size-large wp-image-3399\" alt=\"\" srcset=\"https:\/\/jsanders.myds.me\/wordpress\/wp-content\/uploads\/2025\/11\/2x-NANO-I2C.jpg 768w, https:\/\/jsanders.myds.me\/wordpress\/wp-content\/uploads\/2025\/11\/2x-NANO-I2C-300x232.jpg 300w\" sizes=\"(max-width: 768px) 100vw, 768px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-05de6a7 elementor-widget elementor-widget-heading\" data-id=\"05de6a7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">Hoe werkt het<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-affd083 elementor-widget elementor-widget-text-editor\" data-id=\"affd083\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>In feite heb je 2 lijnen nodig:<br \/>SDA: data<br \/>SCL: Klok puls<br \/>Simple gezegd, de SCL zorgt voor de synchronisatie &#8216;snelheid&#8217;, zo&#8217;n puls geeft aan dat er op de SDA lijn data klaar staat.<br \/>De master bepaald de Klok puls.<br \/>Als je beide lijnen uitleest met een logic analyser, dan ziet dat er zo uit:<br \/><a href=\"https:\/\/jsanders.myds.me\/wordpress\/wp-content\/uploads\/2025\/11\/I2C-Data.png\"><img decoding=\"async\" class=\"alignnone wp-image-3400 size-medium\" src=\"https:\/\/jsanders.myds.me\/wordpress\/wp-content\/uploads\/2025\/11\/I2C-Data-300x48.png\" alt=\"\" width=\"300\" height=\"48\" srcset=\"https:\/\/jsanders.myds.me\/wordpress\/wp-content\/uploads\/2025\/11\/I2C-Data-300x48.png 300w, https:\/\/jsanders.myds.me\/wordpress\/wp-content\/uploads\/2025\/11\/I2C-Data-768x124.png 768w, https:\/\/jsanders.myds.me\/wordpress\/wp-content\/uploads\/2025\/11\/I2C-Data.png 1024w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><\/a><\/p><p>Als je meer wilt weten over I<sup>2<\/sup>C, dan vind je genoeg op internet.\u00a0<br \/>Bijv.: <a href=\"https:\/\/howtomechatronics.com\/tutorials\/arduino\/how-i2c-communication-works-and-how-to-use-it-with-arduino\/\" target=\"_blank\" rel=\"noopener\">How I2C Communication Works &amp; How To Use It with Arduino (howtomechatronics.com)<\/a><\/p><p>Hieronder vind je een leuk projectje, 1 Master ESP8266 en 4 Slaves NANO.<br \/>Het is een heel eenvoudig programma, de master spreekt een slave aan met hallo, en de slave antwoord terug. Je kan dit zien door de monitor op de master te opnenen.<br \/>Omdat de ESP8266 op 3,3 Volt werkt, ziet er een level shifter tussen. (<a href=\"https:\/\/jsanders.myds.me\/wordpress\/?page_id=901\" target=\"_blank\" rel=\"noopener\"><span style=\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-weight: var( --e-global-typography-text-font-weight ); background-color: var( --e-global-color-1621ca0 ); letter-spacing: 0px;\">BSS138<\/span><\/a><span style=\"color: var( --e-global-color-text ); font-family: var( --e-global-typography-text-font-family ), Sans-serif; font-weight: var( --e-global-typography-text-font-weight ); background-color: var( --e-global-color-1621ca0 ); letter-spacing: 0px;\">)<br \/>Je kan het\u00a0<\/span><span style=\"background-color: var( --e-global-color-1621ca0 );\">I2C_Scanner programma gebruiken om de NANO&#8217;s te zien.<\/span><\/p><p><a href=\"https:\/\/jsanders.myds.me\/wordpress\/wp-content\/uploads\/2025\/11\/I2C-communicatie-opstellig.jpg\"><img decoding=\"async\" class=\"alignnone wp-image-3401 size-medium\" src=\"https:\/\/jsanders.myds.me\/wordpress\/wp-content\/uploads\/2025\/11\/I2C-communicatie-opstellig-300x216.jpg\" alt=\"\" width=\"300\" height=\"216\" srcset=\"https:\/\/jsanders.myds.me\/wordpress\/wp-content\/uploads\/2025\/11\/I2C-communicatie-opstellig-300x216.jpg 300w, https:\/\/jsanders.myds.me\/wordpress\/wp-content\/uploads\/2025\/11\/I2C-communicatie-opstellig-1024x737.jpg 1024w, https:\/\/jsanders.myds.me\/wordpress\/wp-content\/uploads\/2025\/11\/I2C-communicatie-opstellig-768x553.jpg 768w, https:\/\/jsanders.myds.me\/wordpress\/wp-content\/uploads\/2025\/11\/I2C-communicatie-opstellig-1536x1105.jpg 1536w, https:\/\/jsanders.myds.me\/wordpress\/wp-content\/uploads\/2025\/11\/I2C-communicatie-opstellig-2048x1474.jpg 2048w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><\/a><\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-0528ca3 elementor-widget elementor-widget-heading\" data-id=\"0528ca3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">Schema<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-545cd83 elementor-widget elementor-widget-image\" data-id=\"545cd83\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/jsanders.myds.me\/wordpress\/wp-content\/uploads\/2025\/11\/I2C-tussen-Arduinos.jpg\" data-elementor-open-lightbox=\"yes\" data-elementor-lightbox-title=\"I2C-tussen-Arduinos\" data-e-action-hash=\"#elementor-action%3Aaction%3Dlightbox%26settings%3DeyJpZCI6MzQwMiwidXJsIjoiaHR0cHM6XC9cL2pzYW5kZXJzLm15ZHMubWVcL3dvcmRwcmVzc1wvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMTFcL0kyQy10dXNzZW4tQXJkdWlub3MuanBnIn0%3D\">\n\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"637\" src=\"https:\/\/jsanders.myds.me\/wordpress\/wp-content\/uploads\/2025\/11\/I2C-tussen-Arduinos-1024x637.jpg\" class=\"attachment-large size-large wp-image-3402\" alt=\"\" srcset=\"https:\/\/jsanders.myds.me\/wordpress\/wp-content\/uploads\/2025\/11\/I2C-tussen-Arduinos-1024x637.jpg 1024w, https:\/\/jsanders.myds.me\/wordpress\/wp-content\/uploads\/2025\/11\/I2C-tussen-Arduinos-300x187.jpg 300w, https:\/\/jsanders.myds.me\/wordpress\/wp-content\/uploads\/2025\/11\/I2C-tussen-Arduinos-768x477.jpg 768w, https:\/\/jsanders.myds.me\/wordpress\/wp-content\/uploads\/2025\/11\/I2C-tussen-Arduinos.jpg 1290w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/>\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8021cce elementor-widget elementor-widget-heading\" data-id=\"8021cce\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h5 class=\"elementor-heading-title elementor-size-default\">Downloads<\/h5>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4ea18f2 elementor-widget elementor-widget-text-editor\" data-id=\"4ea18f2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<p>Voorbeeld code: <a  data-e-Disable-Page-Transition=\"true\" class=\"download-link\" title=\"\" href=\"https:\/\/jsanders.myds.me\/wordpress?download=3404&amp;tmstv=1778073144\" rel=\"nofollow\" id=\"download-link-3404\" data-redirect=\"false\" >\n\t4x Nano communicatie\t(126 downloads\t)\n<\/a>\n<br \/>I2C_Scanner: <a  data-e-Disable-Page-Transition=\"true\" class=\"download-link\" title=\"\" href=\"https:\/\/jsanders.myds.me\/wordpress?download=3410&amp;tmstv=1778073144\" rel=\"nofollow\" id=\"download-link-3410\" data-redirect=\"false\" >\n\tI2C Scanner\t(121 downloads\t)\n<\/a>\n<\/p>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-20cd191 e-flex e-con-boxed e-con e-parent\" data-id=\"20cd191\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-12699b5 hfe-post-info-layout-inline elementor-widget elementor-widget-post-info-widget\" data-id=\"12699b5\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"post-info-widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<ul class=\"hfe-post-info-inline hfe-post-info-items hfe-post-info\">\n\t\t\t\t\t<li class=\"hfe-post-info-item elementor-repeater-item-ac33501 hfe-post-info-inline-item\" itemprop=\"datePublished\"> \n\t\t\t\n\t\t\t\t\t\t<span class=\"hfe-post-info-icon\">\n\t\t\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-calendar-alt\" viewBox=\"0 0 448 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M148 288h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12zm108-12v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm96 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm-96 96v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm-96 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm192 0v-40c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v40c0 6.6 5.4 12 12 12h40c6.6 0 12-5.4 12-12zm96-260v352c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V112c0-26.5 21.5-48 48-48h48V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h128V12c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v52h48c26.5 0 48 21.5 48 48zm-48 346V160H48v298c0 3.3 2.7 6 6 6h340c3.3 0 6-2.7 6-6z\"><\/path><\/svg>\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<span class=\"hfe-post-info-text hfe-post-info__item hfe-post-info__item--type-date\">\n\t\t\t\n\t\t\t\t\t\t\tdo 13 november 2025\t\t\t\t\t<\/span>\n\t\t\n\t\t\t\t\t<\/li>\n\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\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>Communicatie tussen Arduino&#8217;s middels I2C Omschrijving Je kan meerdere I2C Modulen, sensoren op de I2C bus aansluiten, vermits ze een uniek adres hebben. Neem bijv. BME280 (Hygro-, baro-, temperatuur sensor), Memory chips, display&#8217;s ect. Ook een Arduino kan werken als zo&#8217;n I2C component. Het voordeel is, dat je hem ook een adres kan geven.Bij deze [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":3398,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"ocean_post_layout":"","ocean_both_sidebars_style":"","ocean_both_sidebars_content_width":0,"ocean_both_sidebars_sidebars_width":0,"ocean_sidebar":"sidebar-2","ocean_second_sidebar":"","ocean_disable_margins":"enable","ocean_add_body_class":"","ocean_shortcode_before_top_bar":"","ocean_shortcode_after_top_bar":"","ocean_shortcode_before_header":"","ocean_shortcode_after_header":"","ocean_has_shortcode":"","ocean_shortcode_after_title":"","ocean_shortcode_before_footer_widgets":"","ocean_shortcode_after_footer_widgets":"","ocean_shortcode_before_footer_bottom":"","ocean_shortcode_after_footer_bottom":"","ocean_display_top_bar":"off","ocean_display_header":"off","ocean_header_style":"","ocean_center_header_left_menu":"","ocean_custom_header_template":"","ocean_custom_logo":0,"ocean_custom_retina_logo":0,"ocean_custom_logo_max_width":0,"ocean_custom_logo_tablet_max_width":0,"ocean_custom_logo_mobile_max_width":0,"ocean_custom_logo_max_height":0,"ocean_custom_logo_tablet_max_height":0,"ocean_custom_logo_mobile_max_height":0,"ocean_header_custom_menu":"","ocean_menu_typo_font_family":"","ocean_menu_typo_font_subset":"","ocean_menu_typo_font_size":0,"ocean_menu_typo_font_size_tablet":0,"ocean_menu_typo_font_size_mobile":0,"ocean_menu_typo_font_size_unit":"px","ocean_menu_typo_font_weight":"","ocean_menu_typo_font_weight_tablet":"","ocean_menu_typo_font_weight_mobile":"","ocean_menu_typo_transform":"","ocean_menu_typo_transform_tablet":"","ocean_menu_typo_transform_mobile":"","ocean_menu_typo_line_height":0,"ocean_menu_typo_line_height_tablet":0,"ocean_menu_typo_line_height_mobile":0,"ocean_menu_typo_line_height_unit":"","ocean_menu_typo_spacing":0,"ocean_menu_typo_spacing_tablet":0,"ocean_menu_typo_spacing_mobile":0,"ocean_menu_typo_spacing_unit":"","ocean_menu_link_color":"","ocean_menu_link_color_hover":"","ocean_menu_link_color_active":"","ocean_menu_link_background":"","ocean_menu_link_hover_background":"","ocean_menu_link_active_background":"","ocean_menu_social_links_bg":"","ocean_menu_social_hover_links_bg":"","ocean_menu_social_links_color":"","ocean_menu_social_hover_links_color":"","ocean_disable_title":"default","ocean_disable_heading":"default","ocean_post_title":"","ocean_post_subheading":"","ocean_post_title_style":"","ocean_post_title_background_color":"","ocean_post_title_background":0,"ocean_post_title_bg_image_position":"","ocean_post_title_bg_image_attachment":"","ocean_post_title_bg_image_repeat":"","ocean_post_title_bg_image_size":"","ocean_post_title_height":0,"ocean_post_title_bg_overlay":0.5,"ocean_post_title_bg_overlay_color":"","ocean_disable_breadcrumbs":"default","ocean_breadcrumbs_color":"","ocean_breadcrumbs_separator_color":"","ocean_breadcrumbs_links_color":"","ocean_breadcrumbs_links_hover_color":"","ocean_display_footer_widgets":"default","ocean_display_footer_bottom":"default","ocean_custom_footer_template":"","footnotes":""},"categories":[89],"tags":[402,57],"class_list":["post-3397","page","type-page","status-publish","has-post-thumbnail","hentry","category-toepassingen","tag-communicatie","tag-i2c","entry","has-media"],"_links":{"self":[{"href":"https:\/\/jsanders.myds.me\/wordpress\/index.php?rest_route=\/wp\/v2\/pages\/3397","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/jsanders.myds.me\/wordpress\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/jsanders.myds.me\/wordpress\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/jsanders.myds.me\/wordpress\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/jsanders.myds.me\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=3397"}],"version-history":[{"count":3,"href":"https:\/\/jsanders.myds.me\/wordpress\/index.php?rest_route=\/wp\/v2\/pages\/3397\/revisions"}],"predecessor-version":[{"id":5259,"href":"https:\/\/jsanders.myds.me\/wordpress\/index.php?rest_route=\/wp\/v2\/pages\/3397\/revisions\/5259"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/jsanders.myds.me\/wordpress\/index.php?rest_route=\/wp\/v2\/media\/3398"}],"wp:attachment":[{"href":"https:\/\/jsanders.myds.me\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=3397"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/jsanders.myds.me\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=3397"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/jsanders.myds.me\/wordpress\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=3397"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}