ConsoleCatalog
Sign in
Avforums logo

Avforums

avforums.comNews Mediano auth

AV enthusiast community - TV, home cinema, and audio reviews, forums, and guides.

Forum Thread Details

ASYNCREADNo auth

Returns a forum thread's posts, author, date, and thread metadata.

ParametersFormJSON

Thread URL slug

Numeric XenForo thread ID

cost: 2 credits · 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_avforums_com_forum_thread_detail",
    "params": {
      "thread_slug": "samsung-s95h-streaming-stutter",
      "thread_id": "2554608"
    }
  }'