Oh you switched from the followers endpoint to the users endpoint and changed languages.
Thats what happens when you delete the reply whilst I was reading it…
$result = curl_exec($ch);
curl_close($ch);
$result = json_decode($result);
echo $result->display_name;