XF 2.3 Is there any official REST API to fetch only Featured Threads?

Sumanta0018

Active member
Hello XenForo Team / Community,

I am developing a Flutter-based mobile application that consumes data from a XenForo forum using the official REST API.

I am already using the /api/threads endpoint with parameters like:

  • order=last_post_date
  • direction=desc

to build a “What’s New / Latest Activity” feed.

Now I want to implement a “Featured Threads” section in the mobile app.

### Main question

Is there any official REST API endpoint or supported parameter that allows fetching only Featured Threads?

If not:

* Does the /api/threads response expose any field or flag (such as featured, is_featured, sticky, etc.) that can be used to identify featured threads?
### Reference

I have reviewed the REST API documentation and endpoints list:
[https://xenforo.com/community/pages/api-endpoints/](https://xenforo.com/community/pages/api-endpoin…

But I could not find any documented way to fetch featured threads specifically.

Any clarification would be greatly appreciated.
 
Back
Top Bottom