Aggregate and de-identified
Every figure is a total across all clinics and solo practices combined. There are no patient records, no per-clinic rows, and no individual entries — just counts and rates.
Open Data
Vadia Health publishes aggregate, de-identified statistics about behavioral and mental-health care across the practices on our platform — free to explore through a public API, so researchers, students, and communities can study access and help make care better.
Why we publish it
Good decisions need good information. By sharing what our platform can measure — how many visits happen, in what languages, in what parts of the country — we hope to support research, teaching, and community efforts to widen access to mental-health care. Everything here is counted across all clinics combined, and nothing identifies a person or a single practice.
What's in the data
Eight read-only datasets, each returned as JSON with a meta block describing its license, refresh date, and privacy note. All are served under a single base path.
Base URLhttps://api.vadiahealth.com/api/public/open-data
| Dataset | Endpoint | What it shows |
|---|---|---|
| Catalog | /api/public/open-data | The list of every dataset with its description and metadata. |
| Platform summary | /api/public/open-data/summary | Totals across the platform: participating clinics, active clinics, providers, and completed visits. |
| Visits by month | /api/public/open-data/visits-by-month | Completed-visit volume for each month. |
| Visits by modality | /api/public/open-data/modality | Completed visits split by how care was delivered — in person, telehealth, or phone. |
| Clinics by region | /api/public/open-data/clinics-by-region | Number of clinics in each U.S. state (state level only). |
| Languages served | /api/public/open-data/languages | Languages clinicians offer care in, and how many offer each. |
| Service categories | /api/public/open-data/service-categories | Specialties and service categories offered, and how many clinicians offer each. |
| No-show rate | /api/public/open-data/no-show-rate | Share of finished scheduled visits that ended as no-shows. |
How we protect privacy
This program is designed so it can never expose a patient, a clinician, or a single clinic. Here is how.
Every figure is a total across all clinics and solo practices combined. There are no patient records, no per-clinic rows, and no individual entries — just counts and rates.
De-identification follows the HIPAA de-identification standard (45 C.F.R. § 164.514). No protected health information and no personal data are ever published.
Any cell built from fewer than 11 underlying records is suppressed (k ≥ 11). Small groups are folded into an “other” bucket or left out, so no one can be singled out by a rare combination.
Location is published at the U.S. state level only. We deliberately never publish county or neighborhood, so the data can't be used to point at a specific clinic.
Using the data to try to re-identify any person, clinician, or clinic is prohibited, and combining it with other sources to do so isn't allowed.
Acceptable use
You're free to use, analyze, and build on this data. In return we ask that you:
These datasets are governed by our Terms of Service — see section 9 (de-identified and aggregate data) and section 10 (Open-Data API acceptable use).
Getting started
Every endpoint is a plain HTTP GET that returns JSON. No key is required to start — just call it. Higher-volume users can add an optional API key for metering.
curl https://api.vadiahealth.com/api/public/open-data
curl https://api.vadiahealth.com/api/public/open-data/summary
curl https://api.vadiahealth.com/api/public/open-data/visits-by-month{
"data": {
"total_clinics": 128,
"active_clinics": 116,
"total_providers": 214,
"completed_visits": 48210
},
"meta": {
"dataset": "summary",
"description": "Platform totals across all clinics.",
"suppression": "Cells with fewer than 11 underlying records are suppressed; k >= 11.",
"lastRefreshed": "2026-07-01T00:00:00Z",
"license": "CC BY 4.0",
"attribution": "Vadia Health",
"terms": "https://www.vadiahealth.com/terms"
}
}Every response wraps its rows in data and carries a meta block with the dataset id, description, suppression note, refresh date, license, and a link to these Terms.
License & attribution
The datasets are published under the Creative Commons Attribution 4.0 International license (CC BY 4.0). You may share and adapt them, including commercially, as long as you give appropriate credit.
Please attribute as
Vadia Health
In preview
The Open Data program is in preview while it goes through review. Datasets, endpoints, and terms may change before general availability.