ChicoState / StaySafe

StaySafe is a web app designed to check safety or crime rates of the areas you visit or want to live in.
GNU General Public License v3.0
3 stars 1 forks source link

Scrape the crime datas from Government #4

Open CS-Brandon opened 1 week ago

CS-Brandon commented 1 week ago

Scraping reliable live crime datas from Government. Use FBI API, and javascript for scraping.

evanalba commented 1 week ago

FBI Developer info page: https://www.justice.gov/developer FBI Crime Data API: https://cde.ucr.cjis.gov/LATEST/webapp/#/pages/docApi Note: We got to sign up for an API asap.

CS-Brandon commented 1 day ago

Out of all the programs, it seems that the Uniform Crime Reporting (UCR) program, is best suited for us. It includes data reported by law enforcement agencies across the United States. This data can be organized by location, including by cities, which is crucial for our app.

It offers two reporting formats: Summary Reporting System (SRS): Provides aggregated counts of reported crime offenses by location. National Incident Based Reporting System (NIBRS): Provides a detailed incident-based view, including the time of day, demographics of offenders/victims, and specific incident details.