dfw_311
Find Dallas 311 service requests by address and official type. Check status, dates, and council district for neighborhood quality-of-life research.
Instructions
City of Dallas only (v0.1). Search Dallas 311 service requests by address and/or type. Types use the city's official names -- potholes are "street repair"; also "illegal dumping", "animal loose", "parking", "noise". Returns request number, type, department, status, dates, and council district. Use for neighborhood quality-of-life research. Authoritative source: City of Dallas Open Data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | Jurisdiction override. v0.1 covers "dallas" only; "auto" (default) resolves from the address. | |
| limit | No | Max results (default 25). | |
| cursor | No | Opaque pagination cursor from a previous call. | |
| status | No | "open" (New/In Progress/Escalated/On Hold), "closed", or an exact status like "In Progress". | |
| address | No | Street address, contains-match. Example: "1500 Marilla St". | |
| since_year | No | Only requests created on/after this year. Defaults to 2 years back. | |
| service_type | No | Contains-match on the official type name, e.g. "street repair" (= potholes), "illegal dumping", "animal loose". |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | Number of results in this page. | |
| query | No | Echo of the input filters. | |
| offset | No | Current page offset for pagination. | |
| results | Yes | Result rows. | |
| nextCursor | No | Opaque pagination cursor for the next page; null if no more results. |