Fimfiction Developers

Groups

Groups allow users to build communities based around story content or any other subject they wish.


Table of Contents

GET /groups/:id

Return a group by id


Returns

group


Parameters

id required The numeric id of the group.
GET /groups/:id/threads

Lists the threads in the group.


Returns

[ group_thread ]


Parameters

id required The numeric id of the group to view threads from.

Filters

title
title
Filter out threads that don't contain title
sticky
sticky
Filter out threads that don't match sticky ( 0 or 1 )
locked
locked
Filter out threads that don't match locked ( 0 or 1 )
num_posts
minimum,maximum
Filter out threads have less than minimum posts or more than maximum

Sort

date_updated
The date of the last post in the thread
date_created
The date the thread was originally started
sticky
Whether the thread is stickied (1 or 0)
num_posts
The number of posts in the thread

Pagination

  • Default Size: 20
  • Maximum Size: 100
  • Type: page