Get a paginated, filtered list of entities
100.new — chronological (newest first)top — by reaction count (use sortByReaction to specify which type)hot — by computed engagement score (decays over time)controversial — high total votes with close up/down splitmetadata.<property> — sort by a metadata field (e.g. metadata.memberCount)ASC or DESC.sortBy=metadata.*, the type of the metadata field. One of auto, numeric, text, boolean, timestamp. auto infers the type at query time.sortBy=top, which reaction type to rank by. One of upvote, downvote, like, love, wow, sad, angry, funny.hour, day, week, month, year.sourceId. Pass "null" to return entities with no sourceId."true", only returns entities from users the authenticated user follows. Requires authentication.hasTitle: "true" or "false" — filter for presence/absence of a titleincludes: substring(s) to match (case-insensitive)doesNotInclude: substring(s) to excludetitleFilters (hasContent, includes, doesNotInclude).radius is in meters.includes — all key/value pairs must match (AND)includesAny — at least one object must match (OR)doesNotInclude — none of these key/value pairs may matchexists — keys that must be presentdoesNotExist — keys that must be absentuser — the author’s user profilespace — the space the entity belongs totopComment — the highest-voted commentsaved — whether the authenticated user has saved this entityfiles — uploaded file/image attachmentsdata is an Entity object. File URLs are signed and ready to use.
hot sort) are updated asynchronously after each fetch. Scores use a configurable half-life that can be set per project in your project settings.