list_figures_v1_figures_get
Retrieve a feed of public figures with visualization specs and like counts, sorted by popularity or recency.
Instructions
GET /v1/figures (public) — List figures (discovery feed) — List public figures for the discovery feed.
A figure is a user view with a viz_spec (visualization configuration) set. Results include viz_spec, like_count, and standard view metadata.
Sort options:
popular: ordered by like_count DESC, then created_at DESC
recent: ordered by created_at DESC
This endpoint is public and does not require authentication.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Sort order: "popular" (by like_count) or "recent" (by created_at) | |
| limit | No | Maximum results | |
| offset | No | Offset for pagination |