{"id":473,"date":"2017-01-08T20:09:26","date_gmt":"2017-01-08T20:09:26","guid":{"rendered":"http:\/\/www.kevingordon.org.uk\/kevwp4\/?p=473"},"modified":"2017-01-08T20:15:09","modified_gmt":"2017-01-08T20:15:09","slug":"raspberry-pi-model-railway-update","status":"publish","type":"post","link":"https:\/\/www.kevingordon.org.uk\/kevwp4\/2017\/01\/08\/raspberry-pi-model-railway-update\/","title":{"rendered":"Raspberry Pi Model Railway update &#8211; how to setup"},"content":{"rendered":"<p>The raspberry Pi model railway has brought me hours of fun, both coding it, and using it! This is a supplementary blog post about how I got it all up and running again, I hope you find this useful!<\/p>\n<h3>How I re-setup the Raspberry Pi model railway<\/h3>\n<p>So I took up a friend&#8217;s offer to give their child a introduction to the Raspberry Pi, and so I searched for the model railway kit in the loft and found it, all nicely boxed up. Only thing I didn&#8217;t bargain for was that it just had a Raspberry Pi 1 large SD-Card in the pack &#8211; and I had bought a RPi 2 and 3 with me that take micro SD-Card&#8217;s doh.<\/p>\n<p>So I begun by trying to take an image of the SD-Card which I was going to transfer to the micro SD-Card &#8211; luckily I&#8217;d bought my previous generation MacBookPro &#8211; which had an SD Card reader! Details on how to do this are here; <a href=\"http:\/\/kevswebuk.blogspot.co.uk\/2013\/09\/cloning-raspberry-pi-sd-card-on-mac.html\" target=\"_blank\">http:\/\/kevswebuk.blogspot.co.uk\/2013\/09\/cloning-raspberry-pi-sd-card-on-mac.html<\/a> however this took a <em>long<\/em> time&#8230;<\/p>\n<h3>The step-by-step guide<\/h3>\n<p>So I decided to see if I could get it running a fresh from scratch! Here&#8217;s a quick guided tutorial!:<\/p>\n<ol>\n<li>I put the railway out, the train, and connected the Hornby controller (making sure to connect A to A and B to B)<\/li>\n<li>Then I turned on the controller and tested that the whole thing worked<\/li>\n<li>Next, I created the the traincontroller.py file from the origin guide here: <a href=\"http:\/\/www.kevingordon.org.uk\/articles\/raspberry-pi-railway-web-controlled.html\">http:\/\/www.kevingordon.org.uk\/articles\/raspberry-pi-railway-web-controlled.html<\/a>.<\/li>\n<li>I had an error as there &#8216;impo&#8217; from &#8216;import&#8217; was missing, so I thought there &#8216;serial&#8217; package was missing. If this had been the case <code>sudo npm install python-serial<\/code> would have sorted it.<\/li>\n<li>Then I downloaded the lights-test.py, and checked it was working, unfortunately there was a comms error over the USB, and it wasn&#8217;t that the USB wasn&#8217;t plugged in.<\/li>\n<li>I changed to the \/dev directory and typed &#8216;ls&#8217; and it gave a list of devices, I unplugged the USB controller, and did &#8216;ls&#8217; again and it gave the same list with one thing removed. A quick looked showed me that the controller device name had changed from <code>ttyUSB1<\/code> to something different, a search and replace in the traincontroller.py sorted that out.<\/li>\n<li>Then I was able to successfully run the lights-test.py, and get the lights to go on and off!<\/li>\n<li>Then I wrote two simple scripts, one to start the train and one to stop the controller:<br \/>\n<code><br \/>\n#start.py<br \/>\nimport traincontroller<br \/>\nimport time<br \/>\nstartDirection = traincontroller.FORWARD<br \/>\ntraincontroller.increaseSpeedFromToDirection(0, 75, startDirection)<br \/>\n<\/code><br \/>\n<code><br \/>\n#stop.py<br \/>\nimport traincontroller<br \/>\nimport time<br \/>\nstartDirection = traincontroller.FORWARD<br \/>\ntraincontroller.decreaseSpeedFromToDirection(75, 0, startDirection)<br \/>\n<\/code><\/li>\n<li>By running the python e.g. <code>python start.py<\/code> the train will start, and use the other script to stop it!<\/li>\n<\/ol>\n<h3>The Raspberry Pi Railway game<\/h3>\n<p>Fabulously we had therefore create a game! Which meant I would start the train, and once it was up to speed, someone would shout &#8216;STOP!&#8217; and I would run the stop script at that instance. This would then bring the train to a stop. The game being to get the train to stop at the station. This proved to be quite a lot of fun and very competitive.<\/p>\n<h3>Conclusion<\/h3>\n<p>I hope this supplementary guide will give you a bit of additional help in getting the Raspberry Pi model railway demo up and running, if you haven&#8217;t done so already!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>The raspberry Pi model railway has brought me hours of fun, both coding it, and using it! This is a supplementary blog post about how I got it all up and running again, I hope you find this useful! How I re-setup the Raspberry Pi model railway So I took up a friend&#8217;s offer to [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":477,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_et_pb_use_builder":"","_et_pb_old_content":"","_et_gb_content_width":"","footnotes":""},"categories":[7],"tags":[31,29,28,27,26,30],"class_list":["post-473","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-tutorials","tag-cool","tag-model-railway","tag-railway","tag-raspberry-pi","tag-rpi","tag-tutorial"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.0 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Raspberry Pi Model Railway update - how to setup - Kev&#039;s Web<\/title>\n<meta name=\"description\" content=\"The Raspberry Pi model railway supplementary guide, gives a tutorial on how I got the raspberry Pi model railway working again from the begging.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.kevingordon.org.uk\/kevwp4\/2017\/01\/08\/raspberry-pi-model-railway-update\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"I rebuilt my Raspberry Pi Railway, check it out how I did it!\" \/>\n<meta property=\"og:description\" content=\"The Raspberry Pi model railway supplementary guide, gives a tutorial on how I got the raspberry Pi model railway working again from the begging.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.kevingordon.org.uk\/kevwp4\/2017\/01\/08\/raspberry-pi-model-railway-update\/\" \/>\n<meta property=\"og:site_name\" content=\"Kev&#039;s Web\" \/>\n<meta property=\"article:published_time\" content=\"2017-01-08T20:09:26+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2017-01-08T20:15:09+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.kevingordon.org.uk\/kevwp4\/wp-content\/uploads\/2017\/01\/railway-oval.png\" \/>\n\t<meta property=\"og:image:width\" content=\"600\" \/>\n\t<meta property=\"og:image:height\" content=\"446\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Kevin Gordon\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:title\" content=\"Tutorial on how to setup a Raspberry Pi model railway!\" \/>\n<meta name=\"twitter:creator\" content=\"@k_guk\" \/>\n<meta name=\"twitter:site\" content=\"@k_guk\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Kevin Gordon\" \/>\n\t<meta name=\"twitter:label2\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.kevingordon.org.uk\\\/kevwp4\\\/2017\\\/01\\\/08\\\/raspberry-pi-model-railway-update\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.kevingordon.org.uk\\\/kevwp4\\\/2017\\\/01\\\/08\\\/raspberry-pi-model-railway-update\\\/\"},\"author\":{\"name\":\"Kevin Gordon\",\"@id\":\"https:\\\/\\\/www.kevingordon.org.uk\\\/kevwp4\\\/#\\\/schema\\\/person\\\/6f290d1865d91bf2ae6f6b460612b6fb\"},\"headline\":\"Raspberry Pi Model Railway update &#8211; how to setup\",\"datePublished\":\"2017-01-08T20:09:26+00:00\",\"dateModified\":\"2017-01-08T20:15:09+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.kevingordon.org.uk\\\/kevwp4\\\/2017\\\/01\\\/08\\\/raspberry-pi-model-railway-update\\\/\"},\"wordCount\":543,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/www.kevingordon.org.uk\\\/kevwp4\\\/#\\\/schema\\\/person\\\/6f290d1865d91bf2ae6f6b460612b6fb\"},\"image\":{\"@id\":\"https:\\\/\\\/www.kevingordon.org.uk\\\/kevwp4\\\/2017\\\/01\\\/08\\\/raspberry-pi-model-railway-update\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.kevingordon.org.uk\\\/kevwp4\\\/wp-content\\\/uploads\\\/2017\\\/01\\\/railway-oval.png\",\"keywords\":[\"cool\",\"model railway\",\"railway\",\"raspberry pi\",\"rpi\",\"tutorial\"],\"articleSection\":[\"Tutorials\"],\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.kevingordon.org.uk\\\/kevwp4\\\/2017\\\/01\\\/08\\\/raspberry-pi-model-railway-update\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.kevingordon.org.uk\\\/kevwp4\\\/2017\\\/01\\\/08\\\/raspberry-pi-model-railway-update\\\/\",\"url\":\"https:\\\/\\\/www.kevingordon.org.uk\\\/kevwp4\\\/2017\\\/01\\\/08\\\/raspberry-pi-model-railway-update\\\/\",\"name\":\"Raspberry Pi Model Railway update - how to setup - Kev&#039;s Web\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.kevingordon.org.uk\\\/kevwp4\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.kevingordon.org.uk\\\/kevwp4\\\/2017\\\/01\\\/08\\\/raspberry-pi-model-railway-update\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.kevingordon.org.uk\\\/kevwp4\\\/2017\\\/01\\\/08\\\/raspberry-pi-model-railway-update\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.kevingordon.org.uk\\\/kevwp4\\\/wp-content\\\/uploads\\\/2017\\\/01\\\/railway-oval.png\",\"datePublished\":\"2017-01-08T20:09:26+00:00\",\"dateModified\":\"2017-01-08T20:15:09+00:00\",\"description\":\"The Raspberry Pi model railway supplementary guide, gives a tutorial on how I got the raspberry Pi model railway working again from the begging.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.kevingordon.org.uk\\\/kevwp4\\\/2017\\\/01\\\/08\\\/raspberry-pi-model-railway-update\\\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.kevingordon.org.uk\\\/kevwp4\\\/2017\\\/01\\\/08\\\/raspberry-pi-model-railway-update\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/www.kevingordon.org.uk\\\/kevwp4\\\/2017\\\/01\\\/08\\\/raspberry-pi-model-railway-update\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.kevingordon.org.uk\\\/kevwp4\\\/wp-content\\\/uploads\\\/2017\\\/01\\\/railway-oval.png\",\"contentUrl\":\"https:\\\/\\\/www.kevingordon.org.uk\\\/kevwp4\\\/wp-content\\\/uploads\\\/2017\\\/01\\\/railway-oval.png\",\"width\":600,\"height\":446,\"caption\":\"Raspberry Pi Model Railway\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.kevingordon.org.uk\\\/kevwp4\\\/2017\\\/01\\\/08\\\/raspberry-pi-model-railway-update\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.kevingordon.org.uk\\\/kevwp4\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Raspberry Pi Model Railway update &#8211; how to setup\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.kevingordon.org.uk\\\/kevwp4\\\/#website\",\"url\":\"https:\\\/\\\/www.kevingordon.org.uk\\\/kevwp4\\\/\",\"name\":\"Kev&#039;s Web\",\"description\":\"Kevin Gordon&#039;s Blog\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.kevingordon.org.uk\\\/kevwp4\\\/#\\\/schema\\\/person\\\/6f290d1865d91bf2ae6f6b460612b6fb\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.kevingordon.org.uk\\\/kevwp4\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/www.kevingordon.org.uk\\\/kevwp4\\\/#\\\/schema\\\/person\\\/6f290d1865d91bf2ae6f6b460612b6fb\",\"name\":\"Kevin Gordon\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/www.kevingordon.org.uk\\\/kevwp4\\\/wp-content\\\/uploads\\\/2016\\\/12\\\/kev-pic.png\",\"url\":\"https:\\\/\\\/www.kevingordon.org.uk\\\/kevwp4\\\/wp-content\\\/uploads\\\/2016\\\/12\\\/kev-pic.png\",\"contentUrl\":\"https:\\\/\\\/www.kevingordon.org.uk\\\/kevwp4\\\/wp-content\\\/uploads\\\/2016\\\/12\\\/kev-pic.png\",\"width\":192,\"height\":213,\"caption\":\"Kevin Gordon\"},\"logo\":{\"@id\":\"https:\\\/\\\/www.kevingordon.org.uk\\\/kevwp4\\\/wp-content\\\/uploads\\\/2016\\\/12\\\/kev-pic.png\"},\"sameAs\":[\"http:\\\/\\\/www.kevingordon.org.uk\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Raspberry Pi Model Railway update - how to setup - Kev&#039;s Web","description":"The Raspberry Pi model railway supplementary guide, gives a tutorial on how I got the raspberry Pi model railway working again from the begging.","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:\/\/www.kevingordon.org.uk\/kevwp4\/2017\/01\/08\/raspberry-pi-model-railway-update\/","og_locale":"en_GB","og_type":"article","og_title":"I rebuilt my Raspberry Pi Railway, check it out how I did it!","og_description":"The Raspberry Pi model railway supplementary guide, gives a tutorial on how I got the raspberry Pi model railway working again from the begging.","og_url":"https:\/\/www.kevingordon.org.uk\/kevwp4\/2017\/01\/08\/raspberry-pi-model-railway-update\/","og_site_name":"Kev&#039;s Web","article_published_time":"2017-01-08T20:09:26+00:00","article_modified_time":"2017-01-08T20:15:09+00:00","og_image":[{"width":600,"height":446,"url":"https:\/\/www.kevingordon.org.uk\/kevwp4\/wp-content\/uploads\/2017\/01\/railway-oval.png","type":"image\/png"}],"author":"Kevin Gordon","twitter_card":"summary_large_image","twitter_title":"Tutorial on how to setup a Raspberry Pi model railway!","twitter_creator":"@k_guk","twitter_site":"@k_guk","twitter_misc":{"Written by":"Kevin Gordon","Estimated reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.kevingordon.org.uk\/kevwp4\/2017\/01\/08\/raspberry-pi-model-railway-update\/#article","isPartOf":{"@id":"https:\/\/www.kevingordon.org.uk\/kevwp4\/2017\/01\/08\/raspberry-pi-model-railway-update\/"},"author":{"name":"Kevin Gordon","@id":"https:\/\/www.kevingordon.org.uk\/kevwp4\/#\/schema\/person\/6f290d1865d91bf2ae6f6b460612b6fb"},"headline":"Raspberry Pi Model Railway update &#8211; how to setup","datePublished":"2017-01-08T20:09:26+00:00","dateModified":"2017-01-08T20:15:09+00:00","mainEntityOfPage":{"@id":"https:\/\/www.kevingordon.org.uk\/kevwp4\/2017\/01\/08\/raspberry-pi-model-railway-update\/"},"wordCount":543,"commentCount":0,"publisher":{"@id":"https:\/\/www.kevingordon.org.uk\/kevwp4\/#\/schema\/person\/6f290d1865d91bf2ae6f6b460612b6fb"},"image":{"@id":"https:\/\/www.kevingordon.org.uk\/kevwp4\/2017\/01\/08\/raspberry-pi-model-railway-update\/#primaryimage"},"thumbnailUrl":"https:\/\/www.kevingordon.org.uk\/kevwp4\/wp-content\/uploads\/2017\/01\/railway-oval.png","keywords":["cool","model railway","railway","raspberry pi","rpi","tutorial"],"articleSection":["Tutorials"],"inLanguage":"en-GB","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.kevingordon.org.uk\/kevwp4\/2017\/01\/08\/raspberry-pi-model-railway-update\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.kevingordon.org.uk\/kevwp4\/2017\/01\/08\/raspberry-pi-model-railway-update\/","url":"https:\/\/www.kevingordon.org.uk\/kevwp4\/2017\/01\/08\/raspberry-pi-model-railway-update\/","name":"Raspberry Pi Model Railway update - how to setup - Kev&#039;s Web","isPartOf":{"@id":"https:\/\/www.kevingordon.org.uk\/kevwp4\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.kevingordon.org.uk\/kevwp4\/2017\/01\/08\/raspberry-pi-model-railway-update\/#primaryimage"},"image":{"@id":"https:\/\/www.kevingordon.org.uk\/kevwp4\/2017\/01\/08\/raspberry-pi-model-railway-update\/#primaryimage"},"thumbnailUrl":"https:\/\/www.kevingordon.org.uk\/kevwp4\/wp-content\/uploads\/2017\/01\/railway-oval.png","datePublished":"2017-01-08T20:09:26+00:00","dateModified":"2017-01-08T20:15:09+00:00","description":"The Raspberry Pi model railway supplementary guide, gives a tutorial on how I got the raspberry Pi model railway working again from the begging.","breadcrumb":{"@id":"https:\/\/www.kevingordon.org.uk\/kevwp4\/2017\/01\/08\/raspberry-pi-model-railway-update\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.kevingordon.org.uk\/kevwp4\/2017\/01\/08\/raspberry-pi-model-railway-update\/"]}]},{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/www.kevingordon.org.uk\/kevwp4\/2017\/01\/08\/raspberry-pi-model-railway-update\/#primaryimage","url":"https:\/\/www.kevingordon.org.uk\/kevwp4\/wp-content\/uploads\/2017\/01\/railway-oval.png","contentUrl":"https:\/\/www.kevingordon.org.uk\/kevwp4\/wp-content\/uploads\/2017\/01\/railway-oval.png","width":600,"height":446,"caption":"Raspberry Pi Model Railway"},{"@type":"BreadcrumbList","@id":"https:\/\/www.kevingordon.org.uk\/kevwp4\/2017\/01\/08\/raspberry-pi-model-railway-update\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.kevingordon.org.uk\/kevwp4\/"},{"@type":"ListItem","position":2,"name":"Raspberry Pi Model Railway update &#8211; how to setup"}]},{"@type":"WebSite","@id":"https:\/\/www.kevingordon.org.uk\/kevwp4\/#website","url":"https:\/\/www.kevingordon.org.uk\/kevwp4\/","name":"Kev&#039;s Web","description":"Kevin Gordon&#039;s Blog","publisher":{"@id":"https:\/\/www.kevingordon.org.uk\/kevwp4\/#\/schema\/person\/6f290d1865d91bf2ae6f6b460612b6fb"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.kevingordon.org.uk\/kevwp4\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":["Person","Organization"],"@id":"https:\/\/www.kevingordon.org.uk\/kevwp4\/#\/schema\/person\/6f290d1865d91bf2ae6f6b460612b6fb","name":"Kevin Gordon","image":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/www.kevingordon.org.uk\/kevwp4\/wp-content\/uploads\/2016\/12\/kev-pic.png","url":"https:\/\/www.kevingordon.org.uk\/kevwp4\/wp-content\/uploads\/2016\/12\/kev-pic.png","contentUrl":"https:\/\/www.kevingordon.org.uk\/kevwp4\/wp-content\/uploads\/2016\/12\/kev-pic.png","width":192,"height":213,"caption":"Kevin Gordon"},"logo":{"@id":"https:\/\/www.kevingordon.org.uk\/kevwp4\/wp-content\/uploads\/2016\/12\/kev-pic.png"},"sameAs":["http:\/\/www.kevingordon.org.uk"]}]}},"_links":{"self":[{"href":"https:\/\/www.kevingordon.org.uk\/kevwp4\/wp-json\/wp\/v2\/posts\/473","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.kevingordon.org.uk\/kevwp4\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.kevingordon.org.uk\/kevwp4\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.kevingordon.org.uk\/kevwp4\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.kevingordon.org.uk\/kevwp4\/wp-json\/wp\/v2\/comments?post=473"}],"version-history":[{"count":12,"href":"https:\/\/www.kevingordon.org.uk\/kevwp4\/wp-json\/wp\/v2\/posts\/473\/revisions"}],"predecessor-version":[{"id":486,"href":"https:\/\/www.kevingordon.org.uk\/kevwp4\/wp-json\/wp\/v2\/posts\/473\/revisions\/486"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.kevingordon.org.uk\/kevwp4\/wp-json\/wp\/v2\/media\/477"}],"wp:attachment":[{"href":"https:\/\/www.kevingordon.org.uk\/kevwp4\/wp-json\/wp\/v2\/media?parent=473"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.kevingordon.org.uk\/kevwp4\/wp-json\/wp\/v2\/categories?post=473"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.kevingordon.org.uk\/kevwp4\/wp-json\/wp\/v2\/tags?post=473"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}