Documentation
API:
This web app will be expanding in complexity as our analysis depends so keep in mind that this may change often. However, that expansion will not come at the expense of the continued support for the structure of the API as it is formed today.
The url for the api is - https://www.hpmcovidpolicy.org/api
Parameters
- 'directory' returns the full list of daily updated files we host - https://www.hpmcovidpolicy.org/api?directory
- 'file' must be set to the name of a file we host and will return the file directly- https://www.hpmcovidpolicy.org/api?file=state_wide_orders.csv
- 'meta' can be paired with a file request and will return a temporary link to the file and other meta data about that file - https://www.hpmcovidpolicy.org/api?file=state_wide_orders.csv&meta=true
- 'file' or 'files' can be passed a comma separated list of file names and and will return a list of metadata and links for those files