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
I had the same problem, You MUST run the curl_exec($ch) command before you run the curl_getinfo($ch) command.