I am wondering if there is a way to query YouTube for multiple random videos (video id\'s are known) in a single query? I am storing video id\'s in the local db and need to show
RobD's answer works well. You can add something like this to the end of the URL to only retrieve the data you actually need, saving some bandwidth:
&fields=entry(id,title)
eg:
http://gdata.youtube.com/feeds/api/videos?q=h5jKcDH9s64|elzqvWXG1Y&fields=entry(id,title)