public function lookup($hosts)
 {
     return parent::lookup(array('hosts' => implode('/', $hosts) . '/', 'key' => $this->apiKey));
 }