We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We currently only disclose the backwards-compatible set of query parameters in the API documentation for covidcast:
covidcast
However, several other useful ways of specifying which data to return are now supported, including:
signal={src}:{sig1},{sig2}
time={type}:{val1},{val2}
geo={type}:{val1},{val2}
We should:
The text was updated successfully, but these errors were encountered:
minhkhul
Successfully merging a pull request may close this issue.
We currently only disclose the backwards-compatible set of query parameters in the API documentation for
covidcast
:However, several other useful ways of specifying which data to return are now supported, including:
signal={src}:{sig1},{sig2}
- specify multiple source-signal pairs, grouped by sourcetime={type}:{val1},{val2}
- specify multiple timetype-timevalue pairs, grouped by timetypegeo={type}:{val1},{val2}
- specify multiple geotype-geovalue pairs, grouped by geotypeWe should:
The text was updated successfully, but these errors were encountered: