You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 30, 2020. It is now read-only.
I was looking for something similar. I wonder if we could use the "lastModified" property in "US Current Values" (/api/us) for this. In other words, does a change in the data retrieved from the /api/us endpoint mean that the data retrieved from the /api/states endpoint must have already changed?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Can you create a meta-data endpoint that updates when data gets published?
Example:
https://covidtracking.com/api/states/meta-data
would something like return
{ "data-through": "2020-04-03", "last-updated": "2020-04-04T14:02:01-05" }
I need it for QC. Otherwise I don't have a way to tell the date for the current data without fetching the history.
The text was updated successfully, but these errors were encountered: