-
prefix for descending order.Available fields: id
, name
, description
Example: name,-id
(name ascending, then id descending)collectibles
include
parameterSet appropriate page size
page[limit]
to control the number of collections per request.Implement offset-based navigation
page[offset]
to navigate through result pages.page_number * page_limit
for page-based navigation.Show total counts when needed
page[count]=true
to get total result counts for pagination UI.include=collectibles
parameter sparingly as it can significantly increase response size for collections with many items.