Designer News has a blog, and that blog can be accessed through the API.
GET /api/v2/posts
GET /api/v2/posts/:id
body
: {String} The body of the blog post in Markdown.published_at
: {Date} The Date of when the post was published.story_url
: {String} The URL of the story for the blog post’s comments.title
: {String} The title of the blog post.
user
: {User} The user that authored the blog post.