Last Updated: 2026-04-10
Data Sources: 50 Cities
Records: 481,307+
Developer Access

Data API

The PoliceRiskIndex API provides structured access to police settlement exposure data across ten U.S. consent decree cities. All data is sourced from official public records and organized by fiscal liability exposure using a standardized risk classification methodology.

A free tier is available for journalists, academic researchers, and civic technologists. Institutional access — including officer-level records and bulk export — is available to verified insurance underwriters, municipal risk managers, and legal researchers.

REST · JSON · No SDK required
Free tier · No key required for public endpoints

Endpoints

GET

/api/v1/national

National aggregate exposure totals, daily accrual rate, and concentration statistics.

GET

/api/v1/cities

List of all tracked cities with exposure totals, daily rates, and status.

GET

/api/v1/city/:slug

Full city-level data including trend series, named record count, and data sources.

GET

/api/v1/city/:slug/officers

Named officer records with settlement totals and incident counts. Institutional access required.

Auth
GET

/api/v1/city/:slug/trend

Year-by-year settlement exposure trend data for charting and modeling.

GET

/api/v1/officers/top

Cross-city ranked officer exposure records. Full dataset requires institutional access.

Auth

Sample Response — GET /api/v1/national

json · /api/v1/national
{
  "total_exposure_usd": 2973985583,
  "daily_accrual_usd": 790081,
  "concentration_pct": 75.5,
  "top_officer_pct": 25,
  "total_cities": 50,
  "total_named_records": 348,
  "year_range": "2007–2025",
  "last_updated": "2026-04-07",
  "cities": [
    "chicago-il",
    "baltimore-md",
    "minneapolis-mn",
    "seattle-wa",
    "new-orleans-la",
    "cleveland-oh",
    "ferguson-mo",
    "los-angeles-ca",
    "newark-nj"
  ]
}

Sample Response — GET /api/v1/city/chicago-il

json · /api/v1/city/chicago-il
{
  "city": "Chicago",
  "state": "IL",
  "slug": "chicago-il",
  "total_exposure_usd": 297600000,
  "daily_accrual_usd": 32450,
  "concentration_pct": 92.1,
  "top_officer_pct": 13,
  "named_records": 47,
  "year_range": "2007–2024",
  "consent_decree": true,
  "status": "active",
  "data_sources": [
    "Chicago City Clerk Open Data Portal",
    "Cook County Circuit Court PACER filings",
    "DOJ Consent Decree Monitor Reports"
  ],
  "last_updated": "2026-04-07"
}

Rate Limits & Access Tiers

TierRate LimitAccessCost
Public100 req/dayNational + city aggregatesFree
Research1,000 req/day+ Trend series + bulk exportFree · verified
InstitutionalUnlimited+ Officer records + real-time feedContact for pricing

Request API Access

Free tier available · 48hr response