GET
/newsInitial release
Get top stories
Bearer auth. Pass your key as
Authorization: Bearer <key> on every request.Parameters
Response fields
storiesobject[]total_countintegerHacker News API for accessing stories, comments, and users Generated from news.ycombinator.com.
/newsGet top stories
Authorization: Bearer <key> on every request.storiesobject[]total_countintegercurl "https://api.maviapi.com/v1/sites/hacker-news/news?limit=30&offset=0" \-H "Authorization: Bearer $MAVI_KEY"
{
"stories": [
null
],
"total_count": 0
}