I want to use file_get_contents to get content from this Google CSE API https://www.googleapis.com/customsearch/v1?key={My-KEY-HERE}&cx=015435574869060730302:bycrgaosjuu&q=intitle:funny
but it return me failed to open stream: No error ,I tried to change https:// with http:// but it return me failed to open stream: HTTP request failed! HTTP/1.0 403 Forbidden
How do I get Google CSE API contents With file_get_contents?