Hacker News new | ask | show | jobs
Ask PG: API for Hacker News?
1 points by surya 6650 days ago
Hi PG,

Are there any plans for a basic API for Hacker News? These functions will be useful:

1. List of recent/top stories (we can get this from the RSS feed though).

2. List of all users who upmodded a story.

3. All stories submitted by a user.

4. All stories upmodded by a user.

The response could be in JSON or any other format...

Arnav