here attach my code and download u r project file try yo run i am getting Null Value? what mistake is there my code ? thanks in advance <?php require_once('Meet/Meetup.php'); $api_key = '7d7f591479a3720f73274464d5765'; $connection = new MeetupKeyAuthConnection($api_key); $m = new MeetupEvents($connection); $events = $m->getEvents( array( 'group_urlname' => 'Big-Data-Developers-in-Chennai' ) ); var_dump($events);