Local Crime

https://github.com/nntrn/save/issues/3

Created on Last updated on


Austin

Crime

DOWNLOAD_URL='https://data.austintexas.gov/resource/fdj4-gpfu.json'

URLPARAMS='
$where=rep_date%20between%20%272022-01-01T12:00:00%27%20and%20%272023-01-01T14:00:00%27
&$order=rep_date&$select=rep_date,crime_type,location_type,address,rep_time,zip_code
&$limit=2000
&$offset=100
'

curl ${DOWNLOAD_URL}?${URLPARAMS//[^[:print:]]/}

${VAR//[^[:print:]]/} removes new lines

Traffic

Los Angeles

Crime

https://data.lacity.org/resource/2nrs-mtv8.json?$limit=10
  • About: https://data.lacity.org/Public-Safety/Crime-Data-from-2020-to-Present/2nrs-mtv8
  • View: https://data.lacity.org/api/views/2nrs-mtv8/

ODATA