Hot Box
The train left town. The risk didn’t.
Consumer-facing railroad accident and derailment accountability intelligence — an automated public-interest site that turns FRA rail incident data into operator report cards, county-by-county wreck maps, hazmat-release trackers, cause breakdowns, and brutally readable weekly dispatches explaining which railroads keep putting steel, chemicals, and people in the wrong kind of headlines.
Niche Explored
US railroad accident/derailment accountability intelligence — translating FRA’s Form 54 accident data, hazmat release records, operator safety histories, and grade-crossing incident data into consumer-facing railroad safety report cards, operator accountability scorecards, state/county risk dashboards, and weekly “wreck dispatch” data journalism.
Existing Competition
- FRA Safety Data Portal (safetydata.fra.dot.gov) — raw data query tool, zero consumer usability; requires knowing form codes, field names, and database structure; no narrative, no design, no accountability framing
- data.transportation.gov Socrata datasets — Machine-readable API but zero editorial layer; pure raw data dumps with JSON/CSV export
- ProPublica occasional investigations — Brilliant when they happen, but sporadic one-off deep dives (East Palestine coverage), not automated recurring tracking
- National Transportation Safety Board (NTSB) — Investigation reports are authoritative but come months/years after incidents; not consumer-readable; no scorecards
- Railway Age, Trains Magazine — Industry trade press, not consumer-facing, paywalled, pro-industry bias
- r/trains, r/railroading — Enthusiast communities that pick up on individual wrecks but no systematic tracking or accountability framing
- NO SITE exists that takes FRA data and produces automated, beautiful, operator-accountable weekly digests with hazmat tracking, cause analysis, and state-level risk maps. This is a total gap.
Data Sources Found
Primary: FRA Form 54 Equipment Accident/Incident Data (Socrata API)
- URL: https://data.transportation.gov/resource/85tf-25kj.json
- Free tier: Unlimited public access, Socrata SODA API, no key required (with app token: higher rate limit)
- Data: Every railroad accident/incident in the US since 2011 — 2,500+ per year
- Fields: Railroad name, date, location (state/county/station), accident type, cause, speed, damage cost, killed/injured, hazmat cars, hazmat released, narrative (free text!), equipment type, track type, latitude/longitude
- Update frequency: Monthly (approximately 2-month reporting lag)
- Confirmed working queries:
- Year aggregates:
$select=year,count(*),sum(totalpersonskilled),sum(totaldamagecost)&$group=year - Operator leaderboard:
$select=reportingrailroadname,count(*) as incidents,sum(totaldamagecost) as damage&$group=reportingrailroadname&$order=incidents DESC - Hazmat releases:
$where=hazmatreleasedcars > '0' - State breakdown:
$group=stateabbr - Cause analysis:
$group=primaryaccidentcause - High-damage events:
$where=totaldamagecost > '5000000'
- Year aggregates:
Key 2024 Stats from Live API
- 2,512 total incidents in 2024
- 56 people killed, $425M in damage
- Top operators by incidents: Union Pacific (619), BNSF (403), Norfolk Southern (345), CSX (328), Amtrak (136)
- Top states: TX (309), IL (151), CA (139), GA (112), OH (101)
- Dominant cause: Derailment (1,219 of 2,512 incidents — 48.5%)
- Hazmat releases 2023-present: Union Pacific leads with 21 releases, BNSF 18, Norfolk Southern 17
- 2025 data already flowing in: 2,241 incidents reported so far, 68 killed, $468M damage
Secondary Sources
- NTSB CAROL database (carol.ntsb.gov) — investigation details for major incidents
- PHMSA hazmat incident data — Department of Transportation Pipeline and Hazardous Materials Safety Administration
- Surface Transportation Board (STB) — financial data on Class I railroads (revenue, operating ratios)
- Bureau of Transportation Statistics — rail network maps, ton-miles, traffic volumes
- OpenStreetMap railroad data — for geographic visualization layers
SEO Analysis
- Keywords:
- “train derailment today” — extremely high search volume, spikes with every incident
- “Norfolk Southern safety record” — persistent post-East Palestine interest
- “railroad accidents by state” — informational intent, no good consumer answer exists
- “hazmat train derailment” — recurring crisis interest
- “Union Pacific safety” — massive railroad with most incidents
- “train derailment map” — visual search intent, no good product exists
- “railroad accident statistics” — perennial research queries
- Competition: Weak. Government data portals are unusable. ProPublica covers individual events. No automated tracker exists.
- Content gap: Huge. People search for railroad safety data after every derailment but find only news articles about individual events or raw government data. Nobody synthesizes the systemic picture.
Communities
- r/trains (687K members) — enthusiasts who share derailment news
- r/railroading (47K) — railroad workers, inside perspective
- r/collapse (400K+) — infrastructure failure content performs extremely well
- r/infrastructure — growing community
- Railroad worker Twitter — active, angry, safety-focused voices
- Local news stations — would embed/link scorecards for their state/county
- Environmental groups — hazmat tracking is directly relevant
- Fire departments near rail lines — direct stakeholders for hazmat data
Image/Graphic Feasibility
- Excellent. This is a map-heavy, chart-heavy niche:
- State/county heat maps of incident density — easy to auto-generate with D3/MapboxGL
- Operator report card graphics — bar charts, trend lines, grades
- Cause breakdown pie/donut charts
- Hazmat release incident maps with explosion/spill icons
- “Wreck of the Week” narrative cards with location, damage, cause
- Year-over-year trend lines for damage costs, fatalities
- Railroad “safety GPA” comparison cards
- No need for photo-realistic images — data viz IS the visual product
Sources
- https://data.transportation.gov/resource/85tf-25kj.json (live API, confirmed working)
- https://data.transportation.gov/Railroads/Rail-Equipment-Accident-Incident-Data-Form-54-/85tf-25kj
- https://www.ntsb.gov/safety/data/Pages/Data_Stats.aspx
- https://safetydata.fra.dot.gov/OfficeofSafety/publicsite/
- https://www.stb.gov/reports-data/