The news endpoint retrieves a sorted feed from blog.plug.dj.
news
GET
{
'data': [{ // Contains the requested data
'desc': 'xxxxxx', // Short preview of the article
'title': 'xxxx', // Title of the article
'href': 'xxxx' // Link to the article (normally blog.plug.dj)
}],
'meta': {},
'status': 'ok',
'time': 'xx.xxxxxxxxxxx'
}