Documentation Index
Fetch the complete documentation index at: https://api.docs.onlydrams.app/llms.txt
Use this file to discover all available pages before exploring further.
Returns
Returns a list of juices that the user has in their collection.Parameters
The query to search for.
The field in which the sort should be applied to. Can be only one item. Default is name.
The order in which the response should be sorted. Can be set to order by desc or asc. Default is desc.
The page number. Default is 1.
The amount of records returned per page. Default is 20.
Filter by custom field values. The object should have custom field IDs as keys and either a single value or an array of values. Only collectables matching the specified custom field values will be returned. Multiple values for the same field are treated as OR (match any), while different fields are treated as AND (must match all).Example:
{ "123": "Value1", "456": ["Value2", "Value3"] } will return collectables that have custom field 123 with value “Value1” AND custom field 456 with value “Value2” OR “Value3”.
