Austin Query
austin_queryRun a raw SoQL query against any Austin open-data resource (data.austintexas.gov) by its Socrata id (8-char like "fdj4-gpfu"). Full SoQL: where/select/group/order/limit/offset. Use austin_datasets to find a resource id, or austin_recent for the common ones.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| group | No | SoQL $group. | |
| limit | No | Max rows (default 100, max 5000). | |
| order | No | SoQL $order (e.g. "occ_date_time DESC"). | |
| where | No | SoQL $where filter. | |
| offset | No | Row offset for paging. | |
| select | No | SoQL $select (e.g. "crime_type, count(*)"). | |
| _apiKey | No | Optional — your own Socrata app token for higher rate limits. Omit to use the keyless endpoint. | |
| resource_id | Yes | Socrata resource id, e.g. "fdj4-gpfu" (crime reports). |