query_table
Query any table. Returns {"<table>": [rows], "limit": N, "next_from_id": M|null}; page by re-calling with from_id set to the previous next_from_id until it is null. filters is a flat object of field or field__op keys from describe_table (e.g. {"season_id": 2024, "day__between": "20250101,20250131"}). Requires an API key (Authorization: Bearer ; free tier at https://stat-api.com). Every returned row counts against the monthly record quota.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| table | Yes | ||
| league | Yes | ||
| filters | No | field or field__op keys → scalar values; see describe_table | |
| from_id | No | keyset cursor from next_from_id |