Chart Data
List Charts
Retrieve a paginated list of available charts
GET
List Charts
Overview
This endpoint returns a paginated list of charts available through the API. Use Get Chart Data to fetch the underlying chart data.Example Request
Example Response
Supported Options
| Name | Type | Details |
|---|---|---|
limit | query | The number of charts to return (1-100, default: 100). |
page | query | The page number to return (default: 1). |
search | query | Search term to filter charts by title or description. |
Notes
- Results are paginated — use
limitandpagequery parameters to navigate. - Chart identifiers returned here can be used to retrieve chart data via other endpoints.
- Use the
searchparameter to find specific charts by keywords.