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
Would it be possible to make multiple searches at once? For example, https://coronavirus-us-api.herokuapp.com/api/state/all?source=nyt&fips=01,02
This currently returns
Or am I just missing how to do multiple searches at once? I'm currently creating an app using this API and others that will display poverty rates and covid rates, and the other API's accept a comma separated list of fips codes, if this one did, too, it would make writing the app a lot easier!
The text was updated successfully, but these errors were encountered:
Hi and thanks for checking out the API. Currently, there is no way to query multiple locations by name, state, fips, etc., but this can be added in a future release. ETA for this is kinda unknown at the moment.
Would it be possible to make multiple searches at once? For example,
https://coronavirus-us-api.herokuapp.com/api/state/all?source=nyt&fips=01,02
This currently returns
Or am I just missing how to do multiple searches at once? I'm currently creating an app using this API and others that will display poverty rates and covid rates, and the other API's accept a comma separated list of fips codes, if this one did, too, it would make writing the app a lot easier!
The text was updated successfully, but these errors were encountered: