fork download
  1. <?php
  2.  
  3. $curl = curl_init();
  4.  
  5. CURLOPT_URL => 'https://a...content-available-to-author-only...a.com/geocode/v1/json?q=lig%20101%2F10+kphb+hyderabad+Telangana&key=bfd65bb9612640c5843b9ed8b0c3ee72',
  6. CURLOPT_RETURNTRANSFER => true,
  7. CURLOPT_ENCODING => '',
  8. CURLOPT_MAXREDIRS => 10,
  9. CURLOPT_TIMEOUT => 0,
  10. CURLOPT_FOLLOWLOCATION => true,
  11. CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
  12. CURLOPT_CUSTOMREQUEST => 'GET',
  13. ));
  14.  
  15. $response = curl_exec($curl);
  16.  
  17. curl_close($curl);
  18. echo "response" ;
  19. print_r(json_decode($response,true));
  20.  
Success #stdin #stdout 0.03s 25944KB
stdin
Standard input is empty
stdout
response