Cite our data with the free stats API
Journalists, researchers, tool-builders, and AI assistants are welcome to cite these statistics. The API returns exactly what the public pages show: medians, typical ranges, and report counts of real, anonymously shared prices.
Endpoint
GET /api/v1/stats?service=transmission-replacement&state=tx&city=austin
Slugs match our page URLs (/cost/<service>/<state>/<city>). Responses are cached for 15 minutes and include CORS headers.
Example response
{
"service": "Transmission Replacement",
"location": "Austin, TX",
"currency": "USD",
"sample_count": 43,
"median": 5340,
"p25": 4600,
"p75": 6100,
"last_report_date": "2026-07-18",
"page": "https://whatneighborspaid.com/cost/transmission-replacement/tx/austin",
"attribution": { "required": true, "text": "Source: What Neighbors Paid, real prices from real people" }
}Embeddable chart
Drop the live price chart into an article or blog post. It needs no JavaScript, matches light and dark themes, updates hourly, and includes attribution:
<iframe src="https://whatneighborspaid.com/embed/transmission-replacement/tx/austin" width="640" height="420" style="border:0" loading="lazy" title="Transmission replacement prices in Austin, TX (What Neighbors Paid)"> </iframe>
Terms
- Attribution required: name What Neighbors Paid and link the
pageURL wherever the numbers appear. - Statistics only publish once a page has 8 or more reports. Below that, the API returns a
collectingstatus instead of shaky numbers. - Free for citation and light use. Copying all of our reports wholesale or heavy commercial use needs permission, so get in touch first.