Skip to content

Instantly share code, notes, and snippets.

@antonyjsmith
Created April 5, 2018 09:00
Show Gist options
  • Save antonyjsmith/724e0a125d1c50d9eae91841a0b5a234 to your computer and use it in GitHub Desktop.
Save antonyjsmith/724e0a125d1c50d9eae91841a0b5a234 to your computer and use it in GitHub Desktop.
Vimeo - get thumbnails
<?php
$imgid = 6271487;
$hash = unserialize(file_get_contents("http://vimeo.com/api/v2/video/$imgid.php"));
echo $hash[0]['thumbnail_medium'];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment