Name |
Description |
older
|
Cursor-based pagination: Only works with ID. Get records older than the provided id. Note: Sort_by is ignored and applied afterwards.
|
newer
|
Cursor-based pagination: Only works with ID. Get records newer than the provided id. Note: Sort_by is ignored and applied afterwards.
|
page
|
Offset-based pagination: Get content of given page, starts at 1
|
per_page
|
Any kind of pagination: define the amount of records sent per call (max 50)
|
sort_by
|
Sort api response: Valid options: id, created_at, updated_at
|
order
|
Sort api response: valid parameters are desc and asc
|
search[url]
|
Filter parameter: can filter posts by url
|
search[category]
|
Filter parameter: can filter posts by category. Default = unspecified (All categories)
|
search[topic]
|
Filter parameter: can filter posts by topic id or slug. Default = unspecified (All topics)
|
sort_by
|
Apart of the normal sort_by values you can also use "votes_count" for posts#all
|
search[featured_year]
|
Filter parameter: can filter posts by year the post got featured
|
search[featured_month]
|
Filter parameter: can filter posts by month the post got featured
|
search[featured_day]
|
Filter parameter: can filter posts by day the post got featured
|
Request
Route
GET /v1/posts/all?search[url]=http%3A%2F%2Fwww.example.com
Headers
Accept: application/json
Content-Type: application/json
Authorization: Bearer your_access_token
Host: api.producthunt.com
Response
Status
200 OK
Headers
X-Frame-Options: SAMEORIGIN
X-XSS-Protection: 1; mode=block
X-Content-Type-Options: nosniff
X-Rate-Limit-Limit: 900
X-Rate-Limit-Remaining: 900
X-Rate-Limit-Reset: 900
ETag: "d414fd6b8542ae56b02fe1b83f21d2a4"
Content-Type: application/json; charset=utf-8
Cache-Control: max-age=0, private, must-revalidate
Content-Length: 3759
Body
{
"posts": [
{
"comments_count": 0,
"day": "2017-09-14",
"id": 1,
"name": "Awesome Idea #23",
"product_state": "default",
"tagline": "Great new search engine",
"ios_featured_at": null,
"category_id": null,
"created_at": "2017-09-14T06:02:00.624-07:00",
"current_user": {},
"discussion_url": "http://www.producthunt.com/posts/awesome-idea-23?utm_campaign=producthunt-api\u0026utm_medium=api\u0026utm_source=Application%3A+Awesome+Oauth+App+%2319+%28ID%3A+1%29",
"exclusive": null,
"featured": true,
"maker_inside": false,
"makers": [],
"platforms": [],
"redirect_url": "http://www.producthunt.com/r/9af9b2335d4f58/1?app_id=1",
"screenshot_url": {
"300px": "http://placehold.it/850x850.png",
"850px": "http://placehold.it/850x850.png"
},
"thumbnail": {
"id": 1,
"media_type": "image",
"image_url": "https://ph-files.imgix.net/96c6d751-1ead-43c5-9b50-c8c2b6b1f3ca?auto=format\u0026fit=crop\u0026h=570\u0026w=430",
"metadata": {}
},
"topics": [],
"user": {
"id": 2,
"created_at": "2017-09-14T06:02:00.620-07:00",
"name": "Karl User the 96th",
"username": "producthunter96",
"headline": "Product Hunter",
"twitter_username": "hunter96",
"website_url": "http://awesome.io",
"profile_url": "http://www.producthunt.com/@producthunter96",
"image_url": {
"30px": "https://abs.twimg.com/sticky/default_profile_images/default_profile_4_normal.png",
"32px": "https://abs.twimg.com/sticky/default_profile_images/default_profile_4_normal.png",
"40px": "https://abs.twimg.com/sticky/default_profile_images/default_profile_4_normal.png",
"44px": "https://abs.twimg.com/sticky/default_profile_images/default_profile_4_normal.png",
"48px": "https://abs.twimg.com/sticky/default_profile_images/default_profile_4_normal.png",
"50px": "https://abs.twimg.com/sticky/default_profile_images/default_profile_4_bigger.png",
"60px": "https://abs.twimg.com/sticky/default_profile_images/default_profile_4_bigger.png",
"64px": "https://abs.twimg.com/sticky/default_profile_images/default_profile_4_bigger.png",
"73px": "https://abs.twimg.com/sticky/default_profile_images/default_profile_4_bigger.png",
"80px": "https://abs.twimg.com/sticky/default_profile_images/default_profile_4.png",
"88px": "https://abs.twimg.com/sticky/default_profile_images/default_profile_4.png",
"96px": "https://abs.twimg.com/sticky/default_profile_images/default_profile_4.png",
"100px": "https://abs.twimg.com/sticky/default_profile_images/default_profile_4.png",
"110px": "https://abs.twimg.com/sticky/default_profile_images/default_profile_4.png",
"120px": "https://abs.twimg.com/sticky/default_profile_images/default_profile_4.png",
"132px": "https://abs.twimg.com/sticky/default_profile_images/default_profile_4.png",
"146px": "https://abs.twimg.com/sticky/default_profile_images/default_profile_4.png",
"160px": "https://abs.twimg.com/sticky/default_profile_images/default_profile_4.png",
"176px": "https://abs.twimg.com/sticky/default_profile_images/default_profile_4.png",
"220px": "https://abs.twimg.com/sticky/default_profile_images/default_profile_4.png",
"264px": "https://abs.twimg.com/sticky/default_profile_images/default_profile_4.png",
"32px@2X": "https://abs.twimg.com/sticky/default_profile_images/default_profile_4_bigger.png",
"40px@2X": "https://abs.twimg.com/sticky/default_profile_images/default_profile_4.png",
"44px@2X": "https://abs.twimg.com/sticky/default_profile_images/default_profile_4.png",
"88px@2X": "https://abs.twimg.com/sticky/default_profile_images/default_profile_4.png",
"32px@3X": "https://abs.twimg.com/sticky/default_profile_images/default_profile_4.png",
"40px@3X": "https://abs.twimg.com/sticky/default_profile_images/default_profile_4.png",
"44px@3X": "https://abs.twimg.com/sticky/default_profile_images/default_profile_4.png",
"88px@3X": "https://abs.twimg.com/sticky/default_profile_images/default_profile_4.png",
"original": "https://abs.twimg.com/sticky/default_profile_images/default_profile_4.png"
}
},
"votes_count": 0
}
]
}