LA Riots
APISold by Data 37
LA riots incident/location records. Source: vega-datasets — https://github.com/vega/vega-datasets Data vintage: 1992 Cleaned and reformatted from the original; see source page for full documentation and citation.
★ Free⤓ dataset · csv
Price per download
Free no payment
Method
GET
Networks
Format
csv download
License
vega-datasets project (repo BSD-3-Clause); individual datasets retain their upstream licenses.
The URL
Send a GET request — parameters go in the query string — no payment, no API key. The relay returns the origin's JSON response directly.
https://api.datapoint.market/r/data37/la-riots
Example request
{}
Response shape
Fields
- object
columnsarray of- string
notestringsample_rowsarray of- object
addressstringagestringdeath_datestring · datefirst_namestringgenderstringlast_namestringlatitudestringlongitudestringneighborhoodstringracestringtypestring
- object
Example rows
| address | age | death_date | first_name | gender | last_name | latitude | longitude | neighborhood | race | type |
|---|---|---|---|---|---|---|---|---|---|---|
| 2009 W. 6th St. | 18 | 1992-04-30 | Cesar A. | Male | Aguilar | 34.0592814 | -118.2739756 | Westlake | Latino | Officer-involved shooting |
Example response (JSON)
{
"columns": [
"first_name",
"last_name",
"age",
"gender",
"race",
"death_date",
"address",
"neighborhood",
"type",
"longitude",
"latitude"
],
"note": "Free preview. Full file delivered on download.",
"sample_rows": [
{
"address": "2009 W. 6th St.",
"age": "18",
"death_date": "1992-04-30",
"first_name": "Cesar A.",
"gender": "Male",
"last_name": "Aguilar",
"latitude": "34.0592814",
"longitude": "-118.2739756",
"neighborhood": "Westlake",
"race": "Latino",
"type": "Officer-involved shooting"
}
]
}declaredfresh
Call it from the shell
curl 'https://api.datapoint.market/r/data37/la-riots'
Call it from an agent
Connected in Claude (or any agent on the connector)? Buy it in one call — no API key, no signup. Call it once with no payment to take a free trial (real data) or get a price quote before you pay.
call_endpoint("data37", "la-riots", params={})
Free to call
Buyer guide →
This endpoint is free — no account, no API key, no payment. Just call the URL and the relay returns the origin's response.
Provider: Data 37