I am getting other data of vimeo video using the following api:
file_get_contents( 'https://vimeo.com/api/v2/video/' . $video_id. '.json' );
It shows required data as video images,duration,title,description and all but now I want the default language and sub title language of the specific video. The above api doesn't give the info.
Any idea about how to get language of vimeo video?
Any help/suggestions are welcome.Thanks in advance.