Product Hunt
The best way in the world to find new products.
191 subscribers
23 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
Product Hunt endpoints
| Method | Endpoint | Description |
|---|---|---|
| posts | ||
| GET |
specific day /v1/posts?day=2014-08-10 |
request a specific day with the `day` parameter |
| GET |
number of days ago /v1/posts?days_ago=1 |
request previous day with `days_ago` paramter |
| GET |
details of a post /v1/posts/1 |
Get details of a post |
| POST |
existing post /v1/posts |
Trying to resubmit a already existing post |
| POST |
create post /v1/posts |
Create a post |
| POST |
invalid parameter /v1/posts |
Trying to submit with invalid parameters |
| users | ||
| GET |
all users /v1/users |
Get all users |
| GET |
newer users /v1/users?newer=2 |
Get all users `newer` than the provided id |
| GET |
details of a user /v1/users/producthunter225 |
Get details of a user |
| postvotes | ||
| GET |
new votes /v1/posts/1/votes?newer=3 |
Get all votes `newer` than the provided id |
| GET |
all votes /v1/users/7/votes |
See all votes for a post |
| DELETE |
unvote /v1/posts/1/vote |
Unvote a post |
| POST |
vote /v1/posts/1/vote |
Vote for a post |
| comments | ||
| POST |
reply to comment /v1/posts/2/comments |
Create a nested reply to a comment |
| GET |
fetch comments /v1/posts/1/comments |
Fetch all comments of a votes |
| POST |
new comment /v1/posts/1/comments |
Create a new comment |
| PUT |
update comment /v1/comments/1 |
Update a comment |
| notifications | ||
| GET |
filter params /v1/notifications?newer=11&per_page=3 |
Use filter params |
| GET |
notifications /v1/notifications |
Receive your latest notifications |
| DELETE |
notifications count /v1/notifications |
Clear your notifications count |
| settings | ||
| PUT |
update details /v1/settings |
Update your details |
| PUT |
update incorrect values /v1/settings |
Update with incorrect values |
| GET |
your own details /v1/me |
Get your own details |
Product Hunt pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|