Created
May 2, 2025 19:07
-
-
Save jj0hns0n/2db9957c5bed5307ee685344033a9f3e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"city": "Fresno", | |
"country": "United States", | |
"year": 2025, | |
"safest_neighborhoods": [ | |
{ | |
"name": "Woodward Park", | |
"description": "Located in northeast Fresno, Woodward Park is known for its low crime rates, family-friendly environment, and access to parks and quality schools.", | |
"source": "https://www.movoto.com/guide/fresno-ca/3-safest-neighborhoods-in-fresno-ca-for-families/" | |
}, | |
{ | |
"name": "Bullard", | |
"description": "A well-established neighborhood in northwest Fresno, Bullard boasts a crime rate significantly lower than the city average and offers a suburban feel.", | |
"source": "https://www.movoto.com/guide/fresno-ca/3-safest-neighborhoods-in-fresno-ca-for-families/" | |
}, | |
{ | |
"name": "Van Ness Extension", | |
"description": "This upscale area features large custom homes and gated communities, with crime rates well below the city average.", | |
"source": "https://www.homes.com/neighborhood-search/fresno-ca/safest/" | |
}, | |
{ | |
"name": "Sierra Sky Park", | |
"description": "A unique aviation community in northwest Fresno, Sierra Sky Park is noted for its low crime and tight-knit community.", | |
"source": "https://www.neighborhoodscout.com/ca/fresno/crime" | |
}, | |
{ | |
"name": "Herndon", | |
"description": "A growing residential area along the San Joaquin River, Herndon is recognized for its safety and family-friendly atmosphere.", | |
"source": "https://www.homes.com/neighborhood-search/fresno-ca/safest/" | |
}, | |
{ | |
"name": "North Growth Area", | |
"description": "An affluent area in north Fresno, the North Growth Area has one of the lowest crime rates in the city.", | |
"source": "https://www.areavibes.com/fresno-ca/most-dangerous-neighborhoods/" | |
}, | |
{ | |
"name": "Southeast Growth Area", | |
"description": "Despite its name, the Southeast Growth Area is among the safest neighborhoods, with crime rates significantly lower than the city average.", | |
"source": "https://gracemoving.com/blog/neighborhoods-in-fresno-ca/" | |
}, | |
{ | |
"name": "Hoover", | |
"description": "Located in central Fresno, Hoover has a crime rate slightly below the city average and is considered relatively safe.", | |
"source": "https://www.areavibes.com/fresno-ca/most-dangerous-neighborhoods/" | |
}, | |
{ | |
"name": "Sunnyside", | |
"description": "A suburban neighborhood in southeast Fresno, Sunnyside is known for its safety and community-oriented environment.", | |
"source": "https://www.neighborhoodscout.com/ca/fresno/crime" | |
}, | |
{ | |
"name": "East Teague Ave / N Chestnut Ave", | |
"description": "This area in northeast Fresno is recognized for its low crime rates and residential appeal.", | |
"source": "https://www.neighborhoodscout.com/ca/fresno/crime" | |
} | |
], | |
"high_crime_neighborhoods": [ | |
{ | |
"name": "Central", | |
"description": "Central Fresno experiences a crime rate 233% higher than the city average, making it one of the most dangerous areas.", | |
"source": "https://www.areavibes.com/fresno-ca/most-dangerous-neighborhoods/" | |
}, | |
{ | |
"name": "Edison", | |
"description": "Located in southwest Fresno, Edison has a crime rate 95% above the city average, with prevalent gang activity.", | |
"source": "https://www.areavibes.com/fresno-ca/most-dangerous-neighborhoods/" | |
}, | |
{ | |
"name": "Fresno-High", | |
"description": "This neighborhood has a crime rate 67% higher than the city average, with significant violent crime incidents.", | |
"source": "https://www.areavibes.com/fresno-ca/most-dangerous-neighborhoods/" | |
}, | |
{ | |
"name": "West Fresno", | |
"description": "West Fresno faces a crime rate 16% above the city average, with concerns over property and violent crimes.", | |
"source": "https://www.areavibes.com/fresno-ca/most-dangerous-neighborhoods/" | |
}, | |
{ | |
"name": "McLane", | |
"description": "McLane's crime rate is 6% higher than the city average, with issues related to both property and violent crimes.", | |
"source": "https://www.areavibes.com/fresno-ca/most-dangerous-neighborhoods/" | |
}, | |
{ | |
"name": "Roosevelt", | |
"description": "While slightly above the city average in crime, Roosevelt faces challenges with property crimes and occasional violent incidents.", | |
"source": "https://www.areavibes.com/fresno-ca/most-dangerous-neighborhoods/" | |
}, | |
{ | |
"name": "Brookhaven (formerly Dog Pound)", | |
"description": "Known for its history of gang activity, particularly the 'Dog Pound' gang, Brookhaven remains a high-crime area in southwest Fresno.", | |
"source": "https://en.wikipedia.org/wiki/Brookhaven%2C_Fresno%2C_California" | |
}, | |
{ | |
"name": "Calwa", | |
"description": "A small community in southeast Fresno, Calwa has been noted for safety concerns and higher crime rates.", | |
"source": "https://www.reddit.com/r/fresno/comments/1cwmefr/safest_areas_in_fresno_to_live_in/" | |
}, | |
{ | |
"name": "Pinedale", | |
"description": "Located in north Fresno, Pinedale has mixed reviews regarding safety, with some residents expressing concerns over crime.", | |
"source": "https://www.reddit.com/r/fresno/comments/1cwmefr/safest_areas_in_fresno_to_live_in/" | |
}, | |
{ | |
"name": "Highway City", | |
"description": "This area in northwest Fresno has been associated with higher crime rates and safety issues.", | |
"source": "https://www.reddit.com/r/fresno/comments/1cwmefr/safest_areas_in_fresno_to_live_in/" | |
} | |
] | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment