FBI UCR DATA · NATIONWIDE

Crime data API
for smarter
applications

Nationwide safety data for 8,900+ cities across 49 states. Powered by public FBI crime data. One API call away. Ship safer products in minutes.

8,900+
Cities Covered
49
States Covered
<50ms
Avg Response
Terminal
1# Get safety data for any supported US city
2curl https://api.crimelayer.com/v1/safety/Irvine \
3  -H "X-API-Key: cl_live_..."
200 OK
47ms
83
Irvine, CA
▲ Grade A · Very Safe
46% below CA average crime rate
Trusted by teams building location-aware products
🏠Redfin Clone
🏫SchoolFinder
📍SafeNest
🏘HomeScore
👶KidSafe
📊AreaPulse
🗺CityInsights
🔍LocateIQ
🏠Redfin Clone
🏫SchoolFinder
📍SafeNest
🏘HomeScore
👶KidSafe
📊AreaPulse
🗺CityInsights
🔍LocateIQ
Built for teams that care
about location safety

Whether you're building a real estate platform, family app, or any location-based SaaS — add trusted safety data in minutes.

🏠

Real Estate Platforms

Add neighborhood safety scores to property listings. Help buyers make informed decisions with trusted FBI-sourced crime data alongside every home.

👪

Family & Childcare Apps

Help parents find safe areas for daycares, schools, and family activities. Surface safety grades that parents can trust for their most important decisions.

💻

SaaS & Applications

Enrich any location-based application with crime data. Simple REST API, instant results, zero setup. Works with any language or platform out of the box.

Three steps to
safer products

Integrate crime data in under 10 minutes. No complex setup, no data science degree required.

01

Get your API key

Sign up for a free 7-day trial. Your key is ready instantly — no credit card, no approval process.

02

Make your first request

Pass a city, ZIP code, or state. Get back a safety score, grade, crime rate, and comparison — all in one JSON response.

03

Ship with confidence

Display safety data in your app with clear provenance metadata. Batch endpoints let you query up to 100 cities in a single call.

app.js
1const response = await fetch(
2  'https://api.crimelayer.com/v1/safety/Irvine',
3  { headers: { 'X-API-Key': key } }
4);
5
6const { safety_score, grade, grade_label }
7  = await response.json();
8
9// → { safety_score: 83, grade: "A" }
Everything you need,
nothing you don't

Clean API. Reliable data. Transparent methodology. Built by developers, for developers.

Lightning Fast Responses

Sub-50ms response times on average. Our edge-cached infrastructure ensures your users never wait for safety data.

<50ms avg latency
🏛️

FBI UCR Source

All data sourced from the FBI's Uniform Crime Reporting program. The gold standard in crime statistics.

📦

Batch Queries

Query up to 100 cities in a single API call. Perfect for populating dashboards and comparison views.

🔒

Enterprise Security

API key auth, rate limiting, HTTPS-only. SOC 2 practices baked into every layer of the stack.

📊

Rich Data Points

Safety score, letter grade, crime rate per 1K, state comparison, and trend data — all from a single endpoint. No data wrangling required.

safety_score
grade
crime_rate_per_1k
comparison
Simple, transparent pricing

Start your 7-day free trial. No credit card required. Upgrade or cancel anytime.

Starter
$ 19 /mo
Great for side projects and MVPs.
  • 10,000 requests/month
  • 1 API key
  • Batch up to 25 cities
  • Email support
Start free trial
Enterprise
$ 149 /mo
For high-volume production apps.
  • 250,000 requests/month
  • 5 API keys
  • Batch up to 100 cities
  • Slack support
Start free trial

Ready to ship
safer products?

Start your 7-day free trial. No credit card required. No commitment.

Join developers already using CrimeLayer