

{"id":2618,"date":"2013-09-04T21:39:30","date_gmt":"2013-09-05T02:39:30","guid":{"rendered":"http:\/\/rud.is\/b\/?p=2618"},"modified":"2018-03-10T07:53:38","modified_gmt":"2018-03-10T12:53:38","slug":"nizdos","status":"publish","type":"post","link":"https:\/\/rud.is\/b\/2013\/09\/04\/nizdos\/","title":{"rendered":"nizdos &#8211; Nest Thermometer Notifications And Data Logging In Python"},"content":{"rendered":"<p>I&#8217;ve had a <a href=\"https:\/\/nest.com\/choose-your-country\/\">Nest<\/a> thermometer for a while now and it&#8217;s been an overall positive experience. It&#8217;s given me more visibility into our heating\/cooling system usage, patterns and preferences; plus, it actually saved us money last winter.<\/p>\n<p>We try to avoid running the A\/C during the summer, and it would have been <em>really<\/em> helpful if Nest had supported notifications (or had a proper API) for events such as &#8220;A\/C turned on\/off&#8221; for the few times it kicked in when we were away and had left the windows open (yes, we <em>could<\/em> have made &#8220;away&#8221; mode a bit less susceptible to big temperature swings). So, I decided to whip up a notification system and data logger using Scott Baker&#8217;s <code><a href=\"https:\/\/github.com\/smbaker\/pynest\">pynest<\/a><\/code> library (and a little help from <a href=\"https:\/\/redis.io\/\">redis<\/a>, <a href=\"https:\/\/www.mongodb.com\/\">mongo<\/a> and <a href=\"https:\/\/pushover.net\/\">pushover.net<\/a>).<\/p>\n<p>If you have a Nest thermometer, have an always on Linux box (this script should work nicely on a RaspberryPi) and want this functionality,<\/p>\n<ul>\n<li>grab the code over at <a href=\"https:\/\/github.com\/hrbrmstr\/nizdos\">github<\/a><\/li>\n<li><a href=\"https:\/\/pushover.net\/login\">create a Pushover app<\/a> so you can point the API interface there<\/li>\n<li>install and start mongo and redis (both are very easy to setup)<\/li>\n<li>create the <a href=\"https:\/\/github.com\/hrbrmstr\/nizdos\/blob\/master\/nizdos.conf.example\">config file<\/a><\/li>\n<li>tell the script where to find the config file<\/li>\n<li>setup a cron job. Every 5 mins shld work nicely:<br \/><code>*\/5 * * * * \/opt\/nest\/nizdos.py<\/code><\/li>\n<\/ul>\n<p>Mongo is used for storing the readings (temp and humidity, for the moment; you can change the code to log whatever you want, tho) since it sends nice JSON to D3 without having to whip it into shape.<\/p>\n<p>Redis is used for storing and updating the last known state of the heat\/AC system. Technically you could use mongo or a flat file or memcached or sqlite or MySQL (you get the idea) for that, but I have redis running for other things and it&#8217;s just far too easy to setup and use.<\/p>\n<p>Pushover is used for iOS and Android notifications (I really hope they add OS X soon :-)<\/p>\n<p>Once @jayjacobs &amp; I are done with our <a href=\"https:\/\/www.amazon.com\/Security-Using-Analysis-Visualization-Dashboards\/dp\/1118793722\/ref=sr_1_1?ie=UTF8&amp;qid=1374598875&amp;sr=8-1&amp;keywords=bob+rudis\">book<\/a> in November, I&#8217;ll be doing another post and adding some code to the github repo to show how to do data analysis and visualization on all this data you&#8217;re logging.<\/p>\n<p>If you&#8217;re wondering where the name <i>nizdos<\/i> came from and haven&#8217;t <a href=\"https:\/\/www.google.com\/#q=nizdos\">googled<\/a> it yet, it&#8217;s an ancient Indo-European word for <i>nest<\/i>.<\/p>\n<p>Drop me a note here or on github if you use the script (pls)! Send me a pull request on github if you fork the code make any cool changes. Definitely leave a bug report on github if you find any glaring errors.<\/p>\n<p>For those who want the alerting without the overhead of actually dealing with this script, drop me tweet (@hrbrmstr). I&#8217;m pretty close to just having the alerting function working in Google&#8217;s AppEngine, which won&#8217;t require much setup for those without the infrastructure or time to use this script.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>I&#8217;ve had a Nest thermometer for a while now and it&#8217;s been an overall positive experience. It&#8217;s given me more visibility into our heating\/cooling system usage, patterns and preferences; plus, it actually saved us money last winter. We try to avoid running the A\/C during the summer, and it would have been really helpful if [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":true,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"activitypub_content_warning":"","activitypub_content_visibility":"","activitypub_max_image_attachments":3,"activitypub_interaction_policy_quote":"anyone","activitypub_status":"","footnotes":""},"categories":[63,671,701,87,640,700],"tags":[],"class_list":["post-2618","post","type-post","status-publish","format-standard","hentry","category-development","category-mongodb-2","category-nest","category-open-source","category-python-2","category-redis"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>nizdos - Nest Thermometer Notifications And Data Logging In Python - rud.is<\/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:\/\/rud.is\/b\/2013\/09\/04\/nizdos\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"nizdos - Nest Thermometer Notifications And Data Logging In Python - rud.is\" \/>\n<meta property=\"og:description\" content=\"I&#8217;ve had a Nest thermometer for a while now and it&#8217;s been an overall positive experience. It&#8217;s given me more visibility into our heating\/cooling system usage, patterns and preferences; plus, it actually saved us money last winter. We try to avoid running the A\/C during the summer, and it would have been really helpful if [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/rud.is\/b\/2013\/09\/04\/nizdos\/\" \/>\n<meta property=\"og:site_name\" content=\"rud.is\" \/>\n<meta property=\"article:published_time\" content=\"2013-09-05T02:39:30+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2018-03-10T12:53:38+00:00\" \/>\n<meta name=\"author\" content=\"hrbrmstr\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"hrbrmstr\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/rud.is\/b\/2013\/09\/04\/nizdos\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/rud.is\/b\/2013\/09\/04\/nizdos\/\"},\"author\":{\"name\":\"hrbrmstr\",\"@id\":\"https:\/\/rud.is\/b\/#\/schema\/person\/d7cb7487ab0527447f7fda5c423ff886\"},\"headline\":\"nizdos &#8211; Nest Thermometer Notifications And Data Logging In Python\",\"datePublished\":\"2013-09-05T02:39:30+00:00\",\"dateModified\":\"2018-03-10T12:53:38+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/rud.is\/b\/2013\/09\/04\/nizdos\/\"},\"wordCount\":493,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/rud.is\/b\/#\/schema\/person\/d7cb7487ab0527447f7fda5c423ff886\"},\"articleSection\":[\"Development\",\"MongoDB\",\"Nest\",\"Open Source\",\"Python\",\"redis\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/rud.is\/b\/2013\/09\/04\/nizdos\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/rud.is\/b\/2013\/09\/04\/nizdos\/\",\"url\":\"https:\/\/rud.is\/b\/2013\/09\/04\/nizdos\/\",\"name\":\"nizdos - Nest Thermometer Notifications And Data Logging In Python - rud.is\",\"isPartOf\":{\"@id\":\"https:\/\/rud.is\/b\/#website\"},\"datePublished\":\"2013-09-05T02:39:30+00:00\",\"dateModified\":\"2018-03-10T12:53:38+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/rud.is\/b\/2013\/09\/04\/nizdos\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/rud.is\/b\/2013\/09\/04\/nizdos\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/rud.is\/b\/2013\/09\/04\/nizdos\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/rud.is\/b\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"nizdos &#8211; Nest Thermometer Notifications And Data Logging In Python\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/rud.is\/b\/#website\",\"url\":\"https:\/\/rud.is\/b\/\",\"name\":\"rud.is\",\"description\":\"&quot;In God we trust. All others must bring data&quot;\",\"publisher\":{\"@id\":\"https:\/\/rud.is\/b\/#\/schema\/person\/d7cb7487ab0527447f7fda5c423ff886\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/rud.is\/b\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\/\/rud.is\/b\/#\/schema\/person\/d7cb7487ab0527447f7fda5c423ff886\",\"name\":\"hrbrmstr\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/i0.wp.com\/rud.is\/b\/wp-content\/uploads\/2023\/10\/ukr-shield.png?fit=460%2C460&ssl=1\",\"url\":\"https:\/\/i0.wp.com\/rud.is\/b\/wp-content\/uploads\/2023\/10\/ukr-shield.png?fit=460%2C460&ssl=1\",\"contentUrl\":\"https:\/\/i0.wp.com\/rud.is\/b\/wp-content\/uploads\/2023\/10\/ukr-shield.png?fit=460%2C460&ssl=1\",\"width\":460,\"height\":460,\"caption\":\"hrbrmstr\"},\"logo\":{\"@id\":\"https:\/\/i0.wp.com\/rud.is\/b\/wp-content\/uploads\/2023\/10\/ukr-shield.png?fit=460%2C460&ssl=1\"},\"description\":\"Don't look at me\u2026I do what he does \u2014 just slower. #rstats avuncular \u2022 ?Resistance Fighter \u2022 Cook \u2022 Christian \u2022 [Master] Chef des Donn\u00e9es de S\u00e9curit\u00e9 @ @rapid7\",\"sameAs\":[\"http:\/\/rud.is\"],\"url\":\"https:\/\/rud.is\/b\/author\/hrbrmstr\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"nizdos - Nest Thermometer Notifications And Data Logging In Python - rud.is","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:\/\/rud.is\/b\/2013\/09\/04\/nizdos\/","og_locale":"en_US","og_type":"article","og_title":"nizdos - Nest Thermometer Notifications And Data Logging In Python - rud.is","og_description":"I&#8217;ve had a Nest thermometer for a while now and it&#8217;s been an overall positive experience. It&#8217;s given me more visibility into our heating\/cooling system usage, patterns and preferences; plus, it actually saved us money last winter. We try to avoid running the A\/C during the summer, and it would have been really helpful if [&hellip;]","og_url":"https:\/\/rud.is\/b\/2013\/09\/04\/nizdos\/","og_site_name":"rud.is","article_published_time":"2013-09-05T02:39:30+00:00","article_modified_time":"2018-03-10T12:53:38+00:00","author":"hrbrmstr","twitter_card":"summary_large_image","twitter_misc":{"Written by":"hrbrmstr","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/rud.is\/b\/2013\/09\/04\/nizdos\/#article","isPartOf":{"@id":"https:\/\/rud.is\/b\/2013\/09\/04\/nizdos\/"},"author":{"name":"hrbrmstr","@id":"https:\/\/rud.is\/b\/#\/schema\/person\/d7cb7487ab0527447f7fda5c423ff886"},"headline":"nizdos &#8211; Nest Thermometer Notifications And Data Logging In Python","datePublished":"2013-09-05T02:39:30+00:00","dateModified":"2018-03-10T12:53:38+00:00","mainEntityOfPage":{"@id":"https:\/\/rud.is\/b\/2013\/09\/04\/nizdos\/"},"wordCount":493,"commentCount":0,"publisher":{"@id":"https:\/\/rud.is\/b\/#\/schema\/person\/d7cb7487ab0527447f7fda5c423ff886"},"articleSection":["Development","MongoDB","Nest","Open Source","Python","redis"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/rud.is\/b\/2013\/09\/04\/nizdos\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/rud.is\/b\/2013\/09\/04\/nizdos\/","url":"https:\/\/rud.is\/b\/2013\/09\/04\/nizdos\/","name":"nizdos - Nest Thermometer Notifications And Data Logging In Python - rud.is","isPartOf":{"@id":"https:\/\/rud.is\/b\/#website"},"datePublished":"2013-09-05T02:39:30+00:00","dateModified":"2018-03-10T12:53:38+00:00","breadcrumb":{"@id":"https:\/\/rud.is\/b\/2013\/09\/04\/nizdos\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/rud.is\/b\/2013\/09\/04\/nizdos\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/rud.is\/b\/2013\/09\/04\/nizdos\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/rud.is\/b\/"},{"@type":"ListItem","position":2,"name":"nizdos &#8211; Nest Thermometer Notifications And Data Logging In Python"}]},{"@type":"WebSite","@id":"https:\/\/rud.is\/b\/#website","url":"https:\/\/rud.is\/b\/","name":"rud.is","description":"&quot;In God we trust. All others must bring data&quot;","publisher":{"@id":"https:\/\/rud.is\/b\/#\/schema\/person\/d7cb7487ab0527447f7fda5c423ff886"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/rud.is\/b\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/rud.is\/b\/#\/schema\/person\/d7cb7487ab0527447f7fda5c423ff886","name":"hrbrmstr","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/i0.wp.com\/rud.is\/b\/wp-content\/uploads\/2023\/10\/ukr-shield.png?fit=460%2C460&ssl=1","url":"https:\/\/i0.wp.com\/rud.is\/b\/wp-content\/uploads\/2023\/10\/ukr-shield.png?fit=460%2C460&ssl=1","contentUrl":"https:\/\/i0.wp.com\/rud.is\/b\/wp-content\/uploads\/2023\/10\/ukr-shield.png?fit=460%2C460&ssl=1","width":460,"height":460,"caption":"hrbrmstr"},"logo":{"@id":"https:\/\/i0.wp.com\/rud.is\/b\/wp-content\/uploads\/2023\/10\/ukr-shield.png?fit=460%2C460&ssl=1"},"description":"Don't look at me\u2026I do what he does \u2014 just slower. #rstats avuncular \u2022 ?Resistance Fighter \u2022 Cook \u2022 Christian \u2022 [Master] Chef des Donn\u00e9es de S\u00e9curit\u00e9 @ @rapid7","sameAs":["http:\/\/rud.is"],"url":"https:\/\/rud.is\/b\/author\/hrbrmstr\/"}]}},"jetpack_featured_media_url":"","jetpack_shortlink":"https:\/\/wp.me\/s23idr-nizdos","jetpack_likes_enabled":true,"jetpack-related-posts":[{"id":3672,"url":"https:\/\/rud.is\/b\/2015\/09\/10\/a-better-way-to-read-nest-data-into-r\/","url_meta":{"origin":2618,"position":0},"title":"A Better Way To Read Nest Data Into R","author":"hrbrmstr","date":"2015-09-10","format":false,"excerpt":"I glimpsed a [post](http:\/\/blagrants.blogspot.com\/2015\/09\/nest-thermostat-and-r-creating-shiny.html) in the RSS feeds today on how to connect Nest data with a Shiny dashboard and was compelled to post a less brute-force way to get data from the Nest API. The authors of the Shiny+Nest post used `system` calls to `curl` and regular expression character\u2026","rel":"","context":"In &quot;APIs&quot;","block_context":{"text":"APIs","link":"https:\/\/rud.is\/b\/category\/apis\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":12332,"url":"https:\/\/rud.is\/b\/2019\/06\/15\/introducing-the-ethercalc-package\/","url_meta":{"origin":2618,"position":1},"title":"Introducing the {ethercalc} package","author":"hrbrmstr","date":"2019-06-15","format":false,"excerpt":"I mentioned EtherCalc in a previous post and managed to scrounge some time to put together a fledgling {ethercalc} package (it's also on GitLab, SourceHut, Bitbucket and GitUgh, just sub out the appropriate URL prefix). I'm creating a package-specific Docker image (there are a couple out there but I'm not\u2026","rel":"","context":"In &quot;R&quot;","block_context":{"text":"R","link":"https:\/\/rud.is\/b\/category\/r\/"},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/rud.is\/b\/wp-content\/uploads\/2019\/06\/ethercalc-append.png?fit=1200%2C870&ssl=1&resize=350%2C200","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/rud.is\/b\/wp-content\/uploads\/2019\/06\/ethercalc-append.png?fit=1200%2C870&ssl=1&resize=350%2C200 1x, https:\/\/i0.wp.com\/rud.is\/b\/wp-content\/uploads\/2019\/06\/ethercalc-append.png?fit=1200%2C870&ssl=1&resize=525%2C300 1.5x, https:\/\/i0.wp.com\/rud.is\/b\/wp-content\/uploads\/2019\/06\/ethercalc-append.png?fit=1200%2C870&ssl=1&resize=700%2C400 2x, https:\/\/i0.wp.com\/rud.is\/b\/wp-content\/uploads\/2019\/06\/ethercalc-append.png?fit=1200%2C870&ssl=1&resize=1050%2C600 3x"},"classes":[]},{"id":2637,"url":"https:\/\/rud.is\/b\/2013\/09\/08\/rforecastio-simple-r-package-to-access-forecast-io-weather-data\/","url_meta":{"origin":2618,"position":2},"title":"Rforecastio &#8211; Simple R Package To Access forecast.io Weather Data","author":"hrbrmstr","date":"2013-09-08","format":false,"excerpt":"It doesn't get much better for me than when I can combine R and weather data in new ways. I've got something brewing with my Nest thermostat and needed to get some current wx readings plus forecast data. I could have chosen a number of different sources or API's but\u2026","rel":"","context":"In &quot;Development&quot;","block_context":{"text":"Development","link":"https:\/\/rud.is\/b\/category\/development\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":2364,"url":"https:\/\/rud.is\/b\/2013\/03\/19\/my-picks-from-pycon2013\/","url_meta":{"origin":2618,"position":3},"title":"My Picks From #PyCon2013","author":"hrbrmstr","date":"2013-03-19","format":false,"excerpt":"While you can (and should) view [all the presentations](https:\/\/speakerdeck.com\/pyconslides) from #PyCon2013, here are my picks for the ones that interested me the most, as they focus on scaling, mapping, automation (both web & electronics) and data analysis: - [Chef: Why you should automate your web infrastructure](https:\/\/speakerdeck.com\/pyconslides\/chef-why-you-should-automate-your-web-infrastructure-by-kate-heddleston) by Kate Heddleston -\u2026","rel":"","context":"In &quot;Big Data&quot;","block_context":{"text":"Big Data","link":"https:\/\/rud.is\/b\/category\/big-data\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":1517,"url":"https:\/\/rud.is\/b\/2012\/07\/14\/fibonacci-graphing\/","url_meta":{"origin":2618,"position":4},"title":"&#8220;Fibonacci&#8221; Graphing","author":"metricshulk","date":"2012-07-14","format":false,"excerpt":"Benchmarking\/profiling is one of the fundamental practices for tech folk and Feng Shen's recent post to Hacker News continues this fine tradition with a look at startup & run times for \"fibonacci(40)\" in seven computer languages (two 'C' variants, Clojure, go, python, node & Java). Good, quick project, but I\u2026","rel":"","context":"In &quot;Charts &amp; Graphs&quot;","block_context":{"text":"Charts &amp; Graphs","link":"https:\/\/rud.is\/b\/category\/charts-graphs\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":981,"url":"https:\/\/rud.is\/b\/2012\/04\/29\/angry-birds-keynote-theme\/","url_meta":{"origin":2618,"position":5},"title":"Angry Birds Keynote Theme","author":"hrbrmstr","date":"2012-04-29","format":false,"excerpt":"If you went to SOURCE Boston this year (2012), attended my security awareness talk and liked the Angry Birds theme to the slides, here's a copy of the Keynote theme (it's not really a true Keynote theme as there are divergent slides I've included). Here's a sample: You're going to\u2026","rel":"","context":"In &quot;Information Security&quot;","block_context":{"text":"Information Security","link":"https:\/\/rud.is\/b\/category\/information-security\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]}],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/rud.is\/b\/wp-json\/wp\/v2\/posts\/2618","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/rud.is\/b\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/rud.is\/b\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/rud.is\/b\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/rud.is\/b\/wp-json\/wp\/v2\/comments?post=2618"}],"version-history":[{"count":0,"href":"https:\/\/rud.is\/b\/wp-json\/wp\/v2\/posts\/2618\/revisions"}],"wp:attachment":[{"href":"https:\/\/rud.is\/b\/wp-json\/wp\/v2\/media?parent=2618"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/rud.is\/b\/wp-json\/wp\/v2\/categories?post=2618"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/rud.is\/b\/wp-json\/wp\/v2\/tags?post=2618"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}