L'exemple suivant renvoie une devinette aléatoire.
$opts =array('http'=>array('header'=>"Content-Type: text/xml\r\n"."TOKEN: VOTRE_TOKEN", ));$context =stream_context_create($opts);$json =file_get_contents("https://api.j0ke.fr/get/devinette",false, $context);$obj =json_decode($json);$devinette = $obj->devinette;$reponse = $obj->reponse;echo $devinette;echo"<br>";echo"Réponse : ".$reponse;# ----- Retour du programme ------ ## Pourquoi fait-il chaud dans un bus ?# Réponse : Parce qu'il y a un chauffeur