datapoint.market_ ALPHA v0.0.1

LA Riots

API

Sold 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
    • columns array of
      • string
    • note string
    • sample_rows array of
      • object
        • address string
        • age string
        • death_date string · date
        • first_name string
        • gender string
        • last_name string
        • latitude string
        • longitude string
        • neighborhood string
        • race string
        • type string

Example rows

addressagedeath_datefirst_namegenderlast_namelatitudelongitudeneighborhoodracetype
2009 W. 6th St.181992-04-30Cesar A.MaleAguilar34.0592814-118.2739756WestlakeLatinoOfficer-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

This endpoint is free — no account, no API key, no payment. Just call the URL and the relay returns the origin's response.

Buyer guide →

Provider: Data 37