ConsoleCatalog
Sign in
Avsforum logo

Avsforum

avsforum.comNews Mediano auth

AV enthusiast forum - home theater, TVs, projectors, and audio gear discussion.

Board Thread Listing

ASYNCREADNo auth

Returns a board's threads with titles, authors, and pagination metadata.

ParametersFormJSON

URL slug for the forum board (e.g. digital-projectors-under-3-000-usd-msrp)

Numeric board ID paired with the board slug in the forum URL

cost: 1 credit · balance: 0
curl https://api.openwire.sh/v1/wire/task \
  -X POST \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_avsforum_com_board_thread_listing",
    "params": {
      "board_slug": "digital-projectors-under-3-000-usd-msrp",
      "board_id": "68"
    }
  }'