'node.'); // the proxy|prefix we are calling. $client = XML_RPC2_Client::create($uri, $options); $api_key = 'the api key'; $nid = 1; $node = $client->load($api_key, $nid); var_dump($node);