$url = 'http://local.c-list.net/api/create'; $data = array( 'keyword' => 'あんぱん18', 'calorie' => 300, 'data_type' => 'jsonp', 'apikey' => '607e771cbf9ceb11c5d30bd838cb8285' ); $header = Array( "Content-Type: application/x-www-form-urlencoded" ); $options = array('http' => array( 'method' => 'POST', 'header' => implode("\r\n", $header), 'content' => http_build_query($data), )); $contents = file_get_