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/pinterest/v1/board_pins1 credit
public pins from a board
Parameters
Full board URL (alternative to username + board).
Pinterest username (the name in pinterest.com/<username>/).
Board slug — the segment after the username in a board URL (also accepted as 'board_slug'). Combine with username, or pass board_url.
Page size — how many items to request per page (default 25). Use meta.bookmark / the bookmark param to page further. (1–)
request preview
curl -X POST https://api.reefapi.com/pinterest/v1/board_pins \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{}'Hit Send to run this endpoint live.