Our public data API provides access to all of our data at a national and state level. We provide data in both JSON and CSV format.
All dates and times are in US eastern time (ET). Each state has its own set of caveats, which we have documented on our data page.
Our data is provided under our project-wide data license.
Endpoints
For a complete list of endpoints and their responses, use our API sandbox
- Current state data -
/api/v1/states/currentJSON and CSV - Historic state data -
/api/v1/states/dailyJSON and CSV - State information -
/api/v1/states/infoJSON and CSV - Current US data -
/api/v1/us/currentJSON and CSV - Historic US data -
/api/v1/us/dailyJSON and CSV - Tracker URLs -
/api/v1/urlsJSON and CSV - Screenshots of state webpages -
/api/v1/states/screenshotsJSON and CSV
Deprecated fields
The following fields are deprecated and are no longer being updated with new data.
/api/v1/states/current.json:
positiveScorenegativeScorenegativeRegularScorecommercialScorescoregrade- UsedataQualityGradeinsteadtotal
/api/v1/us/current.json
posNegtotal
Changes and additions
Any field which is deprecated will be noted on this page, and no longer updated. The most recent values will be kept for two weeks, then “zeroed out.”
New fields may be added without warning, but will not alter the structure of the data. If you are using CSV files, make sure to use the column names from the file to lookup data, not the column numbers, which can change.
Status
You can view our current uptime and any known issues on our status page.