The playground

Try any of 1042 endpoints — live.

Pick an endpoint, load a working example, tweak the params, and send — no signup to try. Results render the way the data deserves; raw JSON, headers & code are one tab away.

Playground demo key · api.reefapi.com
post/producthunt/v1/posts1 credit

today or historical leaderboard posts (daily/weekly/monthly/yearly)

Parameters

Leaderboard window. Unknown values fall back to the daily board.

Leaderboard date (YYYY-MM-DD). Overrides year/month/day when given.

Leaderboard year (used with month/day/week; defaults to today). (2013–)

Leaderboard month 1-12 (for daily/monthly periods). (1–12)

Leaderboard day of month 1-31 (for the daily period). (1–31)

ISO week number 1-53 (for the weekly period). (1–53)

Result page number (1-based). Use meta.next_page to go further. (1–)

request preview
curl -X POST https://api.reefapi.com/producthunt/v1/posts \
  -H "x-api-key: $REEF_KEY" \
  -H "content-type: application/json" \
  -d '{}'

Hit Send to run this endpoint live.