Crime & Location Data API

The Crime API You Can Depend On

Since 2019, DoorProfit has provided reliable, accurate crime data, sex offender registries, and location intelligence for developers like you.

Get Your API Key Start in minutes.
Crime Map - Tulsa, OK
1  import DoorProfit from 'doorprofit'
2  const api = DoorProfit(
3    DOORPROFIT_API_KEY
4  )
5
6  const crimeMap = api.getCrimeMap({
7    location: 'Tulsa, OK',
8    radius: 5,
9  })
10
11 return <img src={crimeMap} />
Trusted by developers at
Zillow Redfin Opendoor Compass Realtor.com

Start building in minutes

Clean JSON responses. No complicated setup. Just make a request and get the data you need.

// Requestfetch('https://api.doorprofit.com/crime/?address=500+Adams+St+Tulsa+OK&key={YOUR_API_KEY}', {  method: 'GET',  headers: {    'Content-Type': 'application/json',  }}).then(response => response.json()).then(data => {  console.log(data)});
// Response{  "success": true,  "lat": 36.1540,  "lng": -95.9928,  "crime_score": "C+",  "crime_numeric": 0.21,  "crime_breakdown": {    "assault": "38% above avg",    "theft": "35% above avg",    "robbery": "47% above avg",    "burglary": "56% above avg"  },  "map_file": "https://api.doorprofit.com/maps/2879871.png",  "incidents": {    "total": 72,    "date_range": "last 90 days",    "data": [      { "type": "Theft", "lat": 36.1542, "lng": -95.9931 },      // ... 71 more    ]  },  "neighborhood": {    "name": "Archer Heights",    "median_income": 17600,    "median_home_value": 52035  }}

Everything you need

Comprehensive location intelligence APIs to power your application.

🚨

Crime Data API

Get detailed crime statistics, safety scores, and incident data for any US address. Perfect for real estate platforms, insurance companies, and safety applications.

  • Crime grade (A+ to F)
  • Numeric crime score
  • Crime breakdown by type
  • Interactive crime map
  • Recent incidents with coords
  • Updated daily
Get Crime Data API
500 Adams St, Tulsa, OK
C+

Crime Score: 0.21

Higher than 65% of US neighborhoods

Assault38% above avg
Theft35% above avg
Robbery47% above avg
Burglary56% above avg
⚠️

Sex Offender Registry

Access 900,000+ registered sex offenders across all 50 states. Essential for family safety apps and real estate due diligence.

  • 900K+ offender records
  • Photos when available
  • Search by radius
  • Distance calculations
  • Offense details
  • All 50 states covered
Get Offender API
Within 1 mile radius
👤

J*** D**

Offense: Sexual Assault (2019)

512 S Cheyenne Ave, Tulsa, OK
36.1538, -95.9945

0.3 miles away

+ 4 more offenders within 1 mile

🎓

School Data API

Comprehensive K-12 school data including ratings, test scores, and demographics. Help families find the best schools for their children.

  • School ratings (1-10)
  • Test scores
  • Student-teacher ratios
  • District boundaries
  • Public & private schools
  • Enrollment data
Get School API
Nearby Schools
8

Lincoln Elementary

Public · K-5 · 0.4 mi

6

Central Middle School

Public · 6-8 · 0.8 mi

9

Tulsa High School

Public · 9-12 · 1.2 mi

🏘️

Neighborhood Data API

Rich demographic and economic data for any US address. Understand the community with census-level insights and livability metrics.

  • Median household income
  • Median home values
  • Crime scores & grades
  • Interactive crime maps
  • Age demographics
  • Population & density
Get Neighborhood API
Archer Heights, Tulsa
Crime ScoreC+ (0.21)
Median Income$17,600
Median Home Value$52,035
Population4,280
Crime Map📍 View Map

Loved by developers

See what our customers are saying about us.

"We switched from building our own crime data scraper to DoorProfit API and saved 40+ hours per month. The data quality is excellent and the response times are incredibly fast."

MR

Michael Rodriguez

CTO at SafeMove

"The sex offender API is the most comprehensive I've found. We use it for our property management platform and our clients love the safety features it enables."

SJ

Sarah Johnson

Founder at RentSafe

"Easy integration, great documentation, and reliable uptime. We've been using DoorProfit API for 2 years now with zero issues. Highly recommended."

DK

David Kim

Lead Developer at HomeScore

Start building today

Get your free API key right now.

Get Your API Key