Adult Arrests 18 and Older by County: Beginning 1970
The counts of arrests are derived from information transmitted from law enforcement agencies to the Division of Criminal Justice Services Computerized Criminal History database for fingerprintable offenses. Arrests shown involve individuals who were 18 or older when the crime was committed. Fingerprintable offenses (defined in Criminal Procedure Law §160.10) include any felony, a misdemeanor defined in the penal law, a misdemeanor defined outside the penal law which would constitute a felony if such a person had a previous judgment of conviction for a crime, or loitering for the purpose of engaging in prostitution as defined in subdivision two of Penal Law §240.37.
Querying over HTTP
Splitgraph serves as an HTTP API that lets you run SQL queries directly on this data to power Web applications. For example:
curl https://data.splitgraph.com/sql/query/ddn \ -H "Content-Type: application/json" \ -d@-<<EOF {"sql": " SELECT * FROM \"ny-gov/adult-arrests-18-and-older-by-county-beginning-rikd-mt35\".\"adult_arrests_18_and_older_by_county_beginning\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.