{"id":91,"date":"2016-02-12T13:27:16","date_gmt":"2016-02-12T12:27:16","guid":{"rendered":"https:\/\/blogs.churlaud.com\/somefoobar\/?p=91"},"modified":"2016-02-12T13:28:40","modified_gmt":"2016-02-12T12:28:40","slug":"setting-the-wifi-on-the-raspberry-pi-with-a-tl-wn725n-v2-adaptor","status":"publish","type":"post","link":"https:\/\/blogs.churlaud.com\/somefoobar\/2016\/02\/12\/setting-the-wifi-on-the-raspberry-pi-with-a-tl-wn725n-v2-adaptor\/","title":{"rendered":"Setting the wifi on the Raspberry Pi with a TL-WN725N v2 adaptor"},"content":{"rendered":"<p>Since the release of the Linux kernel 3.4, the driver <kbd>RTL8188eu<\/kbd> is provided by default, which wasn&#8217;t the case some times ago: the TL-WN725N v2 wifi dongle should be working out of the box.<\/p>\n<h3>Install what you need<\/h3>\n<p><code># pacman -S wpa_supplicant<\/code><br \/>\nYes, that&#8217;s it&#8230; Because <kbd>netctl<\/kbd> is already installed.<\/p>\n<h3>Configuration of the wifi<\/h3>\n<h4>Prepare the WPA key<\/h4>\n<p><code># wpa_passphrase your_essid 'passphrase' <\/code><\/p>\n<p>Put the passphrase between <b>simple quotes<\/b> to escape special characters.<\/p>\n<p>You should get someting like:<\/p>\n<pre>network={\r\n  ssid=\"your_essid\"\r\n  #psk=\"passphrase\"\r\n  psk=64cf3ced850ecef39197bb7b7b301fc39437a6aa6c6a599d0534b16af578e04a\r\n}\r\n<\/pre>\n<p>Copy the <kbd>psk<\/kbd> value.<\/p>\n<h4>Set up netctl<\/h4>\n<p>To now the name of the interfaces type:<br \/>\n<code># ip link show<\/code><\/p>\n<p>Here I have <kbd>lo<\/kbd> (loopback interface), <kbd>eth0<\/kbd> (ethernet), <kbd>wlan0<\/kbd> (wifi).<\/p>\n<p>In <kbd>\/etc\/netctl\/wlan0-your_essid<\/kbd><\/p>\n<pre>Description='description'\r\nInterface=wlan0\r\nConnection=wireless\r\nSecurity=wpa\r\nESSID=your_essid\r\nIP=dhcp\r\nKey=\\\"64cf3ced850ecef39197bb7b7b301fc39437a6aa6c6a599d0534b16af578e04a\r\n<\/pre>\n<p>Note that the value of <kbd>Key<\/kbd> is <kbd>\\\"[what you copied before]<\/kbd><\/p>\n<h4>Test it<\/h4>\n<p><code># netctl start wlan0-your_essid<\/code><\/p>\n<p>If it works it can be enabled at boot.<br \/>\n<code># netctl enable wlan0-your_essid<\/code><\/p>\n<p>If it doesn&#8217;t work, you can try to see if the problem comes from the interface or not. Using <kbd>wifi-menu<\/kbd> can be helpful. It&#8217;s a dialog in the terminal that makes things easier and in an automatic way. However it seems to have troubles with special characters in the password.<\/p>\n<p>Else follow the sources &#8230;<\/p>\n<h3>Sources<\/h3>\n<p><a href=\"https:\/\/wiki.archlinux.org\/index.php\/Wireless_network_configuration\">https:\/\/wiki.archlinux.org\/index.php\/Wireless_network_configuration<\/a><br \/>\n<a href=\"https:\/\/wiki.archlinux.org\/index.php\/Netctl\">https:\/\/wiki.archlinux.org\/index.php\/Netctl<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Since the release of the Linux kernel 3.4, the driver RTL8188eu is provided by default, which wasn&#8217;t the case some times ago: the TL-WN725N v2 wifi dongle should be working out of the box. Install what you need # pacman -S wpa_supplicant Yes, that&#8217;s it&#8230; Because netctl is already installed. Configuration of the wifi Prepare<\/p>\n<p><a class=\"button\" href=\"https:\/\/blogs.churlaud.com\/somefoobar\/2016\/02\/12\/setting-the-wifi-on-the-raspberry-pi-with-a-tl-wn725n-v2-adaptor\/\" title=\"More\">  Read More \u2192<\/a><\/p>\n","protected":false},"author":8,"featured_media":90,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"iawp_total_views":28,"footnotes":""},"categories":[3,2],"tags":[5,4,6,8],"class_list":["post-91","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-linux","category-raspberrypi","tag-archlinux","tag-linux","tag-rapberrypi","tag-setup"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Setting the wifi on the Raspberry Pi with a TL-WN725N v2 adaptor - Just some FooBar<\/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:\/\/blogs.churlaud.com\/somefoobar\/2016\/02\/12\/setting-the-wifi-on-the-raspberry-pi-with-a-tl-wn725n-v2-adaptor\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Setting the wifi on the Raspberry Pi with a TL-WN725N v2 adaptor - Just some FooBar\" \/>\n<meta property=\"og:description\" content=\"Since the release of the Linux kernel 3.4, the driver RTL8188eu is provided by default, which wasn&#8217;t the case some times ago: the TL-WN725N v2 wifi dongle should be working out of the box. Install what you need # pacman -S wpa_supplicant Yes, that&#8217;s it&#8230; Because netctl is already installed. Configuration of the wifi Prepare Read More \u2192\" \/>\n<meta property=\"og:url\" content=\"https:\/\/blogs.churlaud.com\/somefoobar\/2016\/02\/12\/setting-the-wifi-on-the-raspberry-pi-with-a-tl-wn725n-v2-adaptor\/\" \/>\n<meta property=\"og:site_name\" content=\"Just some FooBar\" \/>\n<meta property=\"article:published_time\" content=\"2016-02-12T12:27:16+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2016-02-12T12:28:40+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/blogs.churlaud.com\/somefoobar\/wp-content\/uploads\/sites\/5\/2016\/02\/tlwn725n-e1455280110257.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"698\" \/>\n\t<meta property=\"og:image:height\" content=\"513\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Olivier\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Olivier\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/blogs.churlaud.com\/somefoobar\/2016\/02\/12\/setting-the-wifi-on-the-raspberry-pi-with-a-tl-wn725n-v2-adaptor\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/blogs.churlaud.com\/somefoobar\/2016\/02\/12\/setting-the-wifi-on-the-raspberry-pi-with-a-tl-wn725n-v2-adaptor\/\"},\"author\":{\"name\":\"Olivier\",\"@id\":\"https:\/\/blogs.churlaud.com\/somefoobar\/#\/schema\/person\/ee53ba4920ebe33c29228fd0e42e42f6\"},\"headline\":\"Setting the wifi on the Raspberry Pi with a TL-WN725N v2 adaptor\",\"datePublished\":\"2016-02-12T12:27:16+00:00\",\"dateModified\":\"2016-02-12T12:28:40+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/blogs.churlaud.com\/somefoobar\/2016\/02\/12\/setting-the-wifi-on-the-raspberry-pi-with-a-tl-wn725n-v2-adaptor\/\"},\"wordCount\":211,\"commentCount\":0,\"image\":{\"@id\":\"https:\/\/blogs.churlaud.com\/somefoobar\/2016\/02\/12\/setting-the-wifi-on-the-raspberry-pi-with-a-tl-wn725n-v2-adaptor\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/blogs.churlaud.com\/somefoobar\/wp-content\/uploads\/sites\/5\/2016\/02\/tlwn725n-e1455280110257.jpg\",\"keywords\":[\"ArchLinux\",\"Linux\",\"RapberryPi\",\"Setup\"],\"articleSection\":[\"Linux\",\"RaspberryPi\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/blogs.churlaud.com\/somefoobar\/2016\/02\/12\/setting-the-wifi-on-the-raspberry-pi-with-a-tl-wn725n-v2-adaptor\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/blogs.churlaud.com\/somefoobar\/2016\/02\/12\/setting-the-wifi-on-the-raspberry-pi-with-a-tl-wn725n-v2-adaptor\/\",\"url\":\"https:\/\/blogs.churlaud.com\/somefoobar\/2016\/02\/12\/setting-the-wifi-on-the-raspberry-pi-with-a-tl-wn725n-v2-adaptor\/\",\"name\":\"Setting the wifi on the Raspberry Pi with a TL-WN725N v2 adaptor - Just some FooBar\",\"isPartOf\":{\"@id\":\"https:\/\/blogs.churlaud.com\/somefoobar\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/blogs.churlaud.com\/somefoobar\/2016\/02\/12\/setting-the-wifi-on-the-raspberry-pi-with-a-tl-wn725n-v2-adaptor\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/blogs.churlaud.com\/somefoobar\/2016\/02\/12\/setting-the-wifi-on-the-raspberry-pi-with-a-tl-wn725n-v2-adaptor\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/blogs.churlaud.com\/somefoobar\/wp-content\/uploads\/sites\/5\/2016\/02\/tlwn725n-e1455280110257.jpg\",\"datePublished\":\"2016-02-12T12:27:16+00:00\",\"dateModified\":\"2016-02-12T12:28:40+00:00\",\"author\":{\"@id\":\"https:\/\/blogs.churlaud.com\/somefoobar\/#\/schema\/person\/ee53ba4920ebe33c29228fd0e42e42f6\"},\"breadcrumb\":{\"@id\":\"https:\/\/blogs.churlaud.com\/somefoobar\/2016\/02\/12\/setting-the-wifi-on-the-raspberry-pi-with-a-tl-wn725n-v2-adaptor\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/blogs.churlaud.com\/somefoobar\/2016\/02\/12\/setting-the-wifi-on-the-raspberry-pi-with-a-tl-wn725n-v2-adaptor\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/blogs.churlaud.com\/somefoobar\/2016\/02\/12\/setting-the-wifi-on-the-raspberry-pi-with-a-tl-wn725n-v2-adaptor\/#primaryimage\",\"url\":\"https:\/\/blogs.churlaud.com\/somefoobar\/wp-content\/uploads\/sites\/5\/2016\/02\/tlwn725n-e1455280110257.jpg\",\"contentUrl\":\"https:\/\/blogs.churlaud.com\/somefoobar\/wp-content\/uploads\/sites\/5\/2016\/02\/tlwn725n-e1455280110257.jpg\",\"width\":698,\"height\":513},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/blogs.churlaud.com\/somefoobar\/2016\/02\/12\/setting-the-wifi-on-the-raspberry-pi-with-a-tl-wn725n-v2-adaptor\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\/\/blogs.churlaud.com\/somefoobar\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Setting the wifi on the Raspberry Pi with a TL-WN725N v2 adaptor\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/blogs.churlaud.com\/somefoobar\/#website\",\"url\":\"https:\/\/blogs.churlaud.com\/somefoobar\/\",\"name\":\"Just some FooBar\",\"description\":\"Not much to say...\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/blogs.churlaud.com\/somefoobar\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/blogs.churlaud.com\/somefoobar\/#\/schema\/person\/ee53ba4920ebe33c29228fd0e42e42f6\",\"name\":\"Olivier\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/da8de930ce1a22e92ce36b824ee34d1230fb0294d77eebfaa645282ed474f688?s=96&d=mm&r=g\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/da8de930ce1a22e92ce36b824ee34d1230fb0294d77eebfaa645282ed474f688?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/da8de930ce1a22e92ce36b824ee34d1230fb0294d77eebfaa645282ed474f688?s=96&d=mm&r=g\",\"caption\":\"Olivier\"},\"sameAs\":[\"http:\/\/olivier.churlaud.com\"],\"url\":\"https:\/\/blogs.churlaud.com\/somefoobar\/author\/olivier\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Setting the wifi on the Raspberry Pi with a TL-WN725N v2 adaptor - Just some FooBar","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:\/\/blogs.churlaud.com\/somefoobar\/2016\/02\/12\/setting-the-wifi-on-the-raspberry-pi-with-a-tl-wn725n-v2-adaptor\/","og_locale":"en_US","og_type":"article","og_title":"Setting the wifi on the Raspberry Pi with a TL-WN725N v2 adaptor - Just some FooBar","og_description":"Since the release of the Linux kernel 3.4, the driver RTL8188eu is provided by default, which wasn&#8217;t the case some times ago: the TL-WN725N v2 wifi dongle should be working out of the box. Install what you need # pacman -S wpa_supplicant Yes, that&#8217;s it&#8230; Because netctl is already installed. Configuration of the wifi Prepare Read More \u2192","og_url":"https:\/\/blogs.churlaud.com\/somefoobar\/2016\/02\/12\/setting-the-wifi-on-the-raspberry-pi-with-a-tl-wn725n-v2-adaptor\/","og_site_name":"Just some FooBar","article_published_time":"2016-02-12T12:27:16+00:00","article_modified_time":"2016-02-12T12:28:40+00:00","og_image":[{"width":698,"height":513,"url":"https:\/\/blogs.churlaud.com\/somefoobar\/wp-content\/uploads\/sites\/5\/2016\/02\/tlwn725n-e1455280110257.jpg","type":"image\/jpeg"}],"author":"Olivier","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Olivier","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/blogs.churlaud.com\/somefoobar\/2016\/02\/12\/setting-the-wifi-on-the-raspberry-pi-with-a-tl-wn725n-v2-adaptor\/#article","isPartOf":{"@id":"https:\/\/blogs.churlaud.com\/somefoobar\/2016\/02\/12\/setting-the-wifi-on-the-raspberry-pi-with-a-tl-wn725n-v2-adaptor\/"},"author":{"name":"Olivier","@id":"https:\/\/blogs.churlaud.com\/somefoobar\/#\/schema\/person\/ee53ba4920ebe33c29228fd0e42e42f6"},"headline":"Setting the wifi on the Raspberry Pi with a TL-WN725N v2 adaptor","datePublished":"2016-02-12T12:27:16+00:00","dateModified":"2016-02-12T12:28:40+00:00","mainEntityOfPage":{"@id":"https:\/\/blogs.churlaud.com\/somefoobar\/2016\/02\/12\/setting-the-wifi-on-the-raspberry-pi-with-a-tl-wn725n-v2-adaptor\/"},"wordCount":211,"commentCount":0,"image":{"@id":"https:\/\/blogs.churlaud.com\/somefoobar\/2016\/02\/12\/setting-the-wifi-on-the-raspberry-pi-with-a-tl-wn725n-v2-adaptor\/#primaryimage"},"thumbnailUrl":"https:\/\/blogs.churlaud.com\/somefoobar\/wp-content\/uploads\/sites\/5\/2016\/02\/tlwn725n-e1455280110257.jpg","keywords":["ArchLinux","Linux","RapberryPi","Setup"],"articleSection":["Linux","RaspberryPi"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/blogs.churlaud.com\/somefoobar\/2016\/02\/12\/setting-the-wifi-on-the-raspberry-pi-with-a-tl-wn725n-v2-adaptor\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/blogs.churlaud.com\/somefoobar\/2016\/02\/12\/setting-the-wifi-on-the-raspberry-pi-with-a-tl-wn725n-v2-adaptor\/","url":"https:\/\/blogs.churlaud.com\/somefoobar\/2016\/02\/12\/setting-the-wifi-on-the-raspberry-pi-with-a-tl-wn725n-v2-adaptor\/","name":"Setting the wifi on the Raspberry Pi with a TL-WN725N v2 adaptor - Just some FooBar","isPartOf":{"@id":"https:\/\/blogs.churlaud.com\/somefoobar\/#website"},"primaryImageOfPage":{"@id":"https:\/\/blogs.churlaud.com\/somefoobar\/2016\/02\/12\/setting-the-wifi-on-the-raspberry-pi-with-a-tl-wn725n-v2-adaptor\/#primaryimage"},"image":{"@id":"https:\/\/blogs.churlaud.com\/somefoobar\/2016\/02\/12\/setting-the-wifi-on-the-raspberry-pi-with-a-tl-wn725n-v2-adaptor\/#primaryimage"},"thumbnailUrl":"https:\/\/blogs.churlaud.com\/somefoobar\/wp-content\/uploads\/sites\/5\/2016\/02\/tlwn725n-e1455280110257.jpg","datePublished":"2016-02-12T12:27:16+00:00","dateModified":"2016-02-12T12:28:40+00:00","author":{"@id":"https:\/\/blogs.churlaud.com\/somefoobar\/#\/schema\/person\/ee53ba4920ebe33c29228fd0e42e42f6"},"breadcrumb":{"@id":"https:\/\/blogs.churlaud.com\/somefoobar\/2016\/02\/12\/setting-the-wifi-on-the-raspberry-pi-with-a-tl-wn725n-v2-adaptor\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/blogs.churlaud.com\/somefoobar\/2016\/02\/12\/setting-the-wifi-on-the-raspberry-pi-with-a-tl-wn725n-v2-adaptor\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/blogs.churlaud.com\/somefoobar\/2016\/02\/12\/setting-the-wifi-on-the-raspberry-pi-with-a-tl-wn725n-v2-adaptor\/#primaryimage","url":"https:\/\/blogs.churlaud.com\/somefoobar\/wp-content\/uploads\/sites\/5\/2016\/02\/tlwn725n-e1455280110257.jpg","contentUrl":"https:\/\/blogs.churlaud.com\/somefoobar\/wp-content\/uploads\/sites\/5\/2016\/02\/tlwn725n-e1455280110257.jpg","width":698,"height":513},{"@type":"BreadcrumbList","@id":"https:\/\/blogs.churlaud.com\/somefoobar\/2016\/02\/12\/setting-the-wifi-on-the-raspberry-pi-with-a-tl-wn725n-v2-adaptor\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/blogs.churlaud.com\/somefoobar\/"},{"@type":"ListItem","position":2,"name":"Setting the wifi on the Raspberry Pi with a TL-WN725N v2 adaptor"}]},{"@type":"WebSite","@id":"https:\/\/blogs.churlaud.com\/somefoobar\/#website","url":"https:\/\/blogs.churlaud.com\/somefoobar\/","name":"Just some FooBar","description":"Not much to say...","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/blogs.churlaud.com\/somefoobar\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/blogs.churlaud.com\/somefoobar\/#\/schema\/person\/ee53ba4920ebe33c29228fd0e42e42f6","name":"Olivier","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/da8de930ce1a22e92ce36b824ee34d1230fb0294d77eebfaa645282ed474f688?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/da8de930ce1a22e92ce36b824ee34d1230fb0294d77eebfaa645282ed474f688?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/da8de930ce1a22e92ce36b824ee34d1230fb0294d77eebfaa645282ed474f688?s=96&d=mm&r=g","caption":"Olivier"},"sameAs":["http:\/\/olivier.churlaud.com"],"url":"https:\/\/blogs.churlaud.com\/somefoobar\/author\/olivier\/"}]}},"_links":{"self":[{"href":"https:\/\/blogs.churlaud.com\/somefoobar\/wp-json\/wp\/v2\/posts\/91","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blogs.churlaud.com\/somefoobar\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blogs.churlaud.com\/somefoobar\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blogs.churlaud.com\/somefoobar\/wp-json\/wp\/v2\/users\/8"}],"replies":[{"embeddable":true,"href":"https:\/\/blogs.churlaud.com\/somefoobar\/wp-json\/wp\/v2\/comments?post=91"}],"version-history":[{"count":2,"href":"https:\/\/blogs.churlaud.com\/somefoobar\/wp-json\/wp\/v2\/posts\/91\/revisions"}],"predecessor-version":[{"id":93,"href":"https:\/\/blogs.churlaud.com\/somefoobar\/wp-json\/wp\/v2\/posts\/91\/revisions\/93"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/blogs.churlaud.com\/somefoobar\/wp-json\/wp\/v2\/media\/90"}],"wp:attachment":[{"href":"https:\/\/blogs.churlaud.com\/somefoobar\/wp-json\/wp\/v2\/media?parent=91"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blogs.churlaud.com\/somefoobar\/wp-json\/wp\/v2\/categories?post=91"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blogs.churlaud.com\/somefoobar\/wp-json\/wp\/v2\/tags?post=91"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}