Skip to main content

Column Info

The /info endpoint returns a per-column statistical summary of the sheet. It is useful for quickly inspecting the shape of your data without pulling every row.

Request

curl 'https://api.sheetbest.com/sheets/YOUR_SHEET_ID/info'

Returned fields

For each column, the response includes:

FieldDescription
countNumber of entries in the column
meanMean / average value
stdStandard deviation
minMinimum value
25%25th percentile
50%50th percentile (median)
75%75th percentile
maxMaximum value

For one-off aggregations (sum, max, mean, ...) over all rows, see aggregations.