I am looking to access an API by building a URL string with queries. The URL string works and will download the data I am looking for directly from a browser. However, when trying to implement it using the import delimited function, I receive an error "server refused to send file could not open url". Below is my code.
Code:
import delimited "https://data.ct.gov/resource/qmgw-5kp6.csv?$where=report_date >= '2022-06-27T00:00:00.000'"
Comment