Consistently getting a status of 0 even though if I copy and paste the url sent into my browser, I get a json object right back
FYI, you can also get a status code of 0 if the curl connection times out before the remote server returns data. In that case you need to set curl time out options to avoid that situation. Just posting this for anyone else having status 0 problems.