Junco REST JSON simple GET for a post Retrieve basic information for a blog or microblog post: * markup content * created date * modified date * author name Maybe additional fields will be added later if necessary. A GET request is used to return the information in JSON format. Example URL for this post: http://jothut.com/cgi-bin/junco.pl/rest/5249 The key path info vars are "rest" and the id number of the blog or microblog post. Any text after the id is ignored. So this URL returns the same thing as the above link: http://jothut.com/cgi-bin/junco.pl/rest/5249/20Sep2013/Junco-REST-JSON-simple-GET-for-a-post #juncocode - #rest - #json - #api