Benchmark a price
Try it on a test key
curl -s "https://api.wellwardhealth.com/v1/benchmarks?service=colonoscopy&market=juniper-bay" -H "Authorization: Bearer $WELLWARD_KEY"
Two ways to say whether a price is typical.
GET /v1/benchmarks returns the distribution for a service's core variant in a market (or us for national): minimum, quartiles, median, maximum, how many practices it is drawn from, and how old the prices typically are. A distribution needs at least four practices; with fewer you get 404 (which is free). A returned distribution is a Read.
summary on /v1/prices gives the min, median and max for exactly the point and radius you asked about, over every result — handy when the question is "what do prices near this member run?" rather than "what does this market charge?". It comes free with the prices you already fetched.
Add-ons are never part of a benchmark: a benchmark compares the service, not the extras billed on top.
API reference · Dashboard · Questions: hello@wellwardhealth.com