docs / forum

Forum Feed

Forum Feed

base /forum/v14 endpoints
post/forum/v1/latest2 credits

Newest topics from one forum, each with its creation time. Ask for the last 24 hours and you get exactly what people opened today.

ParameterAllowed / rangeDescription
siterequiredn8n · make · bubble · retool · shopify · biggerpockets · localsearchforum · ecommercefuel · uipath · frappe · shopifydev · openai · cursor · huggingface · discoursemeta · streamlit · namepros · dnforum · ebay · elitetrader · trade2win · esri · betangel · plesk · etsy · powerbi · propertychat · affiliatefixWhich forum to read. Each one is a live community whose members discuss the tools they use and the problems they hit.
limit = 30optional1–200How many topics to return (1-200). Discourse forums page automatically to reach the number you ask for; RSS feeds return whatever the feed publishes, so the real count can be lower.
since_hoursoptional1–8760Only return topics created within this many hours. Use 24 for what was posted today. Filtering is on the creation time, not the last reply, so an old thread that got a new comment is not returned unless you also set order_by=bumped.
order_by = createdoptionalcreated · bumpedWhich timestamp to sort and filter by. Use created to find new questions; use bumped to find threads that are active again.
Try in playground →
post/forum/v1/sites1 credit

Every forum this API can read, with its platform and market.

Try in playground →
post/forum/v1/topic1 credit

The full text of one topic: the opening post and every reply.

ParameterAllowed / rangeDescription
urlrequiredFull URL of a forum topic. Returns the opening post and the replies as plain text.
Try in playground →