fork download
  1. <?php
  2. $curl = curl_init();
  3. curl_setopt($curl, CURLOPT_URL, "https://a...content-available-to-author-only...p.com/almaws/v1/bibs/9943890203505154?view=full&expand=None&apikey=l8xxc2c739a6770049ba9a84d5f73bb2f46b");
  4. curl_setopt($curl, CURLOPT_RETURNTRANSFER, 1);
  5. curl_setopt($curl, CURLOPT_HTTPHEADER, array(
  6. 'accept: application/json'
  7. ));
  8. $result = curl_exec($curl);
  9.  
  10. var_dump($result)
  11. ?>
  12.  
Success #stdin #stdout 0.03s 26168KB
stdin
Standard input is empty
stdout
bool(false)