Can't understand.
How can I access response->code to obtain only the code INT of the response? When I try to get it, it comes along with all the response variables.
$response = Unirest\Request::get($url, $header);
If I try to get $response->code, it comes with everything the API returned body.