Atlasblock API
[ NEIGHBORHOOD DATA API · RUNNING ]

Know any U.S. neighborhood.

Public data, cleaned and joined into one API. Eight ratings and a written profile, plus demographics, housing, schools, crime, health, and hazard risk. For any region, state, county, zip, or address in the U.S.

PROFILE · DEMOGRAPHICS · HOUSING · SCHOOLS · CRIME · HEALTH · HAZARDS · MOBILITY · PROFILE · DEMOGRAPHICS · HOUSING · SCHOOLS · CRIME · HEALTH · HAZARDS · MOBILITY · PROFILE · DEMOGRAPHICS · HOUSING · SCHOOLS · CRIME · HEALTH · HAZARDS · MOBILITY ·
[ COVERAGE ]
33,142
zips, counties & states
[ LATENCY ]
19ms
cached p50
[ ENDPOINTS ]
58
across 14 domains
[ SOURCES ]
8
federal + OSM
[ LIVE DEMO ]

Send a request.

GET/v1/neighborhood?zip=
Dilworth
Charlotte, NC · Mecklenburg County
7.8
[ OVERALL ]
Walkability
8.9
Bikeability
7.2
Safety
7.5
Schools
7.8
Family
8.1
Density
6.4
Affordability
5.9
Nightlife
6.2

A walkable, family-friendly neighborhood minutes from uptown Charlotte, popular with young professionals and small families.

young familiesyoung professionalswalkability seekers
[ 200 OK ][ COLD ] · 284ms
{
  "status": "success",
  "data": {
    "location": {
      "zip": "28203",
      "neighborhood": "Dilworth",
      "city": "Charlotte",
      "state": "NC"
    },
    "ratings": {
      "overall": 7.8,
      "walkability": 8.9,
      "bikeability": 7.2,
      "safety": 7.5,
      "schools": 7.8,
      "family_friendly": 8.1,
      "population_density": 6.4,
      "affordability": 5.9,
      "nightlife": 6.2
    },
    "raw_data": {
      "walkability_index": 15.4,
      "violent_crime_per_100k": 412,
      "population_density_per_sqmi": 4823,
      "parks_within_1mi": 4
    },
    "ai_summary": "A walkable, family-friendly neighborhood minutes from uptown Charlotte, popular with young professionals and small families.",
    "best_for": [
      "young families",
      "young professionals",
      "walkability seekers"
    ],
    "metadata": {
      "cache_hit": false,
      "processing_time_ms": 284,
      "last_updated": "2026-07-01"
    }
  }
}
[ HOW IT WORKS ]

What happens on every request.

STEP 01

Locate

A zip or geocoded address is matched to its Census tract and county.

STEP 02

Gather

Every source is queried in parallel, each independently cached.

STEP 03

Score

Raw metrics become ratings on one 0-to-10 scale, plus a climate facts block.

STEP 04

Cache

The full profile is stored per zip, so the next call returns in milliseconds.

[ RATING CATEGORIES ]

Eight ratings, scored 0 to 10.

Every score publishes its formula and the raw metric it came from. Nothing is a black box.

01
Walkability
EPA walkability index
02
Bikeability
OSM lane density
03
Safety
FBI violent crime
04
Schools
NCES district data
05
Family Friendly
Composite
06
Population Density
Census / zip area
07
Affordability
Census ACS
08
Nightlife
OSM venue counts
09
Overall
Weighted composite
[ ENDPOINTS ]

Plain REST. No SDK.

Fourteen domains, 58 endpoints, one flat REST surface. Query a full profile, or pull demographics, housing, schools, crime, health, and hazards on their own.

[ READ THE DOCS ]
[ 8 OF 58 · A SAMPLE ]
GET/v1/states/{state}/summary

Rolled-up profile for a whole state.

GET/v1/zips/nearby

Every zip within a radius.

GET/v1/neighborhood

Full profile for one address or zip.

GET/v1/neighborhood/compare

Two to four locations side by side.

GET/v1/neighborhood/batch

Up to 25 zips in one request.

GET/v1/crime

Pull one raw source on its own.

GET/v1/poi

Nearby venues by category, live from OSM.

GET/v1/health

Community health outcomes for a zip (CDC PLACES).

[ CURL ]
curl "https://atlasblock.dev/api/v1/neighborhood?zip=28203" \
  -H "Authorization: Bearer $ATLASBLOCK_KEY"
[ BATCH ]
curl "https://atlasblock.dev/api/v1/neighborhood/batch\
  ?zips[]=28203&zips[]=10001&zips[]=90210\
  &fields[]=walkability&fields[]=safety"
[ SPEED ]

Fast enough to call on every request.

The first lookup runs the full pipeline and caches the profile. Every call after that is a memory read — a few milliseconds — so calling it never slows your app down.

Cache hit12ms
Cold compute210ms
Global p5019ms
Global p99112ms
[ DATA SOURCES ]

Eight public sources, one clean API.

The data is free and public, but a pain to use raw — eight agencies, eight formats, eight geographies. We clean, join, and normalize all of it into one consistent API, each source still queryable on its own.

EPA
[ ANNUAL ]
National walkability index
FBI
[ ANNUAL ]
Violent crime rate per 100k
NCES
[ ANNUAL ]
District school characteristics
Census ACS
[ ANNUAL ]
Density, income, and rent by tract
NOAA
[ DECADAL ]
Climate normals, 1991 to 2020
CDC PLACES
[ ANNUAL ]
Community health outcomes by zip
FEMA
[ ANNUAL ]
National Risk Index natural-hazard scores
OpenStreetMap
[ LIVE ]
Bike lanes, points of interest, and venue density
[ WHAT YOU CAN BUILD ]

One endpoint per idea.

Every example below is one real endpoint away — no scraping, no stitching sources together.

[ REAL ESTATE ]

Score every listing.

Score a whole search page in one request and tag each home with walkability and safety scores.

WalkabilitySafetySchools
GET/v1/neighborhood/batch
[ SCHOOLS ]

Schools in context.

Pair every nearby school with the safety, walkability, and family scores of the blocks around it.

SchoolsSafetyFamily
GET/v1/schools/nearby
[ INSURANCE ]

Price the risk.

Pull FBI crime, FEMA hazard risk, and NOAA climate facts for any address before you price a policy.

SafetyHazardsClimate
GET/v1/crime · /v1/hazards
[ TRAVEL ]

Vet any stay.

Turn a rental’s map pin into a quick read on how walkable, safe, and lively the surrounding area is.

WalkabilitySafetyNightlife
GET/v1/neighborhood
[ RELOCATION ]

Where to live?

Turn a wishlist into a ranked shortlist of neighborhoods within a radius, each ready to explore.

OverallAffordabilityWalkability
GET/v1/zips/nearby
[ CIVIC ]

Map the metro.

Roll up demographics, housing, and safety across every zip in a county to see where investment lags.

DemographicsHousingSafety
GET/v1/demographics · /v1/housing
[ PRICING ]

Simple, flat monthly pricing.

[ MONTHLY · CANCEL ANYTIME ]
[ FREE ]
$0/ mo
1,000 calls included
[ PER 1K ]$0.00
[+]Every endpoint and feature
[+]30 requests / minute
[+]Live and test keys
[+]Community support
[+]Hard capped at 1,000 calls
[ START FREE ]
[ STANDARD ]
$29/ mo
25,000 calls included
[ PER 1K ]$1.16
[+]Every endpoint and feature
[+]60 requests / minute
[+]25,000 calls, hard capped
[+]Email support
[ GET API KEY ]
[ GROWTH ]POPULAR
$99/ mo
150,000 calls included
[ PER 1K ]$0.66
[+]Every endpoint and feature
[+]200 requests / minute
[+]150,000 calls, hard capped
[+]Priority email support
[ GET API KEY ]
[ BUSINESS ]
$349/ mo
1,000,000 calls included
[ PER 1K ]$0.35
[+]Every endpoint and feature
[+]600 requests / minute
[+]1,000,000 calls, hard capped
[+]Priority email support
[ GET API KEY ]
[ FAQ ]

Questions, answered.

[ SEE ALL QUESTIONS ]

Free federal open data plus OpenStreetMap: EPA, FBI, NCES, Census ACS, NOAA, CDC PLACES, FEMA, and OSM. Nothing is scraped or licensed.

Your first call in five minutes.

[ GET API KEY ]1,000 free calls, no card