diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..1855c69 Binary files /dev/null and b/.DS_Store differ diff --git a/.gitignore b/.gitignore index ba5d71e..7752e1c 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,5 @@ !/log/.keep /tmp /.env +/coverage/* +/.yml diff --git a/Gemfile b/Gemfile index f10f791..fbc2477 100644 --- a/Gemfile +++ b/Gemfile @@ -1,10 +1,11 @@ source 'https://rubygems.org' + ruby '2.2.3' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' gem 'rails', '4.2.5' # Use sqlite3 as the database for Active Record -gem 'sqlite3' + # Use SCSS for stylesheets gem 'sass-rails', '~> 5.0' # Use Uglifier as compressor for JavaScript assets @@ -27,7 +28,9 @@ gem "omniauth" gem "omniauth-github" gem "omniauth-twitter" gem "omniauth-vimeo" +gem 'omniauth-oauth2', '~> 1.3.1' gem 'httparty' +gem 'twitter' gem 'bootstrap-sass', '~> 3.3.5' @@ -35,6 +38,7 @@ gem 'bootstrap-sass', '~> 3.3.5' + # Use ActiveModel has_secure_password # gem 'bcrypt', '~> 3.1.7' @@ -48,6 +52,10 @@ group :production do gem "pg" end +group :test do + gem 'webmock', '1.8.0' +end + group :development, :test do # Call 'byebug' anywhere in the code to stop execution and get a debugger console gem 'byebug' @@ -55,14 +63,18 @@ group :development, :test do gem 'dotenv-rails' gem 'simplecov' gem 'pry' + gem 'factory_girl_rails' + gem 'vcr' end group :development do # Access an IRB console on exception pages or by using <%= console %> in views + gem 'sqlite3' gem 'web-console', '~> 2.0' gem "better_errors" gem "binding_of_caller" # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring gem 'spring' + gem 'pry-rails' end diff --git a/Gemfile.lock b/Gemfile.lock index fa2698e..944cb0a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -36,6 +36,7 @@ GEM minitest (~> 5.1) thread_safe (~> 0.3, >= 0.3.4) tzinfo (~> 1.1) + addressable (2.4.0) arel (6.0.3) autoprefixer-rails (6.2.3) execjs @@ -49,6 +50,7 @@ GEM bootstrap-sass (3.3.6) autoprefixer-rails (>= 5.2.1) sass (>= 3.3.4) + buftok (0.2.0) builder (3.2.2) byebug (8.2.1) coderay (1.1.0) @@ -60,20 +62,39 @@ GEM execjs coffee-script-source (1.10.0) concurrent-ruby (1.0.0) + crack (0.4.3) + safe_yaml (~> 1.0.0) debug_inspector (0.0.2) diff-lcs (1.2.5) docile (1.1.5) + domain_name (0.5.25) + unf (>= 0.0.5, < 1.0.0) dotenv (2.0.2) dotenv-rails (2.0.2) dotenv (= 2.0.2) railties (~> 4.0) + equalizer (0.0.10) erubis (2.7.0) execjs (2.6.0) + factory_girl (4.5.0) + activesupport (>= 3.0.0) + factory_girl_rails (4.5.0) + factory_girl (~> 4.5.0) + railties (>= 3.0.0) faraday (0.9.2) multipart-post (>= 1.2, < 3) globalid (0.3.6) activesupport (>= 4.1.0) hashie (3.4.3) + http (0.9.8) + addressable (~> 2.3) + http-cookie (~> 1.0) + http-form_data (~> 1.0.1) + http_parser.rb (~> 0.6.0) + http-cookie (1.0.2) + domain_name (~> 0.5) + http-form_data (1.0.1) + http_parser.rb (0.6.0) httparty (0.13.7) json (~> 1.8) multi_xml (>= 0.5.2) @@ -91,6 +112,8 @@ GEM nokogiri (>= 1.5.9) mail (2.6.3) mime-types (>= 1.16, < 3) + memoizable (0.4.2) + thread_safe (~> 0.3, >= 0.3.1) method_source (0.8.2) mime-types (2.99) mini_portile2 (2.0.0) @@ -98,6 +121,7 @@ GEM multi_json (1.11.2) multi_xml (0.5.5) multipart-post (2.0.0) + naught (1.1.0) nokogiri (1.6.7.1) mini_portile2 (~> 2.0.0.rc2) oauth (0.4.7) @@ -116,7 +140,7 @@ GEM omniauth-oauth (1.1.0) oauth omniauth (~> 1.0) - omniauth-oauth2 (1.4.0) + omniauth-oauth2 (1.3.1) oauth2 (~> 1.0) omniauth (~> 1.2) omniauth-twitter (1.2.1) @@ -129,6 +153,8 @@ GEM coderay (~> 1.1.0) method_source (~> 0.8.1) slop (~> 3.4) + pry-rails (0.3.4) + pry (>= 0.9.10) rack (1.6.4) rack-test (0.6.3) rack (>= 1.0) @@ -176,6 +202,7 @@ GEM rspec-mocks (~> 3.4.0) rspec-support (~> 3.4.0) rspec-support (3.4.1) + safe_yaml (1.0.4) sass (3.4.20) sass-rails (5.0.4) railties (>= 4.0.0, < 5.0) @@ -186,6 +213,7 @@ GEM sdoc (0.4.1) json (~> 1.7, >= 1.7.7) rdoc (~> 4.0) + simple_oauth (0.3.1) simplecov (0.11.1) docile (~> 1.1.0) json (~> 1.8) @@ -206,16 +234,34 @@ GEM tilt (2.0.2) turbolinks (2.5.3) coffee-rails + twitter (5.15.0) + addressable (~> 2.3) + buftok (~> 0.2.0) + equalizer (= 0.0.10) + faraday (~> 0.9.0) + http (>= 0.4, < 0.10) + http_parser.rb (~> 0.6.0) + json (~> 1.8) + memoizable (~> 0.4.0) + naught (~> 1.0) + simple_oauth (~> 0.3.0) tzinfo (1.2.2) thread_safe (~> 0.1) uglifier (2.7.2) execjs (>= 0.3.0) json (>= 1.8.0) + unf (0.1.4) + unf_ext + unf_ext (0.0.7.1) + vcr (3.0.1) web-console (2.2.1) activemodel (>= 4.0) binding_of_caller (>= 0.7.2) railties (>= 4.0) sprockets-rails (>= 2.0, < 4.0) + webmock (1.8.0) + addressable (>= 2.2.7) + crack (>= 0.1.7) PLATFORMS ruby @@ -227,15 +273,18 @@ DEPENDENCIES byebug coffee-rails (~> 4.1.0) dotenv-rails + factory_girl_rails httparty jbuilder (~> 2.0) jquery-rails omniauth omniauth-github + omniauth-oauth2 (~> 1.3.1) omniauth-twitter omniauth-vimeo pg pry + pry-rails rails (= 4.2.5) rspec-rails sass-rails (~> 5.0) @@ -244,8 +293,11 @@ DEPENDENCIES spring sqlite3 turbolinks + twitter uglifier (>= 1.3.0) + vcr web-console (~> 2.0) + webmock (= 1.8.0) BUNDLED WITH 1.11.2 diff --git a/app/Procfile b/app/Procfile new file mode 100644 index 0000000..a7662ff --- /dev/null +++ b/app/Procfile @@ -0,0 +1 @@ + web: bundle exec rackup -p $PORT diff --git a/app/assets/images/favicon.ico b/app/assets/images/favicon.ico new file mode 100644 index 0000000..380fc6a Binary files /dev/null and b/app/assets/images/favicon.ico differ diff --git a/app/assets/images/twitter_default_image.png b/app/assets/images/twitter_default_image.png new file mode 100644 index 0000000..9d802e1 Binary files /dev/null and b/app/assets/images/twitter_default_image.png differ diff --git a/app/assets/images/vimeo_default_image.png b/app/assets/images/vimeo_default_image.png new file mode 100644 index 0000000..3104b89 Binary files /dev/null and b/app/assets/images/vimeo_default_image.png differ diff --git a/app/assets/images/vimeo_default_two.png b/app/assets/images/vimeo_default_two.png new file mode 100644 index 0000000..bacac51 Binary files /dev/null and b/app/assets/images/vimeo_default_two.png differ diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css deleted file mode 100644 index f9cd5b3..0000000 --- a/app/assets/stylesheets/application.css +++ /dev/null @@ -1,15 +0,0 @@ -/* - * This is a manifest file that'll be compiled into application.css, which will include all the files - * listed below. - * - * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, - * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path. - * - * You're free to add application-wide styles to this file and they'll appear at the bottom of the - * compiled file so the styles you add here take precedence over styles defined in any styles - * defined in the other CSS/SCSS files in this directory. It is generally better to create a new - * file per style scope. - * - *= require_tree . - *= require_self - */ diff --git a/app/assets/stylesheets/application.scss b/app/assets/stylesheets/application.scss new file mode 100644 index 0000000..63547ef --- /dev/null +++ b/app/assets/stylesheets/application.scss @@ -0,0 +1,116 @@ +@import "bootstrap-sprockets"; +@import "bootstrap"; +@import 'bootstrap/theme'; + + +$light-grey: #707070; +$med-grey: #454545; + + +body { + font-family: 'Cardo', serif; + text-align: center; + color: $med-grey; +} + +.flash { + font-family: 'Cardo', serif; + font-size: 14px; + text-align: center; + margin-top: 5px; + margin-bottom: 5px; + padding-top: 8px; + padding-bottom: 8px; + background-color: $med-grey; + color: #FFFFFF; +} + +h1 { + font-family: 'Oswald', serif; + color: $med-grey; +} + +.navbar-default { + background-color: #76CCAF; + margin-top: 7px; +} + +.navbar-right { + margin-right: 30px; + margin-top: 7px; +} + +.navbar-left { + margin-left: 20px; + margin-top: 12px; +} + +.navbar-links { + font-size: 18px; + margin-top: 17px; +} + +#navbar-text-right { + font-size: 18px; + margin-top: 5px; + color: $light-grey; +} + +#navbar-text-left { + font-size: 18px; + color: $light-grey; +} + +.search-button { + margin-left: 4px; + margin-bottom: 13px; +} + +.login-links { + font-size: 125px; +} + +.login-link-right { + margin-left: 15px; +} + +.login-link-left { + margin-right: 15px; + margin-left: 15px; +} + +.btn-default { + font-family: 'Oswald', serif; + border: 1px $med-grey solid; + margin-top: 8px; +} + +.creator_name { + margin-top: 5px; +} + +.creator-image { + height: 75px; +} + +.creator-col { + height: 200px; +} + +.embedded-video { + margin: 30px 0; +} + +.embedded-tweet { + float:left; + text-align:center; +} + +a { + color: $med-grey; +} + +a:hover { + color: $light-grey; + text-decoration: none; +} \ No newline at end of file diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index d83690e..a124a57 100644 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -2,4 +2,19 @@ class ApplicationController < ActionController::Base # Prevent CSRF attacks by raising an exception. # For APIs, you may want to use :null_session instead. protect_from_forgery with: :exception + helper_method :current_user + before_action :require_login + before_action :current_user + + def current_user + @current_user ||= User.find(session[:user_id]) if session[:user_id] + rescue ActiveRecord::RecordNotFound + end + + def require_login + unless current_user + flash[:error] = "Login to begin curating." + redirect_to new_session_path + end + end end diff --git a/app/controllers/creators_controller.rb b/app/controllers/creators_controller.rb index aa6a33a..ea974ce 100644 --- a/app/controllers/creators_controller.rb +++ b/app/controllers/creators_controller.rb @@ -1,2 +1,31 @@ class CreatorsController < ApplicationController + + def index + if @current_user.creators != [] + @creators = @current_user.creators + else + flash.now[:notice] = "Try following some people first!" + end + end + + def follow + creator = Creator.find_or_create(params) + if creator.nil? + flash[:error] = "Failed to follow" + else + if !@current_user.creators.include?(creator) + creator.users << @current_user + flash[:notice] = "You're now following #{creator.name}." + elsif @current_user.creators.include?(creator) + flash[:notice] = "You're already following #{creator.name}" + end + end + redirect_to :back + end + + def unfollow + creator = Creator.find_or_create(params) + @current_user.creators.delete(creator) + redirect_to :back + end end diff --git a/app/controllers/searches_controller.rb b/app/controllers/searches_controller.rb index 14ddbfb..4ed7d92 100644 --- a/app/controllers/searches_controller.rb +++ b/app/controllers/searches_controller.rb @@ -1,2 +1,47 @@ +require 'json' class SearchesController < ApplicationController + + + def search + @current_user = @current_user + if params[:provider].nil? + flash.now[:notice] = "Please select whether you want to search Twitter or Vimeo." + render :search + else + if params[:search].nil? + flash.now[:notice] = "Please select a search term, yo!" + render :search + else + search_term = params[:search] + @provider = params[:provider] + if @provider == "vimeo" + results = vimeo_search_api_call(search_term) + if results["total"] == 0 + flash.now[:error] = "No results matched your search." + else + @results = results["data"] + end + elsif @provider == "twitter" + @results = twitter_search_api_call(search_term) + if @results.length == 0 + flash.now[:error] = "No results matched your search." + end + end + end + end + end + + private + + def vimeo_search_api_call(search_term) + vimeo_access_token = ENV["VIMEO_ACCESS_TOKEN"] + results = HTTParty.get("https://api.vimeo.com/users?page=1&per_page=25&query=#{search_term}&fields=uri,name,pictures", + headers: {"Authorization" => "bearer #{vimeo_access_token}", 'Accept' => 'application/json' }, format: :json).parsed_response + return results + end + + def twitter_search_api_call(search_term) + $twitter.user_search("#{search_term}").take(25) + end + end diff --git a/app/controllers/sessions_controller.rb b/app/controllers/sessions_controller.rb index 16d11b5..ba010b6 100644 --- a/app/controllers/sessions_controller.rb +++ b/app/controllers/sessions_controller.rb @@ -1,2 +1,27 @@ class SessionsController < ApplicationController + before_action :require_login, except: [:new, :create] + skip_before_filter :verify_authenticity_token, only: [:create] + + def new + end + + def create + auth_hash = request.env['omniauth.auth'] + if auth_hash["uid"] + @user = User.find_or_create_from_omniauth(auth_hash) + if @user + session[:user_id] = @user.id + redirect_to feed_path, notice: "Welcome to CurateTV. Happy Curating!" + else + redirect_to root_path, notice: "Failed to save the user." + end + else + redirect_to root_path, notice: "Failed to authenticate." + end + end + + def destroy + session[:user_id] = nil + redirect_to new_session_path, notice: "You've logged out. See you next time." + end end diff --git a/app/controllers/users_controller.rb b/app/controllers/users_controller.rb index 3e74dea..fbc7804 100644 --- a/app/controllers/users_controller.rb +++ b/app/controllers/users_controller.rb @@ -1,2 +1,9 @@ class UsersController < ApplicationController + + def show + videos = @current_user.videos.to_ary.sort_by{|video| video.posted_at}.reverse![0..8] + tweets = @current_user.tweets.to_ary.sort_by{|tweet| tweet.posted_at}.reverse![0..8] + @media = [tweets, videos].flatten.sort_by{|media| media.posted_at}.reverse! + end + end diff --git a/app/models/category.rb b/app/models/category.rb new file mode 100644 index 0000000..4a75aad --- /dev/null +++ b/app/models/category.rb @@ -0,0 +1,4 @@ +class Category < ActiveRecord::Base + belongs_to :user + belongs_to :creator +end diff --git a/app/models/creator.rb b/app/models/creator.rb index ba4f9ee..59392c1 100644 --- a/app/models/creator.rb +++ b/app/models/creator.rb @@ -1,2 +1,67 @@ class Creator < ActiveRecord::Base + validates_presence_of :name, :uid, :provider + validates_uniqueness_of :uid + has_many :categories + has_many :users, through: :categories + has_many :videos + has_many :tweets + + def self.find_or_create(params) + creator = self.find_by(uid: params["uid"], provider: params["provider"]) + if !creator.nil? + return creator + else + Creator.transaction do + creator = Creator.new( + name: params["name"], + provider: params["provider"], + uid: params["uid"] + ) + if creator.provider == "vimeo" + if !params["profile_pic"].nil? + creator.profile_pic = params["profile_pic"]["sizes"][2]["link"] + else + creator.profile_pic = "vimeo_default_image.png" + end + creator.save + video_data_array = creator.get_videos_info + Video.create_videos_for_creator_from_hashes(video_data_array, creator) + elsif creator.provider == "twitter" + if !params["profile_pic"].nil? + creator.profile_pic = params["profile_pic"] + else + creator.profile_pic = "twitter_default_image.png" + end + creator.save + Tweet.find_or_create_tweets(creator) + end + end + end + if creator.save + return creator + else + return nil + end + end + + def get_videos_info + vimeo_access_token = ENV["VIMEO_ACCESS_TOKEN"] + videos = HTTParty.get("https://api.vimeo.com/users/#{self.uid}/videos", + headers: {"Authorization" => "bearer #{vimeo_access_token}", 'Accept' => 'application/json' }, format: :json).parsed_response + if videos["error"].nil? + if videos["data"].nil? + return nil + else + return videos["data"] + end + elsif !videos["error"].nil? + raise ArgumentError + end + end + + + def get_tweets + $twitter.user_timeline(self.name).take(25) + end + end diff --git a/app/models/tweet.rb b/app/models/tweet.rb index a8fa51a..ce6a11f 100644 --- a/app/models/tweet.rb +++ b/app/models/tweet.rb @@ -1,2 +1,16 @@ class Tweet < ActiveRecord::Base + + def self.find_or_create_tweets(creator) + all_tweets = creator.get_tweets + all_tweets.each do |tweet| + existing_tweet = self.find_by(uid: tweet.id) + if existing_tweet.nil? + tweet = Tweet.create( + creator_id: creator.id, + posted_at: tweet.created_at, + uid: tweet.id + ) + end + end + end end diff --git a/app/models/user.rb b/app/models/user.rb index 4a57cf0..1422d97 100644 --- a/app/models/user.rb +++ b/app/models/user.rb @@ -1,2 +1,47 @@ class User < ActiveRecord::Base + has_many :categories + has_many :creators, through: :categories + has_many :tweets, through: :creators + has_many :videos, through: :creators + validates_presence_of :name, :uid, :provider + validates_uniqueness_of :uid + + def self.find_or_create_from_omniauth(auth_hash) + user = self.find_by(uid: auth_hash["uid"], provider: auth_hash["provider"]) + if !user.nil? + # User found continue on with your life + return user + else + # Create a new user + user = User.new + user.uid = auth_hash["uid"] + user.provider = auth_hash["provider"] + user.name = auth_hash["info"]["name"] + user.email = auth_hash["info"]["email"] + if user.provider == "twitter" + user.avatar_url = auth_hash["info"]["image"] + elsif user.provider == "vimeo" + user.avatar_url = auth_hash["info"]["pictures"][2]["link"] if auth_hash["info"]["pictures"] + end + if user.save + return user + else + return nil + end + end + end + + # this two methods will run for every creator we search on the search page view + # it will choose which button to show - "Follow" or "Unfollow" + + def twitter_follow?(result) + creator = Creator.find_by(uid: result.id, provider: "twitter") + return true if self.creators.include?(creator) + end + + def vimeo_follow?(result) + creator = Creator.find_by(uid: result["uri"].gsub(/[^0-9]/, ""), provider: "vimeo") + return true if self.creators.include?(creator) + end + end diff --git a/app/models/video.rb b/app/models/video.rb index 0593c0c..45dd481 100644 --- a/app/models/video.rb +++ b/app/models/video.rb @@ -1,2 +1,26 @@ class Video < ActiveRecord::Base + belongs_to :creator + validates_presence_of :uri, :embed, :vimeo_id, :posted_at + validates_uniqueness_of :uri + + def self.create_videos_for_creator_from_hashes(video_data_array, creator) + if !video_data_array.nil? + video_data_array.each do |video_hash| + video_id = video_hash["uri"].gsub(/[^0-9]/, "") + vid = Video.new ({ + uri: "#{video_hash["uri"]}", + name: "#{video_hash["name"]}", + description: "#{video_hash["description"]}", + embed: "https:\/\/player.vimeo.com\/video\/#{video_id}", + posted_at: "#{video_hash["created_time"]}", + vimeo_id: "#{video_id}" + }) + vid.creator_id = creator.id + vid.save + end + else + return nil + end + end + end diff --git a/app/views/application/_navbar.html.erb b/app/views/application/_navbar.html.erb new file mode 100644 index 0000000..48e41b4 --- /dev/null +++ b/app/views/application/_navbar.html.erb @@ -0,0 +1,23 @@ +<% if @current_user %> +
+ +
+<% end %> diff --git a/app/views/creators/index.html.erb b/app/views/creators/index.html.erb new file mode 100644 index 0000000..a67479c --- /dev/null +++ b/app/views/creators/index.html.erb @@ -0,0 +1,35 @@ +<% if !@creators.nil? %> +
+
+

Creators You Follow

+
+
+ <% @creators.in_groups_of(3, false) do |group| %> +
+ <% group.each do |creator| %> +
+ <% if !creator.profile_pic.nil? %> + <%= image_tag(creator.profile_pic, class: "creator-image") %> + <% end %> +

+ <%= creator.name %> +

+ <% if creator.provider == "twitter" %> + <%= button_to "Unfollow", {controller: "creators", + action: "unfollow", + name: creator.name, + provider: creator.provider, + uid: creator.uid}, + class: "btn btn-default" %> + <% elsif creator.provider == "vimeo" %> + <%= button_to "Unfollow", {controller: "creators", + action: "unfollow", + uid: creator.uid, + provider: creator.provider}, + class: "btn btn-default" %> + <% end %> +
+ <% end %> +
+ <% end %> +<% end %> diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index c2ebce2..64f8b29 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -5,10 +5,20 @@ <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %> <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %> <%= csrf_meta_tags %> + + + <%= favicon_link_tag %> - -<%= yield %> - +
+ <% if !flash.empty? %> +
+ <% flash.each do |key, value| %><%= value %> + <% end %> +
+ <% end %> + <%= render 'navbar' %> + <%= yield %> +
diff --git a/app/views/searches/search.html.erb b/app/views/searches/search.html.erb new file mode 100644 index 0000000..8b6284c --- /dev/null +++ b/app/views/searches/search.html.erb @@ -0,0 +1,72 @@ +
+ <% if !@provider.nil? %> +
+

+ <%= @provider.capitalize %> Search Results +

+
+ <% else%> +
+

Please select Twitter or Vimeo

+
+ +<% end %> +<% if !@results.nil? %> + <% @results.in_groups_of(3, false) do |group| %> +
+ <% group.each do |result| %> +
+ <% if @provider == "twitter" %> + <% picture = result.profile_image_uri if !result.profile_image_uri.nil? %> + <% elsif @provider == "vimeo" %> + <% picture = result["pictures"]["sizes"][2]["link"] if !result["pictures"].nil? %> + <% picture = "vimeo_default_two.png" if result["pictures"].nil? %> + <% end %> + <%= image_tag(picture, class: "creator-image") %> +

+ <%= result.name if @provider == "twitter" %> + <%= result["name"] if @provider == "vimeo" %> +

+ <% if @provider == "twitter" %> + <% if !(@current_user.twitter_follow?(result)) %> + <%= button_to "Follow", {controller: "creators", + action: "follow", + name: result.screen_name, + provider: @provider, + bio: result.description, + profile_pic: result.profile_image_uri, + uid: result.id}, + class: "btn btn-default" %> + <% else %> + <%= button_to "Unfollow", {controller: "creators", + action: "unfollow", + name: result.screen_name, + provider: @provider, + uid: result.id}, + class: "btn btn-default" %> + + <% end %> + <% elsif @provider == "vimeo" %> + <% if !(@current_user.vimeo_follow?(result)) %> + <%= button_to "Follow", {controller: "creators", + action: "follow", + uid: result["uri"].gsub(/[^0-9]/, ""), + name: result["name"], + profile_pic: result["pictures"], + bio: result["bio"], + provider: @provider}, + class: "btn btn-default" %> + + <% else %> + <%= button_to "Unfollow", {controller: "creators", + action: "unfollow", + uid: result["uri"].gsub(/[^0-9]/, ""), + provider: @provider}, + class: "btn btn-default" %> + <% end %> + <% end %> +
+ <% end %> +
+ <% end %> +<% end %> diff --git a/app/views/sessions/new.html.erb b/app/views/sessions/new.html.erb new file mode 100644 index 0000000..504fe78 --- /dev/null +++ b/app/views/sessions/new.html.erb @@ -0,0 +1,18 @@ +
+
+

+ Welcome to CurateTV +

+
+
+

+ Login with Twitter or Vimeo to get started. +

+ diff --git a/app/views/users/show.html.erb b/app/views/users/show.html.erb new file mode 100644 index 0000000..2943daa --- /dev/null +++ b/app/views/users/show.html.erb @@ -0,0 +1,34 @@ + +<% if @media == [] %> +
+

Welcome to CurateTV

+

+ Use the search bar above to find your favorite Vimeo and Twitter creators and follow them here. +

+
+ <% else %> +
+

Your CurateTV Feed

+
+ <% @media.each do |media| %> + <% if media.class == Video %> +
+
+
+

<%= media.name %>

+ +
+
+
+ <% elsif media.class == Tweet %> +
+
+
+ <% tweet = $twitter.oembed(media.uid) %> + <%= raw(tweet.html) %> +
+
+
+ <% end %> + <% end %> + <% end %> diff --git a/config/initializers/omniauth.rb b/config/initializers/omniauth.rb new file mode 100644 index 0000000..1d0ebf9 --- /dev/null +++ b/config/initializers/omniauth.rb @@ -0,0 +1,8 @@ +Rails.application.config.middleware.use OmniAuth::Builder do + provider :developer if Rails.env.development? + + provider :twitter, ENV["TWITTER_CLIENT_ID"], ENV["TWITTER_CLIENT_SECRET"], scope: "user:email" + + provider :vimeo, ENV["VIMEO_CLIENT_ID"], ENV["VIMEO_CLIENT_SECRET"] + +end diff --git a/config/initializers/twitter.rb b/config/initializers/twitter.rb new file mode 100644 index 0000000..c24b945 --- /dev/null +++ b/config/initializers/twitter.rb @@ -0,0 +1,6 @@ +$twitter = Twitter::REST::Client.new do |config| + config.consumer_key = ENV['TWITTER_CLIENT_ID'] + config.consumer_secret = ENV['TWITTER_CLIENT_SECRET'] + config.access_token = ENV['TWITTER_ACCESS_TOKEN'] + config.access_token_secret = ENV['TWITTER_ACCESS_SECRET'] +end diff --git a/config/routes.rb b/config/routes.rb index 3f66539..6662e25 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -1,56 +1,15 @@ Rails.application.routes.draw do - # The priority is based upon order of creation: first created -> highest priority. - # See how all your routes lay out with "rake routes". + root 'users#show' - # You can have the root of your site routed with "root" - # root 'welcome#index' + post "/auth/developer/callback", to: "sessions#create" + get "/auth/:provider/callback", to: "sessions#create" + get "/search" => "searches#search", as: :search + delete "/logout" => "sessions#destroy", as: :logout + get '/feed', to: "users#show", as: :feed + post '/follow', to:"creators#follow", as: :follow + post '/unfollow', to:"creators#unfollow", as: :unfollow - # Example of regular route: - # get 'products/:id' => 'catalog#view' + resources :sessions, except: [:update, :destroy] + resources :creators - # Example of named route that can be invoked with purchase_url(id: product.id) - # get 'products/:id/purchase' => 'catalog#purchase', as: :purchase - - # Example resource route (maps HTTP verbs to controller actions automatically): - # resources :products - - # Example resource route with options: - # resources :products do - # member do - # get 'short' - # post 'toggle' - # end - # - # collection do - # get 'sold' - # end - # end - - # Example resource route with sub-resources: - # resources :products do - # resources :comments, :sales - # resource :seller - # end - - # Example resource route with more complex sub-resources: - # resources :products do - # resources :comments - # resources :sales do - # get 'recent', on: :collection - # end - # end - - # Example resource route with concerns: - # concern :toggleable do - # post 'toggle' - # end - # resources :posts, concerns: :toggleable - # resources :photos, concerns: :toggleable - - # Example resource route within a namespace: - # namespace :admin do - # # Directs /admin/products/* to Admin::ProductsController - # # (app/controllers/admin/products_controller.rb) - # resources :products - # end end diff --git a/db/migrate/20160106233828_create_tweets.rb b/db/migrate/20160106233828_create_tweets.rb index a744868..09f29d9 100644 --- a/db/migrate/20160106233828_create_tweets.rb +++ b/db/migrate/20160106233828_create_tweets.rb @@ -1,7 +1,8 @@ class CreateTweets < ActiveRecord::Migration def change create_table :tweets do |t| - t.integer :tver_id + t.integer :creator_id + t.string :posted_at t.string :url t.timestamps null: false diff --git a/db/migrate/20160106234210_create_users.rb b/db/migrate/20160106234210_create_users.rb index fe69bca..3b9937f 100644 --- a/db/migrate/20160106234210_create_users.rb +++ b/db/migrate/20160106234210_create_users.rb @@ -5,8 +5,6 @@ def change t.integer :uid t.string :provider t.string :email - # - t.timestamps null: false end end diff --git a/db/migrate/20160107001244_create_videos.rb b/db/migrate/20160107001244_create_videos.rb index 6cd89fe..0be2ad1 100644 --- a/db/migrate/20160107001244_create_videos.rb +++ b/db/migrate/20160107001244_create_videos.rb @@ -2,6 +2,7 @@ class CreateVideos < ActiveRecord::Migration def change create_table :videos do |t| t.integer :creator_id + t.string :posted_at t.string :url t.timestamps null: false diff --git a/db/migrate/20160107001712_add_created_at_to_tweet.rb b/db/migrate/20160107001712_add_created_at_to_tweet.rb deleted file mode 100644 index b954e3c..0000000 --- a/db/migrate/20160107001712_add_created_at_to_tweet.rb +++ /dev/null @@ -1,4 +0,0 @@ -class AddCreatedAtToTweet < ActiveRecord::Migration - def change - end -end diff --git a/db/migrate/20160107224005_add_avatarurl_to_users.rb b/db/migrate/20160107224005_add_avatarurl_to_users.rb new file mode 100644 index 0000000..ae5744b --- /dev/null +++ b/db/migrate/20160107224005_add_avatarurl_to_users.rb @@ -0,0 +1,5 @@ +class AddAvatarurlToUsers < ActiveRecord::Migration + def change + add_column(:users, :avatar_url, :string) + end +end diff --git a/db/migrate/20160107224652_change_user_uid_to_string.rb b/db/migrate/20160107224652_change_user_uid_to_string.rb new file mode 100644 index 0000000..2b986b5 --- /dev/null +++ b/db/migrate/20160107224652_change_user_uid_to_string.rb @@ -0,0 +1,5 @@ +class ChangeUserUidToString < ActiveRecord::Migration + def change + change_column(:users, :uid, :string) + end +end diff --git a/db/migrate/20160108202915_create_categories.rb b/db/migrate/20160108202915_create_categories.rb new file mode 100644 index 0000000..e1433dd --- /dev/null +++ b/db/migrate/20160108202915_create_categories.rb @@ -0,0 +1,10 @@ +class CreateCategories < ActiveRecord::Migration + def change + create_table :categories do |t| + t.belongs_to :user, index: true + t.belongs_to :creator, index: true + t.string :name + t.timestamps null: false + end + end +end diff --git a/db/migrate/20160110203224_add_cols_to_videos.rb b/db/migrate/20160110203224_add_cols_to_videos.rb new file mode 100644 index 0000000..4ec0401 --- /dev/null +++ b/db/migrate/20160110203224_add_cols_to_videos.rb @@ -0,0 +1,9 @@ +class AddColsToVideos < ActiveRecord::Migration + def change + add_column(:videos, :uri, :string) + add_column(:videos, :name, :string) + add_column(:videos, :embed, :string) + add_column(:videos, :vimeo_id, :string) + add_column(:videos, :description, :string) + end +end diff --git a/db/migrate/20160110203620_add_uri_to_creators.rb b/db/migrate/20160110203620_add_uri_to_creators.rb new file mode 100644 index 0000000..7b97f18 --- /dev/null +++ b/db/migrate/20160110203620_add_uri_to_creators.rb @@ -0,0 +1,5 @@ +class AddUriToCreators < ActiveRecord::Migration + def change + add_column(:creators, :uri, :string) + end +end diff --git a/db/migrate/20160110205724_remove_vimeo_id_from_videos.rb b/db/migrate/20160110205724_remove_vimeo_id_from_videos.rb new file mode 100644 index 0000000..48b1ac8 --- /dev/null +++ b/db/migrate/20160110205724_remove_vimeo_id_from_videos.rb @@ -0,0 +1,5 @@ +class RemoveVimeoIdFromVideos < ActiveRecord::Migration + def change + remove_column(:videos, :vimeo_id) + end +end diff --git a/db/migrate/20160111004103_add_vimeo_id_back_to_video.rb b/db/migrate/20160111004103_add_vimeo_id_back_to_video.rb new file mode 100644 index 0000000..5b63dec --- /dev/null +++ b/db/migrate/20160111004103_add_vimeo_id_back_to_video.rb @@ -0,0 +1,5 @@ +class AddVimeoIdBackToVideo < ActiveRecord::Migration + def change + add_column(:videos, :vimeo_id, :string) + end +end diff --git a/db/migrate/20160111224058_add_uid_to_creators.rb b/db/migrate/20160111224058_add_uid_to_creators.rb new file mode 100644 index 0000000..1cb9d7c --- /dev/null +++ b/db/migrate/20160111224058_add_uid_to_creators.rb @@ -0,0 +1,5 @@ +class AddUidToCreators < ActiveRecord::Migration + def change + add_column :creators, :uid, :string + end +end diff --git a/db/migrate/20160113224318_add_uid_to_tweets.rb b/db/migrate/20160113224318_add_uid_to_tweets.rb new file mode 100644 index 0000000..1bc16b2 --- /dev/null +++ b/db/migrate/20160113224318_add_uid_to_tweets.rb @@ -0,0 +1,5 @@ +class AddUidToTweets < ActiveRecord::Migration + def change + add_column :tweets, :uid, :string + end +end diff --git a/db/migrate/20160113224340_remove_url_from_tweets.rb b/db/migrate/20160113224340_remove_url_from_tweets.rb new file mode 100644 index 0000000..eb8f67f --- /dev/null +++ b/db/migrate/20160113224340_remove_url_from_tweets.rb @@ -0,0 +1,5 @@ +class RemoveUrlFromTweets < ActiveRecord::Migration + def change + remove_column :tweets, :url, :string + end +end diff --git a/db/schema.rb b/db/schema.rb index e42fc9e..907f6c6 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -11,7 +11,18 @@ # # It's strongly recommended that you check this file into your version control system. -ActiveRecord::Schema.define(version: 20160107001244) do +ActiveRecord::Schema.define(version: 20160113224340) do + + create_table "categories", force: :cascade do |t| + t.integer "user_id" + t.integer "creator_id" + t.string "name" + t.datetime "created_at", null: false + t.datetime "updated_at", null: false + end + + add_index "categories", ["creator_id"], name: "index_categories_on_creator_id" + add_index "categories", ["user_id"], name: "index_categories_on_user_id" create_table "creators", force: :cascade do |t| t.string "name" @@ -20,29 +31,39 @@ t.string "provider" t.datetime "created_at", null: false t.datetime "updated_at", null: false + t.string "uri" + t.string "uid" end create_table "tweets", force: :cascade do |t| - t.integer "tver_id" - t.string "url" + t.integer "creator_id" + t.string "posted_at" t.datetime "created_at", null: false t.datetime "updated_at", null: false + t.string "uid" end create_table "users", force: :cascade do |t| t.string "name" - t.integer "uid" + t.string "uid" t.string "provider" t.string "email" t.datetime "created_at", null: false t.datetime "updated_at", null: false + t.string "avatar_url" end create_table "videos", force: :cascade do |t| t.integer "creator_id" + t.string "posted_at" t.string "url" - t.datetime "created_at", null: false - t.datetime "updated_at", null: false + t.datetime "created_at", null: false + t.datetime "updated_at", null: false + t.string "uri" + t.string "name" + t.string "embed" + t.string "description" + t.string "vimeo_id" end end diff --git a/spec/controllers/application_controller_spec.rb b/spec/controllers/application_controller_spec.rb new file mode 100644 index 0000000..9c5e709 --- /dev/null +++ b/spec/controllers/application_controller_spec.rb @@ -0,0 +1,18 @@ +require 'rails_helper' + +RSpec.describe ApplicationController, type: :controller do + + # describe "current user" do + # before :each do + # request.env["omniauth.auth"] = OmniAuth.config.mock_auth[:twitter] + # user = User.find_or_create_from_omniauth(OmniAuth.config.mock_auth[:twitter]) + # session[:user_id] = user.id + # end + # it "sets @current_user to logged in user" do + + # expect(assigns(:current_user).id).to eq(session[:user_id]) + # end + # end + + +end diff --git a/spec/controllers/creators_controller_spec.rb b/spec/controllers/creators_controller_spec.rb index 5d5bdf6..63fa6aa 100644 --- a/spec/controllers/creators_controller_spec.rb +++ b/spec/controllers/creators_controller_spec.rb @@ -1,5 +1,138 @@ require 'rails_helper' +require 'spec_helper' +require 'pry' RSpec.describe CreatorsController, type: :controller do + describe "GET index" do + + describe "require_login" do + it "requires a user to be logged in" do + get :index + expect(flash[:error]).to include "Login to begin curating." + expect(subject).to redirect_to new_session_path + end + end + + context "user has followed a creator" do + + let(:category) { create(:category) } + let(:user) { category.user } + let(:creator) { category.creator } + + before :each do + session[:user_id] = user.id + request.env["HTTP_REFERER"] = "from_where_I_was" + end + + it "renders creator index page" do + get :index + expect(response).to render_template :index + end + + it "is successful" do + get :index + expect(response.status).to eq 200 + end + + it "shows creators that the user is following" do + get :index + expect(assigns(:creators)).not_to be_empty + expect(assigns(:creators)[0]).to be_an_instance_of(Creator) + end + end + + context "user has not followed anyone" do + let (:user) {create(:twitter_user)} + + # it "displays a flash.now message" do + # get :index + # expect (flash.instance_variable_get(:@now)).not_to be_empty + # end + + end + end + + describe "POST #follow" do + + context "it finds an existing creator" do + + let(:creator_params) do + { name: "Edward", + provider: "twitter", + bio: "Hello", + profile_pic: "asdf", + uid: "fdsfdsfs" + } + end + + let(:user) {create(:twitter_user) } + + before :each do + session[:user_id] = user.id + request.env["HTTP_REFERER"] = "from_where_I_was" + end + + it "follows a creator" do + get :follow, creator_params + expect(flash[:notice]).to include "You're now following" + expect(subject).to redirect_to "from_where_I_was" + end + + end + + context "creator is already followed" do + + let(:category_2) { create(:category_2) } + let(:user_2) { category_2.user } + let(:creator_2) { category_2.creator } + + let(:creator_params) do + { name: "Eddie", + description: "Hola!", + profile_pic: "www.profilepix.com", + provider: "twitter", + uid: "fdsfdas" + } + end + + before :each do + session[:user_id] = user_2.id + request.env["HTTP_REFERER"] = "from_where_I_was" + end + + it "gives an error" do + get :follow, creator_params + expect(flash[:notice]).to include "You're already following #{creator_2.name}" + expect(subject).to redirect_to "from_where_I_was" + end + end + end + + describe "POST #unfollow" do + + let(:unfollow_category) { create(:unfollow_category) } + let(:twitter_user) { unfollow_category.user } + let(:twitter_creator_to_unfollow) { unfollow_category.creator } + + let(:twitter_creator_to_unfollow_params) do + { name: "Nancy", + description: "Hi!", + profile_pic: "www.profilepix.com", + provider: "twitter", + uid: "112233" + } + end + + before :each do + session[:user_id] = twitter_user.id + request.env["HTTP_REFERER"] = "from_where_I_was" + end + + # this test could use an actual method to test whether or not relationship got destroyed + it "deletes the relationship between the user and creator" do + get :unfollow, twitter_creator_to_unfollow_params + expect(subject).to redirect_to "from_where_I_was" + end + end end diff --git a/spec/controllers/searches_controller_spec.rb b/spec/controllers/searches_controller_spec.rb index 7bec813..d2a99f1 100644 --- a/spec/controllers/searches_controller_spec.rb +++ b/spec/controllers/searches_controller_spec.rb @@ -2,4 +2,106 @@ RSpec.describe SearchesController, type: :controller do + before { request.env["omniauth.auth"] = OmniAuth.config.mock_auth[:twitter]} + let!(:user) {User.find_or_create_from_omniauth(OmniAuth.config.mock_auth[:twitter])} + + before :each do + session[:user_id] = user.id + end + + describe "GET #search", :vcr do + + context "when user does not specify twitter or vimeo" do + let (:search_params) do + { + search: "cat", + } + end + + it "renders the search template" do + get :search, search_params + expect(subject).to render_template(:search) + end + + it "flash notice if no provider is specified" do + get :search, search_params + expect(flash[:notice]).to be_present + end + + + end + + context "when searching vimeo" do + + let (:good_search_params) do + { + search: "cat", + provider: "vimeo" + + } + end + + let (:bad_search_params) do + { + search: "sssskljkkljdfskljlkjdfslkjfakljfdslkjdfksjlkljdfskjlfdskljfklsdjoiuwoiuwrqijdgsjkllkjsdfljkgsdjghsdajhgdsa", + provider: "vimeo" + } + end + + it "renders the search template", :vcr do + get :search, good_search_params + expect(subject).to render_template(:search) + end + it "is successful", :vcr do + get :search, good_search_params + expect(response.status).to eq 200 + end + it "returns a search result", :vcr do + get :search, good_search_params + expect(assigns(:results)).to be_an_instance_of(Array) + expect(assigns(:results)).not_to be_empty + expect(assigns(:results)[1]["name"]).to include("cat") + end + it "flash error if no search results", :vcr do + get :search, bad_search_params + expect(flash[:error]).to be_present + end + end + + context "when searching twitter", :vcr do + + let (:good_search_params) do + { + search: "cat", + provider: "twitter" + } + end + + let (:bad_search_params) do + { + search: "sssskljkkljdfskljlkjdfslkjfaklrqijdgsjkllkjsdfljkgsdjghsdajhgdsa", + provider: "twitter" + } + end + it "renders the search template", :vcr do + get :search, good_search_params + expect(subject).to render_template(:search) + end + it "is successful", :vcr do + get :search, good_search_params + expect(response.status).to eq 200 + end + it "returns a search result", :vcr do + get :search, good_search_params + expect(assigns(:results)).to be_an_instance_of(Array) + expect(assigns(:results)).not_to be_empty + expect(assigns(:results)[0].name).to include("Cat") + end + it "flash error if no search results", :vcr do + get :search, bad_search_params + expect(flash[:error]).to be_present + end + end + end + end diff --git a/spec/controllers/sessions_controller_spec.rb b/spec/controllers/sessions_controller_spec.rb index 003bede..a7d6dd0 100644 --- a/spec/controllers/sessions_controller_spec.rb +++ b/spec/controllers/sessions_controller_spec.rb @@ -1,5 +1,143 @@ require 'rails_helper' +require 'pry' RSpec.describe SessionsController, type: :controller do + describe "GET #create" do + context "logs in with Twitter" do + context "when it is successful" do + before { request.env["omniauth.auth"] = OmniAuth.config.mock_auth[:twitter]} + it "redirects to feed path" do + get :create, provider: :twitter + expect(subject).to redirect_to feed_path + end + it "creates a user" do + expect {get :create, provider: :twitter}.to change(User, :count).by(1) + end + it "assigns the @user variable" do + get :create, provider: :twitter + expect(assigns(:user)).to be_an_instance_of(User) + end + it "assigns session[:user_id]" do + get :create, provider: :twitter + expect(session[:user_id]).to eq assigns(:user).id + end + end + context "when user has signed up before" do + before { request.env["omniauth.auth"] = OmniAuth.config.mock_auth[:twitter]} + let!(:user) {User.find_or_create_from_omniauth(OmniAuth.config.mock_auth[:twitter])} + it "doesn't create another user" do + expect {get :create, provider: :twitter}.to change(User, :count).by(0) + end + it "assigns the session[:user_id]" do + get :create, provider: :twitter + expect(session[:user_id]).to eq user.id + end + it "assigns the @user variable" do + get :create, provider: :twitter + expect(assigns(:user)).to be_an_instance_of(User) + end + end + context "it fails to save the user" do + before { request.env["omniauth.auth"] = {"uid" => "not correct", "info" => {}}} + it "redirect to root path" do + get :create, provider: :twitter + expect(response).to redirect_to root_path + end + it "returns flash notice to include 'Failed to save the user'" do + get :create, provider: :twitter + expect(flash[:notice]).to include "Failed to save the user" + end + end + context "it fails on twitter" do + before { request.env["omniauth.auth"] = "bad login"} + it "redirect to root path" do + get :create, provider: :twitter + expect(response).to redirect_to root_path + end + it "returns flash notice to include 'Failed to authenticate'" do + get :create, provider: :twitter + expect(flash[:notice]).to include "Failed to authenticate" + end + end + end + + context "logs in with Vimeo" do + context "when it is successful" do + before { request.env["omniauth.auth"] = OmniAuth.config.mock_auth[:vimeo]} + it "redirects to feed path" do + get :create, provider: :vimeo + expect(subject).to redirect_to feed_path + end + it "creates a user" do + expect {get :create, provider: :vimeo}.to change(User, :count).by(1) + end + it "assigns the @user variable" do + get :create, provider: :vimeo + expect(assigns(:user)).to be_an_instance_of(User) + end + it "assigns session[:user_id]" do + get :create, provider: :vimeo + expect(session[:user_id]).to eq assigns(:user).id + end + end + context "when user has signed up before" do + before { request.env["omniauth.auth"] = OmniAuth.config.mock_auth[:vimeo]} + let!(:user) {User.find_or_create_from_omniauth(OmniAuth.config.mock_auth[:vimeo])} + it "doesn't create another user" do + expect {get :create, provider: :vimeo}.to change(User, :count).by(0) + end + it "assigns the session[:user_id]" do + get :create, provider: :vimeo + expect(session[:user_id]).to eq user.id + end + it "assigns the @user variable" do + get :create, provider: :vimeo + expect(assigns(:user)).to be_an_instance_of(User) + end + end + context "it fails to save the user" do + before { request.env["omniauth.auth"] = {"uid" => "not correct", "info" => {}}} + it "redirect to root path" do + get :create, provider: :vimeo + expect(response).to redirect_to root_path + end + it "returns flash notice to include 'Failed to save the user'" do + get :create, provider: :vimeo + expect(flash[:notice]).to include "Failed to save the user" + end + end + context "it fails on vimeo" do + before { request.env["omniauth.auth"] = "bad login"} + let(:user) { FactoryGirl.create(:some_user) } + it "redirect to root path" do + get :create, provider: :vimeo + expect(response).to redirect_to root_path + end + it "returns flash notice to include 'Failed to authenticate'" do + get :create, provider: :vimeo + expect(flash[:notice]).to include "Failed to authenticate" + end + end + end + + describe "DELETE #destroy" do + before { request.env["omniauth.auth"] = OmniAuth.config.mock_auth[:vimeo]} + let!(:user) {User.find_or_create_from_omniauth(OmniAuth.config.mock_auth[:vimeo])} + before :each do + session[:user_id] = user.id + end + + it "redirects to new session path" do + delete :destroy + expect(response).to redirect_to new_session_path + end + it "the user is not login" do + delete :destroy + expect(session[:user_id]).to be_nil + # expect(:notice).to eq("You've logged out. See you next time.") + + end + end + end end diff --git a/spec/controllers/users_controller_spec.rb b/spec/controllers/users_controller_spec.rb index e2c3d3b..7544da6 100644 --- a/spec/controllers/users_controller_spec.rb +++ b/spec/controllers/users_controller_spec.rb @@ -1,5 +1,18 @@ require 'rails_helper' +require 'pry' RSpec.describe UsersController, type: :controller do + describe "GET show" do + before :each do + @user = create(:twitter_user) + session[:user_id] = @user.id + end + + it "is successful" do + get :show, id: @user.id + expect(response.status).to eq(200) + end + end + end diff --git a/spec/factories.rb b/spec/factories.rb new file mode 100644 index 0000000..c692100 --- /dev/null +++ b/spec/factories.rb @@ -0,0 +1,124 @@ +FactoryGirl.define do + + + factory :twitter_user, class: User do + name "George" + uid "1ab3da5" + provider "twitter" + email "test@test.com" + avatar_url "www.image.com" + end + + factory :vimeo_user, class: User do + name "Nancy" + uid "1ab3da5" + provider "vimeo" + email "test@test.com" + avatar_url "www.image.com" + end + + factory :some_user, class: User do + name "Tammy" + uid "15" + provider "vimeo" + email "some@some.com" + avatar_url "www.some.com" + end + + factory :twitter_creator, class: Creator do + name "Edward" + description "HELLO!" + profile_pic "www.profilepic.com" + provider "twitter" + uid "fdsfdsfs" + end + + factory :vimeo_creator, class: Creator do + name "Nancy" + description "VIMEO!!" + profile_pic "www.profilepic.com" + provider "vimeo" + uid "1ab3da5" + end + + factory :twitter_user_2, class: User do + name "Bob" + uid "32ds1af" + provider "twitter" + email "test@fasd.com" + avatar_url "www.a.com" + end + + factory :twitter_user_3, class: User do + name "Rob" + uid "323523" + provider "twitter" + email "test2@fasd.com" + avatar_url "www.ab.com" + end + + factory :twitter_user_not_following, class: User do + name "Roy" + uid "323443" + provider "twitter" + email "test@fasd.com" + avatar_url "www.fake.com" + end + + factory :twitter_user_unfollowing, class: User do + name "Grob" + uid "323578" + provider "twitter" + email "test2@test.com" + avatar_url "www.fake.com" + end + + factory :twitter_creator_2, class: Creator do + name "Eddie" + description "Hola!" + profile_pic "www.profilepix.com" + provider "twitter" + uid "fdsfdas" + end + + factory :twitter_creator_to_unfollow, class: Creator do + name "Nancy" + description "Hi!" + profile_pic "www.profilepix.com" + provider "twitter" + uid "112233" + end + + # video factories + factory :video do + posted_at "2013-07-19T01:31:12+00:00" + uri "/user/video" + name "The Best Video" + embed "www.embed.com" + description "I am a video" + vimeo_id "32515" + association :creator, factory: :vimeo_creator + end + + factory :tweet do + posted_at "2016-01-14 09:15:55 +0000" + uid "687563783829635072" + association :creator, factory: :twitter_creator + end + + # category factories + factory :category do + association :creator, factory: :twitter_creator + association :user, factory: :twitter_user + end + + factory :category_2, class: Category do + association :creator, factory: :twitter_creator_2 + association :user, factory: :twitter_user_3 + end + + factory :unfollow_category, class: Category do + association :creator, factory: :twitter_creator_to_unfollow + association :user, factory: :twitter_user_unfollowing + end +end diff --git a/spec/helpers/application_helper_spec.rb b/spec/helpers/application_helper_spec.rb new file mode 100644 index 0000000..797037d --- /dev/null +++ b/spec/helpers/application_helper_spec.rb @@ -0,0 +1,14 @@ +require 'rails_helper' + +# Specs in this file have access to a helper object that includes +# the CreatorsHelper. For example: +# +# describe CreatorsHelper do +# describe "string concat" do +# it "concats two strings with spaces" do +# expect(helper.concat_strings("this","that")).to eq("this that") +# end +# end +# end +RSpec.describe ApplicationHelper, type: :helper do +end diff --git a/spec/helpers/creators_helper_spec.rb b/spec/helpers/creators_helper_spec.rb index ae691bd..6746f82 100644 --- a/spec/helpers/creators_helper_spec.rb +++ b/spec/helpers/creators_helper_spec.rb @@ -10,6 +10,6 @@ # end # end # end -RSpec.describe CreatorsHelper, type: :helper do - pending "add some examples to (or delete) #{__FILE__}" -end +# RSpec.describe CreatorsHelper, type: :helper do +# # pending "add some examples to (or delete) #{__FILE__}" +# end diff --git a/spec/helpers/searches_helper_spec.rb b/spec/helpers/searches_helper_spec.rb index 4a15294..a5798d4 100644 --- a/spec/helpers/searches_helper_spec.rb +++ b/spec/helpers/searches_helper_spec.rb @@ -9,7 +9,7 @@ # expect(helper.concat_strings("this","that")).to eq("this that") # end # end +# # end +# RSpec.describe SearchesHelper, type: :helper do +# # pending "add some examples to (or delete) #{__FILE__}" # end -RSpec.describe SearchesHelper, type: :helper do - pending "add some examples to (or delete) #{__FILE__}" -end diff --git a/spec/helpers/sessions_helper_spec.rb b/spec/helpers/sessions_helper_spec.rb index 9484198..2d2bda9 100644 --- a/spec/helpers/sessions_helper_spec.rb +++ b/spec/helpers/sessions_helper_spec.rb @@ -10,6 +10,6 @@ # end # end # end -RSpec.describe SessionsHelper, type: :helper do - pending "add some examples to (or delete) #{__FILE__}" -end +# RSpec.describe SessionsHelper, type: :helper do +# # pending "add some examples to (or delete) #{__FILE__}" +# end diff --git a/spec/helpers/users_helper_spec.rb b/spec/helpers/users_helper_spec.rb index b2e3444..94ba99f 100644 --- a/spec/helpers/users_helper_spec.rb +++ b/spec/helpers/users_helper_spec.rb @@ -10,6 +10,6 @@ # end # end # end -RSpec.describe UsersHelper, type: :helper do - pending "add some examples to (or delete) #{__FILE__}" -end +# RSpec.describe UsersHelper, type: :helper do +# # pending "add some examples to (or delete) #{__FILE__}" +# end diff --git a/spec/models/category_spec.rb b/spec/models/category_spec.rb new file mode 100644 index 0000000..a122ac1 --- /dev/null +++ b/spec/models/category_spec.rb @@ -0,0 +1,5 @@ +require 'rails_helper' + +RSpec.describe Category, type: :model do + +end diff --git a/spec/models/creator_spec.rb b/spec/models/creator_spec.rb index 2ed6343..0e1077e 100644 --- a/spec/models/creator_spec.rb +++ b/spec/models/creator_spec.rb @@ -1,5 +1,155 @@ require 'rails_helper' +require 'json' RSpec.describe Creator, type: :model do - pending "add some examples to (or delete) #{__FILE__}" + + let!(:creator1) {FactoryGirl.create(:twitter_creator)} + let!(:user1) { FactoryGirl.create(:twitter_user)} + + let(:log_in) { + current_user = create :user + session[:user_id] = current_user.id + } + + describe ".validations" do + it "name must be present" do + expect(Creator.new(name: nil, uid:"12233344")).to_not be_valid + end + it "uid must be present" do + expect(Creator.new(name: "cat", uid: nil)).to_not be_valid + end + + it "must have a unique uid" do + expect(Creator.new(name: "cat", uid: creator1.name )).to_not be_valid + end + end + + describe '.find or create' do + context 'creator exists' do + let(:params) do { + "name" => "Edward", + "description" => "HELLO!", + "profile_pic" => "www.profilepic.com", + "provider" => "twitter", + "uri" => "/user/edward", + "uid" => "fdsfdsfs" + } + end + it 'returns that creator' do + expect(Creator.find_or_create(params)).to eq(creator1) + end + end + + context 'when the provider is Vimeo', :vcr do + + let(:create_params_vimeo) do + vimeo_access_token = ENV["VIMEO_ACCESS_TOKEN"] + all_results = HTTParty.get("https://api.vimeo.com/users?page=1&per_page=25&query=purple&fields=uri,name,pictures", + headers: {"Authorization" => "bearer #{vimeo_access_token}", 'Accept' => 'application/json' }, format: :json).parsed_response + result = all_results["data"][0] + params = { + "name" => result["name"], + "profile_pic" => result["pictures"], + "provider" => "vimeo", + "uid" => result["uri"].gsub(/[^0-9]/, "") + } + return params + end + context 'when following a new vimeo creator' do + it 'creates new vimeo Creator' do + expect{ Creator.find_or_create(create_params_vimeo) }.to change(Creator, :count).by(1) + expect(Creator.find_or_create(create_params_vimeo).name.downcase).to include("purple") + expect(Creator.find_or_create(create_params_vimeo).provider).to eq("vimeo") + end + end + + context 'creates videos associated with the creator' do + before :each do + @vimeo_creator = Creator.find_or_create(create_params_vimeo) + end + + it 'saves some videos associated with that creator' do + expect(@vimeo_creator.videos.nil?).to be_falsey + end + + # it 'if the videos are not populated correctly Creator is not saved ' do + # bad_vimeo_creator_params = { + # "provider" => "vimeo", + # "uid" => "21222444" + # } + # expect{ Creator.find_or_create(bad_vimeo_creator_params) }.to raise_error(ArgumentError) + # expect{ Creator.find_or_create(bad_vimeo_creator_params) }.to change(Creator, :count).by(0) + # end + + it 'save the Creator if there are no videos' do + end + + it 'has a profile picture' do + end + + it 'assigns and default image if none is provided' do + pictureless_params = { + "name" => "frog", + "provider" => "vimeo", + "uid" => "2520140" + } + default_pic_creator = Creator.find_or_create(pictureless_params) + expect(default_pic_creator.profile_pic).to be_truthy + expect(default_pic_creator.profile_pic).to eq("vimeo_default_image.png") + end + + end + end + + context 'when the provider is Twitter', :vcr do + + let(:create_params_twitter) do + { + "name" => "CutePicsOfCats", + "profile_pic" => "http://pbs.twimg.com/profile_images/567285191169687553/7kg_TF4l_normal.jpeg", + "provider" => "twitter", + "uid" => "3040591972" + } + end + + it 'creates new twitter Creator' do + expect{ Creator.find_or_create(create_params_twitter) }.to change(Creator, :count).by(1) + expect(Creator.find_or_create(create_params_twitter).name).to eq("CutePicsOfCats") + expect(Creator.find_or_create(create_params_twitter).provider).to eq("twitter") + end + + + it 'saves some tweets associated with that creator' do + twitter_creator = Creator.find_or_create(create_params_twitter) + expect(twitter_creator.tweets.nil?).to be_falsey + expect(twitter_creator.tweets).to_not be_empty + expect(twitter_creator.tweets[0]).to be_an_instance_of(Tweet) + end + + it 'assigns and default image if none is provided' do + pictureless_params = { + "name" => "CutePicsOfCats", + "provider" => "twitter", + "uid" => "3040591972" + } + default_pic_creator = Creator.find_or_create(pictureless_params) + expect(default_pic_creator.profile_pic).to be_truthy + expect(default_pic_creator.profile_pic).to eq("twitter_default_image.png") + end + + end + + end end + + # describe 'get videos info' do + # end + + +# describe 'create videos' do +# before(:each) do +# VCR.use_cassette 'get_videos' do +# +# end +# end +# end diff --git a/spec/models/tweet_spec.rb b/spec/models/tweet_spec.rb index 9a94ce1..e9d08f8 100644 --- a/spec/models/tweet_spec.rb +++ b/spec/models/tweet_spec.rb @@ -1,5 +1,6 @@ require 'rails_helper' RSpec.describe Tweet, type: :model do - pending "add some examples to (or delete) #{__FILE__}" + + end diff --git a/spec/models/user_spec.rb b/spec/models/user_spec.rb index 47a31bb..079226e 100644 --- a/spec/models/user_spec.rb +++ b/spec/models/user_spec.rb @@ -1,5 +1,146 @@ require 'rails_helper' RSpec.describe User, type: :model do - pending "add some examples to (or delete) #{__FILE__}" + + describe "can be instantiated" do + it "exists" do + expect(User.new).not_to be_nil + end + end + + describe "twitter oauth" do + let(:user) { build(:twitter_user) } + + describe "validations" do + it "is valid" do + expect(user).to be_valid + end + + it "requires a username" do + user.name = nil + expect(user).to be_invalid + end + + it "requires a uid" do + user.uid = nil + expect(user).to be_invalid + end + + it "requires a provider" do + user.provider = nil + expect(user).to be_invalid + end + end + + describe ".initialize_from_omniauth" do + let(:user) { User.find_or_create_from_omniauth(OmniAuth.config.mock_auth[:twitter]) } + + it "creates a valid user" do + expect(user).to be_valid + end + + context "when it's invalid" do + it "returns nil" do + user = User.find_or_create_from_omniauth({"uid" => "123", provider: "twitter", "info" => {}}) + expect(user).to be_nil + end + end + end + end + + describe "vimeo oauth" do + let(:user) { build(:vimeo_user) } + + describe "validations" do + it "is valid" do + expect(user).to be_valid + end + + it "requires a username" do + user.name = nil + expect(user).to be_invalid + end + + it "requires a uid" do + user.uid = nil + expect(user).to be_invalid + end + + it "requires a provider" do + user.provider = nil + expect(user).to be_invalid + end + end + + describe ".initialize_from_omniauth" do + context "for a Vimeo user" do + let(:user) { User.find_or_create_from_omniauth(OmniAuth.config.mock_auth[:vimeo]) } + + it "creates a valid user" do + expect(user).to be_valid + end + + context "when it's invalid" do + it "returns nil" do + user = User.find_or_create_from_omniauth({"uid" => "123", provider: "vimeo", "info" => {}}) + expect(user).to be_nil + end + end + end + end + end + + + describe ".initialize_from_omniauth" do + context "for a Twitter user" do + let(:user) { User.find_or_create_from_omniauth(OmniAuth.config.mock_auth[:twitter]) } + + it "creates a valid user" do + expect(user).to be_valid + end + + context "when it's invalid" do + it "returns nil" do + user = User.find_or_create_from_omniauth({"uid" => "123", "info" => {}}) + expect(user).to be_nil + end + end + end + end + + describe ".twitter_follow?", :vcr do + + let(:user) { create(:vimeo_user) } + let(:twitter_creator_result) { $twitter.user_search("cat").take(1)[0] } + + it "returns false if a user not yet following a creator" do + expect(user.twitter_follow?(twitter_creator_result)).to be_falsey + end + it "returns true if a user is already following a creator" do + creator = Creator.create(name: twitter_creator_result.name, provider: "twitter", uid: twitter_creator_result.id) + creator.users << user + expect(user.twitter_follow?(twitter_creator_result)).to be_truthy + end + end + + describe ".vimeo_follow?" do + + let(:user) { create(:vimeo_user) } + let(:vimeo_creator_result) do + { + "uri" => "/users/692667", + "provider" => "vimeo", + "name" => "steve", + } + end + + it "returns false if a user not yet following a creator" do + expect(user.vimeo_follow?(vimeo_creator_result)).to be_falsey + end + it "returns true if a user is already following a creator" do + creator = Creator.create(name: "steve", provider: "vimeo", uid: "692667") + creator.users << user + expect(user.vimeo_follow?(vimeo_creator_result)).to be_truthy + end + end end diff --git a/spec/models/video_spec.rb b/spec/models/video_spec.rb index 9ac8444..d01786c 100644 --- a/spec/models/video_spec.rb +++ b/spec/models/video_spec.rb @@ -1,5 +1,5 @@ require 'rails_helper' RSpec.describe Video, type: :model do - pending "add some examples to (or delete) #{__FILE__}" + # pending "add some examples to (or delete) #{__FILE__}" end diff --git a/spec/rails_helper.rb b/spec/rails_helper.rb index 6f1ab14..567260b 100644 --- a/spec/rails_helper.rb +++ b/spec/rails_helper.rb @@ -1,3 +1,14 @@ +require "simplecov" +require "vcr" + +SimpleCov.start('rails') do + add_filter "/support/" + add_filter "/helpers/" + add_filter '/spec/' + add_filter '/config/' + add_filter '/vendor/' +end + # This file is copied to spec/ when you run 'rails generate rspec:install' ENV['RAILS_ENV'] ||= 'test' require File.expand_path('../../config/environment', __FILE__) @@ -55,3 +66,10 @@ # arbitrary gems may also be filtered via: # config.filter_gems_from_backtrace("gem name") end + +VCR.configure do |c| + c.cassette_library_dir = 'spec/vcr' + c.hook_into :webmock # or :fakeweb + c.allow_http_connections_when_no_cassette = true + c.configure_rspec_metadata! +end diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 46189e1..5fd76be 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -1,6 +1,6 @@ -require 'simplecov' require 'rails_helper' -SimpleCov.start 'rails' +require 'factory_girl' + # This file was generated by the `rails generate rspec:install` command. Conventionally, all # specs live under a `spec` directory, which RSpec adds to the `$LOAD_PATH`. # The generated `.rspec` file contains `--require spec_helper` which will cause @@ -20,9 +20,13 @@ # # See http://rubydoc.info/gems/rspec-core/RSpec/Core/Configuration RSpec.configure do |config| + + config.include FactoryGirl::Syntax::Methods # rspec-expectations config goes here. You can use an alternate # assertion/expectation library such as wrong or the stdlib/minitest # assertions if you prefer. + config.filter_run focus: true + config.run_all_when_everything_filtered = true config.expect_with :rspec do |expectations| # This option will default to `true` in RSpec 4. It makes the `description` # and `failure_message` of custom matchers include text for helper methods @@ -43,6 +47,34 @@ mocks.verify_partial_doubles = true end + config.before(:suite) do + # Once you have enabled test mode, all requests + # to OmniAuth will be short circuited + # to use the mock authentication hash. + # A request to /auth/provider will redirect + # immediately to /auth/provider/callback. + + OmniAuth.config.test_mode = true + + # The mock_auth configuration allows you to + # set per-provider (or default) authentication + # hashes to return during testing. + + OmniAuth.config.mock_auth[:twitter] = OmniAuth::AuthHash.new({:provider => 'twitter', :uid => '1ab3da5', + info: {email: "test@test.com", + name: "George", + image: "www.image.com" + }}) + + OmniAuth.config.mock_auth[:vimeo] = OmniAuth::AuthHash.new({:provider => 'vimeo', :uid => '1ab3da5', + info: { email: "test@test.com", + name: "Nancy", + pictures:[{height:30, link: "www.image1.com", type:"portrait", width: 30 }, + { height: 75, link: "www.images2.com", type:"portrait", width: 75}, + {height:100, link:"www.image.com", type: "portrait", width: 100}] + }}) + end + end # The settings below are suggested to provide a good initial experience # with RSpec, but feel free to customize to your heart's content. =begin @@ -53,6 +85,7 @@ config.filter_run :focus config.run_all_when_everything_filtered = true + # Allows RSpec to persist some state between runs in order to support # the `--only-failures` and `--next-failure` CLI options. We recommend # you configure your source control system to ignore this file. @@ -92,4 +125,3 @@ # as the one that triggered the failure. Kernel.srand config.seed =end -end diff --git a/spec/vcr/Creator/_find_or_create/when_following_a_new_twitter_creator/creates_new_twitter_Creator.yml b/spec/vcr/Creator/_find_or_create/when_following_a_new_twitter_creator/creates_new_twitter_Creator.yml new file mode 100644 index 0000000..60a4214 --- /dev/null +++ b/spec/vcr/Creator/_find_or_create/when_following_a_new_twitter_creator/creates_new_twitter_Creator.yml @@ -0,0 +1,221 @@ +--- +http_interactions: +- request: + method: get + uri: https://api.twitter.com/1.1/statuses/user_timeline.json?screen_name=CutePicsOfCats + body: + encoding: US-ASCII + string: '' + headers: + Accept: + - application/json + User-Agent: + - TwitterRubyGem/5.15.0 + Authorization: + - OAuth oauth_consumer_key="dJwBdO5ZoQH2OnCNjMKJvYnhn", oauth_nonce="5c7686b051ce2075fe0ff9acd3839a6a", + oauth_signature="mblLGGEx%2BMpT9%2BLYfRvLVl%2FqpeU%3D", oauth_signature_method="HMAC-SHA1", + oauth_timestamp="1452809457", oauth_token="80077789-0JZP99XKtgmjNYsHFH3PsrkQaAb618jBA3atLCbsl", + oauth_version="1.0" + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + response: + status: + code: 200 + message: OK + headers: + Cache-Control: + - no-cache, no-store, must-revalidate, pre-check=0, post-check=0 + Content-Disposition: + - attachment; filename=json.json + Content-Length: + - '4365' + Content-Type: + - application/json;charset=utf-8 + Date: + - Thu, 14 Jan 2016 22:10:57 GMT + Expires: + - Tue, 31 Mar 1981 05:00:00 GMT + Last-Modified: + - Thu, 14 Jan 2016 22:10:57 GMT + Pragma: + - no-cache + Server: + - tsa_a + Set-Cookie: + - guest_id=v1%3A145280945742696404; Domain=.twitter.com; Path=/; Expires=Sat, + 13-Jan-2018 22:10:57 UTC + - lang=en; Path=/ + Status: + - 200 OK + Strict-Transport-Security: + - max-age=631138519 + X-Access-Level: + - read-write + X-Connection-Hash: + - 533b7211f7e226af001eaf609480a6d7 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - SAMEORIGIN + X-Rate-Limit-Limit: + - '180' + X-Rate-Limit-Remaining: + - '179' + X-Rate-Limit-Reset: + - '1452810357' + X-Response-Time: + - '57' + X-Transaction: + - 166fd322af973b42 + X-Twitter-Response-Tags: + - BouncerCompliant + X-Xss-Protection: + - 1; mode=block + body: + encoding: ASCII-8BIT + string: '[{"created_at":"Thu Jan 14 21:46:00 +0000 2016","id":687752549940736001,"id_str":"687752549940736001","text":"Irresistible + look! https:\/\/t.co\/voxIJZCflx","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72916,"friends_count":42701,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16057,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":30,"favorite_count":64,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687752549802340354,"id_str":"687752549802340354","indices":[19,42],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtjTNhWcAIpSPO.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtjTNhWcAIpSPO.jpg","url":"https:\/\/t.co\/voxIJZCflx","display_url":"pic.twitter.com\/voxIJZCflx","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687752549940736001\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687752549802340354,"id_str":"687752549802340354","indices":[19,42],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtjTNhWcAIpSPO.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtjTNhWcAIpSPO.jpg","url":"https:\/\/t.co\/voxIJZCflx","display_url":"pic.twitter.com\/voxIJZCflx","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687752549940736001\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"es"},{"created_at":"Thu + Jan 14 21:16:00 +0000 2016","id":687745001212776449,"id_str":"687745001212776449","text":"Me + in the morning https:\/\/t.co\/YurcYQOwLI","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72916,"friends_count":42701,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16057,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":44,"favorite_count":79,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687744996955545602,"id_str":"687744996955545602","indices":[18,41],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtcbk-WYAIhGlA.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtcbk-WYAIhGlA.jpg","url":"https:\/\/t.co\/YurcYQOwLI","display_url":"pic.twitter.com\/YurcYQOwLI","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687745001212776449\/photo\/1","type":"photo","sizes":{"large":{"w":500,"h":324,"resize":"fit"},"small":{"w":340,"h":220,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":500,"h":324,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687744996955545602,"id_str":"687744996955545602","indices":[18,41],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtcbk-WYAIhGlA.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtcbk-WYAIhGlA.jpg","url":"https:\/\/t.co\/YurcYQOwLI","display_url":"pic.twitter.com\/YurcYQOwLI","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687745001212776449\/photo\/1","type":"photo","sizes":{"large":{"w":500,"h":324,"resize":"fit"},"small":{"w":340,"h":220,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":500,"h":324,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 20:45:56 +0000 2016","id":687737436034707456,"id_str":"687737436034707456","text":"MY + CAT LADY STARTER PACK JUST ARRIVED YAAAS https:\/\/t.co\/E1WXIxQSIp","source":"\u003ca + href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72916,"friends_count":42701,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16057,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":63,"favorite_count":126,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687737435866947585,"id_str":"687737435866947585","indices":[44,67],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtVjduWYAENm9m.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtVjduWYAENm9m.jpg","url":"https:\/\/t.co\/E1WXIxQSIp","display_url":"pic.twitter.com\/E1WXIxQSIp","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687737436034707456\/photo\/1","type":"photo","sizes":{"medium":{"w":600,"h":450,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":255,"resize":"fit"},"large":{"w":600,"h":450,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687737435866947585,"id_str":"687737435866947585","indices":[44,67],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtVjduWYAENm9m.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtVjduWYAENm9m.jpg","url":"https:\/\/t.co\/E1WXIxQSIp","display_url":"pic.twitter.com\/E1WXIxQSIp","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687737436034707456\/photo\/1","type":"photo","sizes":{"medium":{"w":600,"h":450,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":255,"resize":"fit"},"large":{"w":600,"h":450,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 20:15:57 +0000 2016","id":687729886795051008,"id_str":"687729886795051008","text":"Mother + and new born baby. https:\/\/t.co\/DW8Ph3kDGE","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72916,"friends_count":42701,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16057,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":48,"favorite_count":122,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687729886631477251,"id_str":"687729886631477251","indices":[26,49],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtOsCoWwAMg7kK.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtOsCoWwAMg7kK.jpg","url":"https:\/\/t.co\/DW8Ph3kDGE","display_url":"pic.twitter.com\/DW8Ph3kDGE","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687729886795051008\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687729886631477251,"id_str":"687729886631477251","indices":[26,49],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtOsCoWwAMg7kK.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtOsCoWwAMg7kK.jpg","url":"https:\/\/t.co\/DW8Ph3kDGE","display_url":"pic.twitter.com\/DW8Ph3kDGE","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687729886795051008\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 19:45:56 +0000 2016","id":687722332748668933,"id_str":"687722332748668933","text":"Retweet + if you wanna high five this cutie! https:\/\/t.co\/6CPw4qx0By","source":"\u003ca + href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72916,"friends_count":42701,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16057,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":60,"favorite_count":104,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687722332627070976,"id_str":"687722332627070976","indices":[43,66],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtH0VxW8AA3MXA.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtH0VxW8AA3MXA.jpg","url":"https:\/\/t.co\/6CPw4qx0By","display_url":"pic.twitter.com\/6CPw4qx0By","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687722332748668933\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687722332627070976,"id_str":"687722332627070976","indices":[43,66],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtH0VxW8AA3MXA.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtH0VxW8AA3MXA.jpg","url":"https:\/\/t.co\/6CPw4qx0By","display_url":"pic.twitter.com\/6CPw4qx0By","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687722332748668933\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 19:19:44 +0000 2016","id":687715743081869313,"id_str":"687715743081869313","text":"Yoga + Studio Opens Its Doors To Shelter Cats Hoping To Find A Home https:\/\/t.co\/GSYp5FAoeb + https:\/\/t.co\/litATXgmHj","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72916,"friends_count":42701,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16057,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":19,"favorite_count":61,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/GSYp5FAoeb","expanded_url":"http:\/\/bit.ly\/1O7H3Yb","display_url":"bit.ly\/1O7H3Yb","indices":[66,89]}],"media":[{"id":687715742922444802,"id_str":"687715742922444802","indices":[90,113],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtB0xNWEAITAO_.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtB0xNWEAITAO_.jpg","url":"https:\/\/t.co\/litATXgmHj","display_url":"pic.twitter.com\/litATXgmHj","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687715743081869313\/photo\/1","type":"photo","sizes":{"small":{"w":340,"h":193,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":341,"resize":"fit"},"large":{"w":640,"h":364,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687715742922444802,"id_str":"687715742922444802","indices":[90,113],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtB0xNWEAITAO_.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtB0xNWEAITAO_.jpg","url":"https:\/\/t.co\/litATXgmHj","display_url":"pic.twitter.com\/litATXgmHj","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687715743081869313\/photo\/1","type":"photo","sizes":{"small":{"w":340,"h":193,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":341,"resize":"fit"},"large":{"w":640,"h":364,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 19:15:59 +0000 2016","id":687714798134530048,"id_str":"687714798134530048","text":"how + the greatest love story ever started https:\/\/t.co\/mrMdZIS1MM","source":"\u003ca + href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72916,"friends_count":42701,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16057,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":82,"favorite_count":121,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687714798054801408,"id_str":"687714798054801408","indices":[41,64],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtA9xTWAAAneyN.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtA9xTWAAAneyN.jpg","url":"https:\/\/t.co\/mrMdZIS1MM","display_url":"pic.twitter.com\/mrMdZIS1MM","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687714798134530048\/photo\/1","type":"photo","sizes":{"thumb":{"w":150,"h":150,"resize":"crop"},"large":{"w":480,"h":333,"resize":"fit"},"small":{"w":340,"h":235,"resize":"fit"},"medium":{"w":480,"h":333,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687714798054801408,"id_str":"687714798054801408","indices":[41,64],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtA9xTWAAAneyN.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtA9xTWAAAneyN.jpg","url":"https:\/\/t.co\/mrMdZIS1MM","display_url":"pic.twitter.com\/mrMdZIS1MM","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687714798134530048\/photo\/1","type":"photo","sizes":{"thumb":{"w":150,"h":150,"resize":"crop"},"large":{"w":480,"h":333,"resize":"fit"},"small":{"w":340,"h":235,"resize":"fit"},"medium":{"w":480,"h":333,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 18:46:02 +0000 2016","id":687707258319454214,"id_str":"687707258319454214","text":"rawr! + I''m a tough little guy https:\/\/t.co\/mmG2GSpvZU","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72916,"friends_count":42701,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16057,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":36,"favorite_count":110,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687707258206158850,"id_str":"687707258206158850","indices":[29,52],"media_url":"http:\/\/pbs.twimg.com\/media\/CYs6G5LWAAICu-f.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYs6G5LWAAICu-f.jpg","url":"https:\/\/t.co\/mmG2GSpvZU","display_url":"pic.twitter.com\/mmG2GSpvZU","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687707258319454214\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687707258206158850,"id_str":"687707258206158850","indices":[29,52],"media_url":"http:\/\/pbs.twimg.com\/media\/CYs6G5LWAAICu-f.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYs6G5LWAAICu-f.jpg","url":"https:\/\/t.co\/mmG2GSpvZU","display_url":"pic.twitter.com\/mmG2GSpvZU","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687707258319454214\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 18:16:00 +0000 2016","id":687699701861335040,"id_str":"687699701861335040","text":"Adorable + spots. https:\/\/t.co\/KTA6irEQvE","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72916,"friends_count":42701,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16057,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":46,"favorite_count":109,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687699701735501824,"id_str":"687699701735501824","indices":[16,39],"media_url":"http:\/\/pbs.twimg.com\/media\/CYszPDIWMAAb5oV.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYszPDIWMAAb5oV.jpg","url":"https:\/\/t.co\/KTA6irEQvE","display_url":"pic.twitter.com\/KTA6irEQvE","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687699701861335040\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687699701735501824,"id_str":"687699701735501824","indices":[16,39],"media_url":"http:\/\/pbs.twimg.com\/media\/CYszPDIWMAAb5oV.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYszPDIWMAAb5oV.jpg","url":"https:\/\/t.co\/KTA6irEQvE","display_url":"pic.twitter.com\/KTA6irEQvE","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687699701861335040\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"fr"},{"created_at":"Thu + Jan 14 17:46:00 +0000 2016","id":687692152881700864,"id_str":"687692152881700864","text":"Looking + good in a bow Mister Cat! https:\/\/t.co\/FfixeTCc66","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72916,"friends_count":42701,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16057,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":43,"favorite_count":115,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687692152751714304,"id_str":"687692152751714304","indices":[34,57],"media_url":"http:\/\/pbs.twimg.com\/media\/CYssXo-W8AAomWi.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYssXo-W8AAomWi.jpg","url":"https:\/\/t.co\/FfixeTCc66","display_url":"pic.twitter.com\/FfixeTCc66","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687692152881700864\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687692152751714304,"id_str":"687692152751714304","indices":[34,57],"media_url":"http:\/\/pbs.twimg.com\/media\/CYssXo-W8AAomWi.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYssXo-W8AAomWi.jpg","url":"https:\/\/t.co\/FfixeTCc66","display_url":"pic.twitter.com\/FfixeTCc66","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687692152881700864\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 17:15:56 +0000 2016","id":687684586810294272,"id_str":"687684586810294272","text":"OMG, + so tiny https:\/\/t.co\/q9HU1QBV7B","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72916,"friends_count":42701,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16057,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":93,"favorite_count":151,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687684586701254656,"id_str":"687684586701254656","indices":[13,36],"media_url":"http:\/\/pbs.twimg.com\/media\/CYslfPPW8AAp6S4.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYslfPPW8AAp6S4.jpg","url":"https:\/\/t.co\/q9HU1QBV7B","display_url":"pic.twitter.com\/q9HU1QBV7B","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687684586810294272\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687684586701254656,"id_str":"687684586701254656","indices":[13,36],"media_url":"http:\/\/pbs.twimg.com\/media\/CYslfPPW8AAp6S4.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYslfPPW8AAp6S4.jpg","url":"https:\/\/t.co\/q9HU1QBV7B","display_url":"pic.twitter.com\/q9HU1QBV7B","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687684586810294272\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 16:46:00 +0000 2016","id":687677052519092229,"id_str":"687677052519092229","text":"Retweet + if this guy made you smile! https:\/\/t.co\/T4k3MU2Lh8","source":"\u003ca + href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72916,"friends_count":42701,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16057,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":69,"favorite_count":112,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687677052418396161,"id_str":"687677052418396161","indices":[36,59],"media_url":"http:\/\/pbs.twimg.com\/media\/CYseor2WEAErurK.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYseor2WEAErurK.jpg","url":"https:\/\/t.co\/T4k3MU2Lh8","display_url":"pic.twitter.com\/T4k3MU2Lh8","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687677052519092229\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687677052418396161,"id_str":"687677052418396161","indices":[36,59],"media_url":"http:\/\/pbs.twimg.com\/media\/CYseor2WEAErurK.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYseor2WEAErurK.jpg","url":"https:\/\/t.co\/T4k3MU2Lh8","display_url":"pic.twitter.com\/T4k3MU2Lh8","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687677052519092229\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 16:34:42 +0000 2016","id":687674210186059778,"id_str":"687674210186059778","text":"Have + you seen The Oatmeal''s Cat vs. Internet? SO adorable! #9 is my fav https:\/\/t.co\/Ird2gFfVQF + https:\/\/t.co\/XXqfHul5Zs","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72916,"friends_count":42701,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16057,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":4,"favorite_count":20,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/Ird2gFfVQF","expanded_url":"http:\/\/bit.ly\/1RSklCV","display_url":"bit.ly\/1RSklCV","indices":[72,95]}],"media":[{"id":687674210035056641,"id_str":"687674210035056641","indices":[96,119],"media_url":"http:\/\/pbs.twimg.com\/media\/CYscDPJWQAEOtqi.png","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYscDPJWQAEOtqi.png","url":"https:\/\/t.co\/XXqfHul5Zs","display_url":"pic.twitter.com\/XXqfHul5Zs","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687674210186059778\/photo\/1","type":"photo","sizes":{"thumb":{"w":150,"h":150,"resize":"crop"},"large":{"w":599,"h":618,"resize":"fit"},"small":{"w":340,"h":350,"resize":"fit"},"medium":{"w":599,"h":618,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687674210035056641,"id_str":"687674210035056641","indices":[96,119],"media_url":"http:\/\/pbs.twimg.com\/media\/CYscDPJWQAEOtqi.png","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYscDPJWQAEOtqi.png","url":"https:\/\/t.co\/XXqfHul5Zs","display_url":"pic.twitter.com\/XXqfHul5Zs","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687674210186059778\/photo\/1","type":"photo","sizes":{"thumb":{"w":150,"h":150,"resize":"crop"},"large":{"w":599,"h":618,"resize":"fit"},"small":{"w":340,"h":350,"resize":"fit"},"medium":{"w":599,"h":618,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 16:15:56 +0000 2016","id":687669485843705857,"id_str":"687669485843705857","text":"I + wanna scream - cuteness overload! https:\/\/t.co\/6guFLKxEIA","source":"\u003ca + href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72916,"friends_count":42701,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16057,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":100,"favorite_count":115,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687669485709451264,"id_str":"687669485709451264","indices":[36,59],"media_url":"http:\/\/pbs.twimg.com\/media\/CYsXwPqWYAAABQ7.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYsXwPqWYAAABQ7.jpg","url":"https:\/\/t.co\/6guFLKxEIA","display_url":"pic.twitter.com\/6guFLKxEIA","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687669485843705857\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687669485709451264,"id_str":"687669485709451264","indices":[36,59],"media_url":"http:\/\/pbs.twimg.com\/media\/CYsXwPqWYAAABQ7.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYsXwPqWYAAABQ7.jpg","url":"https:\/\/t.co\/6guFLKxEIA","display_url":"pic.twitter.com\/6guFLKxEIA","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687669485843705857\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 15:45:59 +0000 2016","id":687661947504988161,"id_str":"687661947504988161","text":"Hi + there https:\/\/t.co\/2WgXBumMUS","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72916,"friends_count":42701,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16057,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":123,"favorite_count":165,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687661947408482304,"id_str":"687661947408482304","indices":[9,32],"media_url":"http:\/\/pbs.twimg.com\/media\/CYsQ5dTWAAAbI9J.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYsQ5dTWAAAbI9J.jpg","url":"https:\/\/t.co\/2WgXBumMUS","display_url":"pic.twitter.com\/2WgXBumMUS","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687661947504988161\/photo\/1","type":"photo","sizes":{"large":{"w":500,"h":667,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":453,"resize":"fit"},"medium":{"w":500,"h":667,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687661947408482304,"id_str":"687661947408482304","indices":[9,32],"media_url":"http:\/\/pbs.twimg.com\/media\/CYsQ5dTWAAAbI9J.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYsQ5dTWAAAbI9J.jpg","url":"https:\/\/t.co\/2WgXBumMUS","display_url":"pic.twitter.com\/2WgXBumMUS","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687661947504988161\/photo\/1","type":"photo","sizes":{"large":{"w":500,"h":667,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":453,"resize":"fit"},"medium":{"w":500,"h":667,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 15:15:55 +0000 2016","id":687654383039954945,"id_str":"687654383039954945","text":"Aww + so small. https:\/\/t.co\/50vM5oPOCe","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72916,"friends_count":42701,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16057,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":118,"favorite_count":132,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687654382901587968,"id_str":"687654382901587968","indices":[14,37],"media_url":"http:\/\/pbs.twimg.com\/media\/CYsKBJUW8AAygL-.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYsKBJUW8AAygL-.jpg","url":"https:\/\/t.co\/50vM5oPOCe","display_url":"pic.twitter.com\/50vM5oPOCe","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687654383039954945\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687654382901587968,"id_str":"687654382901587968","indices":[14,37],"media_url":"http:\/\/pbs.twimg.com\/media\/CYsKBJUW8AAygL-.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYsKBJUW8AAygL-.jpg","url":"https:\/\/t.co\/50vM5oPOCe","display_url":"pic.twitter.com\/50vM5oPOCe","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687654383039954945\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 14:45:57 +0000 2016","id":687646840049762304,"id_str":"687646840049762304","text":"Soooo + are you done with work yet? https:\/\/t.co\/QoasvR9IFQ","source":"\u003ca + href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72916,"friends_count":42701,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16057,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":169,"favorite_count":193,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687646839919755264,"id_str":"687646839919755264","indices":[34,57],"media_url":"http:\/\/pbs.twimg.com\/media\/CYsDKFhWQAALxSp.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYsDKFhWQAALxSp.jpg","url":"https:\/\/t.co\/QoasvR9IFQ","display_url":"pic.twitter.com\/QoasvR9IFQ","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687646840049762304\/photo\/1","type":"photo","sizes":{"small":{"w":340,"h":476,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":450,"h":631,"resize":"fit"},"large":{"w":450,"h":631,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687646839919755264,"id_str":"687646839919755264","indices":[34,57],"media_url":"http:\/\/pbs.twimg.com\/media\/CYsDKFhWQAALxSp.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYsDKFhWQAALxSp.jpg","url":"https:\/\/t.co\/QoasvR9IFQ","display_url":"pic.twitter.com\/QoasvR9IFQ","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687646840049762304\/photo\/1","type":"photo","sizes":{"small":{"w":340,"h":476,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":450,"h":631,"resize":"fit"},"large":{"w":450,"h":631,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 14:15:58 +0000 2016","id":687639295671271425,"id_str":"687639295671271425","text":"Awww + how can this not make you smile https:\/\/t.co\/BO9KnXbOfl","source":"\u003ca + href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72916,"friends_count":42701,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16057,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":123,"favorite_count":152,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687639295570608128,"id_str":"687639295570608128","indices":[37,60],"media_url":"http:\/\/pbs.twimg.com\/media\/CYr8S8oWAAAMFhR.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYr8S8oWAAAMFhR.jpg","url":"https:\/\/t.co\/BO9KnXbOfl","display_url":"pic.twitter.com\/BO9KnXbOfl","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687639295671271425\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687639295570608128,"id_str":"687639295570608128","indices":[37,60],"media_url":"http:\/\/pbs.twimg.com\/media\/CYr8S8oWAAAMFhR.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYr8S8oWAAAMFhR.jpg","url":"https:\/\/t.co\/BO9KnXbOfl","display_url":"pic.twitter.com\/BO9KnXbOfl","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687639295671271425\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 13:45:58 +0000 2016","id":687631745429155841,"id_str":"687631745429155841","text":"I + really wanna bring home this tiny cutie! https:\/\/t.co\/HQDZmaM2bu","source":"\u003ca + href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72916,"friends_count":42701,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16057,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":131,"favorite_count":207,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687631743961182208,"id_str":"687631743961182208","indices":[43,66],"media_url":"http:\/\/pbs.twimg.com\/media\/CYr1bYsWsAAyyXL.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYr1bYsWsAAyyXL.jpg","url":"https:\/\/t.co\/HQDZmaM2bu","display_url":"pic.twitter.com\/HQDZmaM2bu","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687631745429155841\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687631743961182208,"id_str":"687631743961182208","indices":[43,66],"media_url":"http:\/\/pbs.twimg.com\/media\/CYr1bYsWsAAyyXL.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYr1bYsWsAAyyXL.jpg","url":"https:\/\/t.co\/HQDZmaM2bu","display_url":"pic.twitter.com\/HQDZmaM2bu","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687631745429155841\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 13:19:08 +0000 2016","id":687624992486494208,"id_str":"687624992486494208","text":"These + babies and dogs are absolutely adorable! #2 will kill you from cuteness. https:\/\/t.co\/OIK2COOzLJ + https:\/\/t.co\/rgClOiiHe1","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72916,"friends_count":42701,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16057,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":18,"favorite_count":28,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/OIK2COOzLJ","expanded_url":"http:\/\/bit.ly\/1mmwZy6","display_url":"bit.ly\/1mmwZy6","indices":[79,102]}],"media":[{"id":687624992343879680,"id_str":"687624992343879680","indices":[103,126],"media_url":"http:\/\/pbs.twimg.com\/media\/CYrvSY9WcAAtFq-.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYrvSY9WcAAtFq-.jpg","url":"https:\/\/t.co\/rgClOiiHe1","display_url":"pic.twitter.com\/rgClOiiHe1","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687624992486494208\/photo\/1","type":"photo","sizes":{"medium":{"w":600,"h":663,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"large":{"w":962,"h":1064,"resize":"fit"},"small":{"w":340,"h":376,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687624992343879680,"id_str":"687624992343879680","indices":[103,126],"media_url":"http:\/\/pbs.twimg.com\/media\/CYrvSY9WcAAtFq-.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYrvSY9WcAAtFq-.jpg","url":"https:\/\/t.co\/rgClOiiHe1","display_url":"pic.twitter.com\/rgClOiiHe1","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687624992486494208\/photo\/1","type":"photo","sizes":{"medium":{"w":600,"h":663,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"large":{"w":962,"h":1064,"resize":"fit"},"small":{"w":340,"h":376,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"}]' + http_version: + recorded_at: Thu, 14 Jan 2016 22:10:57 GMT +recorded_with: VCR 3.0.1 diff --git a/spec/vcr/Creator/_find_or_create/when_following_a_new_vimeo_creator/creates_new_vimeo_Creator.yml b/spec/vcr/Creator/_find_or_create/when_following_a_new_vimeo_creator/creates_new_vimeo_Creator.yml new file mode 100644 index 0000000..5684f35 --- /dev/null +++ b/spec/vcr/Creator/_find_or_create/when_following_a_new_vimeo_creator/creates_new_vimeo_Creator.yml @@ -0,0 +1,315 @@ +--- +http_interactions: +- request: + method: get + uri: https://api.vimeo.com/users?fields=uri,name,pictures&page=1&per_page=25&query=purple + body: + encoding: US-ASCII + string: '' + headers: + Authorization: + - bearer d05c3756683259bfcd22921e08a37d74 + Accept: + - application/json + response: + status: + code: 200 + message: OK + headers: + Server: + - nginx + Content-Type: + - application/vnd.vimeo.user+json + Cache-Control: + - no-cache, max-age=315360000 + Strict-Transport-Security: + - max-age=15120000; includeSubDomains; preload + Expires: + - Sun, 11 Jan 2026 22:09:52 GMT + Via: + - 1.1 varnish + - 1.1 varnish + Fastly-Debug-Digest: + - 06bcf456a4f5be27ff161436631bc1c962f9b59c78d6d12d334e93437af8a257 + Content-Length: + - '12617' + Accept-Ranges: + - bytes + Date: + - Thu, 14 Jan 2016 22:09:53 GMT + Age: + - '0' + Connection: + - keep-alive + X-Served-By: + - cache-iad2122-IAD, cache-sea1927-SEA + X-Cache: + - MISS, MISS + X-Cache-Hits: + - 0, 0 + X-Timer: + - S1452809392.739012,VS0,VE585 + Vary: + - Accept,Vimeo-Client-Id,Accept-Encoding + body: + encoding: UTF-8 + string: '{"total":1162,"page":1,"per_page":25,"paging":{"next":"/users?page=2&per_page=25&query=purple&fields=uri%2Cname%2Cpictures","previous":null,"first":"/users?page=1&per_page=25&query=purple&fields=uri%2Cname%2Cpictures","last":"/users?page=47&per_page=25&query=purple&fields=uri%2Cname%2Cpictures"},"data":[{"uri":"/users/1284412","name":"Purple + Magazine","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]}},{"uri":"/users/5461646","name":"Purple + Lotus","pictures":{"uri":"/users/5461646/pictures/6434434","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/6434434_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/6434434_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/6434434_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/6434434_300x300.jpg?r=pad"}]}},{"uri":"/users/906729","name":"Purple-Films","pictures":{"uri":"/users/906729/pictures/9146778","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/9146778_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/9146778_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/9146778_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/9146778_300x300.jpg?r=pad"}]}},{"uri":"/users/10231568","name":"Purple","pictures":{"uri":"/users/10231568/pictures/9549278","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/9549278_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/9549278_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/9549278_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/9549278_300x300.jpg?r=pad"}]}},{"uri":"/users/19488140","name":"Purple + Rhino","pictures":{"uri":"/users/19488140/pictures/9091670","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/9091670_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/9091670_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/9091670_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/9091670_300x300.jpg?r=pad"}]}},{"uri":"/users/27808560","name":"Purple + Christopher","pictures":null},{"uri":"/users/2574978","name":"Fr\u00e8res + Purple","pictures":{"uri":"/users/2574978/pictures/131358","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/131358_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/131358_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/131358_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/131358_300x300.jpg?r=pad"}]}},{"uri":"/users/3161692","name":"willow + purple","pictures":{"uri":"/users/3161692/pictures/356310","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/356310_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/356310_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/356310_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/356310_300x300.jpg?r=pad"}]}},{"uri":"/users/3448149","name":"Purple + States","pictures":{"uri":"/users/3448149/pictures/6962987","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/6962987_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/6962987_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/6962987_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/6962987_300x300.jpg?r=pad"}]}},{"uri":"/users/13749604","name":"PURPLE + MILK","pictures":{"uri":"/users/13749604/pictures/9187641","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/9187641_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/9187641_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/9187641_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/9187641_300x300.jpg?r=pad"}]}},{"uri":"/users/1345761","name":"80''s + Purple","pictures":{"uri":"/users/1345761/pictures/1978538","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1978538_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1978538_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1978538_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1978538_300x300.jpg?r=pad"}]}},{"uri":"/users/3101311","name":"The + Purple Onion Archives","pictures":{"uri":"/users/3101311/pictures/7821007","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/7821007_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/7821007_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/7821007_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/7821007_300x300.jpg?r=pad"}]}},{"uri":"/users/5311630","name":"Purple-Spirit","pictures":{"uri":"/users/5311630/pictures/1894383","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1894383_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1894383_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1894383_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1894383_300x300.jpg?r=pad"}]}},{"uri":"/users/4338895","name":"puRpLe + videomedia","pictures":{"uri":"/users/4338895/pictures/1977194","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1977194_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1977194_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1977194_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1977194_300x300.jpg?r=pad"}]}},{"uri":"/users/23604370","name":"Purple + Square Productions","pictures":{"uri":"/users/23604370/pictures/6898821","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/6898821_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/6898821_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/6898821_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/6898821_300x300.jpg?r=pad"}]}},{"uri":"/users/21094092","name":"Lydia + Purple","pictures":{"uri":"/users/21094092/pictures/6369443","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/6369443_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/6369443_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/6369443_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/6369443_300x300.jpg?r=pad"}]}},{"uri":"/users/41443159","name":"Purple + Group","pictures":{"uri":"/users/41443159/pictures/9810798","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/9810798_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/9810798_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/9810798_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/9810798_300x300.jpg?r=pad"}]}},{"uri":"/users/17288716","name":"Purple + Lambs","pictures":{"uri":"/users/17288716/pictures/6373032","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/6373032_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/6373032_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/6373032_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/6373032_300x300.jpg?r=pad"}]}},{"uri":"/users/2885008","name":"purple","pictures":{"uri":"/users/2885008/pictures/3334158","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/3334158_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/3334158_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/3334158_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/3334158_300x300.jpg?r=pad"}]}},{"uri":"/users/2393914","name":"Purple-H","pictures":{"uri":"/users/2393914/pictures/490944","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/490944_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/490944_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/490944_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/490944_300x300.jpg?r=pad"}]}},{"uri":"/users/5980854","name":"Purple + Pictures","pictures":{"uri":"/users/5980854/pictures/1770784","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1770784_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1770784_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1770784_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1770784_300x300.jpg?r=pad"}]}},{"uri":"/users/14091711","name":"Purple + WiFi","pictures":{"uri":"/users/14091711/pictures/6975485","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/6975485_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/6975485_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/6975485_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/6975485_300x300.jpg?r=pad"}]}},{"uri":"/users/11461317","name":"Purple + Onion Inc.","pictures":{"uri":"/users/11461317/pictures/9680216","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/9680216_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/9680216_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/9680216_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/9680216_300x300.jpg?r=pad"}]}},{"uri":"/users/13506170","name":"Purple + Pictures","pictures":{"uri":"/users/13506170/pictures/4180262","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/4180262_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/4180262_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/4180262_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/4180262_300x300.jpg?r=pad"}]}},{"uri":"/users/14665130","name":"Purple + Elephant Media","pictures":{"uri":"/users/14665130/pictures/4969750","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/4969750_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/4969750_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/4969750_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/4969750_300x300.jpg?r=pad"}]}}]}' + http_version: + recorded_at: Thu, 14 Jan 2016 22:09:53 GMT +- request: + method: get + uri: https://api.vimeo.com/users/1284412/videos + body: + encoding: US-ASCII + string: '' + headers: + Authorization: + - bearer d05c3756683259bfcd22921e08a37d74 + Accept: + - application/json + response: + status: + code: 200 + message: OK + headers: + Server: + - nginx + Content-Type: + - application/vnd.vimeo.video+json + Cache-Control: + - no-cache, max-age=315360000 + Strict-Transport-Security: + - max-age=15120000; includeSubDomains; preload + Last-Modified: + - '1452809038' + Expires: + - Sun, 11 Jan 2026 22:09:53 GMT + Via: + - 1.1 varnish + - 1.1 varnish + Fastly-Debug-Digest: + - f80c87af3a5ca473b23bf2fb1c3135075c2bb285e050e59b5a08f714151f60ec + Content-Length: + - '155575' + Accept-Ranges: + - bytes + Date: + - Thu, 14 Jan 2016 22:10:08 GMT + Age: + - '0' + Connection: + - keep-alive + X-Served-By: + - cache-iad2135-IAD, cache-sea1927-SEA + X-Cache: + - MISS, MISS + X-Cache-Hits: + - 0, 0 + X-Timer: + - S1452809393.444895,VS0,VE14964 + Vary: + - Accept,Vimeo-Client-Id,Accept-Encoding + body: + encoding: UTF-8 + string: '{"total":514,"page":1,"per_page":25,"paging":{"next":"/users/1284412/videos?page=2","previous":null,"first":"/users/1284412/videos?page=1","last":"/users/1284412/videos?page=21"},"data":[{"uri":"/videos/151666800","name":"You, + the Living by Roy Andersson","description":null,"link":"https://vimeo.com/151666800","duration":130,"width":640,"language":null,"height":380,"embed":{"html":""},"created_time":"2016-01-13T16:53:32+00:00","modified_time":"2016-01-14T21:13:23+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"whitelist","download":false,"add":false,"comments":"nobody"},"pictures":{"uri":"/videos/151666800/pictures/551470932","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/551470932_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/551470932_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/551470932_295x166.jpg?r=pad"},{"width":640,"height":381,"link":"https://i.vimeocdn.com/video/551470932_640x381.jpg?r=pad"},{"width":960,"height":571,"link":"https://i.vimeocdn.com/video/551470932_960x571.jpg?r=pad"}]},"tags":[],"stats":{"plays":44},"metadata":{"connections":{"comments":{"uri":"/videos/151666800/comments","options":["GET"],"total":0},"credits":{"uri":"/videos/151666800/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/151666800/likes","options":["GET"],"total":3},"pictures":{"uri":"/videos/151666800/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/151666800/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=1","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/151666800"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/151666800"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/151666718","name":"The + Good, the Bad, the Weird","description":null,"link":"https://vimeo.com/151666718","duration":107,"width":1920,"language":null,"height":1080,"embed":{"html":""},"created_time":"2016-01-13T16:52:52+00:00","modified_time":"2016-01-14T20:10:19+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"whitelist","download":false,"add":false,"comments":"nobody"},"pictures":{"uri":"/videos/151666718/pictures/551478468","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/551478468_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/551478468_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/551478468_295x166.jpg?r=pad"},{"width":640,"height":360,"link":"https://i.vimeocdn.com/video/551478468_640x360.jpg?r=pad"},{"width":960,"height":540,"link":"https://i.vimeocdn.com/video/551478468_960x540.jpg?r=pad"},{"width":1280,"height":720,"link":"https://i.vimeocdn.com/video/551478468_1280x720.jpg?r=pad"}]},"tags":[],"stats":{"plays":36},"metadata":{"connections":{"comments":{"uri":"/videos/151666718/comments","options":["GET"],"total":0},"credits":{"uri":"/videos/151666718/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/151666718/likes","options":["GET"],"total":0},"pictures":{"uri":"/videos/151666718/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/151666718/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=2","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/151666718"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/151666718"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/151666692","name":"La + Cie\u0301naga by Lucrecia Martel","description":null,"link":"https://vimeo.com/151666692","duration":108,"width":486,"language":null,"height":360,"embed":{"html":""},"created_time":"2016-01-13T16:52:38+00:00","modified_time":"2016-01-14T21:21:35+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"whitelist","download":false,"add":false,"comments":"nobody"},"pictures":{"uri":"/videos/151666692/pictures/551470597","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/551470597_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/551470597_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/551470597_295x166.jpg?r=pad"},{"width":640,"height":474,"link":"https://i.vimeocdn.com/video/551470597_640x474.jpg?r=pad"},{"width":960,"height":711,"link":"https://i.vimeocdn.com/video/551470597_960x711.jpg?r=pad"}]},"tags":[],"stats":{"plays":150},"metadata":{"connections":{"comments":{"uri":"/videos/151666692/comments","options":["GET"],"total":0},"credits":{"uri":"/videos/151666692/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/151666692/likes","options":["GET"],"total":2},"pictures":{"uri":"/videos/151666692/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/151666692/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=3","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/151666692"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/151666692"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/151664786","name":"Killer + of Sheep","description":null,"link":"https://vimeo.com/151664786","duration":127,"width":640,"language":null,"height":480,"embed":{"html":""},"created_time":"2016-01-13T16:39:01+00:00","modified_time":"2016-01-14T21:11:49+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"whitelist","download":false,"add":false,"comments":"nobody"},"pictures":{"uri":"/videos/151664786/pictures/551473456","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/551473456_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/551473456_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/551473456_295x166.jpg?r=pad"},{"width":640,"height":480,"link":"https://i.vimeocdn.com/video/551473456_640x480.jpg?r=pad"},{"width":960,"height":720,"link":"https://i.vimeocdn.com/video/551473456_960x720.jpg?r=pad"}]},"tags":[],"stats":{"plays":20},"metadata":{"connections":{"comments":{"uri":"/videos/151664786/comments","options":["GET"],"total":0},"credits":{"uri":"/videos/151664786/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/151664786/likes","options":["GET"],"total":0},"pictures":{"uri":"/videos/151664786/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/151664786/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=4","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/151664786"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/151664786"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/151659815","name":"Fists + in the Pocket by Marco Bellocchio","description":null,"link":"https://vimeo.com/151659815","duration":59,"width":1050,"language":null,"height":576,"embed":{"html":""},"created_time":"2016-01-13T16:00:32+00:00","modified_time":"2016-01-14T20:08:04+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"whitelist","download":false,"add":false,"comments":"nobody"},"pictures":{"uri":"/videos/151659815/pictures/551464504","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/551464504_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/551464504_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/551464504_295x166.jpg?r=pad"},{"width":640,"height":351,"link":"https://i.vimeocdn.com/video/551464504_640x351.jpg?r=pad"},{"width":960,"height":527,"link":"https://i.vimeocdn.com/video/551464504_960x527.jpg?r=pad"},{"width":1280,"height":702,"link":"https://i.vimeocdn.com/video/551464504_1280x702.jpg?r=pad"}]},"tags":[],"stats":{"plays":22},"metadata":{"connections":{"comments":{"uri":"/videos/151659815/comments","options":["GET"],"total":0},"credits":{"uri":"/videos/151659815/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/151659815/likes","options":["GET"],"total":0},"pictures":{"uri":"/videos/151659815/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/151659815/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=5","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/151659815"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/151659815"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/151658401","name":"I + am Cuba","description":null,"link":"https://vimeo.com/151658401","duration":112,"width":540,"language":null,"height":360,"embed":{"html":""},"created_time":"2016-01-13T15:50:01+00:00","modified_time":"2016-01-14T20:08:33+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"whitelist","download":false,"add":false,"comments":"anybody"},"pictures":{"uri":"/videos/151658401/pictures/551459798","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/551459798_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/551459798_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/551459798_295x166.jpg?r=pad"},{"width":640,"height":427,"link":"https://i.vimeocdn.com/video/551459798_640x427.jpg?r=pad"},{"width":960,"height":640,"link":"https://i.vimeocdn.com/video/551459798_960x640.jpg?r=pad"}]},"tags":[],"stats":{"plays":27},"metadata":{"connections":{"comments":{"uri":"/videos/151658401/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/151658401/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/151658401/likes","options":["GET"],"total":3},"pictures":{"uri":"/videos/151658401/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/151658401/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=6","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/151658401"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/151658401"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/148122831","name":"Red + car - Alexandre Vauthier et JB Mondino","description":null,"link":"https://vimeo.com/148122831","duration":48,"width":1920,"language":null,"height":1080,"embed":{"html":null},"created_time":"2015-12-07T18:06:15+00:00","modified_time":"2016-01-14T19:08:43+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":false,"add":false,"comments":"anybody"},"pictures":{"uri":"/videos/148122831/pictures/546974587","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/546974587_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/546974587_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/546974587_295x166.jpg?r=pad"},{"width":640,"height":360,"link":"https://i.vimeocdn.com/video/546974587_640x360.jpg?r=pad"},{"width":960,"height":540,"link":"https://i.vimeocdn.com/video/546974587_960x540.jpg?r=pad"},{"width":1280,"height":720,"link":"https://i.vimeocdn.com/video/546974587_1280x720.jpg?r=pad"}]},"tags":[],"stats":{"plays":2230},"metadata":{"connections":{"comments":{"uri":"/videos/148122831/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/148122831/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/148122831/likes","options":["GET"],"total":7},"pictures":{"uri":"/videos/148122831/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/148122831/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=7","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/148122831"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/148122831"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/147594185","name":"RLMM_MASTER_PROMO_ITA_ENG-HD","description":null,"link":"https://vimeo.com/147594185","duration":175,"width":1280,"language":null,"height":720,"embed":{"html":null},"created_time":"2015-12-02T14:24:20+00:00","modified_time":"2016-01-13T13:07:24+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":false,"add":false,"comments":"anybody"},"pictures":{"uri":"/videos/147594185/pictures/546302904","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/546302904_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/546302904_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/546302904_295x166.jpg?r=pad"},{"width":640,"height":360,"link":"https://i.vimeocdn.com/video/546302904_640x360.jpg?r=pad"},{"width":960,"height":540,"link":"https://i.vimeocdn.com/video/546302904_960x540.jpg?r=pad"},{"width":1280,"height":720,"link":"https://i.vimeocdn.com/video/546302904_1280x720.jpg?r=pad"}]},"tags":[],"stats":{"plays":209},"metadata":{"connections":{"comments":{"uri":"/videos/147594185/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/147594185/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/147594185/likes","options":["GET"],"total":0},"pictures":{"uri":"/videos/147594185/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/147594185/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=8","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/147594185"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/147594185"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/147581341","name":"15 + LOVE_","description":null,"link":"https://vimeo.com/147581341","duration":504,"width":1920,"language":null,"height":1080,"embed":{"html":null},"created_time":"2015-12-02T12:18:36+00:00","modified_time":"2016-01-14T19:31:14+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":false,"add":false,"comments":"anybody"},"pictures":{"uri":"/videos/147581341/pictures/546294636","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/546294636_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/546294636_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/546294636_295x166.jpg?r=pad"},{"width":640,"height":360,"link":"https://i.vimeocdn.com/video/546294636_640x360.jpg?r=pad"},{"width":960,"height":540,"link":"https://i.vimeocdn.com/video/546294636_960x540.jpg?r=pad"},{"width":1280,"height":720,"link":"https://i.vimeocdn.com/video/546294636_1280x720.jpg?r=pad"}]},"tags":[],"stats":{"plays":1634},"metadata":{"connections":{"comments":{"uri":"/videos/147581341/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/147581341/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/147581341/likes","options":["GET"],"total":3},"pictures":{"uri":"/videos/147581341/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/147581341/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=9","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/147581341"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/147581341"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/146628479","name":"Toshio + Maeda for Supreme","description":null,"link":"https://vimeo.com/146628479","duration":114,"width":1280,"language":null,"height":720,"embed":{"html":null},"created_time":"2015-11-23T11:57:09+00:00","modified_time":"2016-01-14T21:13:00+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":false,"add":false,"comments":"anybody"},"pictures":{"uri":"/videos/146628479/pictures/545074010","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/545074010_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/545074010_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/545074010_295x166.jpg?r=pad"},{"width":640,"height":360,"link":"https://i.vimeocdn.com/video/545074010_640x360.jpg?r=pad"},{"width":960,"height":540,"link":"https://i.vimeocdn.com/video/545074010_960x540.jpg?r=pad"},{"width":1280,"height":720,"link":"https://i.vimeocdn.com/video/545074010_1280x720.jpg?r=pad"}]},"tags":[],"stats":{"plays":664},"metadata":{"connections":{"comments":{"uri":"/videos/146628479/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/146628479/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/146628479/likes","options":["GET"],"total":3},"pictures":{"uri":"/videos/146628479/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/146628479/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=10","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/146628479"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/146628479"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/144132366","name":"Lutz + Huelle S/S 2016","description":null,"link":"https://vimeo.com/144132366","duration":129,"width":1280,"language":null,"height":720,"embed":{"html":null},"created_time":"2015-10-30T15:34:30+00:00","modified_time":"2016-01-13T22:19:21+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":false,"add":false,"comments":"anybody"},"pictures":{"uri":"/videos/144132366/pictures/541899273","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/541899273_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/541899273_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/541899273_295x166.jpg?r=pad"},{"width":640,"height":360,"link":"https://i.vimeocdn.com/video/541899273_640x360.jpg?r=pad"},{"width":960,"height":540,"link":"https://i.vimeocdn.com/video/541899273_960x540.jpg?r=pad"},{"width":1280,"height":720,"link":"https://i.vimeocdn.com/video/541899273_1280x720.jpg?r=pad"}]},"tags":[],"stats":{"plays":399},"metadata":{"connections":{"comments":{"uri":"/videos/144132366/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/144132366/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/144132366/likes","options":["GET"],"total":0},"pictures":{"uri":"/videos/144132366/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/144132366/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=11","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/144132366"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/144132366"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/143599740","name":"An + excerpt from A Crackup at the Race Riots by Leo Gabin","description":null,"link":"https://vimeo.com/143599740","duration":150,"width":724,"language":null,"height":530,"embed":{"html":null},"created_time":"2015-10-26T11:21:13+00:00","modified_time":"2016-01-11T14:12:42+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":false,"add":false,"comments":"anybody"},"pictures":{"uri":"/videos/143599740/pictures/541225530","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/541225530_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/541225530_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/541225530_295x166.jpg?r=pad"},{"width":640,"height":469,"link":"https://i.vimeocdn.com/video/541225530_640x469.jpg?r=pad"},{"width":960,"height":703,"link":"https://i.vimeocdn.com/video/541225530_960x703.jpg?r=pad"},{"width":1280,"height":938,"link":"https://i.vimeocdn.com/video/541225530_1280x938.jpg?r=pad"}]},"tags":[],"stats":{"plays":290},"metadata":{"connections":{"comments":{"uri":"/videos/143599740/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/143599740/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/143599740/likes","options":["GET"],"total":0},"pictures":{"uri":"/videos/143599740/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/143599740/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=12","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/143599740"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/143599740"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/142359824","name":"An + exclusive extract from The Feature by Michel Auder","description":null,"link":"https://vimeo.com/142359824","duration":179,"width":720,"language":null,"height":528,"embed":{"html":null},"created_time":"2015-10-14T09:37:30+00:00","modified_time":"2016-01-14T20:39:50+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":false,"add":false,"comments":"anybody"},"pictures":{"uri":"/videos/142359824/pictures/539672549","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/539672549_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/539672549_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/539672549_295x166.jpg?r=pad"},{"width":640,"height":360,"link":"https://i.vimeocdn.com/video/539672549_640x360.jpg?r=pad"},{"width":960,"height":540,"link":"https://i.vimeocdn.com/video/539672549_960x540.jpg?r=pad"},{"width":1280,"height":720,"link":"https://i.vimeocdn.com/video/539672549_1280x720.jpg?r=pad"}]},"tags":[],"stats":{"plays":1265},"metadata":{"connections":{"comments":{"uri":"/videos/142359824/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/142359824/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/142359824/likes","options":["GET"],"total":12},"pictures":{"uri":"/videos/142359824/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/142359824/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=13","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/142359824"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/142359824"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/141767346","name":"Extract + from: Pierre Huyghe, Two Minutes Out Of Time, 2000","description":null,"link":"https://vimeo.com/141767346","duration":71,"width":788,"language":null,"height":578,"embed":{"html":null},"created_time":"2015-10-08T09:13:11+00:00","modified_time":"2016-01-14T11:10:11+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":false,"add":false,"comments":"anybody"},"pictures":{"uri":"/videos/141767346/pictures/538866575","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/538866575_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/538866575_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/538866575_295x166.jpg?r=pad"},{"width":640,"height":468,"link":"https://i.vimeocdn.com/video/538866575_640x468.jpg?r=pad"},{"width":960,"height":703,"link":"https://i.vimeocdn.com/video/538866575_960x703.jpg?r=pad"},{"width":1280,"height":937,"link":"https://i.vimeocdn.com/video/538866575_1280x937.jpg?r=pad"}]},"tags":[],"stats":{"plays":201},"metadata":{"connections":{"comments":{"uri":"/videos/141767346/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/141767346/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/141767346/likes","options":["GET"],"total":0},"pictures":{"uri":"/videos/141767346/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/141767346/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=14","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/141767346"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/141767346"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/140202468","name":"SANTONI_WEB_MASTER","description":null,"link":"https://vimeo.com/140202468","duration":139,"width":720,"language":null,"height":540,"embed":{"html":null},"created_time":"2015-09-23T16:13:21+00:00","modified_time":"2016-01-14T21:08:27+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":false,"add":false,"comments":"anybody"},"pictures":{"uri":"/videos/140202468/pictures/536465058","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/536465058_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/536465058_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/536465058_295x166.jpg?r=pad"},{"width":640,"height":480,"link":"https://i.vimeocdn.com/video/536465058_640x480.jpg?r=pad"},{"width":960,"height":720,"link":"https://i.vimeocdn.com/video/536465058_960x720.jpg?r=pad"},{"width":1280,"height":960,"link":"https://i.vimeocdn.com/video/536465058_1280x960.jpg?r=pad"}]},"tags":[],"stats":{"plays":2963},"metadata":{"connections":{"comments":{"uri":"/videos/140202468/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/140202468/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/140202468/likes","options":["GET"],"total":27},"pictures":{"uri":"/videos/140202468/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/140202468/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=15","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/140202468"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/140202468"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/140166130","name":"Barbara + Casasola S/S 2016 by Mark Borthwick","description":null,"link":"https://vimeo.com/140166130","duration":356,"width":1920,"language":null,"height":1080,"embed":{"html":null},"created_time":"2015-09-23T10:01:56+00:00","modified_time":"2016-01-13T14:29:08+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":false,"add":false,"comments":"anybody"},"pictures":{"uri":"/videos/140166130/pictures/536405607","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/536405607_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/536405607_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/536405607_295x166.jpg?r=pad"},{"width":640,"height":360,"link":"https://i.vimeocdn.com/video/536405607_640x360.jpg?r=pad"},{"width":960,"height":540,"link":"https://i.vimeocdn.com/video/536405607_960x540.jpg?r=pad"},{"width":1280,"height":720,"link":"https://i.vimeocdn.com/video/536405607_1280x720.jpg?r=pad"}]},"tags":[],"stats":{"plays":888},"metadata":{"connections":{"comments":{"uri":"/videos/140166130/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/140166130/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/140166130/likes","options":["GET"],"total":0},"pictures":{"uri":"/videos/140166130/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/140166130/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=16","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/140166130"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/140166130"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/138995416","name":"Absolut + Elyx & Water For People | The Auditions with Fred Armisen","description":"Absolut + Elyx is partnering with Water For People on a five year mission to bring safe + water to 100,000 people. To announce this, we asked Fred Armisen and a few + friends for help. Click here for more information","link":"https://vimeo.com/138995416","duration":193,"width":1920,"language":null,"height":1080,"embed":{"html":null},"created_time":"2015-09-11T16:24:08+00:00","modified_time":"2016-01-14T12:18:04+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":false,"add":true,"comments":"anybody"},"pictures":{"uri":"/videos/138995416/pictures/534616696","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/534616696_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/534616696_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/534616696_295x166.jpg?r=pad"},{"width":640,"height":360,"link":"https://i.vimeocdn.com/video/534616696_640x360.jpg?r=pad"},{"width":960,"height":540,"link":"https://i.vimeocdn.com/video/534616696_960x540.jpg?r=pad"},{"width":1280,"height":720,"link":"https://i.vimeocdn.com/video/534616696_1280x720.jpg?r=pad"}]},"tags":[],"stats":{"plays":162},"metadata":{"connections":{"comments":{"uri":"/videos/138995416/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/138995416/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/138995416/likes","options":["GET"],"total":0},"pictures":{"uri":"/videos/138995416/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/138995416/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=17","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/138995416"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/138995416"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/138642475","name":"\"HEADLESS\" + by TEARIST","description":null,"link":"https://vimeo.com/138642475","duration":224,"width":1920,"language":null,"height":860,"embed":{"html":null},"created_time":"2015-09-08T16:19:00+00:00","modified_time":"2016-01-14T00:11:12+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":true,"add":true,"comments":"anybody"},"pictures":{"uri":"/videos/138642475/pictures/534090826","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/534090826_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/534090826_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/534090826_295x166.jpg?r=pad"},{"width":640,"height":287,"link":"https://i.vimeocdn.com/video/534090826_640x287.jpg?r=pad"},{"width":960,"height":430,"link":"https://i.vimeocdn.com/video/534090826_960x430.jpg?r=pad"},{"width":1280,"height":573,"link":"https://i.vimeocdn.com/video/534090826_1280x573.jpg?r=pad"}]},"tags":[],"stats":{"plays":4453},"metadata":{"connections":{"comments":{"uri":"/videos/138642475/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/138642475/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/138642475/likes","options":["GET"],"total":14},"pictures":{"uri":"/videos/138642475/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/138642475/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=18","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/138642475"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/138642475"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/132077239","name":"Vide\u0301o + 1","description":null,"link":"https://vimeo.com/132077239","duration":17,"width":480,"language":null,"height":480,"embed":{"html":null},"created_time":"2015-06-29T09:56:41+00:00","modified_time":"2016-01-12T14:22:48+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":true,"add":true,"comments":"anybody"},"pictures":{"uri":"/videos/132077239/pictures/524577047","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/524577047_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/524577047_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/524577047_295x166.jpg?r=pad"},{"width":640,"height":640,"link":"https://i.vimeocdn.com/video/524577047_640x640.jpg?r=pad"},{"width":960,"height":960,"link":"https://i.vimeocdn.com/video/524577047_960x960.jpg?r=pad"}]},"tags":[],"stats":{"plays":50},"metadata":{"connections":{"comments":{"uri":"/videos/132077239/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/132077239/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/132077239/likes","options":["GET"],"total":1},"pictures":{"uri":"/videos/132077239/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/132077239/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=19","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/132077239"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/132077239"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/131644306","name":"Alexander + McQueen Men''s Spring/Summer 2016 backstage","description":"An exclusive backstage + film of the Alexander McQueen Menswear Spring/Summer 2016 show. The collection + explores nautical themes, as well concepts in the spirit of journeying and + solitude. The film captures the models static, however somewhat moving in + the tactility of the VHS film accompanied by the sound of waves as a visual + dialogue.\n\nDirector: Errol Rainey / Benjamin Cooper\nEditor: Toto MacDonald","link":"https://vimeo.com/131644306","duration":96,"width":640,"language":"en","height":480,"embed":{"html":null},"created_time":"2015-06-24T11:07:20+00:00","modified_time":"2016-01-07T14:51:22+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":false,"add":true,"comments":"anybody"},"pictures":{"uri":"/videos/131644306/pictures/524139597","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/524139597_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/524139597_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/524139597_295x166.jpg?r=pad"},{"width":640,"height":480,"link":"https://i.vimeocdn.com/video/524139597_640x480.jpg?r=pad"},{"width":960,"height":720,"link":"https://i.vimeocdn.com/video/524139597_960x720.jpg?r=pad"}]},"tags":[{"uri":"/tags/alexandermcqueen","name":"Alexander + McQueen","tag":"Alexander McQueen","canonical":"alexandermcqueen","metadata":{"connections":{"videos":{"uri":"/tags/alexandermcqueen/videos","options":["GET"],"total":583}}}},{"uri":"/tags/benjamincooper","name":"Benjamin + Cooper","tag":"Benjamin Cooper","canonical":"benjamincooper","metadata":{"connections":{"videos":{"uri":"/tags/benjamincooper/videos","options":["GET"],"total":2}}}},{"uri":"/tags/errolrainey","name":"Errol + Rainey","tag":"Errol Rainey","canonical":"errolrainey","metadata":{"connections":{"videos":{"uri":"/tags/errolrainey/videos","options":["GET"],"total":8}}}},{"uri":"/tags/springslashsummer2016","name":"Spring/Summer + 2016","tag":"Spring/Summer 2016","canonical":"springslashsummer2016","metadata":{"connections":{"videos":{"uri":"/tags/springslashsummer2016/videos","options":["GET"],"total":4}}}},{"uri":"/tags/totomacdonald","name":"Toto + MacDonald","tag":"Toto MacDonald","canonical":"totomacdonald","metadata":{"connections":{"videos":{"uri":"/tags/totomacdonald/videos","options":["GET"],"total":1}}}}],"stats":{"plays":375},"metadata":{"connections":{"comments":{"uri":"/videos/131644306/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/131644306/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/131644306/likes","options":["GET"],"total":3},"pictures":{"uri":"/videos/131644306/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/131644306/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=20","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/131644306"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/131644306"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/131528602","name":"Live + Through That?!","description":null,"link":"https://vimeo.com/131528602","duration":117,"width":1280,"language":null,"height":720,"embed":{"html":null},"created_time":"2015-06-23T11:17:54+00:00","modified_time":"2016-01-14T17:25:08+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":true,"add":true,"comments":"anybody"},"pictures":{"uri":"/videos/131528602/pictures/523811270","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/523811270_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/523811270_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/523811270_295x166.jpg?r=pad"},{"width":640,"height":360,"link":"https://i.vimeocdn.com/video/523811270_640x360.jpg?r=pad"},{"width":960,"height":540,"link":"https://i.vimeocdn.com/video/523811270_960x540.jpg?r=pad"},{"width":1280,"height":720,"link":"https://i.vimeocdn.com/video/523811270_1280x720.jpg?r=pad"}]},"tags":[],"stats":{"plays":207},"metadata":{"connections":{"comments":{"uri":"/videos/131528602/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/131528602/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/131528602/likes","options":["GET"],"total":3},"pictures":{"uri":"/videos/131528602/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/131528602/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=21","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/131528602"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/131528602"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":{"name":"Purple.fr","uri":"/apps/53799"},"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/131528469","name":"Eight + Circuit Model","description":null,"link":"https://vimeo.com/131528469","duration":361,"width":1280,"language":null,"height":720,"embed":{"html":null},"created_time":"2015-06-23T11:16:21+00:00","modified_time":"2016-01-14T15:11:41+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":true,"add":true,"comments":"anybody"},"pictures":{"uri":"/videos/131528469/pictures/523811096","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/523811096_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/523811096_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/523811096_295x166.jpg?r=pad"},{"width":640,"height":360,"link":"https://i.vimeocdn.com/video/523811096_640x360.jpg?r=pad"},{"width":960,"height":540,"link":"https://i.vimeocdn.com/video/523811096_960x540.jpg?r=pad"},{"width":1280,"height":720,"link":"https://i.vimeocdn.com/video/523811096_1280x720.jpg?r=pad"}]},"tags":[],"stats":{"plays":129},"metadata":{"connections":{"comments":{"uri":"/videos/131528469/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/131528469/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/131528469/likes","options":["GET"],"total":1},"pictures":{"uri":"/videos/131528469/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/131528469/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=22","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/131528469"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/131528469"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":{"name":"Purple.fr","uri":"/apps/53799"},"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/131528244","name":"Abraxas","description":null,"link":"https://vimeo.com/131528244","duration":260,"width":1280,"language":null,"height":674,"embed":{"html":null},"created_time":"2015-06-23T11:13:17+00:00","modified_time":"2016-01-14T04:08:58+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":true,"add":true,"comments":"anybody"},"pictures":{"uri":"/videos/131528244/pictures/523810801","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/523810801_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/523810801_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/523810801_295x166.jpg?r=pad"},{"width":640,"height":400,"link":"https://i.vimeocdn.com/video/523810801_640x400.jpg?r=pad"},{"width":960,"height":600,"link":"https://i.vimeocdn.com/video/523810801_960x600.jpg?r=pad"},{"width":1280,"height":800,"link":"https://i.vimeocdn.com/video/523810801_1280x800.jpg?r=pad"}]},"tags":[],"stats":{"plays":42},"metadata":{"connections":{"comments":{"uri":"/videos/131528244/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/131528244/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/131528244/likes","options":["GET"],"total":0},"pictures":{"uri":"/videos/131528244/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/131528244/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=23","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/131528244"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/131528244"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":{"name":"Purple.fr","uri":"/apps/53799"},"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/131528095","name":"Etre + Cecile","description":null,"link":"https://vimeo.com/131528095","duration":161,"width":1280,"language":null,"height":720,"embed":{"html":null},"created_time":"2015-06-23T11:11:09+00:00","modified_time":"2016-01-14T20:43:13+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":true,"add":true,"comments":"anybody"},"pictures":{"uri":"/videos/131528095/pictures/523810600","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/523810600_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/523810600_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/523810600_295x166.jpg?r=pad"},{"width":640,"height":360,"link":"https://i.vimeocdn.com/video/523810600_640x360.jpg?r=pad"},{"width":960,"height":540,"link":"https://i.vimeocdn.com/video/523810600_960x540.jpg?r=pad"},{"width":1280,"height":720,"link":"https://i.vimeocdn.com/video/523810600_1280x720.jpg?r=pad"}]},"tags":[],"stats":{"plays":318},"metadata":{"connections":{"comments":{"uri":"/videos/131528095/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/131528095/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/131528095/likes","options":["GET"],"total":0},"pictures":{"uri":"/videos/131528095/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/131528095/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=24","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/131528095"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/131528095"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":{"name":"Purple.fr","uri":"/apps/53799"},"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/131527640","name":"Camarade + je n''ai que de l''eau","description":null,"link":"https://vimeo.com/131527640","duration":131,"width":984,"language":null,"height":720,"embed":{"html":null},"created_time":"2015-06-23T11:05:35+00:00","modified_time":"2016-01-09T13:19:13+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":true,"add":true,"comments":"anybody"},"pictures":{"uri":"/videos/131527640/pictures/523810031","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/523810031_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/523810031_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/523810031_295x166.jpg?r=pad"},{"width":640,"height":478,"link":"https://i.vimeocdn.com/video/523810031_640x478.jpg?r=pad"},{"width":960,"height":718,"link":"https://i.vimeocdn.com/video/523810031_960x718.jpg?r=pad"},{"width":1280,"height":957,"link":"https://i.vimeocdn.com/video/523810031_1280x957.jpg?r=pad"}]},"tags":[],"stats":{"plays":17},"metadata":{"connections":{"comments":{"uri":"/videos/131527640/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/131527640/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/131527640/likes","options":["GET"],"total":0},"pictures":{"uri":"/videos/131527640/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/131527640/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=25","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/131527640"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/131527640"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":{"name":"Purple.fr","uri":"/apps/53799"},"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}}]}' + http_version: + recorded_at: Thu, 14 Jan 2016 22:10:08 GMT +recorded_with: VCR 3.0.1 diff --git a/spec/vcr/Creator/_find_or_create/when_the_provider_is_Twitter/assigns_and_default_image_if_none_is_provided.yml b/spec/vcr/Creator/_find_or_create/when_the_provider_is_Twitter/assigns_and_default_image_if_none_is_provided.yml new file mode 100644 index 0000000..98a18c4 --- /dev/null +++ b/spec/vcr/Creator/_find_or_create/when_the_provider_is_Twitter/assigns_and_default_image_if_none_is_provided.yml @@ -0,0 +1,221 @@ +--- +http_interactions: +- request: + method: get + uri: https://api.twitter.com/1.1/statuses/user_timeline.json?screen_name=CutePicsOfCats + body: + encoding: US-ASCII + string: '' + headers: + Accept: + - application/json + User-Agent: + - TwitterRubyGem/5.15.0 + Authorization: + - OAuth oauth_consumer_key="dJwBdO5ZoQH2OnCNjMKJvYnhn", oauth_nonce="6c70fd8a8e574df3729b57330df3a8d4", + oauth_signature="0UdQ9xthTWthXr4nbo4VdznHBkg%3D", oauth_signature_method="HMAC-SHA1", + oauth_timestamp="1452815533", oauth_token="80077789-0JZP99XKtgmjNYsHFH3PsrkQaAb618jBA3atLCbsl", + oauth_version="1.0" + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + response: + status: + code: 200 + message: OK + headers: + Cache-Control: + - no-cache, no-store, must-revalidate, pre-check=0, post-check=0 + Content-Disposition: + - attachment; filename=json.json + Content-Length: + - '4366' + Content-Type: + - application/json;charset=utf-8 + Date: + - Thu, 14 Jan 2016 23:52:14 GMT + Expires: + - Tue, 31 Mar 1981 05:00:00 GMT + Last-Modified: + - Thu, 14 Jan 2016 23:52:14 GMT + Pragma: + - no-cache + Server: + - tsa_a + Set-Cookie: + - guest_id=v1%3A145281553390773535; Domain=.twitter.com; Path=/; Expires=Sat, + 13-Jan-2018 23:52:14 UTC + - lang=en; Path=/ + Status: + - 200 OK + Strict-Transport-Security: + - max-age=631138519 + X-Access-Level: + - read-write + X-Connection-Hash: + - 441ddff78b7300c1ae19d5fdc0044de8 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - SAMEORIGIN + X-Rate-Limit-Limit: + - '180' + X-Rate-Limit-Remaining: + - '175' + X-Rate-Limit-Reset: + - '1452815644' + X-Response-Time: + - '147' + X-Transaction: + - 8fad351a7f13a130 + X-Twitter-Response-Tags: + - BouncerCompliant + X-Xss-Protection: + - 1; mode=block + body: + encoding: ASCII-8BIT + string: '[{"created_at":"Thu Jan 14 23:46:01 +0000 2016","id":687782752461131776,"id_str":"687782752461131776","text":"Retweet + if this cutie made you smile! https:\/\/t.co\/pSF6kav4vr","source":"\u003ca + href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72938,"friends_count":42701,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16062,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":26,"favorite_count":31,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687782752347906048,"id_str":"687782752347906048","indices":[38,61],"media_url":"http:\/\/pbs.twimg.com\/media\/CYt-xOxWYAA4X4A.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYt-xOxWYAA4X4A.jpg","url":"https:\/\/t.co\/pSF6kav4vr","display_url":"pic.twitter.com\/pSF6kav4vr","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687782752461131776\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687782752347906048,"id_str":"687782752347906048","indices":[38,61],"media_url":"http:\/\/pbs.twimg.com\/media\/CYt-xOxWYAA4X4A.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYt-xOxWYAA4X4A.jpg","url":"https:\/\/t.co\/pSF6kav4vr","display_url":"pic.twitter.com\/pSF6kav4vr","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687782752461131776\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 23:15:56 +0000 2016","id":687775182354792449,"id_str":"687775182354792449","text":"want + me to grab you one too? https:\/\/t.co\/PbBxo2TqfP","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72938,"friends_count":42701,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16062,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":41,"favorite_count":55,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687775182283509762,"id_str":"687775182283509762","indices":[29,52],"media_url":"http:\/\/pbs.twimg.com\/media\/CYt34mFWkAIHh2A.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYt34mFWkAIHh2A.jpg","url":"https:\/\/t.co\/PbBxo2TqfP","display_url":"pic.twitter.com\/PbBxo2TqfP","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687775182354792449\/photo\/1","type":"photo","sizes":{"small":{"w":340,"h":510,"resize":"fit"},"large":{"w":500,"h":750,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":500,"h":750,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687775182283509762,"id_str":"687775182283509762","indices":[29,52],"media_url":"http:\/\/pbs.twimg.com\/media\/CYt34mFWkAIHh2A.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYt34mFWkAIHh2A.jpg","url":"https:\/\/t.co\/PbBxo2TqfP","display_url":"pic.twitter.com\/PbBxo2TqfP","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687775182354792449\/photo\/1","type":"photo","sizes":{"small":{"w":340,"h":510,"resize":"fit"},"large":{"w":500,"h":750,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":500,"h":750,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 22:45:57 +0000 2016","id":687767638320222208,"id_str":"687767638320222208","text":"Let + your belly hang https:\/\/t.co\/TatCcdcBGc","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72938,"friends_count":42701,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16062,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":83,"favorite_count":139,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687767638227988480,"id_str":"687767638227988480","indices":[20,43],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtxBeSWsAA6V4U.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtxBeSWsAA6V4U.jpg","url":"https:\/\/t.co\/TatCcdcBGc","display_url":"pic.twitter.com\/TatCcdcBGc","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687767638320222208\/photo\/1","type":"photo","sizes":{"large":{"w":500,"h":375,"resize":"fit"},"medium":{"w":500,"h":375,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":255,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687767638227988480,"id_str":"687767638227988480","indices":[20,43],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtxBeSWsAA6V4U.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtxBeSWsAA6V4U.jpg","url":"https:\/\/t.co\/TatCcdcBGc","display_url":"pic.twitter.com\/TatCcdcBGc","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687767638320222208\/photo\/1","type":"photo","sizes":{"large":{"w":500,"h":375,"resize":"fit"},"medium":{"w":500,"h":375,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":255,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 22:19:05 +0000 2016","id":687760877001519105,"id_str":"687760877001519105","text":"Pets + Losing the Battle With Human Furniture \ud83d\udc49 https:\/\/t.co\/x4CLOs2RQv + https:\/\/t.co\/nrReyqJgSl","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72938,"friends_count":42701,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16062,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":25,"favorite_count":59,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/x4CLOs2RQv","expanded_url":"http:\/\/bit.ly\/1m3pXxP","display_url":"bit.ly\/1m3pXxP","indices":[46,69]}],"media":[{"id":687760876884082689,"id_str":"687760876884082689","indices":[70,93],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtq36UWQAEuKxL.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtq36UWQAEuKxL.jpg","url":"https:\/\/t.co\/nrReyqJgSl","display_url":"pic.twitter.com\/nrReyqJgSl","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687760877001519105\/photo\/1","type":"photo","sizes":{"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":800,"resize":"fit"},"small":{"w":340,"h":453,"resize":"fit"},"large":{"w":605,"h":807,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687760876884082689,"id_str":"687760876884082689","indices":[70,93],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtq36UWQAEuKxL.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtq36UWQAEuKxL.jpg","url":"https:\/\/t.co\/nrReyqJgSl","display_url":"pic.twitter.com\/nrReyqJgSl","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687760877001519105\/photo\/1","type":"photo","sizes":{"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":800,"resize":"fit"},"small":{"w":340,"h":453,"resize":"fit"},"large":{"w":605,"h":807,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 22:15:55 +0000 2016","id":687760080775852033,"id_str":"687760080775852033","text":"Shopping + with mom. https:\/\/t.co\/xYDhIlnpGz","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72938,"friends_count":42701,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16062,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":51,"favorite_count":93,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687760080666767361,"id_str":"687760080666767361","indices":[19,42],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtqJkLWMAEcO2E.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtqJkLWMAEcO2E.jpg","url":"https:\/\/t.co\/xYDhIlnpGz","display_url":"pic.twitter.com\/xYDhIlnpGz","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687760080775852033\/photo\/1","type":"photo","sizes":{"large":{"w":599,"h":568,"resize":"fit"},"medium":{"w":599,"h":568,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":322,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687760080666767361,"id_str":"687760080666767361","indices":[19,42],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtqJkLWMAEcO2E.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtqJkLWMAEcO2E.jpg","url":"https:\/\/t.co\/xYDhIlnpGz","display_url":"pic.twitter.com\/xYDhIlnpGz","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687760080775852033\/photo\/1","type":"photo","sizes":{"large":{"w":599,"h":568,"resize":"fit"},"medium":{"w":599,"h":568,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":322,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 21:46:00 +0000 2016","id":687752549940736001,"id_str":"687752549940736001","text":"Irresistible + look! https:\/\/t.co\/voxIJZCflx","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72938,"friends_count":42701,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16062,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":46,"favorite_count":98,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687752549802340354,"id_str":"687752549802340354","indices":[19,42],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtjTNhWcAIpSPO.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtjTNhWcAIpSPO.jpg","url":"https:\/\/t.co\/voxIJZCflx","display_url":"pic.twitter.com\/voxIJZCflx","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687752549940736001\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687752549802340354,"id_str":"687752549802340354","indices":[19,42],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtjTNhWcAIpSPO.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtjTNhWcAIpSPO.jpg","url":"https:\/\/t.co\/voxIJZCflx","display_url":"pic.twitter.com\/voxIJZCflx","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687752549940736001\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"es"},{"created_at":"Thu + Jan 14 21:16:00 +0000 2016","id":687745001212776449,"id_str":"687745001212776449","text":"Me + in the morning https:\/\/t.co\/YurcYQOwLI","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72938,"friends_count":42701,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16062,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":69,"favorite_count":109,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687744996955545602,"id_str":"687744996955545602","indices":[18,41],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtcbk-WYAIhGlA.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtcbk-WYAIhGlA.jpg","url":"https:\/\/t.co\/YurcYQOwLI","display_url":"pic.twitter.com\/YurcYQOwLI","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687745001212776449\/photo\/1","type":"photo","sizes":{"large":{"w":500,"h":324,"resize":"fit"},"small":{"w":340,"h":220,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":500,"h":324,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687744996955545602,"id_str":"687744996955545602","indices":[18,41],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtcbk-WYAIhGlA.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtcbk-WYAIhGlA.jpg","url":"https:\/\/t.co\/YurcYQOwLI","display_url":"pic.twitter.com\/YurcYQOwLI","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687745001212776449\/photo\/1","type":"photo","sizes":{"large":{"w":500,"h":324,"resize":"fit"},"small":{"w":340,"h":220,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":500,"h":324,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 20:45:56 +0000 2016","id":687737436034707456,"id_str":"687737436034707456","text":"MY + CAT LADY STARTER PACK JUST ARRIVED YAAAS https:\/\/t.co\/E1WXIxQSIp","source":"\u003ca + href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72938,"friends_count":42701,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16062,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":73,"favorite_count":153,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687737435866947585,"id_str":"687737435866947585","indices":[44,67],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtVjduWYAENm9m.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtVjduWYAENm9m.jpg","url":"https:\/\/t.co\/E1WXIxQSIp","display_url":"pic.twitter.com\/E1WXIxQSIp","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687737436034707456\/photo\/1","type":"photo","sizes":{"medium":{"w":600,"h":450,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":255,"resize":"fit"},"large":{"w":600,"h":450,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687737435866947585,"id_str":"687737435866947585","indices":[44,67],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtVjduWYAENm9m.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtVjduWYAENm9m.jpg","url":"https:\/\/t.co\/E1WXIxQSIp","display_url":"pic.twitter.com\/E1WXIxQSIp","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687737436034707456\/photo\/1","type":"photo","sizes":{"medium":{"w":600,"h":450,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":255,"resize":"fit"},"large":{"w":600,"h":450,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 20:15:57 +0000 2016","id":687729886795051008,"id_str":"687729886795051008","text":"Mother + and new born baby. https:\/\/t.co\/DW8Ph3kDGE","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72938,"friends_count":42701,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16062,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":77,"favorite_count":168,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687729886631477251,"id_str":"687729886631477251","indices":[26,49],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtOsCoWwAMg7kK.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtOsCoWwAMg7kK.jpg","url":"https:\/\/t.co\/DW8Ph3kDGE","display_url":"pic.twitter.com\/DW8Ph3kDGE","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687729886795051008\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687729886631477251,"id_str":"687729886631477251","indices":[26,49],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtOsCoWwAMg7kK.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtOsCoWwAMg7kK.jpg","url":"https:\/\/t.co\/DW8Ph3kDGE","display_url":"pic.twitter.com\/DW8Ph3kDGE","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687729886795051008\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 19:45:56 +0000 2016","id":687722332748668933,"id_str":"687722332748668933","text":"Retweet + if you wanna high five this cutie! https:\/\/t.co\/6CPw4qx0By","source":"\u003ca + href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72938,"friends_count":42701,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16062,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":79,"favorite_count":130,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687722332627070976,"id_str":"687722332627070976","indices":[43,66],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtH0VxW8AA3MXA.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtH0VxW8AA3MXA.jpg","url":"https:\/\/t.co\/6CPw4qx0By","display_url":"pic.twitter.com\/6CPw4qx0By","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687722332748668933\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687722332627070976,"id_str":"687722332627070976","indices":[43,66],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtH0VxW8AA3MXA.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtH0VxW8AA3MXA.jpg","url":"https:\/\/t.co\/6CPw4qx0By","display_url":"pic.twitter.com\/6CPw4qx0By","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687722332748668933\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 19:19:44 +0000 2016","id":687715743081869313,"id_str":"687715743081869313","text":"Yoga + Studio Opens Its Doors To Shelter Cats Hoping To Find A Home https:\/\/t.co\/GSYp5FAoeb + https:\/\/t.co\/litATXgmHj","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72938,"friends_count":42701,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16062,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":23,"favorite_count":66,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/GSYp5FAoeb","expanded_url":"http:\/\/bit.ly\/1O7H3Yb","display_url":"bit.ly\/1O7H3Yb","indices":[66,89]}],"media":[{"id":687715742922444802,"id_str":"687715742922444802","indices":[90,113],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtB0xNWEAITAO_.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtB0xNWEAITAO_.jpg","url":"https:\/\/t.co\/litATXgmHj","display_url":"pic.twitter.com\/litATXgmHj","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687715743081869313\/photo\/1","type":"photo","sizes":{"small":{"w":340,"h":193,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":341,"resize":"fit"},"large":{"w":640,"h":364,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687715742922444802,"id_str":"687715742922444802","indices":[90,113],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtB0xNWEAITAO_.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtB0xNWEAITAO_.jpg","url":"https:\/\/t.co\/litATXgmHj","display_url":"pic.twitter.com\/litATXgmHj","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687715743081869313\/photo\/1","type":"photo","sizes":{"small":{"w":340,"h":193,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":341,"resize":"fit"},"large":{"w":640,"h":364,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 19:15:59 +0000 2016","id":687714798134530048,"id_str":"687714798134530048","text":"how + the greatest love story ever started https:\/\/t.co\/mrMdZIS1MM","source":"\u003ca + href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72938,"friends_count":42701,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16062,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":94,"favorite_count":137,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687714798054801408,"id_str":"687714798054801408","indices":[41,64],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtA9xTWAAAneyN.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtA9xTWAAAneyN.jpg","url":"https:\/\/t.co\/mrMdZIS1MM","display_url":"pic.twitter.com\/mrMdZIS1MM","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687714798134530048\/photo\/1","type":"photo","sizes":{"thumb":{"w":150,"h":150,"resize":"crop"},"large":{"w":480,"h":333,"resize":"fit"},"small":{"w":340,"h":235,"resize":"fit"},"medium":{"w":480,"h":333,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687714798054801408,"id_str":"687714798054801408","indices":[41,64],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtA9xTWAAAneyN.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtA9xTWAAAneyN.jpg","url":"https:\/\/t.co\/mrMdZIS1MM","display_url":"pic.twitter.com\/mrMdZIS1MM","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687714798134530048\/photo\/1","type":"photo","sizes":{"thumb":{"w":150,"h":150,"resize":"crop"},"large":{"w":480,"h":333,"resize":"fit"},"small":{"w":340,"h":235,"resize":"fit"},"medium":{"w":480,"h":333,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 18:46:02 +0000 2016","id":687707258319454214,"id_str":"687707258319454214","text":"rawr! + I''m a tough little guy https:\/\/t.co\/mmG2GSpvZU","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72938,"friends_count":42701,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16062,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":42,"favorite_count":124,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687707258206158850,"id_str":"687707258206158850","indices":[29,52],"media_url":"http:\/\/pbs.twimg.com\/media\/CYs6G5LWAAICu-f.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYs6G5LWAAICu-f.jpg","url":"https:\/\/t.co\/mmG2GSpvZU","display_url":"pic.twitter.com\/mmG2GSpvZU","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687707258319454214\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687707258206158850,"id_str":"687707258206158850","indices":[29,52],"media_url":"http:\/\/pbs.twimg.com\/media\/CYs6G5LWAAICu-f.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYs6G5LWAAICu-f.jpg","url":"https:\/\/t.co\/mmG2GSpvZU","display_url":"pic.twitter.com\/mmG2GSpvZU","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687707258319454214\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 18:16:00 +0000 2016","id":687699701861335040,"id_str":"687699701861335040","text":"Adorable + spots. https:\/\/t.co\/KTA6irEQvE","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72938,"friends_count":42701,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16062,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":48,"favorite_count":114,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687699701735501824,"id_str":"687699701735501824","indices":[16,39],"media_url":"http:\/\/pbs.twimg.com\/media\/CYszPDIWMAAb5oV.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYszPDIWMAAb5oV.jpg","url":"https:\/\/t.co\/KTA6irEQvE","display_url":"pic.twitter.com\/KTA6irEQvE","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687699701861335040\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687699701735501824,"id_str":"687699701735501824","indices":[16,39],"media_url":"http:\/\/pbs.twimg.com\/media\/CYszPDIWMAAb5oV.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYszPDIWMAAb5oV.jpg","url":"https:\/\/t.co\/KTA6irEQvE","display_url":"pic.twitter.com\/KTA6irEQvE","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687699701861335040\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"fr"},{"created_at":"Thu + Jan 14 17:46:00 +0000 2016","id":687692152881700864,"id_str":"687692152881700864","text":"Looking + good in a bow Mister Cat! https:\/\/t.co\/FfixeTCc66","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72938,"friends_count":42701,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16062,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":45,"favorite_count":123,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687692152751714304,"id_str":"687692152751714304","indices":[34,57],"media_url":"http:\/\/pbs.twimg.com\/media\/CYssXo-W8AAomWi.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYssXo-W8AAomWi.jpg","url":"https:\/\/t.co\/FfixeTCc66","display_url":"pic.twitter.com\/FfixeTCc66","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687692152881700864\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687692152751714304,"id_str":"687692152751714304","indices":[34,57],"media_url":"http:\/\/pbs.twimg.com\/media\/CYssXo-W8AAomWi.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYssXo-W8AAomWi.jpg","url":"https:\/\/t.co\/FfixeTCc66","display_url":"pic.twitter.com\/FfixeTCc66","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687692152881700864\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 17:15:56 +0000 2016","id":687684586810294272,"id_str":"687684586810294272","text":"OMG, + so tiny https:\/\/t.co\/q9HU1QBV7B","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72938,"friends_count":42701,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16062,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":98,"favorite_count":158,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687684586701254656,"id_str":"687684586701254656","indices":[13,36],"media_url":"http:\/\/pbs.twimg.com\/media\/CYslfPPW8AAp6S4.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYslfPPW8AAp6S4.jpg","url":"https:\/\/t.co\/q9HU1QBV7B","display_url":"pic.twitter.com\/q9HU1QBV7B","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687684586810294272\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687684586701254656,"id_str":"687684586701254656","indices":[13,36],"media_url":"http:\/\/pbs.twimg.com\/media\/CYslfPPW8AAp6S4.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYslfPPW8AAp6S4.jpg","url":"https:\/\/t.co\/q9HU1QBV7B","display_url":"pic.twitter.com\/q9HU1QBV7B","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687684586810294272\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 16:46:00 +0000 2016","id":687677052519092229,"id_str":"687677052519092229","text":"Retweet + if this guy made you smile! https:\/\/t.co\/T4k3MU2Lh8","source":"\u003ca + href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72938,"friends_count":42701,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16062,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":72,"favorite_count":118,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687677052418396161,"id_str":"687677052418396161","indices":[36,59],"media_url":"http:\/\/pbs.twimg.com\/media\/CYseor2WEAErurK.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYseor2WEAErurK.jpg","url":"https:\/\/t.co\/T4k3MU2Lh8","display_url":"pic.twitter.com\/T4k3MU2Lh8","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687677052519092229\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687677052418396161,"id_str":"687677052418396161","indices":[36,59],"media_url":"http:\/\/pbs.twimg.com\/media\/CYseor2WEAErurK.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYseor2WEAErurK.jpg","url":"https:\/\/t.co\/T4k3MU2Lh8","display_url":"pic.twitter.com\/T4k3MU2Lh8","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687677052519092229\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 16:34:42 +0000 2016","id":687674210186059778,"id_str":"687674210186059778","text":"Have + you seen The Oatmeal''s Cat vs. Internet? SO adorable! #9 is my fav https:\/\/t.co\/Ird2gFfVQF + https:\/\/t.co\/XXqfHul5Zs","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72938,"friends_count":42701,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16062,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":5,"favorite_count":24,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/Ird2gFfVQF","expanded_url":"http:\/\/bit.ly\/1RSklCV","display_url":"bit.ly\/1RSklCV","indices":[72,95]}],"media":[{"id":687674210035056641,"id_str":"687674210035056641","indices":[96,119],"media_url":"http:\/\/pbs.twimg.com\/media\/CYscDPJWQAEOtqi.png","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYscDPJWQAEOtqi.png","url":"https:\/\/t.co\/XXqfHul5Zs","display_url":"pic.twitter.com\/XXqfHul5Zs","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687674210186059778\/photo\/1","type":"photo","sizes":{"thumb":{"w":150,"h":150,"resize":"crop"},"large":{"w":599,"h":618,"resize":"fit"},"small":{"w":340,"h":350,"resize":"fit"},"medium":{"w":599,"h":618,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687674210035056641,"id_str":"687674210035056641","indices":[96,119],"media_url":"http:\/\/pbs.twimg.com\/media\/CYscDPJWQAEOtqi.png","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYscDPJWQAEOtqi.png","url":"https:\/\/t.co\/XXqfHul5Zs","display_url":"pic.twitter.com\/XXqfHul5Zs","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687674210186059778\/photo\/1","type":"photo","sizes":{"thumb":{"w":150,"h":150,"resize":"crop"},"large":{"w":599,"h":618,"resize":"fit"},"small":{"w":340,"h":350,"resize":"fit"},"medium":{"w":599,"h":618,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 16:15:56 +0000 2016","id":687669485843705857,"id_str":"687669485843705857","text":"I + wanna scream - cuteness overload! https:\/\/t.co\/6guFLKxEIA","source":"\u003ca + href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72938,"friends_count":42701,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16062,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":105,"favorite_count":119,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687669485709451264,"id_str":"687669485709451264","indices":[36,59],"media_url":"http:\/\/pbs.twimg.com\/media\/CYsXwPqWYAAABQ7.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYsXwPqWYAAABQ7.jpg","url":"https:\/\/t.co\/6guFLKxEIA","display_url":"pic.twitter.com\/6guFLKxEIA","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687669485843705857\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687669485709451264,"id_str":"687669485709451264","indices":[36,59],"media_url":"http:\/\/pbs.twimg.com\/media\/CYsXwPqWYAAABQ7.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYsXwPqWYAAABQ7.jpg","url":"https:\/\/t.co\/6guFLKxEIA","display_url":"pic.twitter.com\/6guFLKxEIA","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687669485843705857\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 15:45:59 +0000 2016","id":687661947504988161,"id_str":"687661947504988161","text":"Hi + there https:\/\/t.co\/2WgXBumMUS","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72938,"friends_count":42701,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16062,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":126,"favorite_count":171,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687661947408482304,"id_str":"687661947408482304","indices":[9,32],"media_url":"http:\/\/pbs.twimg.com\/media\/CYsQ5dTWAAAbI9J.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYsQ5dTWAAAbI9J.jpg","url":"https:\/\/t.co\/2WgXBumMUS","display_url":"pic.twitter.com\/2WgXBumMUS","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687661947504988161\/photo\/1","type":"photo","sizes":{"large":{"w":500,"h":667,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":453,"resize":"fit"},"medium":{"w":500,"h":667,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687661947408482304,"id_str":"687661947408482304","indices":[9,32],"media_url":"http:\/\/pbs.twimg.com\/media\/CYsQ5dTWAAAbI9J.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYsQ5dTWAAAbI9J.jpg","url":"https:\/\/t.co\/2WgXBumMUS","display_url":"pic.twitter.com\/2WgXBumMUS","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687661947504988161\/photo\/1","type":"photo","sizes":{"large":{"w":500,"h":667,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":453,"resize":"fit"},"medium":{"w":500,"h":667,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"}]' + http_version: + recorded_at: Thu, 14 Jan 2016 23:52:14 GMT +recorded_with: VCR 3.0.1 diff --git a/spec/vcr/Creator/_find_or_create/when_the_provider_is_Twitter/creates_new_twitter_Creator.yml b/spec/vcr/Creator/_find_or_create/when_the_provider_is_Twitter/creates_new_twitter_Creator.yml new file mode 100644 index 0000000..8969783 --- /dev/null +++ b/spec/vcr/Creator/_find_or_create/when_the_provider_is_Twitter/creates_new_twitter_Creator.yml @@ -0,0 +1,221 @@ +--- +http_interactions: +- request: + method: get + uri: https://api.twitter.com/1.1/statuses/user_timeline.json?screen_name=CutePicsOfCats + body: + encoding: US-ASCII + string: '' + headers: + Accept: + - application/json + User-Agent: + - TwitterRubyGem/5.15.0 + Authorization: + - OAuth oauth_consumer_key="dJwBdO5ZoQH2OnCNjMKJvYnhn", oauth_nonce="5a68e8686214558f35eb8e4851a70497", + oauth_signature="2JyIZopyzAN20Jn9p6re2w%2B%2FJFo%3D", oauth_signature_method="HMAC-SHA1", + oauth_timestamp="1452813351", oauth_token="80077789-0JZP99XKtgmjNYsHFH3PsrkQaAb618jBA3atLCbsl", + oauth_version="1.0" + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + response: + status: + code: 200 + message: OK + headers: + Cache-Control: + - no-cache, no-store, must-revalidate, pre-check=0, post-check=0 + Content-Disposition: + - attachment; filename=json.json + Content-Length: + - '4367' + Content-Type: + - application/json;charset=utf-8 + Date: + - Thu, 14 Jan 2016 23:15:52 GMT + Expires: + - Tue, 31 Mar 1981 05:00:00 GMT + Last-Modified: + - Thu, 14 Jan 2016 23:15:52 GMT + Pragma: + - no-cache + Server: + - tsa_a + Set-Cookie: + - guest_id=v1%3A145281335223856213; Domain=.twitter.com; Path=/; Expires=Sat, + 13-Jan-2018 23:15:52 UTC + - lang=en; Path=/ + Status: + - 200 OK + Strict-Transport-Security: + - max-age=631138519 + X-Access-Level: + - read-write + X-Connection-Hash: + - 1eefc4b12b5c1f39aefdc54144bcb048 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - SAMEORIGIN + X-Rate-Limit-Limit: + - '180' + X-Rate-Limit-Remaining: + - '178' + X-Rate-Limit-Reset: + - '1452813741' + X-Response-Time: + - '95' + X-Transaction: + - 42e4aa8fe4325cbd + X-Twitter-Response-Tags: + - BouncerCompliant + X-Xss-Protection: + - 1; mode=block + body: + encoding: ASCII-8BIT + string: '[{"created_at":"Thu Jan 14 22:45:57 +0000 2016","id":687767638320222208,"id_str":"687767638320222208","text":"Let + your belly hang https:\/\/t.co\/TatCcdcBGc","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72931,"friends_count":42680,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16060,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":59,"favorite_count":112,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687767638227988480,"id_str":"687767638227988480","indices":[20,43],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtxBeSWsAA6V4U.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtxBeSWsAA6V4U.jpg","url":"https:\/\/t.co\/TatCcdcBGc","display_url":"pic.twitter.com\/TatCcdcBGc","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687767638320222208\/photo\/1","type":"photo","sizes":{"large":{"w":500,"h":375,"resize":"fit"},"medium":{"w":500,"h":375,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":255,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687767638227988480,"id_str":"687767638227988480","indices":[20,43],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtxBeSWsAA6V4U.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtxBeSWsAA6V4U.jpg","url":"https:\/\/t.co\/TatCcdcBGc","display_url":"pic.twitter.com\/TatCcdcBGc","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687767638320222208\/photo\/1","type":"photo","sizes":{"large":{"w":500,"h":375,"resize":"fit"},"medium":{"w":500,"h":375,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":255,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 22:19:05 +0000 2016","id":687760877001519105,"id_str":"687760877001519105","text":"Pets + Losing the Battle With Human Furniture \ud83d\udc49 https:\/\/t.co\/x4CLOs2RQv + https:\/\/t.co\/nrReyqJgSl","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72931,"friends_count":42680,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16060,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":20,"favorite_count":52,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/x4CLOs2RQv","expanded_url":"http:\/\/bit.ly\/1m3pXxP","display_url":"bit.ly\/1m3pXxP","indices":[46,69]}],"media":[{"id":687760876884082689,"id_str":"687760876884082689","indices":[70,93],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtq36UWQAEuKxL.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtq36UWQAEuKxL.jpg","url":"https:\/\/t.co\/nrReyqJgSl","display_url":"pic.twitter.com\/nrReyqJgSl","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687760877001519105\/photo\/1","type":"photo","sizes":{"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":800,"resize":"fit"},"small":{"w":340,"h":453,"resize":"fit"},"large":{"w":605,"h":807,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687760876884082689,"id_str":"687760876884082689","indices":[70,93],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtq36UWQAEuKxL.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtq36UWQAEuKxL.jpg","url":"https:\/\/t.co\/nrReyqJgSl","display_url":"pic.twitter.com\/nrReyqJgSl","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687760877001519105\/photo\/1","type":"photo","sizes":{"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":800,"resize":"fit"},"small":{"w":340,"h":453,"resize":"fit"},"large":{"w":605,"h":807,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 22:15:55 +0000 2016","id":687760080775852033,"id_str":"687760080775852033","text":"Shopping + with mom. https:\/\/t.co\/xYDhIlnpGz","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72931,"friends_count":42680,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16060,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":44,"favorite_count":85,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687760080666767361,"id_str":"687760080666767361","indices":[19,42],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtqJkLWMAEcO2E.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtqJkLWMAEcO2E.jpg","url":"https:\/\/t.co\/xYDhIlnpGz","display_url":"pic.twitter.com\/xYDhIlnpGz","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687760080775852033\/photo\/1","type":"photo","sizes":{"large":{"w":599,"h":568,"resize":"fit"},"medium":{"w":599,"h":568,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":322,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687760080666767361,"id_str":"687760080666767361","indices":[19,42],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtqJkLWMAEcO2E.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtqJkLWMAEcO2E.jpg","url":"https:\/\/t.co\/xYDhIlnpGz","display_url":"pic.twitter.com\/xYDhIlnpGz","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687760080775852033\/photo\/1","type":"photo","sizes":{"large":{"w":599,"h":568,"resize":"fit"},"medium":{"w":599,"h":568,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":322,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 21:46:00 +0000 2016","id":687752549940736001,"id_str":"687752549940736001","text":"Irresistible + look! https:\/\/t.co\/voxIJZCflx","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72931,"friends_count":42680,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16060,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":42,"favorite_count":86,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687752549802340354,"id_str":"687752549802340354","indices":[19,42],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtjTNhWcAIpSPO.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtjTNhWcAIpSPO.jpg","url":"https:\/\/t.co\/voxIJZCflx","display_url":"pic.twitter.com\/voxIJZCflx","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687752549940736001\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687752549802340354,"id_str":"687752549802340354","indices":[19,42],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtjTNhWcAIpSPO.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtjTNhWcAIpSPO.jpg","url":"https:\/\/t.co\/voxIJZCflx","display_url":"pic.twitter.com\/voxIJZCflx","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687752549940736001\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"es"},{"created_at":"Thu + Jan 14 21:16:00 +0000 2016","id":687745001212776449,"id_str":"687745001212776449","text":"Me + in the morning https:\/\/t.co\/YurcYQOwLI","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72931,"friends_count":42680,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16060,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":56,"favorite_count":99,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687744996955545602,"id_str":"687744996955545602","indices":[18,41],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtcbk-WYAIhGlA.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtcbk-WYAIhGlA.jpg","url":"https:\/\/t.co\/YurcYQOwLI","display_url":"pic.twitter.com\/YurcYQOwLI","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687745001212776449\/photo\/1","type":"photo","sizes":{"large":{"w":500,"h":324,"resize":"fit"},"small":{"w":340,"h":220,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":500,"h":324,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687744996955545602,"id_str":"687744996955545602","indices":[18,41],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtcbk-WYAIhGlA.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtcbk-WYAIhGlA.jpg","url":"https:\/\/t.co\/YurcYQOwLI","display_url":"pic.twitter.com\/YurcYQOwLI","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687745001212776449\/photo\/1","type":"photo","sizes":{"large":{"w":500,"h":324,"resize":"fit"},"small":{"w":340,"h":220,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":500,"h":324,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 20:45:56 +0000 2016","id":687737436034707456,"id_str":"687737436034707456","text":"MY + CAT LADY STARTER PACK JUST ARRIVED YAAAS https:\/\/t.co\/E1WXIxQSIp","source":"\u003ca + href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72931,"friends_count":42680,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16060,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":68,"favorite_count":141,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687737435866947585,"id_str":"687737435866947585","indices":[44,67],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtVjduWYAENm9m.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtVjduWYAENm9m.jpg","url":"https:\/\/t.co\/E1WXIxQSIp","display_url":"pic.twitter.com\/E1WXIxQSIp","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687737436034707456\/photo\/1","type":"photo","sizes":{"medium":{"w":600,"h":450,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":255,"resize":"fit"},"large":{"w":600,"h":450,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687737435866947585,"id_str":"687737435866947585","indices":[44,67],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtVjduWYAENm9m.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtVjduWYAENm9m.jpg","url":"https:\/\/t.co\/E1WXIxQSIp","display_url":"pic.twitter.com\/E1WXIxQSIp","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687737436034707456\/photo\/1","type":"photo","sizes":{"medium":{"w":600,"h":450,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":255,"resize":"fit"},"large":{"w":600,"h":450,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 20:15:57 +0000 2016","id":687729886795051008,"id_str":"687729886795051008","text":"Mother + and new born baby. https:\/\/t.co\/DW8Ph3kDGE","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72931,"friends_count":42680,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16060,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":63,"favorite_count":150,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687729886631477251,"id_str":"687729886631477251","indices":[26,49],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtOsCoWwAMg7kK.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtOsCoWwAMg7kK.jpg","url":"https:\/\/t.co\/DW8Ph3kDGE","display_url":"pic.twitter.com\/DW8Ph3kDGE","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687729886795051008\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687729886631477251,"id_str":"687729886631477251","indices":[26,49],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtOsCoWwAMg7kK.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtOsCoWwAMg7kK.jpg","url":"https:\/\/t.co\/DW8Ph3kDGE","display_url":"pic.twitter.com\/DW8Ph3kDGE","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687729886795051008\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 19:45:56 +0000 2016","id":687722332748668933,"id_str":"687722332748668933","text":"Retweet + if you wanna high five this cutie! https:\/\/t.co\/6CPw4qx0By","source":"\u003ca + href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72931,"friends_count":42680,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16060,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":71,"favorite_count":115,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687722332627070976,"id_str":"687722332627070976","indices":[43,66],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtH0VxW8AA3MXA.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtH0VxW8AA3MXA.jpg","url":"https:\/\/t.co\/6CPw4qx0By","display_url":"pic.twitter.com\/6CPw4qx0By","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687722332748668933\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687722332627070976,"id_str":"687722332627070976","indices":[43,66],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtH0VxW8AA3MXA.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtH0VxW8AA3MXA.jpg","url":"https:\/\/t.co\/6CPw4qx0By","display_url":"pic.twitter.com\/6CPw4qx0By","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687722332748668933\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 19:19:44 +0000 2016","id":687715743081869313,"id_str":"687715743081869313","text":"Yoga + Studio Opens Its Doors To Shelter Cats Hoping To Find A Home https:\/\/t.co\/GSYp5FAoeb + https:\/\/t.co\/litATXgmHj","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72931,"friends_count":42680,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16060,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":22,"favorite_count":65,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/GSYp5FAoeb","expanded_url":"http:\/\/bit.ly\/1O7H3Yb","display_url":"bit.ly\/1O7H3Yb","indices":[66,89]}],"media":[{"id":687715742922444802,"id_str":"687715742922444802","indices":[90,113],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtB0xNWEAITAO_.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtB0xNWEAITAO_.jpg","url":"https:\/\/t.co\/litATXgmHj","display_url":"pic.twitter.com\/litATXgmHj","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687715743081869313\/photo\/1","type":"photo","sizes":{"small":{"w":340,"h":193,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":341,"resize":"fit"},"large":{"w":640,"h":364,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687715742922444802,"id_str":"687715742922444802","indices":[90,113],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtB0xNWEAITAO_.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtB0xNWEAITAO_.jpg","url":"https:\/\/t.co\/litATXgmHj","display_url":"pic.twitter.com\/litATXgmHj","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687715743081869313\/photo\/1","type":"photo","sizes":{"small":{"w":340,"h":193,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":341,"resize":"fit"},"large":{"w":640,"h":364,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 19:15:59 +0000 2016","id":687714798134530048,"id_str":"687714798134530048","text":"how + the greatest love story ever started https:\/\/t.co\/mrMdZIS1MM","source":"\u003ca + href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72931,"friends_count":42680,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16060,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":90,"favorite_count":134,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687714798054801408,"id_str":"687714798054801408","indices":[41,64],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtA9xTWAAAneyN.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtA9xTWAAAneyN.jpg","url":"https:\/\/t.co\/mrMdZIS1MM","display_url":"pic.twitter.com\/mrMdZIS1MM","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687714798134530048\/photo\/1","type":"photo","sizes":{"thumb":{"w":150,"h":150,"resize":"crop"},"large":{"w":480,"h":333,"resize":"fit"},"small":{"w":340,"h":235,"resize":"fit"},"medium":{"w":480,"h":333,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687714798054801408,"id_str":"687714798054801408","indices":[41,64],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtA9xTWAAAneyN.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtA9xTWAAAneyN.jpg","url":"https:\/\/t.co\/mrMdZIS1MM","display_url":"pic.twitter.com\/mrMdZIS1MM","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687714798134530048\/photo\/1","type":"photo","sizes":{"thumb":{"w":150,"h":150,"resize":"crop"},"large":{"w":480,"h":333,"resize":"fit"},"small":{"w":340,"h":235,"resize":"fit"},"medium":{"w":480,"h":333,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 18:46:02 +0000 2016","id":687707258319454214,"id_str":"687707258319454214","text":"rawr! + I''m a tough little guy https:\/\/t.co\/mmG2GSpvZU","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72931,"friends_count":42680,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16060,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":40,"favorite_count":116,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687707258206158850,"id_str":"687707258206158850","indices":[29,52],"media_url":"http:\/\/pbs.twimg.com\/media\/CYs6G5LWAAICu-f.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYs6G5LWAAICu-f.jpg","url":"https:\/\/t.co\/mmG2GSpvZU","display_url":"pic.twitter.com\/mmG2GSpvZU","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687707258319454214\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687707258206158850,"id_str":"687707258206158850","indices":[29,52],"media_url":"http:\/\/pbs.twimg.com\/media\/CYs6G5LWAAICu-f.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYs6G5LWAAICu-f.jpg","url":"https:\/\/t.co\/mmG2GSpvZU","display_url":"pic.twitter.com\/mmG2GSpvZU","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687707258319454214\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 18:16:00 +0000 2016","id":687699701861335040,"id_str":"687699701861335040","text":"Adorable + spots. https:\/\/t.co\/KTA6irEQvE","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72931,"friends_count":42680,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16060,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":47,"favorite_count":112,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687699701735501824,"id_str":"687699701735501824","indices":[16,39],"media_url":"http:\/\/pbs.twimg.com\/media\/CYszPDIWMAAb5oV.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYszPDIWMAAb5oV.jpg","url":"https:\/\/t.co\/KTA6irEQvE","display_url":"pic.twitter.com\/KTA6irEQvE","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687699701861335040\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687699701735501824,"id_str":"687699701735501824","indices":[16,39],"media_url":"http:\/\/pbs.twimg.com\/media\/CYszPDIWMAAb5oV.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYszPDIWMAAb5oV.jpg","url":"https:\/\/t.co\/KTA6irEQvE","display_url":"pic.twitter.com\/KTA6irEQvE","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687699701861335040\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"fr"},{"created_at":"Thu + Jan 14 17:46:00 +0000 2016","id":687692152881700864,"id_str":"687692152881700864","text":"Looking + good in a bow Mister Cat! https:\/\/t.co\/FfixeTCc66","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72931,"friends_count":42680,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16060,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":43,"favorite_count":120,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687692152751714304,"id_str":"687692152751714304","indices":[34,57],"media_url":"http:\/\/pbs.twimg.com\/media\/CYssXo-W8AAomWi.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYssXo-W8AAomWi.jpg","url":"https:\/\/t.co\/FfixeTCc66","display_url":"pic.twitter.com\/FfixeTCc66","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687692152881700864\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687692152751714304,"id_str":"687692152751714304","indices":[34,57],"media_url":"http:\/\/pbs.twimg.com\/media\/CYssXo-W8AAomWi.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYssXo-W8AAomWi.jpg","url":"https:\/\/t.co\/FfixeTCc66","display_url":"pic.twitter.com\/FfixeTCc66","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687692152881700864\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 17:15:56 +0000 2016","id":687684586810294272,"id_str":"687684586810294272","text":"OMG, + so tiny https:\/\/t.co\/q9HU1QBV7B","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72931,"friends_count":42680,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16060,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":95,"favorite_count":156,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687684586701254656,"id_str":"687684586701254656","indices":[13,36],"media_url":"http:\/\/pbs.twimg.com\/media\/CYslfPPW8AAp6S4.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYslfPPW8AAp6S4.jpg","url":"https:\/\/t.co\/q9HU1QBV7B","display_url":"pic.twitter.com\/q9HU1QBV7B","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687684586810294272\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687684586701254656,"id_str":"687684586701254656","indices":[13,36],"media_url":"http:\/\/pbs.twimg.com\/media\/CYslfPPW8AAp6S4.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYslfPPW8AAp6S4.jpg","url":"https:\/\/t.co\/q9HU1QBV7B","display_url":"pic.twitter.com\/q9HU1QBV7B","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687684586810294272\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 16:46:00 +0000 2016","id":687677052519092229,"id_str":"687677052519092229","text":"Retweet + if this guy made you smile! https:\/\/t.co\/T4k3MU2Lh8","source":"\u003ca + href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72931,"friends_count":42680,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16060,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":71,"favorite_count":116,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687677052418396161,"id_str":"687677052418396161","indices":[36,59],"media_url":"http:\/\/pbs.twimg.com\/media\/CYseor2WEAErurK.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYseor2WEAErurK.jpg","url":"https:\/\/t.co\/T4k3MU2Lh8","display_url":"pic.twitter.com\/T4k3MU2Lh8","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687677052519092229\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687677052418396161,"id_str":"687677052418396161","indices":[36,59],"media_url":"http:\/\/pbs.twimg.com\/media\/CYseor2WEAErurK.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYseor2WEAErurK.jpg","url":"https:\/\/t.co\/T4k3MU2Lh8","display_url":"pic.twitter.com\/T4k3MU2Lh8","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687677052519092229\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 16:34:42 +0000 2016","id":687674210186059778,"id_str":"687674210186059778","text":"Have + you seen The Oatmeal''s Cat vs. Internet? SO adorable! #9 is my fav https:\/\/t.co\/Ird2gFfVQF + https:\/\/t.co\/XXqfHul5Zs","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72931,"friends_count":42680,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16060,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":5,"favorite_count":22,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/Ird2gFfVQF","expanded_url":"http:\/\/bit.ly\/1RSklCV","display_url":"bit.ly\/1RSklCV","indices":[72,95]}],"media":[{"id":687674210035056641,"id_str":"687674210035056641","indices":[96,119],"media_url":"http:\/\/pbs.twimg.com\/media\/CYscDPJWQAEOtqi.png","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYscDPJWQAEOtqi.png","url":"https:\/\/t.co\/XXqfHul5Zs","display_url":"pic.twitter.com\/XXqfHul5Zs","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687674210186059778\/photo\/1","type":"photo","sizes":{"thumb":{"w":150,"h":150,"resize":"crop"},"large":{"w":599,"h":618,"resize":"fit"},"small":{"w":340,"h":350,"resize":"fit"},"medium":{"w":599,"h":618,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687674210035056641,"id_str":"687674210035056641","indices":[96,119],"media_url":"http:\/\/pbs.twimg.com\/media\/CYscDPJWQAEOtqi.png","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYscDPJWQAEOtqi.png","url":"https:\/\/t.co\/XXqfHul5Zs","display_url":"pic.twitter.com\/XXqfHul5Zs","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687674210186059778\/photo\/1","type":"photo","sizes":{"thumb":{"w":150,"h":150,"resize":"crop"},"large":{"w":599,"h":618,"resize":"fit"},"small":{"w":340,"h":350,"resize":"fit"},"medium":{"w":599,"h":618,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 16:15:56 +0000 2016","id":687669485843705857,"id_str":"687669485843705857","text":"I + wanna scream - cuteness overload! https:\/\/t.co\/6guFLKxEIA","source":"\u003ca + href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72931,"friends_count":42680,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16060,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":104,"favorite_count":117,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687669485709451264,"id_str":"687669485709451264","indices":[36,59],"media_url":"http:\/\/pbs.twimg.com\/media\/CYsXwPqWYAAABQ7.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYsXwPqWYAAABQ7.jpg","url":"https:\/\/t.co\/6guFLKxEIA","display_url":"pic.twitter.com\/6guFLKxEIA","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687669485843705857\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687669485709451264,"id_str":"687669485709451264","indices":[36,59],"media_url":"http:\/\/pbs.twimg.com\/media\/CYsXwPqWYAAABQ7.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYsXwPqWYAAABQ7.jpg","url":"https:\/\/t.co\/6guFLKxEIA","display_url":"pic.twitter.com\/6guFLKxEIA","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687669485843705857\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 15:45:59 +0000 2016","id":687661947504988161,"id_str":"687661947504988161","text":"Hi + there https:\/\/t.co\/2WgXBumMUS","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72931,"friends_count":42680,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16060,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":124,"favorite_count":168,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687661947408482304,"id_str":"687661947408482304","indices":[9,32],"media_url":"http:\/\/pbs.twimg.com\/media\/CYsQ5dTWAAAbI9J.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYsQ5dTWAAAbI9J.jpg","url":"https:\/\/t.co\/2WgXBumMUS","display_url":"pic.twitter.com\/2WgXBumMUS","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687661947504988161\/photo\/1","type":"photo","sizes":{"large":{"w":500,"h":667,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":453,"resize":"fit"},"medium":{"w":500,"h":667,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687661947408482304,"id_str":"687661947408482304","indices":[9,32],"media_url":"http:\/\/pbs.twimg.com\/media\/CYsQ5dTWAAAbI9J.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYsQ5dTWAAAbI9J.jpg","url":"https:\/\/t.co\/2WgXBumMUS","display_url":"pic.twitter.com\/2WgXBumMUS","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687661947504988161\/photo\/1","type":"photo","sizes":{"large":{"w":500,"h":667,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":453,"resize":"fit"},"medium":{"w":500,"h":667,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 15:15:55 +0000 2016","id":687654383039954945,"id_str":"687654383039954945","text":"Aww + so small. https:\/\/t.co\/50vM5oPOCe","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72931,"friends_count":42680,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16060,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":125,"favorite_count":136,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687654382901587968,"id_str":"687654382901587968","indices":[14,37],"media_url":"http:\/\/pbs.twimg.com\/media\/CYsKBJUW8AAygL-.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYsKBJUW8AAygL-.jpg","url":"https:\/\/t.co\/50vM5oPOCe","display_url":"pic.twitter.com\/50vM5oPOCe","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687654383039954945\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687654382901587968,"id_str":"687654382901587968","indices":[14,37],"media_url":"http:\/\/pbs.twimg.com\/media\/CYsKBJUW8AAygL-.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYsKBJUW8AAygL-.jpg","url":"https:\/\/t.co\/50vM5oPOCe","display_url":"pic.twitter.com\/50vM5oPOCe","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687654383039954945\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 14:45:57 +0000 2016","id":687646840049762304,"id_str":"687646840049762304","text":"Soooo + are you done with work yet? https:\/\/t.co\/QoasvR9IFQ","source":"\u003ca + href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72931,"friends_count":42680,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16060,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":170,"favorite_count":196,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687646839919755264,"id_str":"687646839919755264","indices":[34,57],"media_url":"http:\/\/pbs.twimg.com\/media\/CYsDKFhWQAALxSp.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYsDKFhWQAALxSp.jpg","url":"https:\/\/t.co\/QoasvR9IFQ","display_url":"pic.twitter.com\/QoasvR9IFQ","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687646840049762304\/photo\/1","type":"photo","sizes":{"small":{"w":340,"h":476,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":450,"h":631,"resize":"fit"},"large":{"w":450,"h":631,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687646839919755264,"id_str":"687646839919755264","indices":[34,57],"media_url":"http:\/\/pbs.twimg.com\/media\/CYsDKFhWQAALxSp.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYsDKFhWQAALxSp.jpg","url":"https:\/\/t.co\/QoasvR9IFQ","display_url":"pic.twitter.com\/QoasvR9IFQ","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687646840049762304\/photo\/1","type":"photo","sizes":{"small":{"w":340,"h":476,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":450,"h":631,"resize":"fit"},"large":{"w":450,"h":631,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"}]' + http_version: + recorded_at: Thu, 14 Jan 2016 23:15:52 GMT +recorded_with: VCR 3.0.1 diff --git a/spec/vcr/Creator/_find_or_create/when_the_provider_is_Twitter/creates_tweets_associated_with_the_creator/has_a_profile_picture.yml b/spec/vcr/Creator/_find_or_create/when_the_provider_is_Twitter/creates_tweets_associated_with_the_creator/has_a_profile_picture.yml new file mode 100644 index 0000000..0c100b2 --- /dev/null +++ b/spec/vcr/Creator/_find_or_create/when_the_provider_is_Twitter/creates_tweets_associated_with_the_creator/has_a_profile_picture.yml @@ -0,0 +1,221 @@ +--- +http_interactions: +- request: + method: get + uri: https://api.twitter.com/1.1/statuses/user_timeline.json?screen_name=CutePicsOfCats + body: + encoding: US-ASCII + string: '' + headers: + Accept: + - application/json + User-Agent: + - TwitterRubyGem/5.15.0 + Authorization: + - OAuth oauth_consumer_key="dJwBdO5ZoQH2OnCNjMKJvYnhn", oauth_nonce="2a41d6273095bd0dbe4c1fa19458ca15", + oauth_signature="Xri61Tykgs6PZIBjv9lzPPj%2FFNE%3D", oauth_signature_method="HMAC-SHA1", + oauth_timestamp="1452813352", oauth_token="80077789-0JZP99XKtgmjNYsHFH3PsrkQaAb618jBA3atLCbsl", + oauth_version="1.0" + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + response: + status: + code: 200 + message: OK + headers: + Cache-Control: + - no-cache, no-store, must-revalidate, pre-check=0, post-check=0 + Content-Disposition: + - attachment; filename=json.json + Content-Length: + - '4365' + Content-Type: + - application/json;charset=utf-8 + Date: + - Thu, 14 Jan 2016 23:15:53 GMT + Expires: + - Tue, 31 Mar 1981 05:00:00 GMT + Last-Modified: + - Thu, 14 Jan 2016 23:15:53 GMT + Pragma: + - no-cache + Server: + - tsa_a + Set-Cookie: + - guest_id=v1%3A145281335300859022; Domain=.twitter.com; Path=/; Expires=Sat, + 13-Jan-2018 23:15:53 UTC + - lang=en; Path=/ + Status: + - 200 OK + Strict-Transport-Security: + - max-age=631138519 + X-Access-Level: + - read-write + X-Connection-Hash: + - aca59a9a8f692bfd753109571bc351ff + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - SAMEORIGIN + X-Rate-Limit-Limit: + - '180' + X-Rate-Limit-Remaining: + - '175' + X-Rate-Limit-Reset: + - '1452813741' + X-Response-Time: + - '48' + X-Transaction: + - 24f444880367c65e + X-Twitter-Response-Tags: + - BouncerCompliant + X-Xss-Protection: + - 1; mode=block + body: + encoding: ASCII-8BIT + string: '[{"created_at":"Thu Jan 14 22:45:57 +0000 2016","id":687767638320222208,"id_str":"687767638320222208","text":"Let + your belly hang https:\/\/t.co\/TatCcdcBGc","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72931,"friends_count":42680,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16060,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":59,"favorite_count":112,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687767638227988480,"id_str":"687767638227988480","indices":[20,43],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtxBeSWsAA6V4U.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtxBeSWsAA6V4U.jpg","url":"https:\/\/t.co\/TatCcdcBGc","display_url":"pic.twitter.com\/TatCcdcBGc","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687767638320222208\/photo\/1","type":"photo","sizes":{"large":{"w":500,"h":375,"resize":"fit"},"medium":{"w":500,"h":375,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":255,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687767638227988480,"id_str":"687767638227988480","indices":[20,43],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtxBeSWsAA6V4U.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtxBeSWsAA6V4U.jpg","url":"https:\/\/t.co\/TatCcdcBGc","display_url":"pic.twitter.com\/TatCcdcBGc","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687767638320222208\/photo\/1","type":"photo","sizes":{"large":{"w":500,"h":375,"resize":"fit"},"medium":{"w":500,"h":375,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":255,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 22:19:05 +0000 2016","id":687760877001519105,"id_str":"687760877001519105","text":"Pets + Losing the Battle With Human Furniture \ud83d\udc49 https:\/\/t.co\/x4CLOs2RQv + https:\/\/t.co\/nrReyqJgSl","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72931,"friends_count":42680,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16060,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":20,"favorite_count":52,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/x4CLOs2RQv","expanded_url":"http:\/\/bit.ly\/1m3pXxP","display_url":"bit.ly\/1m3pXxP","indices":[46,69]}],"media":[{"id":687760876884082689,"id_str":"687760876884082689","indices":[70,93],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtq36UWQAEuKxL.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtq36UWQAEuKxL.jpg","url":"https:\/\/t.co\/nrReyqJgSl","display_url":"pic.twitter.com\/nrReyqJgSl","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687760877001519105\/photo\/1","type":"photo","sizes":{"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":800,"resize":"fit"},"small":{"w":340,"h":453,"resize":"fit"},"large":{"w":605,"h":807,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687760876884082689,"id_str":"687760876884082689","indices":[70,93],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtq36UWQAEuKxL.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtq36UWQAEuKxL.jpg","url":"https:\/\/t.co\/nrReyqJgSl","display_url":"pic.twitter.com\/nrReyqJgSl","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687760877001519105\/photo\/1","type":"photo","sizes":{"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":800,"resize":"fit"},"small":{"w":340,"h":453,"resize":"fit"},"large":{"w":605,"h":807,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 22:15:55 +0000 2016","id":687760080775852033,"id_str":"687760080775852033","text":"Shopping + with mom. https:\/\/t.co\/xYDhIlnpGz","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72931,"friends_count":42680,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16060,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":44,"favorite_count":85,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687760080666767361,"id_str":"687760080666767361","indices":[19,42],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtqJkLWMAEcO2E.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtqJkLWMAEcO2E.jpg","url":"https:\/\/t.co\/xYDhIlnpGz","display_url":"pic.twitter.com\/xYDhIlnpGz","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687760080775852033\/photo\/1","type":"photo","sizes":{"large":{"w":599,"h":568,"resize":"fit"},"medium":{"w":599,"h":568,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":322,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687760080666767361,"id_str":"687760080666767361","indices":[19,42],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtqJkLWMAEcO2E.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtqJkLWMAEcO2E.jpg","url":"https:\/\/t.co\/xYDhIlnpGz","display_url":"pic.twitter.com\/xYDhIlnpGz","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687760080775852033\/photo\/1","type":"photo","sizes":{"large":{"w":599,"h":568,"resize":"fit"},"medium":{"w":599,"h":568,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":322,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 21:46:00 +0000 2016","id":687752549940736001,"id_str":"687752549940736001","text":"Irresistible + look! https:\/\/t.co\/voxIJZCflx","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72931,"friends_count":42680,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16060,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":42,"favorite_count":86,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687752549802340354,"id_str":"687752549802340354","indices":[19,42],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtjTNhWcAIpSPO.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtjTNhWcAIpSPO.jpg","url":"https:\/\/t.co\/voxIJZCflx","display_url":"pic.twitter.com\/voxIJZCflx","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687752549940736001\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687752549802340354,"id_str":"687752549802340354","indices":[19,42],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtjTNhWcAIpSPO.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtjTNhWcAIpSPO.jpg","url":"https:\/\/t.co\/voxIJZCflx","display_url":"pic.twitter.com\/voxIJZCflx","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687752549940736001\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"es"},{"created_at":"Thu + Jan 14 21:16:00 +0000 2016","id":687745001212776449,"id_str":"687745001212776449","text":"Me + in the morning https:\/\/t.co\/YurcYQOwLI","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72931,"friends_count":42680,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16060,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":56,"favorite_count":99,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687744996955545602,"id_str":"687744996955545602","indices":[18,41],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtcbk-WYAIhGlA.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtcbk-WYAIhGlA.jpg","url":"https:\/\/t.co\/YurcYQOwLI","display_url":"pic.twitter.com\/YurcYQOwLI","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687745001212776449\/photo\/1","type":"photo","sizes":{"large":{"w":500,"h":324,"resize":"fit"},"small":{"w":340,"h":220,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":500,"h":324,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687744996955545602,"id_str":"687744996955545602","indices":[18,41],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtcbk-WYAIhGlA.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtcbk-WYAIhGlA.jpg","url":"https:\/\/t.co\/YurcYQOwLI","display_url":"pic.twitter.com\/YurcYQOwLI","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687745001212776449\/photo\/1","type":"photo","sizes":{"large":{"w":500,"h":324,"resize":"fit"},"small":{"w":340,"h":220,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":500,"h":324,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 20:45:56 +0000 2016","id":687737436034707456,"id_str":"687737436034707456","text":"MY + CAT LADY STARTER PACK JUST ARRIVED YAAAS https:\/\/t.co\/E1WXIxQSIp","source":"\u003ca + href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72931,"friends_count":42680,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16060,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":68,"favorite_count":141,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687737435866947585,"id_str":"687737435866947585","indices":[44,67],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtVjduWYAENm9m.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtVjduWYAENm9m.jpg","url":"https:\/\/t.co\/E1WXIxQSIp","display_url":"pic.twitter.com\/E1WXIxQSIp","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687737436034707456\/photo\/1","type":"photo","sizes":{"medium":{"w":600,"h":450,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":255,"resize":"fit"},"large":{"w":600,"h":450,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687737435866947585,"id_str":"687737435866947585","indices":[44,67],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtVjduWYAENm9m.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtVjduWYAENm9m.jpg","url":"https:\/\/t.co\/E1WXIxQSIp","display_url":"pic.twitter.com\/E1WXIxQSIp","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687737436034707456\/photo\/1","type":"photo","sizes":{"medium":{"w":600,"h":450,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":255,"resize":"fit"},"large":{"w":600,"h":450,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 20:15:57 +0000 2016","id":687729886795051008,"id_str":"687729886795051008","text":"Mother + and new born baby. https:\/\/t.co\/DW8Ph3kDGE","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72931,"friends_count":42680,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16060,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":63,"favorite_count":151,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687729886631477251,"id_str":"687729886631477251","indices":[26,49],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtOsCoWwAMg7kK.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtOsCoWwAMg7kK.jpg","url":"https:\/\/t.co\/DW8Ph3kDGE","display_url":"pic.twitter.com\/DW8Ph3kDGE","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687729886795051008\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687729886631477251,"id_str":"687729886631477251","indices":[26,49],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtOsCoWwAMg7kK.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtOsCoWwAMg7kK.jpg","url":"https:\/\/t.co\/DW8Ph3kDGE","display_url":"pic.twitter.com\/DW8Ph3kDGE","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687729886795051008\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 19:45:56 +0000 2016","id":687722332748668933,"id_str":"687722332748668933","text":"Retweet + if you wanna high five this cutie! https:\/\/t.co\/6CPw4qx0By","source":"\u003ca + href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72931,"friends_count":42680,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16060,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":71,"favorite_count":115,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687722332627070976,"id_str":"687722332627070976","indices":[43,66],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtH0VxW8AA3MXA.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtH0VxW8AA3MXA.jpg","url":"https:\/\/t.co\/6CPw4qx0By","display_url":"pic.twitter.com\/6CPw4qx0By","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687722332748668933\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687722332627070976,"id_str":"687722332627070976","indices":[43,66],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtH0VxW8AA3MXA.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtH0VxW8AA3MXA.jpg","url":"https:\/\/t.co\/6CPw4qx0By","display_url":"pic.twitter.com\/6CPw4qx0By","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687722332748668933\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 19:19:44 +0000 2016","id":687715743081869313,"id_str":"687715743081869313","text":"Yoga + Studio Opens Its Doors To Shelter Cats Hoping To Find A Home https:\/\/t.co\/GSYp5FAoeb + https:\/\/t.co\/litATXgmHj","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72931,"friends_count":42680,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16060,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":22,"favorite_count":65,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/GSYp5FAoeb","expanded_url":"http:\/\/bit.ly\/1O7H3Yb","display_url":"bit.ly\/1O7H3Yb","indices":[66,89]}],"media":[{"id":687715742922444802,"id_str":"687715742922444802","indices":[90,113],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtB0xNWEAITAO_.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtB0xNWEAITAO_.jpg","url":"https:\/\/t.co\/litATXgmHj","display_url":"pic.twitter.com\/litATXgmHj","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687715743081869313\/photo\/1","type":"photo","sizes":{"small":{"w":340,"h":193,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":341,"resize":"fit"},"large":{"w":640,"h":364,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687715742922444802,"id_str":"687715742922444802","indices":[90,113],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtB0xNWEAITAO_.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtB0xNWEAITAO_.jpg","url":"https:\/\/t.co\/litATXgmHj","display_url":"pic.twitter.com\/litATXgmHj","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687715743081869313\/photo\/1","type":"photo","sizes":{"small":{"w":340,"h":193,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":341,"resize":"fit"},"large":{"w":640,"h":364,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 19:15:59 +0000 2016","id":687714798134530048,"id_str":"687714798134530048","text":"how + the greatest love story ever started https:\/\/t.co\/mrMdZIS1MM","source":"\u003ca + href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72931,"friends_count":42680,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16060,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":90,"favorite_count":134,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687714798054801408,"id_str":"687714798054801408","indices":[41,64],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtA9xTWAAAneyN.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtA9xTWAAAneyN.jpg","url":"https:\/\/t.co\/mrMdZIS1MM","display_url":"pic.twitter.com\/mrMdZIS1MM","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687714798134530048\/photo\/1","type":"photo","sizes":{"thumb":{"w":150,"h":150,"resize":"crop"},"large":{"w":480,"h":333,"resize":"fit"},"small":{"w":340,"h":235,"resize":"fit"},"medium":{"w":480,"h":333,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687714798054801408,"id_str":"687714798054801408","indices":[41,64],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtA9xTWAAAneyN.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtA9xTWAAAneyN.jpg","url":"https:\/\/t.co\/mrMdZIS1MM","display_url":"pic.twitter.com\/mrMdZIS1MM","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687714798134530048\/photo\/1","type":"photo","sizes":{"thumb":{"w":150,"h":150,"resize":"crop"},"large":{"w":480,"h":333,"resize":"fit"},"small":{"w":340,"h":235,"resize":"fit"},"medium":{"w":480,"h":333,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 18:46:02 +0000 2016","id":687707258319454214,"id_str":"687707258319454214","text":"rawr! + I''m a tough little guy https:\/\/t.co\/mmG2GSpvZU","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72931,"friends_count":42680,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16060,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":40,"favorite_count":116,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687707258206158850,"id_str":"687707258206158850","indices":[29,52],"media_url":"http:\/\/pbs.twimg.com\/media\/CYs6G5LWAAICu-f.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYs6G5LWAAICu-f.jpg","url":"https:\/\/t.co\/mmG2GSpvZU","display_url":"pic.twitter.com\/mmG2GSpvZU","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687707258319454214\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687707258206158850,"id_str":"687707258206158850","indices":[29,52],"media_url":"http:\/\/pbs.twimg.com\/media\/CYs6G5LWAAICu-f.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYs6G5LWAAICu-f.jpg","url":"https:\/\/t.co\/mmG2GSpvZU","display_url":"pic.twitter.com\/mmG2GSpvZU","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687707258319454214\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 18:16:00 +0000 2016","id":687699701861335040,"id_str":"687699701861335040","text":"Adorable + spots. https:\/\/t.co\/KTA6irEQvE","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72931,"friends_count":42680,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16060,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":47,"favorite_count":112,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687699701735501824,"id_str":"687699701735501824","indices":[16,39],"media_url":"http:\/\/pbs.twimg.com\/media\/CYszPDIWMAAb5oV.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYszPDIWMAAb5oV.jpg","url":"https:\/\/t.co\/KTA6irEQvE","display_url":"pic.twitter.com\/KTA6irEQvE","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687699701861335040\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687699701735501824,"id_str":"687699701735501824","indices":[16,39],"media_url":"http:\/\/pbs.twimg.com\/media\/CYszPDIWMAAb5oV.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYszPDIWMAAb5oV.jpg","url":"https:\/\/t.co\/KTA6irEQvE","display_url":"pic.twitter.com\/KTA6irEQvE","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687699701861335040\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"fr"},{"created_at":"Thu + Jan 14 17:46:00 +0000 2016","id":687692152881700864,"id_str":"687692152881700864","text":"Looking + good in a bow Mister Cat! https:\/\/t.co\/FfixeTCc66","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72931,"friends_count":42680,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16060,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":43,"favorite_count":120,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687692152751714304,"id_str":"687692152751714304","indices":[34,57],"media_url":"http:\/\/pbs.twimg.com\/media\/CYssXo-W8AAomWi.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYssXo-W8AAomWi.jpg","url":"https:\/\/t.co\/FfixeTCc66","display_url":"pic.twitter.com\/FfixeTCc66","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687692152881700864\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687692152751714304,"id_str":"687692152751714304","indices":[34,57],"media_url":"http:\/\/pbs.twimg.com\/media\/CYssXo-W8AAomWi.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYssXo-W8AAomWi.jpg","url":"https:\/\/t.co\/FfixeTCc66","display_url":"pic.twitter.com\/FfixeTCc66","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687692152881700864\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 17:15:56 +0000 2016","id":687684586810294272,"id_str":"687684586810294272","text":"OMG, + so tiny https:\/\/t.co\/q9HU1QBV7B","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72931,"friends_count":42680,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16060,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":95,"favorite_count":156,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687684586701254656,"id_str":"687684586701254656","indices":[13,36],"media_url":"http:\/\/pbs.twimg.com\/media\/CYslfPPW8AAp6S4.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYslfPPW8AAp6S4.jpg","url":"https:\/\/t.co\/q9HU1QBV7B","display_url":"pic.twitter.com\/q9HU1QBV7B","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687684586810294272\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687684586701254656,"id_str":"687684586701254656","indices":[13,36],"media_url":"http:\/\/pbs.twimg.com\/media\/CYslfPPW8AAp6S4.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYslfPPW8AAp6S4.jpg","url":"https:\/\/t.co\/q9HU1QBV7B","display_url":"pic.twitter.com\/q9HU1QBV7B","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687684586810294272\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 16:46:00 +0000 2016","id":687677052519092229,"id_str":"687677052519092229","text":"Retweet + if this guy made you smile! https:\/\/t.co\/T4k3MU2Lh8","source":"\u003ca + href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72931,"friends_count":42680,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16060,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":71,"favorite_count":116,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687677052418396161,"id_str":"687677052418396161","indices":[36,59],"media_url":"http:\/\/pbs.twimg.com\/media\/CYseor2WEAErurK.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYseor2WEAErurK.jpg","url":"https:\/\/t.co\/T4k3MU2Lh8","display_url":"pic.twitter.com\/T4k3MU2Lh8","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687677052519092229\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687677052418396161,"id_str":"687677052418396161","indices":[36,59],"media_url":"http:\/\/pbs.twimg.com\/media\/CYseor2WEAErurK.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYseor2WEAErurK.jpg","url":"https:\/\/t.co\/T4k3MU2Lh8","display_url":"pic.twitter.com\/T4k3MU2Lh8","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687677052519092229\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 16:34:42 +0000 2016","id":687674210186059778,"id_str":"687674210186059778","text":"Have + you seen The Oatmeal''s Cat vs. Internet? SO adorable! #9 is my fav https:\/\/t.co\/Ird2gFfVQF + https:\/\/t.co\/XXqfHul5Zs","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72931,"friends_count":42680,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16060,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":5,"favorite_count":22,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/Ird2gFfVQF","expanded_url":"http:\/\/bit.ly\/1RSklCV","display_url":"bit.ly\/1RSklCV","indices":[72,95]}],"media":[{"id":687674210035056641,"id_str":"687674210035056641","indices":[96,119],"media_url":"http:\/\/pbs.twimg.com\/media\/CYscDPJWQAEOtqi.png","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYscDPJWQAEOtqi.png","url":"https:\/\/t.co\/XXqfHul5Zs","display_url":"pic.twitter.com\/XXqfHul5Zs","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687674210186059778\/photo\/1","type":"photo","sizes":{"thumb":{"w":150,"h":150,"resize":"crop"},"large":{"w":599,"h":618,"resize":"fit"},"small":{"w":340,"h":350,"resize":"fit"},"medium":{"w":599,"h":618,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687674210035056641,"id_str":"687674210035056641","indices":[96,119],"media_url":"http:\/\/pbs.twimg.com\/media\/CYscDPJWQAEOtqi.png","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYscDPJWQAEOtqi.png","url":"https:\/\/t.co\/XXqfHul5Zs","display_url":"pic.twitter.com\/XXqfHul5Zs","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687674210186059778\/photo\/1","type":"photo","sizes":{"thumb":{"w":150,"h":150,"resize":"crop"},"large":{"w":599,"h":618,"resize":"fit"},"small":{"w":340,"h":350,"resize":"fit"},"medium":{"w":599,"h":618,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 16:15:56 +0000 2016","id":687669485843705857,"id_str":"687669485843705857","text":"I + wanna scream - cuteness overload! https:\/\/t.co\/6guFLKxEIA","source":"\u003ca + href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72931,"friends_count":42680,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16060,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":104,"favorite_count":117,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687669485709451264,"id_str":"687669485709451264","indices":[36,59],"media_url":"http:\/\/pbs.twimg.com\/media\/CYsXwPqWYAAABQ7.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYsXwPqWYAAABQ7.jpg","url":"https:\/\/t.co\/6guFLKxEIA","display_url":"pic.twitter.com\/6guFLKxEIA","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687669485843705857\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687669485709451264,"id_str":"687669485709451264","indices":[36,59],"media_url":"http:\/\/pbs.twimg.com\/media\/CYsXwPqWYAAABQ7.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYsXwPqWYAAABQ7.jpg","url":"https:\/\/t.co\/6guFLKxEIA","display_url":"pic.twitter.com\/6guFLKxEIA","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687669485843705857\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 15:45:59 +0000 2016","id":687661947504988161,"id_str":"687661947504988161","text":"Hi + there https:\/\/t.co\/2WgXBumMUS","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72931,"friends_count":42680,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16060,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":124,"favorite_count":168,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687661947408482304,"id_str":"687661947408482304","indices":[9,32],"media_url":"http:\/\/pbs.twimg.com\/media\/CYsQ5dTWAAAbI9J.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYsQ5dTWAAAbI9J.jpg","url":"https:\/\/t.co\/2WgXBumMUS","display_url":"pic.twitter.com\/2WgXBumMUS","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687661947504988161\/photo\/1","type":"photo","sizes":{"large":{"w":500,"h":667,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":453,"resize":"fit"},"medium":{"w":500,"h":667,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687661947408482304,"id_str":"687661947408482304","indices":[9,32],"media_url":"http:\/\/pbs.twimg.com\/media\/CYsQ5dTWAAAbI9J.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYsQ5dTWAAAbI9J.jpg","url":"https:\/\/t.co\/2WgXBumMUS","display_url":"pic.twitter.com\/2WgXBumMUS","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687661947504988161\/photo\/1","type":"photo","sizes":{"large":{"w":500,"h":667,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":453,"resize":"fit"},"medium":{"w":500,"h":667,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 15:15:55 +0000 2016","id":687654383039954945,"id_str":"687654383039954945","text":"Aww + so small. https:\/\/t.co\/50vM5oPOCe","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72931,"friends_count":42680,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16060,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":125,"favorite_count":136,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687654382901587968,"id_str":"687654382901587968","indices":[14,37],"media_url":"http:\/\/pbs.twimg.com\/media\/CYsKBJUW8AAygL-.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYsKBJUW8AAygL-.jpg","url":"https:\/\/t.co\/50vM5oPOCe","display_url":"pic.twitter.com\/50vM5oPOCe","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687654383039954945\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687654382901587968,"id_str":"687654382901587968","indices":[14,37],"media_url":"http:\/\/pbs.twimg.com\/media\/CYsKBJUW8AAygL-.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYsKBJUW8AAygL-.jpg","url":"https:\/\/t.co\/50vM5oPOCe","display_url":"pic.twitter.com\/50vM5oPOCe","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687654383039954945\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 14:45:57 +0000 2016","id":687646840049762304,"id_str":"687646840049762304","text":"Soooo + are you done with work yet? https:\/\/t.co\/QoasvR9IFQ","source":"\u003ca + href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72931,"friends_count":42680,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16060,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":170,"favorite_count":196,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687646839919755264,"id_str":"687646839919755264","indices":[34,57],"media_url":"http:\/\/pbs.twimg.com\/media\/CYsDKFhWQAALxSp.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYsDKFhWQAALxSp.jpg","url":"https:\/\/t.co\/QoasvR9IFQ","display_url":"pic.twitter.com\/QoasvR9IFQ","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687646840049762304\/photo\/1","type":"photo","sizes":{"small":{"w":340,"h":476,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":450,"h":631,"resize":"fit"},"large":{"w":450,"h":631,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687646839919755264,"id_str":"687646839919755264","indices":[34,57],"media_url":"http:\/\/pbs.twimg.com\/media\/CYsDKFhWQAALxSp.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYsDKFhWQAALxSp.jpg","url":"https:\/\/t.co\/QoasvR9IFQ","display_url":"pic.twitter.com\/QoasvR9IFQ","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687646840049762304\/photo\/1","type":"photo","sizes":{"small":{"w":340,"h":476,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":450,"h":631,"resize":"fit"},"large":{"w":450,"h":631,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"}]' + http_version: + recorded_at: Thu, 14 Jan 2016 23:15:53 GMT +recorded_with: VCR 3.0.1 diff --git a/spec/vcr/Creator/_find_or_create/when_the_provider_is_Twitter/creates_tweets_associated_with_the_creator/save_the_Creator_if_there_are_no_tweets.yml b/spec/vcr/Creator/_find_or_create/when_the_provider_is_Twitter/creates_tweets_associated_with_the_creator/save_the_Creator_if_there_are_no_tweets.yml new file mode 100644 index 0000000..bf49a87 --- /dev/null +++ b/spec/vcr/Creator/_find_or_create/when_the_provider_is_Twitter/creates_tweets_associated_with_the_creator/save_the_Creator_if_there_are_no_tweets.yml @@ -0,0 +1,221 @@ +--- +http_interactions: +- request: + method: get + uri: https://api.twitter.com/1.1/statuses/user_timeline.json?screen_name=CutePicsOfCats + body: + encoding: US-ASCII + string: '' + headers: + Accept: + - application/json + User-Agent: + - TwitterRubyGem/5.15.0 + Authorization: + - OAuth oauth_consumer_key="dJwBdO5ZoQH2OnCNjMKJvYnhn", oauth_nonce="22c07e442223351513b326c5e26cddc3", + oauth_signature="akiUacL358ParsOUyhi9tDpwrjI%3D", oauth_signature_method="HMAC-SHA1", + oauth_timestamp="1452813352", oauth_token="80077789-0JZP99XKtgmjNYsHFH3PsrkQaAb618jBA3atLCbsl", + oauth_version="1.0" + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + response: + status: + code: 200 + message: OK + headers: + Cache-Control: + - no-cache, no-store, must-revalidate, pre-check=0, post-check=0 + Content-Disposition: + - attachment; filename=json.json + Content-Length: + - '4367' + Content-Type: + - application/json;charset=utf-8 + Date: + - Thu, 14 Jan 2016 23:15:52 GMT + Expires: + - Tue, 31 Mar 1981 05:00:00 GMT + Last-Modified: + - Thu, 14 Jan 2016 23:15:52 GMT + Pragma: + - no-cache + Server: + - tsa_a + Set-Cookie: + - guest_id=v1%3A145281335277766738; Domain=.twitter.com; Path=/; Expires=Sat, + 13-Jan-2018 23:15:52 UTC + - lang=en; Path=/ + Status: + - 200 OK + Strict-Transport-Security: + - max-age=631138519 + X-Access-Level: + - read-write + X-Connection-Hash: + - 925f0d6f2ba19603b8d4c97606e84c13 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - SAMEORIGIN + X-Rate-Limit-Limit: + - '180' + X-Rate-Limit-Remaining: + - '176' + X-Rate-Limit-Reset: + - '1452813741' + X-Response-Time: + - '46' + X-Transaction: + - 926ebfe5f64cb2fd + X-Twitter-Response-Tags: + - BouncerCompliant + X-Xss-Protection: + - 1; mode=block + body: + encoding: ASCII-8BIT + string: '[{"created_at":"Thu Jan 14 22:45:57 +0000 2016","id":687767638320222208,"id_str":"687767638320222208","text":"Let + your belly hang https:\/\/t.co\/TatCcdcBGc","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72931,"friends_count":42680,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16060,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":59,"favorite_count":112,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687767638227988480,"id_str":"687767638227988480","indices":[20,43],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtxBeSWsAA6V4U.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtxBeSWsAA6V4U.jpg","url":"https:\/\/t.co\/TatCcdcBGc","display_url":"pic.twitter.com\/TatCcdcBGc","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687767638320222208\/photo\/1","type":"photo","sizes":{"large":{"w":500,"h":375,"resize":"fit"},"medium":{"w":500,"h":375,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":255,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687767638227988480,"id_str":"687767638227988480","indices":[20,43],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtxBeSWsAA6V4U.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtxBeSWsAA6V4U.jpg","url":"https:\/\/t.co\/TatCcdcBGc","display_url":"pic.twitter.com\/TatCcdcBGc","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687767638320222208\/photo\/1","type":"photo","sizes":{"large":{"w":500,"h":375,"resize":"fit"},"medium":{"w":500,"h":375,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":255,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 22:19:05 +0000 2016","id":687760877001519105,"id_str":"687760877001519105","text":"Pets + Losing the Battle With Human Furniture \ud83d\udc49 https:\/\/t.co\/x4CLOs2RQv + https:\/\/t.co\/nrReyqJgSl","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72931,"friends_count":42680,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16060,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":20,"favorite_count":52,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/x4CLOs2RQv","expanded_url":"http:\/\/bit.ly\/1m3pXxP","display_url":"bit.ly\/1m3pXxP","indices":[46,69]}],"media":[{"id":687760876884082689,"id_str":"687760876884082689","indices":[70,93],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtq36UWQAEuKxL.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtq36UWQAEuKxL.jpg","url":"https:\/\/t.co\/nrReyqJgSl","display_url":"pic.twitter.com\/nrReyqJgSl","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687760877001519105\/photo\/1","type":"photo","sizes":{"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":800,"resize":"fit"},"small":{"w":340,"h":453,"resize":"fit"},"large":{"w":605,"h":807,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687760876884082689,"id_str":"687760876884082689","indices":[70,93],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtq36UWQAEuKxL.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtq36UWQAEuKxL.jpg","url":"https:\/\/t.co\/nrReyqJgSl","display_url":"pic.twitter.com\/nrReyqJgSl","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687760877001519105\/photo\/1","type":"photo","sizes":{"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":800,"resize":"fit"},"small":{"w":340,"h":453,"resize":"fit"},"large":{"w":605,"h":807,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 22:15:55 +0000 2016","id":687760080775852033,"id_str":"687760080775852033","text":"Shopping + with mom. https:\/\/t.co\/xYDhIlnpGz","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72931,"friends_count":42680,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16060,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":44,"favorite_count":85,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687760080666767361,"id_str":"687760080666767361","indices":[19,42],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtqJkLWMAEcO2E.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtqJkLWMAEcO2E.jpg","url":"https:\/\/t.co\/xYDhIlnpGz","display_url":"pic.twitter.com\/xYDhIlnpGz","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687760080775852033\/photo\/1","type":"photo","sizes":{"large":{"w":599,"h":568,"resize":"fit"},"medium":{"w":599,"h":568,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":322,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687760080666767361,"id_str":"687760080666767361","indices":[19,42],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtqJkLWMAEcO2E.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtqJkLWMAEcO2E.jpg","url":"https:\/\/t.co\/xYDhIlnpGz","display_url":"pic.twitter.com\/xYDhIlnpGz","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687760080775852033\/photo\/1","type":"photo","sizes":{"large":{"w":599,"h":568,"resize":"fit"},"medium":{"w":599,"h":568,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":322,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 21:46:00 +0000 2016","id":687752549940736001,"id_str":"687752549940736001","text":"Irresistible + look! https:\/\/t.co\/voxIJZCflx","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72931,"friends_count":42680,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16060,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":42,"favorite_count":86,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687752549802340354,"id_str":"687752549802340354","indices":[19,42],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtjTNhWcAIpSPO.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtjTNhWcAIpSPO.jpg","url":"https:\/\/t.co\/voxIJZCflx","display_url":"pic.twitter.com\/voxIJZCflx","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687752549940736001\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687752549802340354,"id_str":"687752549802340354","indices":[19,42],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtjTNhWcAIpSPO.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtjTNhWcAIpSPO.jpg","url":"https:\/\/t.co\/voxIJZCflx","display_url":"pic.twitter.com\/voxIJZCflx","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687752549940736001\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"es"},{"created_at":"Thu + Jan 14 21:16:00 +0000 2016","id":687745001212776449,"id_str":"687745001212776449","text":"Me + in the morning https:\/\/t.co\/YurcYQOwLI","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72931,"friends_count":42680,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16060,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":56,"favorite_count":99,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687744996955545602,"id_str":"687744996955545602","indices":[18,41],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtcbk-WYAIhGlA.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtcbk-WYAIhGlA.jpg","url":"https:\/\/t.co\/YurcYQOwLI","display_url":"pic.twitter.com\/YurcYQOwLI","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687745001212776449\/photo\/1","type":"photo","sizes":{"large":{"w":500,"h":324,"resize":"fit"},"small":{"w":340,"h":220,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":500,"h":324,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687744996955545602,"id_str":"687744996955545602","indices":[18,41],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtcbk-WYAIhGlA.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtcbk-WYAIhGlA.jpg","url":"https:\/\/t.co\/YurcYQOwLI","display_url":"pic.twitter.com\/YurcYQOwLI","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687745001212776449\/photo\/1","type":"photo","sizes":{"large":{"w":500,"h":324,"resize":"fit"},"small":{"w":340,"h":220,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":500,"h":324,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 20:45:56 +0000 2016","id":687737436034707456,"id_str":"687737436034707456","text":"MY + CAT LADY STARTER PACK JUST ARRIVED YAAAS https:\/\/t.co\/E1WXIxQSIp","source":"\u003ca + href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72931,"friends_count":42680,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16060,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":68,"favorite_count":141,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687737435866947585,"id_str":"687737435866947585","indices":[44,67],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtVjduWYAENm9m.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtVjduWYAENm9m.jpg","url":"https:\/\/t.co\/E1WXIxQSIp","display_url":"pic.twitter.com\/E1WXIxQSIp","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687737436034707456\/photo\/1","type":"photo","sizes":{"medium":{"w":600,"h":450,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":255,"resize":"fit"},"large":{"w":600,"h":450,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687737435866947585,"id_str":"687737435866947585","indices":[44,67],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtVjduWYAENm9m.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtVjduWYAENm9m.jpg","url":"https:\/\/t.co\/E1WXIxQSIp","display_url":"pic.twitter.com\/E1WXIxQSIp","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687737436034707456\/photo\/1","type":"photo","sizes":{"medium":{"w":600,"h":450,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":255,"resize":"fit"},"large":{"w":600,"h":450,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 20:15:57 +0000 2016","id":687729886795051008,"id_str":"687729886795051008","text":"Mother + and new born baby. https:\/\/t.co\/DW8Ph3kDGE","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72931,"friends_count":42680,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16060,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":63,"favorite_count":150,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687729886631477251,"id_str":"687729886631477251","indices":[26,49],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtOsCoWwAMg7kK.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtOsCoWwAMg7kK.jpg","url":"https:\/\/t.co\/DW8Ph3kDGE","display_url":"pic.twitter.com\/DW8Ph3kDGE","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687729886795051008\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687729886631477251,"id_str":"687729886631477251","indices":[26,49],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtOsCoWwAMg7kK.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtOsCoWwAMg7kK.jpg","url":"https:\/\/t.co\/DW8Ph3kDGE","display_url":"pic.twitter.com\/DW8Ph3kDGE","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687729886795051008\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 19:45:56 +0000 2016","id":687722332748668933,"id_str":"687722332748668933","text":"Retweet + if you wanna high five this cutie! https:\/\/t.co\/6CPw4qx0By","source":"\u003ca + href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72931,"friends_count":42680,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16060,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":71,"favorite_count":115,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687722332627070976,"id_str":"687722332627070976","indices":[43,66],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtH0VxW8AA3MXA.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtH0VxW8AA3MXA.jpg","url":"https:\/\/t.co\/6CPw4qx0By","display_url":"pic.twitter.com\/6CPw4qx0By","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687722332748668933\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687722332627070976,"id_str":"687722332627070976","indices":[43,66],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtH0VxW8AA3MXA.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtH0VxW8AA3MXA.jpg","url":"https:\/\/t.co\/6CPw4qx0By","display_url":"pic.twitter.com\/6CPw4qx0By","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687722332748668933\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 19:19:44 +0000 2016","id":687715743081869313,"id_str":"687715743081869313","text":"Yoga + Studio Opens Its Doors To Shelter Cats Hoping To Find A Home https:\/\/t.co\/GSYp5FAoeb + https:\/\/t.co\/litATXgmHj","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72931,"friends_count":42680,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16060,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":22,"favorite_count":65,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/GSYp5FAoeb","expanded_url":"http:\/\/bit.ly\/1O7H3Yb","display_url":"bit.ly\/1O7H3Yb","indices":[66,89]}],"media":[{"id":687715742922444802,"id_str":"687715742922444802","indices":[90,113],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtB0xNWEAITAO_.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtB0xNWEAITAO_.jpg","url":"https:\/\/t.co\/litATXgmHj","display_url":"pic.twitter.com\/litATXgmHj","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687715743081869313\/photo\/1","type":"photo","sizes":{"small":{"w":340,"h":193,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":341,"resize":"fit"},"large":{"w":640,"h":364,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687715742922444802,"id_str":"687715742922444802","indices":[90,113],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtB0xNWEAITAO_.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtB0xNWEAITAO_.jpg","url":"https:\/\/t.co\/litATXgmHj","display_url":"pic.twitter.com\/litATXgmHj","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687715743081869313\/photo\/1","type":"photo","sizes":{"small":{"w":340,"h":193,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":341,"resize":"fit"},"large":{"w":640,"h":364,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 19:15:59 +0000 2016","id":687714798134530048,"id_str":"687714798134530048","text":"how + the greatest love story ever started https:\/\/t.co\/mrMdZIS1MM","source":"\u003ca + href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72931,"friends_count":42680,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16060,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":90,"favorite_count":134,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687714798054801408,"id_str":"687714798054801408","indices":[41,64],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtA9xTWAAAneyN.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtA9xTWAAAneyN.jpg","url":"https:\/\/t.co\/mrMdZIS1MM","display_url":"pic.twitter.com\/mrMdZIS1MM","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687714798134530048\/photo\/1","type":"photo","sizes":{"thumb":{"w":150,"h":150,"resize":"crop"},"large":{"w":480,"h":333,"resize":"fit"},"small":{"w":340,"h":235,"resize":"fit"},"medium":{"w":480,"h":333,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687714798054801408,"id_str":"687714798054801408","indices":[41,64],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtA9xTWAAAneyN.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtA9xTWAAAneyN.jpg","url":"https:\/\/t.co\/mrMdZIS1MM","display_url":"pic.twitter.com\/mrMdZIS1MM","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687714798134530048\/photo\/1","type":"photo","sizes":{"thumb":{"w":150,"h":150,"resize":"crop"},"large":{"w":480,"h":333,"resize":"fit"},"small":{"w":340,"h":235,"resize":"fit"},"medium":{"w":480,"h":333,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 18:46:02 +0000 2016","id":687707258319454214,"id_str":"687707258319454214","text":"rawr! + I''m a tough little guy https:\/\/t.co\/mmG2GSpvZU","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72931,"friends_count":42680,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16060,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":40,"favorite_count":116,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687707258206158850,"id_str":"687707258206158850","indices":[29,52],"media_url":"http:\/\/pbs.twimg.com\/media\/CYs6G5LWAAICu-f.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYs6G5LWAAICu-f.jpg","url":"https:\/\/t.co\/mmG2GSpvZU","display_url":"pic.twitter.com\/mmG2GSpvZU","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687707258319454214\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687707258206158850,"id_str":"687707258206158850","indices":[29,52],"media_url":"http:\/\/pbs.twimg.com\/media\/CYs6G5LWAAICu-f.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYs6G5LWAAICu-f.jpg","url":"https:\/\/t.co\/mmG2GSpvZU","display_url":"pic.twitter.com\/mmG2GSpvZU","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687707258319454214\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 18:16:00 +0000 2016","id":687699701861335040,"id_str":"687699701861335040","text":"Adorable + spots. https:\/\/t.co\/KTA6irEQvE","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72931,"friends_count":42680,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16060,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":47,"favorite_count":112,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687699701735501824,"id_str":"687699701735501824","indices":[16,39],"media_url":"http:\/\/pbs.twimg.com\/media\/CYszPDIWMAAb5oV.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYszPDIWMAAb5oV.jpg","url":"https:\/\/t.co\/KTA6irEQvE","display_url":"pic.twitter.com\/KTA6irEQvE","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687699701861335040\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687699701735501824,"id_str":"687699701735501824","indices":[16,39],"media_url":"http:\/\/pbs.twimg.com\/media\/CYszPDIWMAAb5oV.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYszPDIWMAAb5oV.jpg","url":"https:\/\/t.co\/KTA6irEQvE","display_url":"pic.twitter.com\/KTA6irEQvE","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687699701861335040\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"fr"},{"created_at":"Thu + Jan 14 17:46:00 +0000 2016","id":687692152881700864,"id_str":"687692152881700864","text":"Looking + good in a bow Mister Cat! https:\/\/t.co\/FfixeTCc66","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72931,"friends_count":42680,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16060,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":43,"favorite_count":120,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687692152751714304,"id_str":"687692152751714304","indices":[34,57],"media_url":"http:\/\/pbs.twimg.com\/media\/CYssXo-W8AAomWi.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYssXo-W8AAomWi.jpg","url":"https:\/\/t.co\/FfixeTCc66","display_url":"pic.twitter.com\/FfixeTCc66","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687692152881700864\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687692152751714304,"id_str":"687692152751714304","indices":[34,57],"media_url":"http:\/\/pbs.twimg.com\/media\/CYssXo-W8AAomWi.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYssXo-W8AAomWi.jpg","url":"https:\/\/t.co\/FfixeTCc66","display_url":"pic.twitter.com\/FfixeTCc66","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687692152881700864\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 17:15:56 +0000 2016","id":687684586810294272,"id_str":"687684586810294272","text":"OMG, + so tiny https:\/\/t.co\/q9HU1QBV7B","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72931,"friends_count":42680,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16060,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":95,"favorite_count":156,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687684586701254656,"id_str":"687684586701254656","indices":[13,36],"media_url":"http:\/\/pbs.twimg.com\/media\/CYslfPPW8AAp6S4.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYslfPPW8AAp6S4.jpg","url":"https:\/\/t.co\/q9HU1QBV7B","display_url":"pic.twitter.com\/q9HU1QBV7B","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687684586810294272\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687684586701254656,"id_str":"687684586701254656","indices":[13,36],"media_url":"http:\/\/pbs.twimg.com\/media\/CYslfPPW8AAp6S4.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYslfPPW8AAp6S4.jpg","url":"https:\/\/t.co\/q9HU1QBV7B","display_url":"pic.twitter.com\/q9HU1QBV7B","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687684586810294272\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 16:46:00 +0000 2016","id":687677052519092229,"id_str":"687677052519092229","text":"Retweet + if this guy made you smile! https:\/\/t.co\/T4k3MU2Lh8","source":"\u003ca + href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72931,"friends_count":42680,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16060,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":71,"favorite_count":116,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687677052418396161,"id_str":"687677052418396161","indices":[36,59],"media_url":"http:\/\/pbs.twimg.com\/media\/CYseor2WEAErurK.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYseor2WEAErurK.jpg","url":"https:\/\/t.co\/T4k3MU2Lh8","display_url":"pic.twitter.com\/T4k3MU2Lh8","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687677052519092229\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687677052418396161,"id_str":"687677052418396161","indices":[36,59],"media_url":"http:\/\/pbs.twimg.com\/media\/CYseor2WEAErurK.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYseor2WEAErurK.jpg","url":"https:\/\/t.co\/T4k3MU2Lh8","display_url":"pic.twitter.com\/T4k3MU2Lh8","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687677052519092229\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 16:34:42 +0000 2016","id":687674210186059778,"id_str":"687674210186059778","text":"Have + you seen The Oatmeal''s Cat vs. Internet? SO adorable! #9 is my fav https:\/\/t.co\/Ird2gFfVQF + https:\/\/t.co\/XXqfHul5Zs","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72931,"friends_count":42680,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16060,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":5,"favorite_count":22,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/Ird2gFfVQF","expanded_url":"http:\/\/bit.ly\/1RSklCV","display_url":"bit.ly\/1RSklCV","indices":[72,95]}],"media":[{"id":687674210035056641,"id_str":"687674210035056641","indices":[96,119],"media_url":"http:\/\/pbs.twimg.com\/media\/CYscDPJWQAEOtqi.png","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYscDPJWQAEOtqi.png","url":"https:\/\/t.co\/XXqfHul5Zs","display_url":"pic.twitter.com\/XXqfHul5Zs","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687674210186059778\/photo\/1","type":"photo","sizes":{"thumb":{"w":150,"h":150,"resize":"crop"},"large":{"w":599,"h":618,"resize":"fit"},"small":{"w":340,"h":350,"resize":"fit"},"medium":{"w":599,"h":618,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687674210035056641,"id_str":"687674210035056641","indices":[96,119],"media_url":"http:\/\/pbs.twimg.com\/media\/CYscDPJWQAEOtqi.png","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYscDPJWQAEOtqi.png","url":"https:\/\/t.co\/XXqfHul5Zs","display_url":"pic.twitter.com\/XXqfHul5Zs","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687674210186059778\/photo\/1","type":"photo","sizes":{"thumb":{"w":150,"h":150,"resize":"crop"},"large":{"w":599,"h":618,"resize":"fit"},"small":{"w":340,"h":350,"resize":"fit"},"medium":{"w":599,"h":618,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 16:15:56 +0000 2016","id":687669485843705857,"id_str":"687669485843705857","text":"I + wanna scream - cuteness overload! https:\/\/t.co\/6guFLKxEIA","source":"\u003ca + href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72931,"friends_count":42680,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16060,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":104,"favorite_count":117,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687669485709451264,"id_str":"687669485709451264","indices":[36,59],"media_url":"http:\/\/pbs.twimg.com\/media\/CYsXwPqWYAAABQ7.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYsXwPqWYAAABQ7.jpg","url":"https:\/\/t.co\/6guFLKxEIA","display_url":"pic.twitter.com\/6guFLKxEIA","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687669485843705857\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687669485709451264,"id_str":"687669485709451264","indices":[36,59],"media_url":"http:\/\/pbs.twimg.com\/media\/CYsXwPqWYAAABQ7.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYsXwPqWYAAABQ7.jpg","url":"https:\/\/t.co\/6guFLKxEIA","display_url":"pic.twitter.com\/6guFLKxEIA","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687669485843705857\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 15:45:59 +0000 2016","id":687661947504988161,"id_str":"687661947504988161","text":"Hi + there https:\/\/t.co\/2WgXBumMUS","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72931,"friends_count":42680,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16060,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":124,"favorite_count":168,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687661947408482304,"id_str":"687661947408482304","indices":[9,32],"media_url":"http:\/\/pbs.twimg.com\/media\/CYsQ5dTWAAAbI9J.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYsQ5dTWAAAbI9J.jpg","url":"https:\/\/t.co\/2WgXBumMUS","display_url":"pic.twitter.com\/2WgXBumMUS","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687661947504988161\/photo\/1","type":"photo","sizes":{"large":{"w":500,"h":667,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":453,"resize":"fit"},"medium":{"w":500,"h":667,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687661947408482304,"id_str":"687661947408482304","indices":[9,32],"media_url":"http:\/\/pbs.twimg.com\/media\/CYsQ5dTWAAAbI9J.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYsQ5dTWAAAbI9J.jpg","url":"https:\/\/t.co\/2WgXBumMUS","display_url":"pic.twitter.com\/2WgXBumMUS","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687661947504988161\/photo\/1","type":"photo","sizes":{"large":{"w":500,"h":667,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":453,"resize":"fit"},"medium":{"w":500,"h":667,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 15:15:55 +0000 2016","id":687654383039954945,"id_str":"687654383039954945","text":"Aww + so small. https:\/\/t.co\/50vM5oPOCe","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72931,"friends_count":42680,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16060,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":125,"favorite_count":136,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687654382901587968,"id_str":"687654382901587968","indices":[14,37],"media_url":"http:\/\/pbs.twimg.com\/media\/CYsKBJUW8AAygL-.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYsKBJUW8AAygL-.jpg","url":"https:\/\/t.co\/50vM5oPOCe","display_url":"pic.twitter.com\/50vM5oPOCe","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687654383039954945\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687654382901587968,"id_str":"687654382901587968","indices":[14,37],"media_url":"http:\/\/pbs.twimg.com\/media\/CYsKBJUW8AAygL-.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYsKBJUW8AAygL-.jpg","url":"https:\/\/t.co\/50vM5oPOCe","display_url":"pic.twitter.com\/50vM5oPOCe","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687654383039954945\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 14:45:57 +0000 2016","id":687646840049762304,"id_str":"687646840049762304","text":"Soooo + are you done with work yet? https:\/\/t.co\/QoasvR9IFQ","source":"\u003ca + href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72931,"friends_count":42680,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16060,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":170,"favorite_count":196,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687646839919755264,"id_str":"687646839919755264","indices":[34,57],"media_url":"http:\/\/pbs.twimg.com\/media\/CYsDKFhWQAALxSp.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYsDKFhWQAALxSp.jpg","url":"https:\/\/t.co\/QoasvR9IFQ","display_url":"pic.twitter.com\/QoasvR9IFQ","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687646840049762304\/photo\/1","type":"photo","sizes":{"small":{"w":340,"h":476,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":450,"h":631,"resize":"fit"},"large":{"w":450,"h":631,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687646839919755264,"id_str":"687646839919755264","indices":[34,57],"media_url":"http:\/\/pbs.twimg.com\/media\/CYsDKFhWQAALxSp.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYsDKFhWQAALxSp.jpg","url":"https:\/\/t.co\/QoasvR9IFQ","display_url":"pic.twitter.com\/QoasvR9IFQ","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687646840049762304\/photo\/1","type":"photo","sizes":{"small":{"w":340,"h":476,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":450,"h":631,"resize":"fit"},"large":{"w":450,"h":631,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"}]' + http_version: + recorded_at: Thu, 14 Jan 2016 23:15:52 GMT +recorded_with: VCR 3.0.1 diff --git a/spec/vcr/Creator/_find_or_create/when_the_provider_is_Twitter/creates_tweets_associated_with_the_creator/saves_some_tweets_associated_with_that_creator.yml b/spec/vcr/Creator/_find_or_create/when_the_provider_is_Twitter/creates_tweets_associated_with_the_creator/saves_some_tweets_associated_with_that_creator.yml new file mode 100644 index 0000000..1d2297b --- /dev/null +++ b/spec/vcr/Creator/_find_or_create/when_the_provider_is_Twitter/creates_tweets_associated_with_the_creator/saves_some_tweets_associated_with_that_creator.yml @@ -0,0 +1,221 @@ +--- +http_interactions: +- request: + method: get + uri: https://api.twitter.com/1.1/statuses/user_timeline.json?screen_name=CutePicsOfCats + body: + encoding: US-ASCII + string: '' + headers: + Accept: + - application/json + User-Agent: + - TwitterRubyGem/5.15.0 + Authorization: + - OAuth oauth_consumer_key="dJwBdO5ZoQH2OnCNjMKJvYnhn", oauth_nonce="c460b1a5123a1cf7ff2b51656da531fe", + oauth_signature="ckF7ULcNk%2B4EdumxMCbeaVDiQAc%3D", oauth_signature_method="HMAC-SHA1", + oauth_timestamp="1452813958", oauth_token="80077789-0JZP99XKtgmjNYsHFH3PsrkQaAb618jBA3atLCbsl", + oauth_version="1.0" + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + response: + status: + code: 200 + message: OK + headers: + Cache-Control: + - no-cache, no-store, must-revalidate, pre-check=0, post-check=0 + Content-Disposition: + - attachment; filename=json.json + Content-Length: + - '4352' + Content-Type: + - application/json;charset=utf-8 + Date: + - Thu, 14 Jan 2016 23:25:58 GMT + Expires: + - Tue, 31 Mar 1981 05:00:00 GMT + Last-Modified: + - Thu, 14 Jan 2016 23:25:58 GMT + Pragma: + - no-cache + Server: + - tsa_a + Set-Cookie: + - guest_id=v1%3A145281395844185813; Domain=.twitter.com; Path=/; Expires=Sat, + 13-Jan-2018 23:25:58 UTC + - lang=en; Path=/ + Status: + - 200 OK + Strict-Transport-Security: + - max-age=631138519 + X-Access-Level: + - read-write + X-Connection-Hash: + - fc1eb8c0563bc0c87580adc4cd6f0c0d + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - SAMEORIGIN + X-Rate-Limit-Limit: + - '180' + X-Rate-Limit-Remaining: + - '175' + X-Rate-Limit-Reset: + - '1452814675' + X-Response-Time: + - '72' + X-Transaction: + - c9cbe50e840c4d55 + X-Twitter-Response-Tags: + - BouncerCompliant + X-Xss-Protection: + - 1; mode=block + body: + encoding: ASCII-8BIT + string: '[{"created_at":"Thu Jan 14 23:15:56 +0000 2016","id":687775182354792449,"id_str":"687775182354792449","text":"want + me to grab you one too? https:\/\/t.co\/PbBxo2TqfP","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72931,"friends_count":42689,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16061,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":25,"favorite_count":31,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687775182283509762,"id_str":"687775182283509762","indices":[29,52],"media_url":"http:\/\/pbs.twimg.com\/media\/CYt34mFWkAIHh2A.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYt34mFWkAIHh2A.jpg","url":"https:\/\/t.co\/PbBxo2TqfP","display_url":"pic.twitter.com\/PbBxo2TqfP","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687775182354792449\/photo\/1","type":"photo","sizes":{"small":{"w":340,"h":510,"resize":"fit"},"large":{"w":500,"h":750,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":500,"h":750,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687775182283509762,"id_str":"687775182283509762","indices":[29,52],"media_url":"http:\/\/pbs.twimg.com\/media\/CYt34mFWkAIHh2A.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYt34mFWkAIHh2A.jpg","url":"https:\/\/t.co\/PbBxo2TqfP","display_url":"pic.twitter.com\/PbBxo2TqfP","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687775182354792449\/photo\/1","type":"photo","sizes":{"small":{"w":340,"h":510,"resize":"fit"},"large":{"w":500,"h":750,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":500,"h":750,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 22:45:57 +0000 2016","id":687767638320222208,"id_str":"687767638320222208","text":"Let + your belly hang https:\/\/t.co\/TatCcdcBGc","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72931,"friends_count":42689,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16061,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":72,"favorite_count":124,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687767638227988480,"id_str":"687767638227988480","indices":[20,43],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtxBeSWsAA6V4U.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtxBeSWsAA6V4U.jpg","url":"https:\/\/t.co\/TatCcdcBGc","display_url":"pic.twitter.com\/TatCcdcBGc","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687767638320222208\/photo\/1","type":"photo","sizes":{"large":{"w":500,"h":375,"resize":"fit"},"medium":{"w":500,"h":375,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":255,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687767638227988480,"id_str":"687767638227988480","indices":[20,43],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtxBeSWsAA6V4U.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtxBeSWsAA6V4U.jpg","url":"https:\/\/t.co\/TatCcdcBGc","display_url":"pic.twitter.com\/TatCcdcBGc","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687767638320222208\/photo\/1","type":"photo","sizes":{"large":{"w":500,"h":375,"resize":"fit"},"medium":{"w":500,"h":375,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":255,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 22:19:05 +0000 2016","id":687760877001519105,"id_str":"687760877001519105","text":"Pets + Losing the Battle With Human Furniture \ud83d\udc49 https:\/\/t.co\/x4CLOs2RQv + https:\/\/t.co\/nrReyqJgSl","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72931,"friends_count":42689,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16061,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":22,"favorite_count":57,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/x4CLOs2RQv","expanded_url":"http:\/\/bit.ly\/1m3pXxP","display_url":"bit.ly\/1m3pXxP","indices":[46,69]}],"media":[{"id":687760876884082689,"id_str":"687760876884082689","indices":[70,93],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtq36UWQAEuKxL.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtq36UWQAEuKxL.jpg","url":"https:\/\/t.co\/nrReyqJgSl","display_url":"pic.twitter.com\/nrReyqJgSl","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687760877001519105\/photo\/1","type":"photo","sizes":{"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":800,"resize":"fit"},"small":{"w":340,"h":453,"resize":"fit"},"large":{"w":605,"h":807,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687760876884082689,"id_str":"687760876884082689","indices":[70,93],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtq36UWQAEuKxL.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtq36UWQAEuKxL.jpg","url":"https:\/\/t.co\/nrReyqJgSl","display_url":"pic.twitter.com\/nrReyqJgSl","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687760877001519105\/photo\/1","type":"photo","sizes":{"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":800,"resize":"fit"},"small":{"w":340,"h":453,"resize":"fit"},"large":{"w":605,"h":807,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 22:15:55 +0000 2016","id":687760080775852033,"id_str":"687760080775852033","text":"Shopping + with mom. https:\/\/t.co\/xYDhIlnpGz","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72931,"friends_count":42689,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16061,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":46,"favorite_count":87,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687760080666767361,"id_str":"687760080666767361","indices":[19,42],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtqJkLWMAEcO2E.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtqJkLWMAEcO2E.jpg","url":"https:\/\/t.co\/xYDhIlnpGz","display_url":"pic.twitter.com\/xYDhIlnpGz","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687760080775852033\/photo\/1","type":"photo","sizes":{"large":{"w":599,"h":568,"resize":"fit"},"medium":{"w":599,"h":568,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":322,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687760080666767361,"id_str":"687760080666767361","indices":[19,42],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtqJkLWMAEcO2E.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtqJkLWMAEcO2E.jpg","url":"https:\/\/t.co\/xYDhIlnpGz","display_url":"pic.twitter.com\/xYDhIlnpGz","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687760080775852033\/photo\/1","type":"photo","sizes":{"large":{"w":599,"h":568,"resize":"fit"},"medium":{"w":599,"h":568,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":322,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 21:46:00 +0000 2016","id":687752549940736001,"id_str":"687752549940736001","text":"Irresistible + look! https:\/\/t.co\/voxIJZCflx","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72931,"friends_count":42689,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16061,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":45,"favorite_count":90,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687752549802340354,"id_str":"687752549802340354","indices":[19,42],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtjTNhWcAIpSPO.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtjTNhWcAIpSPO.jpg","url":"https:\/\/t.co\/voxIJZCflx","display_url":"pic.twitter.com\/voxIJZCflx","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687752549940736001\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687752549802340354,"id_str":"687752549802340354","indices":[19,42],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtjTNhWcAIpSPO.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtjTNhWcAIpSPO.jpg","url":"https:\/\/t.co\/voxIJZCflx","display_url":"pic.twitter.com\/voxIJZCflx","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687752549940736001\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"es"},{"created_at":"Thu + Jan 14 21:16:00 +0000 2016","id":687745001212776449,"id_str":"687745001212776449","text":"Me + in the morning https:\/\/t.co\/YurcYQOwLI","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72931,"friends_count":42689,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16061,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":62,"favorite_count":104,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687744996955545602,"id_str":"687744996955545602","indices":[18,41],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtcbk-WYAIhGlA.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtcbk-WYAIhGlA.jpg","url":"https:\/\/t.co\/YurcYQOwLI","display_url":"pic.twitter.com\/YurcYQOwLI","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687745001212776449\/photo\/1","type":"photo","sizes":{"large":{"w":500,"h":324,"resize":"fit"},"small":{"w":340,"h":220,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":500,"h":324,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687744996955545602,"id_str":"687744996955545602","indices":[18,41],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtcbk-WYAIhGlA.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtcbk-WYAIhGlA.jpg","url":"https:\/\/t.co\/YurcYQOwLI","display_url":"pic.twitter.com\/YurcYQOwLI","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687745001212776449\/photo\/1","type":"photo","sizes":{"large":{"w":500,"h":324,"resize":"fit"},"small":{"w":340,"h":220,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":500,"h":324,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 20:45:56 +0000 2016","id":687737436034707456,"id_str":"687737436034707456","text":"MY + CAT LADY STARTER PACK JUST ARRIVED YAAAS https:\/\/t.co\/E1WXIxQSIp","source":"\u003ca + href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72931,"friends_count":42689,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16061,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":70,"favorite_count":146,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687737435866947585,"id_str":"687737435866947585","indices":[44,67],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtVjduWYAENm9m.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtVjduWYAENm9m.jpg","url":"https:\/\/t.co\/E1WXIxQSIp","display_url":"pic.twitter.com\/E1WXIxQSIp","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687737436034707456\/photo\/1","type":"photo","sizes":{"medium":{"w":600,"h":450,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":255,"resize":"fit"},"large":{"w":600,"h":450,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687737435866947585,"id_str":"687737435866947585","indices":[44,67],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtVjduWYAENm9m.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtVjduWYAENm9m.jpg","url":"https:\/\/t.co\/E1WXIxQSIp","display_url":"pic.twitter.com\/E1WXIxQSIp","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687737436034707456\/photo\/1","type":"photo","sizes":{"medium":{"w":600,"h":450,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":255,"resize":"fit"},"large":{"w":600,"h":450,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 20:15:57 +0000 2016","id":687729886795051008,"id_str":"687729886795051008","text":"Mother + and new born baby. https:\/\/t.co\/DW8Ph3kDGE","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72931,"friends_count":42689,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16061,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":70,"favorite_count":159,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687729886631477251,"id_str":"687729886631477251","indices":[26,49],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtOsCoWwAMg7kK.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtOsCoWwAMg7kK.jpg","url":"https:\/\/t.co\/DW8Ph3kDGE","display_url":"pic.twitter.com\/DW8Ph3kDGE","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687729886795051008\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687729886631477251,"id_str":"687729886631477251","indices":[26,49],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtOsCoWwAMg7kK.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtOsCoWwAMg7kK.jpg","url":"https:\/\/t.co\/DW8Ph3kDGE","display_url":"pic.twitter.com\/DW8Ph3kDGE","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687729886795051008\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 19:45:56 +0000 2016","id":687722332748668933,"id_str":"687722332748668933","text":"Retweet + if you wanna high five this cutie! https:\/\/t.co\/6CPw4qx0By","source":"\u003ca + href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72931,"friends_count":42689,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16061,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":72,"favorite_count":120,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687722332627070976,"id_str":"687722332627070976","indices":[43,66],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtH0VxW8AA3MXA.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtH0VxW8AA3MXA.jpg","url":"https:\/\/t.co\/6CPw4qx0By","display_url":"pic.twitter.com\/6CPw4qx0By","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687722332748668933\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687722332627070976,"id_str":"687722332627070976","indices":[43,66],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtH0VxW8AA3MXA.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtH0VxW8AA3MXA.jpg","url":"https:\/\/t.co\/6CPw4qx0By","display_url":"pic.twitter.com\/6CPw4qx0By","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687722332748668933\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 19:19:44 +0000 2016","id":687715743081869313,"id_str":"687715743081869313","text":"Yoga + Studio Opens Its Doors To Shelter Cats Hoping To Find A Home https:\/\/t.co\/GSYp5FAoeb + https:\/\/t.co\/litATXgmHj","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72931,"friends_count":42689,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16061,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":22,"favorite_count":66,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/GSYp5FAoeb","expanded_url":"http:\/\/bit.ly\/1O7H3Yb","display_url":"bit.ly\/1O7H3Yb","indices":[66,89]}],"media":[{"id":687715742922444802,"id_str":"687715742922444802","indices":[90,113],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtB0xNWEAITAO_.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtB0xNWEAITAO_.jpg","url":"https:\/\/t.co\/litATXgmHj","display_url":"pic.twitter.com\/litATXgmHj","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687715743081869313\/photo\/1","type":"photo","sizes":{"small":{"w":340,"h":193,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":341,"resize":"fit"},"large":{"w":640,"h":364,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687715742922444802,"id_str":"687715742922444802","indices":[90,113],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtB0xNWEAITAO_.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtB0xNWEAITAO_.jpg","url":"https:\/\/t.co\/litATXgmHj","display_url":"pic.twitter.com\/litATXgmHj","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687715743081869313\/photo\/1","type":"photo","sizes":{"small":{"w":340,"h":193,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":341,"resize":"fit"},"large":{"w":640,"h":364,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 19:15:59 +0000 2016","id":687714798134530048,"id_str":"687714798134530048","text":"how + the greatest love story ever started https:\/\/t.co\/mrMdZIS1MM","source":"\u003ca + href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72931,"friends_count":42689,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16061,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":91,"favorite_count":135,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687714798054801408,"id_str":"687714798054801408","indices":[41,64],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtA9xTWAAAneyN.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtA9xTWAAAneyN.jpg","url":"https:\/\/t.co\/mrMdZIS1MM","display_url":"pic.twitter.com\/mrMdZIS1MM","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687714798134530048\/photo\/1","type":"photo","sizes":{"thumb":{"w":150,"h":150,"resize":"crop"},"large":{"w":480,"h":333,"resize":"fit"},"small":{"w":340,"h":235,"resize":"fit"},"medium":{"w":480,"h":333,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687714798054801408,"id_str":"687714798054801408","indices":[41,64],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtA9xTWAAAneyN.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtA9xTWAAAneyN.jpg","url":"https:\/\/t.co\/mrMdZIS1MM","display_url":"pic.twitter.com\/mrMdZIS1MM","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687714798134530048\/photo\/1","type":"photo","sizes":{"thumb":{"w":150,"h":150,"resize":"crop"},"large":{"w":480,"h":333,"resize":"fit"},"small":{"w":340,"h":235,"resize":"fit"},"medium":{"w":480,"h":333,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 18:46:02 +0000 2016","id":687707258319454214,"id_str":"687707258319454214","text":"rawr! + I''m a tough little guy https:\/\/t.co\/mmG2GSpvZU","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72931,"friends_count":42689,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16061,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":41,"favorite_count":118,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687707258206158850,"id_str":"687707258206158850","indices":[29,52],"media_url":"http:\/\/pbs.twimg.com\/media\/CYs6G5LWAAICu-f.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYs6G5LWAAICu-f.jpg","url":"https:\/\/t.co\/mmG2GSpvZU","display_url":"pic.twitter.com\/mmG2GSpvZU","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687707258319454214\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687707258206158850,"id_str":"687707258206158850","indices":[29,52],"media_url":"http:\/\/pbs.twimg.com\/media\/CYs6G5LWAAICu-f.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYs6G5LWAAICu-f.jpg","url":"https:\/\/t.co\/mmG2GSpvZU","display_url":"pic.twitter.com\/mmG2GSpvZU","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687707258319454214\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 18:16:00 +0000 2016","id":687699701861335040,"id_str":"687699701861335040","text":"Adorable + spots. https:\/\/t.co\/KTA6irEQvE","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72931,"friends_count":42689,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16061,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":47,"favorite_count":113,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687699701735501824,"id_str":"687699701735501824","indices":[16,39],"media_url":"http:\/\/pbs.twimg.com\/media\/CYszPDIWMAAb5oV.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYszPDIWMAAb5oV.jpg","url":"https:\/\/t.co\/KTA6irEQvE","display_url":"pic.twitter.com\/KTA6irEQvE","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687699701861335040\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687699701735501824,"id_str":"687699701735501824","indices":[16,39],"media_url":"http:\/\/pbs.twimg.com\/media\/CYszPDIWMAAb5oV.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYszPDIWMAAb5oV.jpg","url":"https:\/\/t.co\/KTA6irEQvE","display_url":"pic.twitter.com\/KTA6irEQvE","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687699701861335040\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"fr"},{"created_at":"Thu + Jan 14 17:46:00 +0000 2016","id":687692152881700864,"id_str":"687692152881700864","text":"Looking + good in a bow Mister Cat! https:\/\/t.co\/FfixeTCc66","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72931,"friends_count":42689,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16061,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":43,"favorite_count":122,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687692152751714304,"id_str":"687692152751714304","indices":[34,57],"media_url":"http:\/\/pbs.twimg.com\/media\/CYssXo-W8AAomWi.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYssXo-W8AAomWi.jpg","url":"https:\/\/t.co\/FfixeTCc66","display_url":"pic.twitter.com\/FfixeTCc66","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687692152881700864\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687692152751714304,"id_str":"687692152751714304","indices":[34,57],"media_url":"http:\/\/pbs.twimg.com\/media\/CYssXo-W8AAomWi.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYssXo-W8AAomWi.jpg","url":"https:\/\/t.co\/FfixeTCc66","display_url":"pic.twitter.com\/FfixeTCc66","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687692152881700864\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 17:15:56 +0000 2016","id":687684586810294272,"id_str":"687684586810294272","text":"OMG, + so tiny https:\/\/t.co\/q9HU1QBV7B","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72931,"friends_count":42689,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16061,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":96,"favorite_count":158,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687684586701254656,"id_str":"687684586701254656","indices":[13,36],"media_url":"http:\/\/pbs.twimg.com\/media\/CYslfPPW8AAp6S4.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYslfPPW8AAp6S4.jpg","url":"https:\/\/t.co\/q9HU1QBV7B","display_url":"pic.twitter.com\/q9HU1QBV7B","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687684586810294272\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687684586701254656,"id_str":"687684586701254656","indices":[13,36],"media_url":"http:\/\/pbs.twimg.com\/media\/CYslfPPW8AAp6S4.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYslfPPW8AAp6S4.jpg","url":"https:\/\/t.co\/q9HU1QBV7B","display_url":"pic.twitter.com\/q9HU1QBV7B","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687684586810294272\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 16:46:00 +0000 2016","id":687677052519092229,"id_str":"687677052519092229","text":"Retweet + if this guy made you smile! https:\/\/t.co\/T4k3MU2Lh8","source":"\u003ca + href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72931,"friends_count":42689,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16061,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":71,"favorite_count":117,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687677052418396161,"id_str":"687677052418396161","indices":[36,59],"media_url":"http:\/\/pbs.twimg.com\/media\/CYseor2WEAErurK.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYseor2WEAErurK.jpg","url":"https:\/\/t.co\/T4k3MU2Lh8","display_url":"pic.twitter.com\/T4k3MU2Lh8","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687677052519092229\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687677052418396161,"id_str":"687677052418396161","indices":[36,59],"media_url":"http:\/\/pbs.twimg.com\/media\/CYseor2WEAErurK.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYseor2WEAErurK.jpg","url":"https:\/\/t.co\/T4k3MU2Lh8","display_url":"pic.twitter.com\/T4k3MU2Lh8","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687677052519092229\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 16:34:42 +0000 2016","id":687674210186059778,"id_str":"687674210186059778","text":"Have + you seen The Oatmeal''s Cat vs. Internet? SO adorable! #9 is my fav https:\/\/t.co\/Ird2gFfVQF + https:\/\/t.co\/XXqfHul5Zs","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72931,"friends_count":42689,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16061,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":5,"favorite_count":24,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/Ird2gFfVQF","expanded_url":"http:\/\/bit.ly\/1RSklCV","display_url":"bit.ly\/1RSklCV","indices":[72,95]}],"media":[{"id":687674210035056641,"id_str":"687674210035056641","indices":[96,119],"media_url":"http:\/\/pbs.twimg.com\/media\/CYscDPJWQAEOtqi.png","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYscDPJWQAEOtqi.png","url":"https:\/\/t.co\/XXqfHul5Zs","display_url":"pic.twitter.com\/XXqfHul5Zs","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687674210186059778\/photo\/1","type":"photo","sizes":{"thumb":{"w":150,"h":150,"resize":"crop"},"large":{"w":599,"h":618,"resize":"fit"},"small":{"w":340,"h":350,"resize":"fit"},"medium":{"w":599,"h":618,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687674210035056641,"id_str":"687674210035056641","indices":[96,119],"media_url":"http:\/\/pbs.twimg.com\/media\/CYscDPJWQAEOtqi.png","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYscDPJWQAEOtqi.png","url":"https:\/\/t.co\/XXqfHul5Zs","display_url":"pic.twitter.com\/XXqfHul5Zs","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687674210186059778\/photo\/1","type":"photo","sizes":{"thumb":{"w":150,"h":150,"resize":"crop"},"large":{"w":599,"h":618,"resize":"fit"},"small":{"w":340,"h":350,"resize":"fit"},"medium":{"w":599,"h":618,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 16:15:56 +0000 2016","id":687669485843705857,"id_str":"687669485843705857","text":"I + wanna scream - cuteness overload! https:\/\/t.co\/6guFLKxEIA","source":"\u003ca + href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72931,"friends_count":42689,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16061,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":105,"favorite_count":119,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687669485709451264,"id_str":"687669485709451264","indices":[36,59],"media_url":"http:\/\/pbs.twimg.com\/media\/CYsXwPqWYAAABQ7.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYsXwPqWYAAABQ7.jpg","url":"https:\/\/t.co\/6guFLKxEIA","display_url":"pic.twitter.com\/6guFLKxEIA","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687669485843705857\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687669485709451264,"id_str":"687669485709451264","indices":[36,59],"media_url":"http:\/\/pbs.twimg.com\/media\/CYsXwPqWYAAABQ7.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYsXwPqWYAAABQ7.jpg","url":"https:\/\/t.co\/6guFLKxEIA","display_url":"pic.twitter.com\/6guFLKxEIA","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687669485843705857\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 15:45:59 +0000 2016","id":687661947504988161,"id_str":"687661947504988161","text":"Hi + there https:\/\/t.co\/2WgXBumMUS","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72931,"friends_count":42689,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16061,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":125,"favorite_count":169,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687661947408482304,"id_str":"687661947408482304","indices":[9,32],"media_url":"http:\/\/pbs.twimg.com\/media\/CYsQ5dTWAAAbI9J.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYsQ5dTWAAAbI9J.jpg","url":"https:\/\/t.co\/2WgXBumMUS","display_url":"pic.twitter.com\/2WgXBumMUS","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687661947504988161\/photo\/1","type":"photo","sizes":{"large":{"w":500,"h":667,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":453,"resize":"fit"},"medium":{"w":500,"h":667,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687661947408482304,"id_str":"687661947408482304","indices":[9,32],"media_url":"http:\/\/pbs.twimg.com\/media\/CYsQ5dTWAAAbI9J.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYsQ5dTWAAAbI9J.jpg","url":"https:\/\/t.co\/2WgXBumMUS","display_url":"pic.twitter.com\/2WgXBumMUS","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687661947504988161\/photo\/1","type":"photo","sizes":{"large":{"w":500,"h":667,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":453,"resize":"fit"},"medium":{"w":500,"h":667,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 15:15:55 +0000 2016","id":687654383039954945,"id_str":"687654383039954945","text":"Aww + so small. https:\/\/t.co\/50vM5oPOCe","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72931,"friends_count":42689,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16061,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":127,"favorite_count":137,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687654382901587968,"id_str":"687654382901587968","indices":[14,37],"media_url":"http:\/\/pbs.twimg.com\/media\/CYsKBJUW8AAygL-.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYsKBJUW8AAygL-.jpg","url":"https:\/\/t.co\/50vM5oPOCe","display_url":"pic.twitter.com\/50vM5oPOCe","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687654383039954945\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687654382901587968,"id_str":"687654382901587968","indices":[14,37],"media_url":"http:\/\/pbs.twimg.com\/media\/CYsKBJUW8AAygL-.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYsKBJUW8AAygL-.jpg","url":"https:\/\/t.co\/50vM5oPOCe","display_url":"pic.twitter.com\/50vM5oPOCe","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687654383039954945\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"}]' + http_version: + recorded_at: Thu, 14 Jan 2016 23:25:58 GMT +recorded_with: VCR 3.0.1 diff --git a/spec/vcr/Creator/_find_or_create/when_the_provider_is_Twitter/creates_tweets_associated_with_the_creator/saves_some_videos_associated_with_that_creator.yml b/spec/vcr/Creator/_find_or_create/when_the_provider_is_Twitter/creates_tweets_associated_with_the_creator/saves_some_videos_associated_with_that_creator.yml new file mode 100644 index 0000000..0e6e1b1 --- /dev/null +++ b/spec/vcr/Creator/_find_or_create/when_the_provider_is_Twitter/creates_tweets_associated_with_the_creator/saves_some_videos_associated_with_that_creator.yml @@ -0,0 +1,221 @@ +--- +http_interactions: +- request: + method: get + uri: https://api.twitter.com/1.1/statuses/user_timeline.json?screen_name=CutePicsOfCats + body: + encoding: US-ASCII + string: '' + headers: + Accept: + - application/json + User-Agent: + - TwitterRubyGem/5.15.0 + Authorization: + - OAuth oauth_consumer_key="dJwBdO5ZoQH2OnCNjMKJvYnhn", oauth_nonce="f19d3dfc8cde3daee0d8534240d2531b", + oauth_signature="tmSKhJJSQsklqC6qmqF%2BlE%2BgKdI%3D", oauth_signature_method="HMAC-SHA1", + oauth_timestamp="1452813352", oauth_token="80077789-0JZP99XKtgmjNYsHFH3PsrkQaAb618jBA3atLCbsl", + oauth_version="1.0" + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + response: + status: + code: 200 + message: OK + headers: + Cache-Control: + - no-cache, no-store, must-revalidate, pre-check=0, post-check=0 + Content-Disposition: + - attachment; filename=json.json + Content-Length: + - '4367' + Content-Type: + - application/json;charset=utf-8 + Date: + - Thu, 14 Jan 2016 23:15:52 GMT + Expires: + - Tue, 31 Mar 1981 05:00:00 GMT + Last-Modified: + - Thu, 14 Jan 2016 23:15:52 GMT + Pragma: + - no-cache + Server: + - tsa_a + Set-Cookie: + - guest_id=v1%3A145281335253217819; Domain=.twitter.com; Path=/; Expires=Sat, + 13-Jan-2018 23:15:52 UTC + - lang=en; Path=/ + Status: + - 200 OK + Strict-Transport-Security: + - max-age=631138519 + X-Access-Level: + - read-write + X-Connection-Hash: + - e87fa795a838bbd8e46338186832455f + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - SAMEORIGIN + X-Rate-Limit-Limit: + - '180' + X-Rate-Limit-Remaining: + - '177' + X-Rate-Limit-Reset: + - '1452813741' + X-Response-Time: + - '57' + X-Transaction: + - de156b462e7660b8 + X-Twitter-Response-Tags: + - BouncerCompliant + X-Xss-Protection: + - 1; mode=block + body: + encoding: ASCII-8BIT + string: '[{"created_at":"Thu Jan 14 22:45:57 +0000 2016","id":687767638320222208,"id_str":"687767638320222208","text":"Let + your belly hang https:\/\/t.co\/TatCcdcBGc","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72931,"friends_count":42680,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16060,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":59,"favorite_count":112,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687767638227988480,"id_str":"687767638227988480","indices":[20,43],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtxBeSWsAA6V4U.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtxBeSWsAA6V4U.jpg","url":"https:\/\/t.co\/TatCcdcBGc","display_url":"pic.twitter.com\/TatCcdcBGc","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687767638320222208\/photo\/1","type":"photo","sizes":{"large":{"w":500,"h":375,"resize":"fit"},"medium":{"w":500,"h":375,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":255,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687767638227988480,"id_str":"687767638227988480","indices":[20,43],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtxBeSWsAA6V4U.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtxBeSWsAA6V4U.jpg","url":"https:\/\/t.co\/TatCcdcBGc","display_url":"pic.twitter.com\/TatCcdcBGc","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687767638320222208\/photo\/1","type":"photo","sizes":{"large":{"w":500,"h":375,"resize":"fit"},"medium":{"w":500,"h":375,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":255,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 22:19:05 +0000 2016","id":687760877001519105,"id_str":"687760877001519105","text":"Pets + Losing the Battle With Human Furniture \ud83d\udc49 https:\/\/t.co\/x4CLOs2RQv + https:\/\/t.co\/nrReyqJgSl","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72931,"friends_count":42680,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16060,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":20,"favorite_count":52,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/x4CLOs2RQv","expanded_url":"http:\/\/bit.ly\/1m3pXxP","display_url":"bit.ly\/1m3pXxP","indices":[46,69]}],"media":[{"id":687760876884082689,"id_str":"687760876884082689","indices":[70,93],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtq36UWQAEuKxL.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtq36UWQAEuKxL.jpg","url":"https:\/\/t.co\/nrReyqJgSl","display_url":"pic.twitter.com\/nrReyqJgSl","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687760877001519105\/photo\/1","type":"photo","sizes":{"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":800,"resize":"fit"},"small":{"w":340,"h":453,"resize":"fit"},"large":{"w":605,"h":807,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687760876884082689,"id_str":"687760876884082689","indices":[70,93],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtq36UWQAEuKxL.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtq36UWQAEuKxL.jpg","url":"https:\/\/t.co\/nrReyqJgSl","display_url":"pic.twitter.com\/nrReyqJgSl","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687760877001519105\/photo\/1","type":"photo","sizes":{"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":800,"resize":"fit"},"small":{"w":340,"h":453,"resize":"fit"},"large":{"w":605,"h":807,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 22:15:55 +0000 2016","id":687760080775852033,"id_str":"687760080775852033","text":"Shopping + with mom. https:\/\/t.co\/xYDhIlnpGz","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72931,"friends_count":42680,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16060,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":44,"favorite_count":85,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687760080666767361,"id_str":"687760080666767361","indices":[19,42],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtqJkLWMAEcO2E.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtqJkLWMAEcO2E.jpg","url":"https:\/\/t.co\/xYDhIlnpGz","display_url":"pic.twitter.com\/xYDhIlnpGz","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687760080775852033\/photo\/1","type":"photo","sizes":{"large":{"w":599,"h":568,"resize":"fit"},"medium":{"w":599,"h":568,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":322,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687760080666767361,"id_str":"687760080666767361","indices":[19,42],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtqJkLWMAEcO2E.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtqJkLWMAEcO2E.jpg","url":"https:\/\/t.co\/xYDhIlnpGz","display_url":"pic.twitter.com\/xYDhIlnpGz","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687760080775852033\/photo\/1","type":"photo","sizes":{"large":{"w":599,"h":568,"resize":"fit"},"medium":{"w":599,"h":568,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":322,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 21:46:00 +0000 2016","id":687752549940736001,"id_str":"687752549940736001","text":"Irresistible + look! https:\/\/t.co\/voxIJZCflx","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72931,"friends_count":42680,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16060,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":42,"favorite_count":86,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687752549802340354,"id_str":"687752549802340354","indices":[19,42],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtjTNhWcAIpSPO.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtjTNhWcAIpSPO.jpg","url":"https:\/\/t.co\/voxIJZCflx","display_url":"pic.twitter.com\/voxIJZCflx","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687752549940736001\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687752549802340354,"id_str":"687752549802340354","indices":[19,42],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtjTNhWcAIpSPO.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtjTNhWcAIpSPO.jpg","url":"https:\/\/t.co\/voxIJZCflx","display_url":"pic.twitter.com\/voxIJZCflx","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687752549940736001\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"es"},{"created_at":"Thu + Jan 14 21:16:00 +0000 2016","id":687745001212776449,"id_str":"687745001212776449","text":"Me + in the morning https:\/\/t.co\/YurcYQOwLI","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72931,"friends_count":42680,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16060,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":56,"favorite_count":99,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687744996955545602,"id_str":"687744996955545602","indices":[18,41],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtcbk-WYAIhGlA.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtcbk-WYAIhGlA.jpg","url":"https:\/\/t.co\/YurcYQOwLI","display_url":"pic.twitter.com\/YurcYQOwLI","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687745001212776449\/photo\/1","type":"photo","sizes":{"large":{"w":500,"h":324,"resize":"fit"},"small":{"w":340,"h":220,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":500,"h":324,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687744996955545602,"id_str":"687744996955545602","indices":[18,41],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtcbk-WYAIhGlA.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtcbk-WYAIhGlA.jpg","url":"https:\/\/t.co\/YurcYQOwLI","display_url":"pic.twitter.com\/YurcYQOwLI","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687745001212776449\/photo\/1","type":"photo","sizes":{"large":{"w":500,"h":324,"resize":"fit"},"small":{"w":340,"h":220,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":500,"h":324,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 20:45:56 +0000 2016","id":687737436034707456,"id_str":"687737436034707456","text":"MY + CAT LADY STARTER PACK JUST ARRIVED YAAAS https:\/\/t.co\/E1WXIxQSIp","source":"\u003ca + href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72931,"friends_count":42680,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16060,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":68,"favorite_count":141,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687737435866947585,"id_str":"687737435866947585","indices":[44,67],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtVjduWYAENm9m.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtVjduWYAENm9m.jpg","url":"https:\/\/t.co\/E1WXIxQSIp","display_url":"pic.twitter.com\/E1WXIxQSIp","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687737436034707456\/photo\/1","type":"photo","sizes":{"medium":{"w":600,"h":450,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":255,"resize":"fit"},"large":{"w":600,"h":450,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687737435866947585,"id_str":"687737435866947585","indices":[44,67],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtVjduWYAENm9m.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtVjduWYAENm9m.jpg","url":"https:\/\/t.co\/E1WXIxQSIp","display_url":"pic.twitter.com\/E1WXIxQSIp","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687737436034707456\/photo\/1","type":"photo","sizes":{"medium":{"w":600,"h":450,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":255,"resize":"fit"},"large":{"w":600,"h":450,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 20:15:57 +0000 2016","id":687729886795051008,"id_str":"687729886795051008","text":"Mother + and new born baby. https:\/\/t.co\/DW8Ph3kDGE","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72931,"friends_count":42680,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16060,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":63,"favorite_count":150,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687729886631477251,"id_str":"687729886631477251","indices":[26,49],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtOsCoWwAMg7kK.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtOsCoWwAMg7kK.jpg","url":"https:\/\/t.co\/DW8Ph3kDGE","display_url":"pic.twitter.com\/DW8Ph3kDGE","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687729886795051008\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687729886631477251,"id_str":"687729886631477251","indices":[26,49],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtOsCoWwAMg7kK.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtOsCoWwAMg7kK.jpg","url":"https:\/\/t.co\/DW8Ph3kDGE","display_url":"pic.twitter.com\/DW8Ph3kDGE","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687729886795051008\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 19:45:56 +0000 2016","id":687722332748668933,"id_str":"687722332748668933","text":"Retweet + if you wanna high five this cutie! https:\/\/t.co\/6CPw4qx0By","source":"\u003ca + href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72931,"friends_count":42680,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16060,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":71,"favorite_count":115,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687722332627070976,"id_str":"687722332627070976","indices":[43,66],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtH0VxW8AA3MXA.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtH0VxW8AA3MXA.jpg","url":"https:\/\/t.co\/6CPw4qx0By","display_url":"pic.twitter.com\/6CPw4qx0By","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687722332748668933\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687722332627070976,"id_str":"687722332627070976","indices":[43,66],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtH0VxW8AA3MXA.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtH0VxW8AA3MXA.jpg","url":"https:\/\/t.co\/6CPw4qx0By","display_url":"pic.twitter.com\/6CPw4qx0By","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687722332748668933\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 19:19:44 +0000 2016","id":687715743081869313,"id_str":"687715743081869313","text":"Yoga + Studio Opens Its Doors To Shelter Cats Hoping To Find A Home https:\/\/t.co\/GSYp5FAoeb + https:\/\/t.co\/litATXgmHj","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72931,"friends_count":42680,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16060,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":22,"favorite_count":65,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/GSYp5FAoeb","expanded_url":"http:\/\/bit.ly\/1O7H3Yb","display_url":"bit.ly\/1O7H3Yb","indices":[66,89]}],"media":[{"id":687715742922444802,"id_str":"687715742922444802","indices":[90,113],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtB0xNWEAITAO_.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtB0xNWEAITAO_.jpg","url":"https:\/\/t.co\/litATXgmHj","display_url":"pic.twitter.com\/litATXgmHj","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687715743081869313\/photo\/1","type":"photo","sizes":{"small":{"w":340,"h":193,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":341,"resize":"fit"},"large":{"w":640,"h":364,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687715742922444802,"id_str":"687715742922444802","indices":[90,113],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtB0xNWEAITAO_.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtB0xNWEAITAO_.jpg","url":"https:\/\/t.co\/litATXgmHj","display_url":"pic.twitter.com\/litATXgmHj","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687715743081869313\/photo\/1","type":"photo","sizes":{"small":{"w":340,"h":193,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":341,"resize":"fit"},"large":{"w":640,"h":364,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 19:15:59 +0000 2016","id":687714798134530048,"id_str":"687714798134530048","text":"how + the greatest love story ever started https:\/\/t.co\/mrMdZIS1MM","source":"\u003ca + href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72931,"friends_count":42680,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16060,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":90,"favorite_count":134,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687714798054801408,"id_str":"687714798054801408","indices":[41,64],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtA9xTWAAAneyN.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtA9xTWAAAneyN.jpg","url":"https:\/\/t.co\/mrMdZIS1MM","display_url":"pic.twitter.com\/mrMdZIS1MM","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687714798134530048\/photo\/1","type":"photo","sizes":{"thumb":{"w":150,"h":150,"resize":"crop"},"large":{"w":480,"h":333,"resize":"fit"},"small":{"w":340,"h":235,"resize":"fit"},"medium":{"w":480,"h":333,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687714798054801408,"id_str":"687714798054801408","indices":[41,64],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtA9xTWAAAneyN.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtA9xTWAAAneyN.jpg","url":"https:\/\/t.co\/mrMdZIS1MM","display_url":"pic.twitter.com\/mrMdZIS1MM","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687714798134530048\/photo\/1","type":"photo","sizes":{"thumb":{"w":150,"h":150,"resize":"crop"},"large":{"w":480,"h":333,"resize":"fit"},"small":{"w":340,"h":235,"resize":"fit"},"medium":{"w":480,"h":333,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 18:46:02 +0000 2016","id":687707258319454214,"id_str":"687707258319454214","text":"rawr! + I''m a tough little guy https:\/\/t.co\/mmG2GSpvZU","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72931,"friends_count":42680,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16060,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":40,"favorite_count":116,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687707258206158850,"id_str":"687707258206158850","indices":[29,52],"media_url":"http:\/\/pbs.twimg.com\/media\/CYs6G5LWAAICu-f.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYs6G5LWAAICu-f.jpg","url":"https:\/\/t.co\/mmG2GSpvZU","display_url":"pic.twitter.com\/mmG2GSpvZU","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687707258319454214\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687707258206158850,"id_str":"687707258206158850","indices":[29,52],"media_url":"http:\/\/pbs.twimg.com\/media\/CYs6G5LWAAICu-f.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYs6G5LWAAICu-f.jpg","url":"https:\/\/t.co\/mmG2GSpvZU","display_url":"pic.twitter.com\/mmG2GSpvZU","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687707258319454214\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 18:16:00 +0000 2016","id":687699701861335040,"id_str":"687699701861335040","text":"Adorable + spots. https:\/\/t.co\/KTA6irEQvE","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72931,"friends_count":42680,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16060,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":47,"favorite_count":112,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687699701735501824,"id_str":"687699701735501824","indices":[16,39],"media_url":"http:\/\/pbs.twimg.com\/media\/CYszPDIWMAAb5oV.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYszPDIWMAAb5oV.jpg","url":"https:\/\/t.co\/KTA6irEQvE","display_url":"pic.twitter.com\/KTA6irEQvE","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687699701861335040\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687699701735501824,"id_str":"687699701735501824","indices":[16,39],"media_url":"http:\/\/pbs.twimg.com\/media\/CYszPDIWMAAb5oV.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYszPDIWMAAb5oV.jpg","url":"https:\/\/t.co\/KTA6irEQvE","display_url":"pic.twitter.com\/KTA6irEQvE","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687699701861335040\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"fr"},{"created_at":"Thu + Jan 14 17:46:00 +0000 2016","id":687692152881700864,"id_str":"687692152881700864","text":"Looking + good in a bow Mister Cat! https:\/\/t.co\/FfixeTCc66","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72931,"friends_count":42680,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16060,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":43,"favorite_count":120,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687692152751714304,"id_str":"687692152751714304","indices":[34,57],"media_url":"http:\/\/pbs.twimg.com\/media\/CYssXo-W8AAomWi.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYssXo-W8AAomWi.jpg","url":"https:\/\/t.co\/FfixeTCc66","display_url":"pic.twitter.com\/FfixeTCc66","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687692152881700864\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687692152751714304,"id_str":"687692152751714304","indices":[34,57],"media_url":"http:\/\/pbs.twimg.com\/media\/CYssXo-W8AAomWi.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYssXo-W8AAomWi.jpg","url":"https:\/\/t.co\/FfixeTCc66","display_url":"pic.twitter.com\/FfixeTCc66","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687692152881700864\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 17:15:56 +0000 2016","id":687684586810294272,"id_str":"687684586810294272","text":"OMG, + so tiny https:\/\/t.co\/q9HU1QBV7B","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72931,"friends_count":42680,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16060,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":95,"favorite_count":156,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687684586701254656,"id_str":"687684586701254656","indices":[13,36],"media_url":"http:\/\/pbs.twimg.com\/media\/CYslfPPW8AAp6S4.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYslfPPW8AAp6S4.jpg","url":"https:\/\/t.co\/q9HU1QBV7B","display_url":"pic.twitter.com\/q9HU1QBV7B","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687684586810294272\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687684586701254656,"id_str":"687684586701254656","indices":[13,36],"media_url":"http:\/\/pbs.twimg.com\/media\/CYslfPPW8AAp6S4.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYslfPPW8AAp6S4.jpg","url":"https:\/\/t.co\/q9HU1QBV7B","display_url":"pic.twitter.com\/q9HU1QBV7B","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687684586810294272\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 16:46:00 +0000 2016","id":687677052519092229,"id_str":"687677052519092229","text":"Retweet + if this guy made you smile! https:\/\/t.co\/T4k3MU2Lh8","source":"\u003ca + href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72931,"friends_count":42680,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16060,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":71,"favorite_count":116,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687677052418396161,"id_str":"687677052418396161","indices":[36,59],"media_url":"http:\/\/pbs.twimg.com\/media\/CYseor2WEAErurK.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYseor2WEAErurK.jpg","url":"https:\/\/t.co\/T4k3MU2Lh8","display_url":"pic.twitter.com\/T4k3MU2Lh8","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687677052519092229\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687677052418396161,"id_str":"687677052418396161","indices":[36,59],"media_url":"http:\/\/pbs.twimg.com\/media\/CYseor2WEAErurK.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYseor2WEAErurK.jpg","url":"https:\/\/t.co\/T4k3MU2Lh8","display_url":"pic.twitter.com\/T4k3MU2Lh8","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687677052519092229\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 16:34:42 +0000 2016","id":687674210186059778,"id_str":"687674210186059778","text":"Have + you seen The Oatmeal''s Cat vs. Internet? SO adorable! #9 is my fav https:\/\/t.co\/Ird2gFfVQF + https:\/\/t.co\/XXqfHul5Zs","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72931,"friends_count":42680,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16060,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":5,"favorite_count":22,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/Ird2gFfVQF","expanded_url":"http:\/\/bit.ly\/1RSklCV","display_url":"bit.ly\/1RSklCV","indices":[72,95]}],"media":[{"id":687674210035056641,"id_str":"687674210035056641","indices":[96,119],"media_url":"http:\/\/pbs.twimg.com\/media\/CYscDPJWQAEOtqi.png","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYscDPJWQAEOtqi.png","url":"https:\/\/t.co\/XXqfHul5Zs","display_url":"pic.twitter.com\/XXqfHul5Zs","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687674210186059778\/photo\/1","type":"photo","sizes":{"thumb":{"w":150,"h":150,"resize":"crop"},"large":{"w":599,"h":618,"resize":"fit"},"small":{"w":340,"h":350,"resize":"fit"},"medium":{"w":599,"h":618,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687674210035056641,"id_str":"687674210035056641","indices":[96,119],"media_url":"http:\/\/pbs.twimg.com\/media\/CYscDPJWQAEOtqi.png","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYscDPJWQAEOtqi.png","url":"https:\/\/t.co\/XXqfHul5Zs","display_url":"pic.twitter.com\/XXqfHul5Zs","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687674210186059778\/photo\/1","type":"photo","sizes":{"thumb":{"w":150,"h":150,"resize":"crop"},"large":{"w":599,"h":618,"resize":"fit"},"small":{"w":340,"h":350,"resize":"fit"},"medium":{"w":599,"h":618,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 16:15:56 +0000 2016","id":687669485843705857,"id_str":"687669485843705857","text":"I + wanna scream - cuteness overload! https:\/\/t.co\/6guFLKxEIA","source":"\u003ca + href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72931,"friends_count":42680,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16060,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":104,"favorite_count":117,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687669485709451264,"id_str":"687669485709451264","indices":[36,59],"media_url":"http:\/\/pbs.twimg.com\/media\/CYsXwPqWYAAABQ7.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYsXwPqWYAAABQ7.jpg","url":"https:\/\/t.co\/6guFLKxEIA","display_url":"pic.twitter.com\/6guFLKxEIA","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687669485843705857\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687669485709451264,"id_str":"687669485709451264","indices":[36,59],"media_url":"http:\/\/pbs.twimg.com\/media\/CYsXwPqWYAAABQ7.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYsXwPqWYAAABQ7.jpg","url":"https:\/\/t.co\/6guFLKxEIA","display_url":"pic.twitter.com\/6guFLKxEIA","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687669485843705857\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 15:45:59 +0000 2016","id":687661947504988161,"id_str":"687661947504988161","text":"Hi + there https:\/\/t.co\/2WgXBumMUS","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72931,"friends_count":42680,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16060,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":124,"favorite_count":168,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687661947408482304,"id_str":"687661947408482304","indices":[9,32],"media_url":"http:\/\/pbs.twimg.com\/media\/CYsQ5dTWAAAbI9J.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYsQ5dTWAAAbI9J.jpg","url":"https:\/\/t.co\/2WgXBumMUS","display_url":"pic.twitter.com\/2WgXBumMUS","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687661947504988161\/photo\/1","type":"photo","sizes":{"large":{"w":500,"h":667,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":453,"resize":"fit"},"medium":{"w":500,"h":667,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687661947408482304,"id_str":"687661947408482304","indices":[9,32],"media_url":"http:\/\/pbs.twimg.com\/media\/CYsQ5dTWAAAbI9J.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYsQ5dTWAAAbI9J.jpg","url":"https:\/\/t.co\/2WgXBumMUS","display_url":"pic.twitter.com\/2WgXBumMUS","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687661947504988161\/photo\/1","type":"photo","sizes":{"large":{"w":500,"h":667,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":453,"resize":"fit"},"medium":{"w":500,"h":667,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 15:15:55 +0000 2016","id":687654383039954945,"id_str":"687654383039954945","text":"Aww + so small. https:\/\/t.co\/50vM5oPOCe","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72931,"friends_count":42680,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16060,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":125,"favorite_count":136,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687654382901587968,"id_str":"687654382901587968","indices":[14,37],"media_url":"http:\/\/pbs.twimg.com\/media\/CYsKBJUW8AAygL-.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYsKBJUW8AAygL-.jpg","url":"https:\/\/t.co\/50vM5oPOCe","display_url":"pic.twitter.com\/50vM5oPOCe","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687654383039954945\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687654382901587968,"id_str":"687654382901587968","indices":[14,37],"media_url":"http:\/\/pbs.twimg.com\/media\/CYsKBJUW8AAygL-.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYsKBJUW8AAygL-.jpg","url":"https:\/\/t.co\/50vM5oPOCe","display_url":"pic.twitter.com\/50vM5oPOCe","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687654383039954945\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 14:45:57 +0000 2016","id":687646840049762304,"id_str":"687646840049762304","text":"Soooo + are you done with work yet? https:\/\/t.co\/QoasvR9IFQ","source":"\u003ca + href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72931,"friends_count":42680,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16060,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":170,"favorite_count":196,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687646839919755264,"id_str":"687646839919755264","indices":[34,57],"media_url":"http:\/\/pbs.twimg.com\/media\/CYsDKFhWQAALxSp.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYsDKFhWQAALxSp.jpg","url":"https:\/\/t.co\/QoasvR9IFQ","display_url":"pic.twitter.com\/QoasvR9IFQ","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687646840049762304\/photo\/1","type":"photo","sizes":{"small":{"w":340,"h":476,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":450,"h":631,"resize":"fit"},"large":{"w":450,"h":631,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687646839919755264,"id_str":"687646839919755264","indices":[34,57],"media_url":"http:\/\/pbs.twimg.com\/media\/CYsDKFhWQAALxSp.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYsDKFhWQAALxSp.jpg","url":"https:\/\/t.co\/QoasvR9IFQ","display_url":"pic.twitter.com\/QoasvR9IFQ","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687646840049762304\/photo\/1","type":"photo","sizes":{"small":{"w":340,"h":476,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":450,"h":631,"resize":"fit"},"large":{"w":450,"h":631,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"}]' + http_version: + recorded_at: Thu, 14 Jan 2016 23:15:52 GMT +recorded_with: VCR 3.0.1 diff --git a/spec/vcr/Creator/_find_or_create/when_the_provider_is_Twitter/saves_some_tweets_associated_with_that_creator.yml b/spec/vcr/Creator/_find_or_create/when_the_provider_is_Twitter/saves_some_tweets_associated_with_that_creator.yml new file mode 100644 index 0000000..bf1f886 --- /dev/null +++ b/spec/vcr/Creator/_find_or_create/when_the_provider_is_Twitter/saves_some_tweets_associated_with_that_creator.yml @@ -0,0 +1,221 @@ +--- +http_interactions: +- request: + method: get + uri: https://api.twitter.com/1.1/statuses/user_timeline.json?screen_name=CutePicsOfCats + body: + encoding: US-ASCII + string: '' + headers: + Accept: + - application/json + User-Agent: + - TwitterRubyGem/5.15.0 + Authorization: + - OAuth oauth_consumer_key="dJwBdO5ZoQH2OnCNjMKJvYnhn", oauth_nonce="b7bdcd3a46e01201d3afce68c6e00320", + oauth_signature="igNNSkQYamHv7dNBeUYkMzVvoRs%3D", oauth_signature_method="HMAC-SHA1", + oauth_timestamp="1452814222", oauth_token="80077789-0JZP99XKtgmjNYsHFH3PsrkQaAb618jBA3atLCbsl", + oauth_version="1.0" + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + response: + status: + code: 200 + message: OK + headers: + Cache-Control: + - no-cache, no-store, must-revalidate, pre-check=0, post-check=0 + Content-Disposition: + - attachment; filename=json.json + Content-Length: + - '4349' + Content-Type: + - application/json;charset=utf-8 + Date: + - Thu, 14 Jan 2016 23:30:22 GMT + Expires: + - Tue, 31 Mar 1981 05:00:00 GMT + Last-Modified: + - Thu, 14 Jan 2016 23:30:22 GMT + Pragma: + - no-cache + Server: + - tsa_a + Set-Cookie: + - guest_id=v1%3A145281422231234799; Domain=.twitter.com; Path=/; Expires=Sat, + 13-Jan-2018 23:30:22 UTC + - lang=en; Path=/ + Status: + - 200 OK + Strict-Transport-Security: + - max-age=631138519 + X-Access-Level: + - read-write + X-Connection-Hash: + - e2a9b226e5e00d9bc3d9d45f5bb399b4 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - SAMEORIGIN + X-Rate-Limit-Limit: + - '180' + X-Rate-Limit-Remaining: + - '172' + X-Rate-Limit-Reset: + - '1452814675' + X-Response-Time: + - '51' + X-Transaction: + - aed7f446d4b98af5 + X-Twitter-Response-Tags: + - BouncerCompliant + X-Xss-Protection: + - 1; mode=block + body: + encoding: ASCII-8BIT + string: '[{"created_at":"Thu Jan 14 23:15:56 +0000 2016","id":687775182354792449,"id_str":"687775182354792449","text":"want + me to grab you one too? https:\/\/t.co\/PbBxo2TqfP","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72931,"friends_count":42693,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16061,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":29,"favorite_count":35,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687775182283509762,"id_str":"687775182283509762","indices":[29,52],"media_url":"http:\/\/pbs.twimg.com\/media\/CYt34mFWkAIHh2A.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYt34mFWkAIHh2A.jpg","url":"https:\/\/t.co\/PbBxo2TqfP","display_url":"pic.twitter.com\/PbBxo2TqfP","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687775182354792449\/photo\/1","type":"photo","sizes":{"small":{"w":340,"h":510,"resize":"fit"},"large":{"w":500,"h":750,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":500,"h":750,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687775182283509762,"id_str":"687775182283509762","indices":[29,52],"media_url":"http:\/\/pbs.twimg.com\/media\/CYt34mFWkAIHh2A.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYt34mFWkAIHh2A.jpg","url":"https:\/\/t.co\/PbBxo2TqfP","display_url":"pic.twitter.com\/PbBxo2TqfP","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687775182354792449\/photo\/1","type":"photo","sizes":{"small":{"w":340,"h":510,"resize":"fit"},"large":{"w":500,"h":750,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":500,"h":750,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 22:45:57 +0000 2016","id":687767638320222208,"id_str":"687767638320222208","text":"Let + your belly hang https:\/\/t.co\/TatCcdcBGc","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72931,"friends_count":42693,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16061,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":73,"favorite_count":129,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687767638227988480,"id_str":"687767638227988480","indices":[20,43],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtxBeSWsAA6V4U.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtxBeSWsAA6V4U.jpg","url":"https:\/\/t.co\/TatCcdcBGc","display_url":"pic.twitter.com\/TatCcdcBGc","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687767638320222208\/photo\/1","type":"photo","sizes":{"large":{"w":500,"h":375,"resize":"fit"},"medium":{"w":500,"h":375,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":255,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687767638227988480,"id_str":"687767638227988480","indices":[20,43],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtxBeSWsAA6V4U.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtxBeSWsAA6V4U.jpg","url":"https:\/\/t.co\/TatCcdcBGc","display_url":"pic.twitter.com\/TatCcdcBGc","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687767638320222208\/photo\/1","type":"photo","sizes":{"large":{"w":500,"h":375,"resize":"fit"},"medium":{"w":500,"h":375,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":255,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 22:19:05 +0000 2016","id":687760877001519105,"id_str":"687760877001519105","text":"Pets + Losing the Battle With Human Furniture \ud83d\udc49 https:\/\/t.co\/x4CLOs2RQv + https:\/\/t.co\/nrReyqJgSl","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72931,"friends_count":42693,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16061,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":22,"favorite_count":57,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/x4CLOs2RQv","expanded_url":"http:\/\/bit.ly\/1m3pXxP","display_url":"bit.ly\/1m3pXxP","indices":[46,69]}],"media":[{"id":687760876884082689,"id_str":"687760876884082689","indices":[70,93],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtq36UWQAEuKxL.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtq36UWQAEuKxL.jpg","url":"https:\/\/t.co\/nrReyqJgSl","display_url":"pic.twitter.com\/nrReyqJgSl","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687760877001519105\/photo\/1","type":"photo","sizes":{"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":800,"resize":"fit"},"small":{"w":340,"h":453,"resize":"fit"},"large":{"w":605,"h":807,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687760876884082689,"id_str":"687760876884082689","indices":[70,93],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtq36UWQAEuKxL.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtq36UWQAEuKxL.jpg","url":"https:\/\/t.co\/nrReyqJgSl","display_url":"pic.twitter.com\/nrReyqJgSl","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687760877001519105\/photo\/1","type":"photo","sizes":{"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":800,"resize":"fit"},"small":{"w":340,"h":453,"resize":"fit"},"large":{"w":605,"h":807,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 22:15:55 +0000 2016","id":687760080775852033,"id_str":"687760080775852033","text":"Shopping + with mom. https:\/\/t.co\/xYDhIlnpGz","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72931,"friends_count":42693,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16061,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":46,"favorite_count":90,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687760080666767361,"id_str":"687760080666767361","indices":[19,42],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtqJkLWMAEcO2E.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtqJkLWMAEcO2E.jpg","url":"https:\/\/t.co\/xYDhIlnpGz","display_url":"pic.twitter.com\/xYDhIlnpGz","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687760080775852033\/photo\/1","type":"photo","sizes":{"large":{"w":599,"h":568,"resize":"fit"},"medium":{"w":599,"h":568,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":322,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687760080666767361,"id_str":"687760080666767361","indices":[19,42],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtqJkLWMAEcO2E.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtqJkLWMAEcO2E.jpg","url":"https:\/\/t.co\/xYDhIlnpGz","display_url":"pic.twitter.com\/xYDhIlnpGz","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687760080775852033\/photo\/1","type":"photo","sizes":{"large":{"w":599,"h":568,"resize":"fit"},"medium":{"w":599,"h":568,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":322,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 21:46:00 +0000 2016","id":687752549940736001,"id_str":"687752549940736001","text":"Irresistible + look! https:\/\/t.co\/voxIJZCflx","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72931,"friends_count":42693,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16061,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":45,"favorite_count":95,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687752549802340354,"id_str":"687752549802340354","indices":[19,42],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtjTNhWcAIpSPO.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtjTNhWcAIpSPO.jpg","url":"https:\/\/t.co\/voxIJZCflx","display_url":"pic.twitter.com\/voxIJZCflx","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687752549940736001\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687752549802340354,"id_str":"687752549802340354","indices":[19,42],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtjTNhWcAIpSPO.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtjTNhWcAIpSPO.jpg","url":"https:\/\/t.co\/voxIJZCflx","display_url":"pic.twitter.com\/voxIJZCflx","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687752549940736001\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"es"},{"created_at":"Thu + Jan 14 21:16:00 +0000 2016","id":687745001212776449,"id_str":"687745001212776449","text":"Me + in the morning https:\/\/t.co\/YurcYQOwLI","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72931,"friends_count":42693,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16061,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":62,"favorite_count":106,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687744996955545602,"id_str":"687744996955545602","indices":[18,41],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtcbk-WYAIhGlA.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtcbk-WYAIhGlA.jpg","url":"https:\/\/t.co\/YurcYQOwLI","display_url":"pic.twitter.com\/YurcYQOwLI","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687745001212776449\/photo\/1","type":"photo","sizes":{"large":{"w":500,"h":324,"resize":"fit"},"small":{"w":340,"h":220,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":500,"h":324,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687744996955545602,"id_str":"687744996955545602","indices":[18,41],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtcbk-WYAIhGlA.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtcbk-WYAIhGlA.jpg","url":"https:\/\/t.co\/YurcYQOwLI","display_url":"pic.twitter.com\/YurcYQOwLI","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687745001212776449\/photo\/1","type":"photo","sizes":{"large":{"w":500,"h":324,"resize":"fit"},"small":{"w":340,"h":220,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":500,"h":324,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 20:45:56 +0000 2016","id":687737436034707456,"id_str":"687737436034707456","text":"MY + CAT LADY STARTER PACK JUST ARRIVED YAAAS https:\/\/t.co\/E1WXIxQSIp","source":"\u003ca + href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72931,"friends_count":42693,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16061,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":70,"favorite_count":148,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687737435866947585,"id_str":"687737435866947585","indices":[44,67],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtVjduWYAENm9m.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtVjduWYAENm9m.jpg","url":"https:\/\/t.co\/E1WXIxQSIp","display_url":"pic.twitter.com\/E1WXIxQSIp","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687737436034707456\/photo\/1","type":"photo","sizes":{"medium":{"w":600,"h":450,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":255,"resize":"fit"},"large":{"w":600,"h":450,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687737435866947585,"id_str":"687737435866947585","indices":[44,67],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtVjduWYAENm9m.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtVjduWYAENm9m.jpg","url":"https:\/\/t.co\/E1WXIxQSIp","display_url":"pic.twitter.com\/E1WXIxQSIp","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687737436034707456\/photo\/1","type":"photo","sizes":{"medium":{"w":600,"h":450,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":255,"resize":"fit"},"large":{"w":600,"h":450,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 20:15:57 +0000 2016","id":687729886795051008,"id_str":"687729886795051008","text":"Mother + and new born baby. https:\/\/t.co\/DW8Ph3kDGE","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72931,"friends_count":42693,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16061,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":70,"favorite_count":161,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687729886631477251,"id_str":"687729886631477251","indices":[26,49],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtOsCoWwAMg7kK.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtOsCoWwAMg7kK.jpg","url":"https:\/\/t.co\/DW8Ph3kDGE","display_url":"pic.twitter.com\/DW8Ph3kDGE","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687729886795051008\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687729886631477251,"id_str":"687729886631477251","indices":[26,49],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtOsCoWwAMg7kK.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtOsCoWwAMg7kK.jpg","url":"https:\/\/t.co\/DW8Ph3kDGE","display_url":"pic.twitter.com\/DW8Ph3kDGE","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687729886795051008\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 19:45:56 +0000 2016","id":687722332748668933,"id_str":"687722332748668933","text":"Retweet + if you wanna high five this cutie! https:\/\/t.co\/6CPw4qx0By","source":"\u003ca + href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72931,"friends_count":42693,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16061,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":73,"favorite_count":122,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687722332627070976,"id_str":"687722332627070976","indices":[43,66],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtH0VxW8AA3MXA.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtH0VxW8AA3MXA.jpg","url":"https:\/\/t.co\/6CPw4qx0By","display_url":"pic.twitter.com\/6CPw4qx0By","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687722332748668933\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687722332627070976,"id_str":"687722332627070976","indices":[43,66],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtH0VxW8AA3MXA.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtH0VxW8AA3MXA.jpg","url":"https:\/\/t.co\/6CPw4qx0By","display_url":"pic.twitter.com\/6CPw4qx0By","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687722332748668933\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 19:19:44 +0000 2016","id":687715743081869313,"id_str":"687715743081869313","text":"Yoga + Studio Opens Its Doors To Shelter Cats Hoping To Find A Home https:\/\/t.co\/GSYp5FAoeb + https:\/\/t.co\/litATXgmHj","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72931,"friends_count":42693,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16061,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":22,"favorite_count":66,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/GSYp5FAoeb","expanded_url":"http:\/\/bit.ly\/1O7H3Yb","display_url":"bit.ly\/1O7H3Yb","indices":[66,89]}],"media":[{"id":687715742922444802,"id_str":"687715742922444802","indices":[90,113],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtB0xNWEAITAO_.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtB0xNWEAITAO_.jpg","url":"https:\/\/t.co\/litATXgmHj","display_url":"pic.twitter.com\/litATXgmHj","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687715743081869313\/photo\/1","type":"photo","sizes":{"small":{"w":340,"h":193,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":341,"resize":"fit"},"large":{"w":640,"h":364,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687715742922444802,"id_str":"687715742922444802","indices":[90,113],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtB0xNWEAITAO_.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtB0xNWEAITAO_.jpg","url":"https:\/\/t.co\/litATXgmHj","display_url":"pic.twitter.com\/litATXgmHj","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687715743081869313\/photo\/1","type":"photo","sizes":{"small":{"w":340,"h":193,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":341,"resize":"fit"},"large":{"w":640,"h":364,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 19:15:59 +0000 2016","id":687714798134530048,"id_str":"687714798134530048","text":"how + the greatest love story ever started https:\/\/t.co\/mrMdZIS1MM","source":"\u003ca + href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72931,"friends_count":42693,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16061,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":91,"favorite_count":135,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687714798054801408,"id_str":"687714798054801408","indices":[41,64],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtA9xTWAAAneyN.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtA9xTWAAAneyN.jpg","url":"https:\/\/t.co\/mrMdZIS1MM","display_url":"pic.twitter.com\/mrMdZIS1MM","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687714798134530048\/photo\/1","type":"photo","sizes":{"thumb":{"w":150,"h":150,"resize":"crop"},"large":{"w":480,"h":333,"resize":"fit"},"small":{"w":340,"h":235,"resize":"fit"},"medium":{"w":480,"h":333,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687714798054801408,"id_str":"687714798054801408","indices":[41,64],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtA9xTWAAAneyN.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtA9xTWAAAneyN.jpg","url":"https:\/\/t.co\/mrMdZIS1MM","display_url":"pic.twitter.com\/mrMdZIS1MM","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687714798134530048\/photo\/1","type":"photo","sizes":{"thumb":{"w":150,"h":150,"resize":"crop"},"large":{"w":480,"h":333,"resize":"fit"},"small":{"w":340,"h":235,"resize":"fit"},"medium":{"w":480,"h":333,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 18:46:02 +0000 2016","id":687707258319454214,"id_str":"687707258319454214","text":"rawr! + I''m a tough little guy https:\/\/t.co\/mmG2GSpvZU","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72931,"friends_count":42693,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16061,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":41,"favorite_count":120,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687707258206158850,"id_str":"687707258206158850","indices":[29,52],"media_url":"http:\/\/pbs.twimg.com\/media\/CYs6G5LWAAICu-f.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYs6G5LWAAICu-f.jpg","url":"https:\/\/t.co\/mmG2GSpvZU","display_url":"pic.twitter.com\/mmG2GSpvZU","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687707258319454214\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687707258206158850,"id_str":"687707258206158850","indices":[29,52],"media_url":"http:\/\/pbs.twimg.com\/media\/CYs6G5LWAAICu-f.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYs6G5LWAAICu-f.jpg","url":"https:\/\/t.co\/mmG2GSpvZU","display_url":"pic.twitter.com\/mmG2GSpvZU","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687707258319454214\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 18:16:00 +0000 2016","id":687699701861335040,"id_str":"687699701861335040","text":"Adorable + spots. https:\/\/t.co\/KTA6irEQvE","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72931,"friends_count":42693,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16061,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":47,"favorite_count":113,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687699701735501824,"id_str":"687699701735501824","indices":[16,39],"media_url":"http:\/\/pbs.twimg.com\/media\/CYszPDIWMAAb5oV.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYszPDIWMAAb5oV.jpg","url":"https:\/\/t.co\/KTA6irEQvE","display_url":"pic.twitter.com\/KTA6irEQvE","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687699701861335040\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687699701735501824,"id_str":"687699701735501824","indices":[16,39],"media_url":"http:\/\/pbs.twimg.com\/media\/CYszPDIWMAAb5oV.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYszPDIWMAAb5oV.jpg","url":"https:\/\/t.co\/KTA6irEQvE","display_url":"pic.twitter.com\/KTA6irEQvE","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687699701861335040\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"fr"},{"created_at":"Thu + Jan 14 17:46:00 +0000 2016","id":687692152881700864,"id_str":"687692152881700864","text":"Looking + good in a bow Mister Cat! https:\/\/t.co\/FfixeTCc66","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72931,"friends_count":42693,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16061,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":43,"favorite_count":122,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687692152751714304,"id_str":"687692152751714304","indices":[34,57],"media_url":"http:\/\/pbs.twimg.com\/media\/CYssXo-W8AAomWi.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYssXo-W8AAomWi.jpg","url":"https:\/\/t.co\/FfixeTCc66","display_url":"pic.twitter.com\/FfixeTCc66","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687692152881700864\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687692152751714304,"id_str":"687692152751714304","indices":[34,57],"media_url":"http:\/\/pbs.twimg.com\/media\/CYssXo-W8AAomWi.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYssXo-W8AAomWi.jpg","url":"https:\/\/t.co\/FfixeTCc66","display_url":"pic.twitter.com\/FfixeTCc66","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687692152881700864\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 17:15:56 +0000 2016","id":687684586810294272,"id_str":"687684586810294272","text":"OMG, + so tiny https:\/\/t.co\/q9HU1QBV7B","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72931,"friends_count":42693,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16061,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":97,"favorite_count":158,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687684586701254656,"id_str":"687684586701254656","indices":[13,36],"media_url":"http:\/\/pbs.twimg.com\/media\/CYslfPPW8AAp6S4.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYslfPPW8AAp6S4.jpg","url":"https:\/\/t.co\/q9HU1QBV7B","display_url":"pic.twitter.com\/q9HU1QBV7B","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687684586810294272\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687684586701254656,"id_str":"687684586701254656","indices":[13,36],"media_url":"http:\/\/pbs.twimg.com\/media\/CYslfPPW8AAp6S4.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYslfPPW8AAp6S4.jpg","url":"https:\/\/t.co\/q9HU1QBV7B","display_url":"pic.twitter.com\/q9HU1QBV7B","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687684586810294272\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 16:46:00 +0000 2016","id":687677052519092229,"id_str":"687677052519092229","text":"Retweet + if this guy made you smile! https:\/\/t.co\/T4k3MU2Lh8","source":"\u003ca + href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72931,"friends_count":42693,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16061,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":71,"favorite_count":117,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687677052418396161,"id_str":"687677052418396161","indices":[36,59],"media_url":"http:\/\/pbs.twimg.com\/media\/CYseor2WEAErurK.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYseor2WEAErurK.jpg","url":"https:\/\/t.co\/T4k3MU2Lh8","display_url":"pic.twitter.com\/T4k3MU2Lh8","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687677052519092229\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687677052418396161,"id_str":"687677052418396161","indices":[36,59],"media_url":"http:\/\/pbs.twimg.com\/media\/CYseor2WEAErurK.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYseor2WEAErurK.jpg","url":"https:\/\/t.co\/T4k3MU2Lh8","display_url":"pic.twitter.com\/T4k3MU2Lh8","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687677052519092229\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 16:34:42 +0000 2016","id":687674210186059778,"id_str":"687674210186059778","text":"Have + you seen The Oatmeal''s Cat vs. Internet? SO adorable! #9 is my fav https:\/\/t.co\/Ird2gFfVQF + https:\/\/t.co\/XXqfHul5Zs","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72931,"friends_count":42693,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16061,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":5,"favorite_count":24,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/Ird2gFfVQF","expanded_url":"http:\/\/bit.ly\/1RSklCV","display_url":"bit.ly\/1RSklCV","indices":[72,95]}],"media":[{"id":687674210035056641,"id_str":"687674210035056641","indices":[96,119],"media_url":"http:\/\/pbs.twimg.com\/media\/CYscDPJWQAEOtqi.png","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYscDPJWQAEOtqi.png","url":"https:\/\/t.co\/XXqfHul5Zs","display_url":"pic.twitter.com\/XXqfHul5Zs","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687674210186059778\/photo\/1","type":"photo","sizes":{"thumb":{"w":150,"h":150,"resize":"crop"},"large":{"w":599,"h":618,"resize":"fit"},"small":{"w":340,"h":350,"resize":"fit"},"medium":{"w":599,"h":618,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687674210035056641,"id_str":"687674210035056641","indices":[96,119],"media_url":"http:\/\/pbs.twimg.com\/media\/CYscDPJWQAEOtqi.png","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYscDPJWQAEOtqi.png","url":"https:\/\/t.co\/XXqfHul5Zs","display_url":"pic.twitter.com\/XXqfHul5Zs","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687674210186059778\/photo\/1","type":"photo","sizes":{"thumb":{"w":150,"h":150,"resize":"crop"},"large":{"w":599,"h":618,"resize":"fit"},"small":{"w":340,"h":350,"resize":"fit"},"medium":{"w":599,"h":618,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 16:15:56 +0000 2016","id":687669485843705857,"id_str":"687669485843705857","text":"I + wanna scream - cuteness overload! https:\/\/t.co\/6guFLKxEIA","source":"\u003ca + href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72931,"friends_count":42693,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16061,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":105,"favorite_count":119,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687669485709451264,"id_str":"687669485709451264","indices":[36,59],"media_url":"http:\/\/pbs.twimg.com\/media\/CYsXwPqWYAAABQ7.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYsXwPqWYAAABQ7.jpg","url":"https:\/\/t.co\/6guFLKxEIA","display_url":"pic.twitter.com\/6guFLKxEIA","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687669485843705857\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687669485709451264,"id_str":"687669485709451264","indices":[36,59],"media_url":"http:\/\/pbs.twimg.com\/media\/CYsXwPqWYAAABQ7.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYsXwPqWYAAABQ7.jpg","url":"https:\/\/t.co\/6guFLKxEIA","display_url":"pic.twitter.com\/6guFLKxEIA","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687669485843705857\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 15:45:59 +0000 2016","id":687661947504988161,"id_str":"687661947504988161","text":"Hi + there https:\/\/t.co\/2WgXBumMUS","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72931,"friends_count":42693,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16061,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":125,"favorite_count":169,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687661947408482304,"id_str":"687661947408482304","indices":[9,32],"media_url":"http:\/\/pbs.twimg.com\/media\/CYsQ5dTWAAAbI9J.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYsQ5dTWAAAbI9J.jpg","url":"https:\/\/t.co\/2WgXBumMUS","display_url":"pic.twitter.com\/2WgXBumMUS","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687661947504988161\/photo\/1","type":"photo","sizes":{"large":{"w":500,"h":667,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":453,"resize":"fit"},"medium":{"w":500,"h":667,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687661947408482304,"id_str":"687661947408482304","indices":[9,32],"media_url":"http:\/\/pbs.twimg.com\/media\/CYsQ5dTWAAAbI9J.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYsQ5dTWAAAbI9J.jpg","url":"https:\/\/t.co\/2WgXBumMUS","display_url":"pic.twitter.com\/2WgXBumMUS","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687661947504988161\/photo\/1","type":"photo","sizes":{"large":{"w":500,"h":667,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":453,"resize":"fit"},"medium":{"w":500,"h":667,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},{"created_at":"Thu + Jan 14 15:15:55 +0000 2016","id":687654383039954945,"id_str":"687654383039954945","text":"Aww + so small. https:\/\/t.co\/50vM5oPOCe","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"user":{"id":3040591972,"id_str":"3040591972","name":"Cute + Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72931,"friends_count":42693,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16061,"lang":"en","contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},"geo":null,"coordinates":null,"place":null,"contributors":null,"is_quote_status":false,"retweet_count":128,"favorite_count":137,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687654382901587968,"id_str":"687654382901587968","indices":[14,37],"media_url":"http:\/\/pbs.twimg.com\/media\/CYsKBJUW8AAygL-.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYsKBJUW8AAygL-.jpg","url":"https:\/\/t.co\/50vM5oPOCe","display_url":"pic.twitter.com\/50vM5oPOCe","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687654383039954945\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"extended_entities":{"media":[{"id":687654382901587968,"id_str":"687654382901587968","indices":[14,37],"media_url":"http:\/\/pbs.twimg.com\/media\/CYsKBJUW8AAygL-.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYsKBJUW8AAygL-.jpg","url":"https:\/\/t.co\/50vM5oPOCe","display_url":"pic.twitter.com\/50vM5oPOCe","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687654383039954945\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"}]' + http_version: + recorded_at: Thu, 14 Jan 2016 23:30:22 GMT +recorded_with: VCR 3.0.1 diff --git a/spec/vcr/Creator/_find_or_create/when_the_provider_is_Vimeo/creates_new_vimeo_Creator.yml b/spec/vcr/Creator/_find_or_create/when_the_provider_is_Vimeo/creates_new_vimeo_Creator.yml new file mode 100644 index 0000000..b404d87 --- /dev/null +++ b/spec/vcr/Creator/_find_or_create/when_the_provider_is_Vimeo/creates_new_vimeo_Creator.yml @@ -0,0 +1,315 @@ +--- +http_interactions: +- request: + method: get + uri: https://api.vimeo.com/users?fields=uri,name,pictures&page=1&per_page=25&query=purple + body: + encoding: US-ASCII + string: '' + headers: + Authorization: + - bearer d05c3756683259bfcd22921e08a37d74 + Accept: + - application/json + response: + status: + code: 200 + message: OK + headers: + Server: + - nginx + Content-Type: + - application/vnd.vimeo.user+json + Cache-Control: + - no-cache, max-age=315360000 + Strict-Transport-Security: + - max-age=15120000; includeSubDomains; preload + Expires: + - Sun, 11 Jan 2026 22:50:03 GMT + Via: + - 1.1 varnish + - 1.1 varnish + Fastly-Debug-Digest: + - 06bcf456a4f5be27ff161436631bc1c962f9b59c78d6d12d334e93437af8a257 + Content-Length: + - '12617' + Accept-Ranges: + - bytes + Date: + - Thu, 14 Jan 2016 22:50:03 GMT + Age: + - '0' + Connection: + - keep-alive + X-Served-By: + - cache-iad2132-IAD, cache-sea1926-SEA + X-Cache: + - MISS, MISS + X-Cache-Hits: + - 0, 0 + X-Timer: + - S1452811803.307770,VS0,VE655 + Vary: + - Accept,Vimeo-Client-Id,Accept-Encoding + body: + encoding: UTF-8 + string: '{"total":1162,"page":1,"per_page":25,"paging":{"next":"/users?page=2&per_page=25&query=purple&fields=uri%2Cname%2Cpictures","previous":null,"first":"/users?page=1&per_page=25&query=purple&fields=uri%2Cname%2Cpictures","last":"/users?page=47&per_page=25&query=purple&fields=uri%2Cname%2Cpictures"},"data":[{"uri":"/users/1284412","name":"Purple + Magazine","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]}},{"uri":"/users/5461646","name":"Purple + Lotus","pictures":{"uri":"/users/5461646/pictures/6434434","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/6434434_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/6434434_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/6434434_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/6434434_300x300.jpg?r=pad"}]}},{"uri":"/users/906729","name":"Purple-Films","pictures":{"uri":"/users/906729/pictures/9146778","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/9146778_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/9146778_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/9146778_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/9146778_300x300.jpg?r=pad"}]}},{"uri":"/users/10231568","name":"Purple","pictures":{"uri":"/users/10231568/pictures/9549278","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/9549278_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/9549278_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/9549278_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/9549278_300x300.jpg?r=pad"}]}},{"uri":"/users/19488140","name":"Purple + Rhino","pictures":{"uri":"/users/19488140/pictures/9091670","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/9091670_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/9091670_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/9091670_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/9091670_300x300.jpg?r=pad"}]}},{"uri":"/users/27808560","name":"Purple + Christopher","pictures":null},{"uri":"/users/2574978","name":"Fr\u00e8res + Purple","pictures":{"uri":"/users/2574978/pictures/131358","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/131358_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/131358_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/131358_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/131358_300x300.jpg?r=pad"}]}},{"uri":"/users/3161692","name":"willow + purple","pictures":{"uri":"/users/3161692/pictures/356310","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/356310_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/356310_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/356310_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/356310_300x300.jpg?r=pad"}]}},{"uri":"/users/3448149","name":"Purple + States","pictures":{"uri":"/users/3448149/pictures/6962987","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/6962987_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/6962987_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/6962987_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/6962987_300x300.jpg?r=pad"}]}},{"uri":"/users/13749604","name":"PURPLE + MILK","pictures":{"uri":"/users/13749604/pictures/9187641","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/9187641_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/9187641_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/9187641_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/9187641_300x300.jpg?r=pad"}]}},{"uri":"/users/1345761","name":"80''s + Purple","pictures":{"uri":"/users/1345761/pictures/1978538","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1978538_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1978538_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1978538_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1978538_300x300.jpg?r=pad"}]}},{"uri":"/users/3101311","name":"The + Purple Onion Archives","pictures":{"uri":"/users/3101311/pictures/7821007","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/7821007_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/7821007_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/7821007_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/7821007_300x300.jpg?r=pad"}]}},{"uri":"/users/5311630","name":"Purple-Spirit","pictures":{"uri":"/users/5311630/pictures/1894383","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1894383_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1894383_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1894383_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1894383_300x300.jpg?r=pad"}]}},{"uri":"/users/4338895","name":"puRpLe + videomedia","pictures":{"uri":"/users/4338895/pictures/1977194","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1977194_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1977194_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1977194_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1977194_300x300.jpg?r=pad"}]}},{"uri":"/users/23604370","name":"Purple + Square Productions","pictures":{"uri":"/users/23604370/pictures/6898821","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/6898821_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/6898821_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/6898821_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/6898821_300x300.jpg?r=pad"}]}},{"uri":"/users/21094092","name":"Lydia + Purple","pictures":{"uri":"/users/21094092/pictures/6369443","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/6369443_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/6369443_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/6369443_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/6369443_300x300.jpg?r=pad"}]}},{"uri":"/users/41443159","name":"Purple + Group","pictures":{"uri":"/users/41443159/pictures/9810798","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/9810798_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/9810798_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/9810798_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/9810798_300x300.jpg?r=pad"}]}},{"uri":"/users/17288716","name":"Purple + Lambs","pictures":{"uri":"/users/17288716/pictures/6373032","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/6373032_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/6373032_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/6373032_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/6373032_300x300.jpg?r=pad"}]}},{"uri":"/users/2885008","name":"purple","pictures":{"uri":"/users/2885008/pictures/3334158","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/3334158_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/3334158_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/3334158_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/3334158_300x300.jpg?r=pad"}]}},{"uri":"/users/2393914","name":"Purple-H","pictures":{"uri":"/users/2393914/pictures/490944","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/490944_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/490944_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/490944_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/490944_300x300.jpg?r=pad"}]}},{"uri":"/users/5980854","name":"Purple + Pictures","pictures":{"uri":"/users/5980854/pictures/1770784","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1770784_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1770784_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1770784_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1770784_300x300.jpg?r=pad"}]}},{"uri":"/users/14091711","name":"Purple + WiFi","pictures":{"uri":"/users/14091711/pictures/6975485","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/6975485_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/6975485_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/6975485_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/6975485_300x300.jpg?r=pad"}]}},{"uri":"/users/11461317","name":"Purple + Onion Inc.","pictures":{"uri":"/users/11461317/pictures/9680216","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/9680216_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/9680216_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/9680216_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/9680216_300x300.jpg?r=pad"}]}},{"uri":"/users/13506170","name":"Purple + Pictures","pictures":{"uri":"/users/13506170/pictures/4180262","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/4180262_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/4180262_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/4180262_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/4180262_300x300.jpg?r=pad"}]}},{"uri":"/users/14665130","name":"Purple + Elephant Media","pictures":{"uri":"/users/14665130/pictures/4969750","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/4969750_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/4969750_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/4969750_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/4969750_300x300.jpg?r=pad"}]}}]}' + http_version: + recorded_at: Thu, 14 Jan 2016 22:50:03 GMT +- request: + method: get + uri: https://api.vimeo.com/users/1284412/videos + body: + encoding: US-ASCII + string: '' + headers: + Authorization: + - bearer d05c3756683259bfcd22921e08a37d74 + Accept: + - application/json + response: + status: + code: 200 + message: OK + headers: + Server: + - nginx + Content-Type: + - application/vnd.vimeo.video+json + Cache-Control: + - no-cache, max-age=315360000 + Strict-Transport-Security: + - max-age=15120000; includeSubDomains; preload + Last-Modified: + - '1452811681' + Expires: + - Sun, 11 Jan 2026 22:50:04 GMT + Via: + - 1.1 varnish + - 1.1 varnish + Fastly-Debug-Digest: + - f80c87af3a5ca473b23bf2fb1c3135075c2bb285e050e59b5a08f714151f60ec + Content-Length: + - '155575' + Accept-Ranges: + - bytes + Date: + - Thu, 14 Jan 2016 22:50:05 GMT + Age: + - '0' + Connection: + - keep-alive + X-Served-By: + - cache-iad2120-IAD, cache-sea1925-SEA + X-Cache: + - MISS, MISS + X-Cache-Hits: + - 0, 0 + X-Timer: + - S1452811804.000114,VS0,VE1637 + Vary: + - Accept,Vimeo-Client-Id,Accept-Encoding + body: + encoding: UTF-8 + string: '{"total":514,"page":1,"per_page":25,"paging":{"next":"/users/1284412/videos?page=2","previous":null,"first":"/users/1284412/videos?page=1","last":"/users/1284412/videos?page=21"},"data":[{"uri":"/videos/151666800","name":"You, + the Living by Roy Andersson","description":null,"link":"https://vimeo.com/151666800","duration":130,"width":640,"language":null,"height":380,"embed":{"html":""},"created_time":"2016-01-13T16:53:32+00:00","modified_time":"2016-01-14T21:13:23+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"whitelist","download":false,"add":false,"comments":"nobody"},"pictures":{"uri":"/videos/151666800/pictures/551470932","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/551470932_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/551470932_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/551470932_295x166.jpg?r=pad"},{"width":640,"height":381,"link":"https://i.vimeocdn.com/video/551470932_640x381.jpg?r=pad"},{"width":960,"height":571,"link":"https://i.vimeocdn.com/video/551470932_960x571.jpg?r=pad"}]},"tags":[],"stats":{"plays":45},"metadata":{"connections":{"comments":{"uri":"/videos/151666800/comments","options":["GET"],"total":0},"credits":{"uri":"/videos/151666800/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/151666800/likes","options":["GET"],"total":3},"pictures":{"uri":"/videos/151666800/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/151666800/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=1","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/151666800"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/151666800"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/151666718","name":"The + Good, the Bad, the Weird","description":null,"link":"https://vimeo.com/151666718","duration":107,"width":1920,"language":null,"height":1080,"embed":{"html":""},"created_time":"2016-01-13T16:52:52+00:00","modified_time":"2016-01-14T22:11:41+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"whitelist","download":false,"add":false,"comments":"nobody"},"pictures":{"uri":"/videos/151666718/pictures/551478468","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/551478468_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/551478468_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/551478468_295x166.jpg?r=pad"},{"width":640,"height":360,"link":"https://i.vimeocdn.com/video/551478468_640x360.jpg?r=pad"},{"width":960,"height":540,"link":"https://i.vimeocdn.com/video/551478468_960x540.jpg?r=pad"},{"width":1280,"height":720,"link":"https://i.vimeocdn.com/video/551478468_1280x720.jpg?r=pad"}]},"tags":[],"stats":{"plays":41},"metadata":{"connections":{"comments":{"uri":"/videos/151666718/comments","options":["GET"],"total":0},"credits":{"uri":"/videos/151666718/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/151666718/likes","options":["GET"],"total":0},"pictures":{"uri":"/videos/151666718/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/151666718/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=2","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/151666718"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/151666718"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/151666692","name":"La + Cie\u0301naga by Lucrecia Martel","description":null,"link":"https://vimeo.com/151666692","duration":108,"width":486,"language":null,"height":360,"embed":{"html":""},"created_time":"2016-01-13T16:52:38+00:00","modified_time":"2016-01-14T22:11:41+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"whitelist","download":false,"add":false,"comments":"nobody"},"pictures":{"uri":"/videos/151666692/pictures/551470597","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/551470597_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/551470597_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/551470597_295x166.jpg?r=pad"},{"width":640,"height":474,"link":"https://i.vimeocdn.com/video/551470597_640x474.jpg?r=pad"},{"width":960,"height":711,"link":"https://i.vimeocdn.com/video/551470597_960x711.jpg?r=pad"}]},"tags":[],"stats":{"plays":154},"metadata":{"connections":{"comments":{"uri":"/videos/151666692/comments","options":["GET"],"total":0},"credits":{"uri":"/videos/151666692/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/151666692/likes","options":["GET"],"total":2},"pictures":{"uri":"/videos/151666692/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/151666692/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=3","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/151666692"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/151666692"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/151664786","name":"Killer + of Sheep","description":null,"link":"https://vimeo.com/151664786","duration":127,"width":640,"language":null,"height":480,"embed":{"html":""},"created_time":"2016-01-13T16:39:01+00:00","modified_time":"2016-01-14T21:11:49+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"whitelist","download":false,"add":false,"comments":"nobody"},"pictures":{"uri":"/videos/151664786/pictures/551473456","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/551473456_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/551473456_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/551473456_295x166.jpg?r=pad"},{"width":640,"height":480,"link":"https://i.vimeocdn.com/video/551473456_640x480.jpg?r=pad"},{"width":960,"height":720,"link":"https://i.vimeocdn.com/video/551473456_960x720.jpg?r=pad"}]},"tags":[],"stats":{"plays":21},"metadata":{"connections":{"comments":{"uri":"/videos/151664786/comments","options":["GET"],"total":0},"credits":{"uri":"/videos/151664786/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/151664786/likes","options":["GET"],"total":0},"pictures":{"uri":"/videos/151664786/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/151664786/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=4","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/151664786"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/151664786"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/151659815","name":"Fists + in the Pocket by Marco Bellocchio","description":null,"link":"https://vimeo.com/151659815","duration":59,"width":1050,"language":null,"height":576,"embed":{"html":""},"created_time":"2016-01-13T16:00:32+00:00","modified_time":"2016-01-14T20:08:04+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"whitelist","download":false,"add":false,"comments":"nobody"},"pictures":{"uri":"/videos/151659815/pictures/551464504","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/551464504_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/551464504_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/551464504_295x166.jpg?r=pad"},{"width":640,"height":351,"link":"https://i.vimeocdn.com/video/551464504_640x351.jpg?r=pad"},{"width":960,"height":527,"link":"https://i.vimeocdn.com/video/551464504_960x527.jpg?r=pad"},{"width":1280,"height":702,"link":"https://i.vimeocdn.com/video/551464504_1280x702.jpg?r=pad"}]},"tags":[],"stats":{"plays":25},"metadata":{"connections":{"comments":{"uri":"/videos/151659815/comments","options":["GET"],"total":0},"credits":{"uri":"/videos/151659815/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/151659815/likes","options":["GET"],"total":0},"pictures":{"uri":"/videos/151659815/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/151659815/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=5","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/151659815"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/151659815"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/151658401","name":"I + am Cuba","description":null,"link":"https://vimeo.com/151658401","duration":112,"width":540,"language":null,"height":360,"embed":{"html":""},"created_time":"2016-01-13T15:50:01+00:00","modified_time":"2016-01-14T20:08:33+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"whitelist","download":false,"add":false,"comments":"anybody"},"pictures":{"uri":"/videos/151658401/pictures/551459798","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/551459798_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/551459798_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/551459798_295x166.jpg?r=pad"},{"width":640,"height":427,"link":"https://i.vimeocdn.com/video/551459798_640x427.jpg?r=pad"},{"width":960,"height":640,"link":"https://i.vimeocdn.com/video/551459798_960x640.jpg?r=pad"}]},"tags":[],"stats":{"plays":30},"metadata":{"connections":{"comments":{"uri":"/videos/151658401/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/151658401/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/151658401/likes","options":["GET"],"total":3},"pictures":{"uri":"/videos/151658401/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/151658401/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=6","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/151658401"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/151658401"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/148122831","name":"Red + car - Alexandre Vauthier et JB Mondino","description":null,"link":"https://vimeo.com/148122831","duration":48,"width":1920,"language":null,"height":1080,"embed":{"html":null},"created_time":"2015-12-07T18:06:15+00:00","modified_time":"2016-01-14T19:08:43+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":false,"add":false,"comments":"anybody"},"pictures":{"uri":"/videos/148122831/pictures/546974587","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/546974587_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/546974587_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/546974587_295x166.jpg?r=pad"},{"width":640,"height":360,"link":"https://i.vimeocdn.com/video/546974587_640x360.jpg?r=pad"},{"width":960,"height":540,"link":"https://i.vimeocdn.com/video/546974587_960x540.jpg?r=pad"},{"width":1280,"height":720,"link":"https://i.vimeocdn.com/video/546974587_1280x720.jpg?r=pad"}]},"tags":[],"stats":{"plays":2230},"metadata":{"connections":{"comments":{"uri":"/videos/148122831/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/148122831/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/148122831/likes","options":["GET"],"total":7},"pictures":{"uri":"/videos/148122831/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/148122831/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=7","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/148122831"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/148122831"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/147594185","name":"RLMM_MASTER_PROMO_ITA_ENG-HD","description":null,"link":"https://vimeo.com/147594185","duration":175,"width":1280,"language":null,"height":720,"embed":{"html":null},"created_time":"2015-12-02T14:24:20+00:00","modified_time":"2016-01-13T13:07:24+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":false,"add":false,"comments":"anybody"},"pictures":{"uri":"/videos/147594185/pictures/546302904","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/546302904_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/546302904_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/546302904_295x166.jpg?r=pad"},{"width":640,"height":360,"link":"https://i.vimeocdn.com/video/546302904_640x360.jpg?r=pad"},{"width":960,"height":540,"link":"https://i.vimeocdn.com/video/546302904_960x540.jpg?r=pad"},{"width":1280,"height":720,"link":"https://i.vimeocdn.com/video/546302904_1280x720.jpg?r=pad"}]},"tags":[],"stats":{"plays":209},"metadata":{"connections":{"comments":{"uri":"/videos/147594185/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/147594185/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/147594185/likes","options":["GET"],"total":0},"pictures":{"uri":"/videos/147594185/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/147594185/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=8","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/147594185"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/147594185"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/147581341","name":"15 + LOVE_","description":null,"link":"https://vimeo.com/147581341","duration":504,"width":1920,"language":null,"height":1080,"embed":{"html":null},"created_time":"2015-12-02T12:18:36+00:00","modified_time":"2016-01-14T19:31:14+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":false,"add":false,"comments":"anybody"},"pictures":{"uri":"/videos/147581341/pictures/546294636","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/546294636_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/546294636_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/546294636_295x166.jpg?r=pad"},{"width":640,"height":360,"link":"https://i.vimeocdn.com/video/546294636_640x360.jpg?r=pad"},{"width":960,"height":540,"link":"https://i.vimeocdn.com/video/546294636_960x540.jpg?r=pad"},{"width":1280,"height":720,"link":"https://i.vimeocdn.com/video/546294636_1280x720.jpg?r=pad"}]},"tags":[],"stats":{"plays":1634},"metadata":{"connections":{"comments":{"uri":"/videos/147581341/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/147581341/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/147581341/likes","options":["GET"],"total":3},"pictures":{"uri":"/videos/147581341/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/147581341/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=9","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/147581341"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/147581341"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/146628479","name":"Toshio + Maeda for Supreme","description":null,"link":"https://vimeo.com/146628479","duration":114,"width":1280,"language":null,"height":720,"embed":{"html":null},"created_time":"2015-11-23T11:57:09+00:00","modified_time":"2016-01-14T21:13:00+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":false,"add":false,"comments":"anybody"},"pictures":{"uri":"/videos/146628479/pictures/545074010","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/545074010_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/545074010_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/545074010_295x166.jpg?r=pad"},{"width":640,"height":360,"link":"https://i.vimeocdn.com/video/545074010_640x360.jpg?r=pad"},{"width":960,"height":540,"link":"https://i.vimeocdn.com/video/545074010_960x540.jpg?r=pad"},{"width":1280,"height":720,"link":"https://i.vimeocdn.com/video/545074010_1280x720.jpg?r=pad"}]},"tags":[],"stats":{"plays":664},"metadata":{"connections":{"comments":{"uri":"/videos/146628479/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/146628479/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/146628479/likes","options":["GET"],"total":3},"pictures":{"uri":"/videos/146628479/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/146628479/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=10","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/146628479"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/146628479"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/144132366","name":"Lutz + Huelle S/S 2016","description":null,"link":"https://vimeo.com/144132366","duration":129,"width":1280,"language":null,"height":720,"embed":{"html":null},"created_time":"2015-10-30T15:34:30+00:00","modified_time":"2016-01-13T22:19:21+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":false,"add":false,"comments":"anybody"},"pictures":{"uri":"/videos/144132366/pictures/541899273","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/541899273_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/541899273_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/541899273_295x166.jpg?r=pad"},{"width":640,"height":360,"link":"https://i.vimeocdn.com/video/541899273_640x360.jpg?r=pad"},{"width":960,"height":540,"link":"https://i.vimeocdn.com/video/541899273_960x540.jpg?r=pad"},{"width":1280,"height":720,"link":"https://i.vimeocdn.com/video/541899273_1280x720.jpg?r=pad"}]},"tags":[],"stats":{"plays":400},"metadata":{"connections":{"comments":{"uri":"/videos/144132366/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/144132366/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/144132366/likes","options":["GET"],"total":0},"pictures":{"uri":"/videos/144132366/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/144132366/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=11","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/144132366"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/144132366"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/143599740","name":"An + excerpt from A Crackup at the Race Riots by Leo Gabin","description":null,"link":"https://vimeo.com/143599740","duration":150,"width":724,"language":null,"height":530,"embed":{"html":null},"created_time":"2015-10-26T11:21:13+00:00","modified_time":"2016-01-11T14:12:42+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":false,"add":false,"comments":"anybody"},"pictures":{"uri":"/videos/143599740/pictures/541225530","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/541225530_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/541225530_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/541225530_295x166.jpg?r=pad"},{"width":640,"height":469,"link":"https://i.vimeocdn.com/video/541225530_640x469.jpg?r=pad"},{"width":960,"height":703,"link":"https://i.vimeocdn.com/video/541225530_960x703.jpg?r=pad"},{"width":1280,"height":938,"link":"https://i.vimeocdn.com/video/541225530_1280x938.jpg?r=pad"}]},"tags":[],"stats":{"plays":290},"metadata":{"connections":{"comments":{"uri":"/videos/143599740/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/143599740/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/143599740/likes","options":["GET"],"total":0},"pictures":{"uri":"/videos/143599740/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/143599740/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=12","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/143599740"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/143599740"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/142359824","name":"An + exclusive extract from The Feature by Michel Auder","description":null,"link":"https://vimeo.com/142359824","duration":179,"width":720,"language":null,"height":528,"embed":{"html":null},"created_time":"2015-10-14T09:37:30+00:00","modified_time":"2016-01-14T20:39:50+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":false,"add":false,"comments":"anybody"},"pictures":{"uri":"/videos/142359824/pictures/539672549","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/539672549_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/539672549_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/539672549_295x166.jpg?r=pad"},{"width":640,"height":360,"link":"https://i.vimeocdn.com/video/539672549_640x360.jpg?r=pad"},{"width":960,"height":540,"link":"https://i.vimeocdn.com/video/539672549_960x540.jpg?r=pad"},{"width":1280,"height":720,"link":"https://i.vimeocdn.com/video/539672549_1280x720.jpg?r=pad"}]},"tags":[],"stats":{"plays":1267},"metadata":{"connections":{"comments":{"uri":"/videos/142359824/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/142359824/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/142359824/likes","options":["GET"],"total":12},"pictures":{"uri":"/videos/142359824/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/142359824/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=13","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/142359824"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/142359824"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/141767346","name":"Extract + from: Pierre Huyghe, Two Minutes Out Of Time, 2000","description":null,"link":"https://vimeo.com/141767346","duration":71,"width":788,"language":null,"height":578,"embed":{"html":null},"created_time":"2015-10-08T09:13:11+00:00","modified_time":"2016-01-14T11:10:11+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":false,"add":false,"comments":"anybody"},"pictures":{"uri":"/videos/141767346/pictures/538866575","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/538866575_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/538866575_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/538866575_295x166.jpg?r=pad"},{"width":640,"height":468,"link":"https://i.vimeocdn.com/video/538866575_640x468.jpg?r=pad"},{"width":960,"height":703,"link":"https://i.vimeocdn.com/video/538866575_960x703.jpg?r=pad"},{"width":1280,"height":937,"link":"https://i.vimeocdn.com/video/538866575_1280x937.jpg?r=pad"}]},"tags":[],"stats":{"plays":201},"metadata":{"connections":{"comments":{"uri":"/videos/141767346/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/141767346/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/141767346/likes","options":["GET"],"total":0},"pictures":{"uri":"/videos/141767346/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/141767346/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=14","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/141767346"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/141767346"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/140202468","name":"SANTONI_WEB_MASTER","description":null,"link":"https://vimeo.com/140202468","duration":139,"width":720,"language":null,"height":540,"embed":{"html":null},"created_time":"2015-09-23T16:13:21+00:00","modified_time":"2016-01-14T21:08:27+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":false,"add":false,"comments":"anybody"},"pictures":{"uri":"/videos/140202468/pictures/536465058","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/536465058_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/536465058_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/536465058_295x166.jpg?r=pad"},{"width":640,"height":480,"link":"https://i.vimeocdn.com/video/536465058_640x480.jpg?r=pad"},{"width":960,"height":720,"link":"https://i.vimeocdn.com/video/536465058_960x720.jpg?r=pad"},{"width":1280,"height":960,"link":"https://i.vimeocdn.com/video/536465058_1280x960.jpg?r=pad"}]},"tags":[],"stats":{"plays":2963},"metadata":{"connections":{"comments":{"uri":"/videos/140202468/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/140202468/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/140202468/likes","options":["GET"],"total":27},"pictures":{"uri":"/videos/140202468/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/140202468/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=15","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/140202468"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/140202468"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/140166130","name":"Barbara + Casasola S/S 2016 by Mark Borthwick","description":null,"link":"https://vimeo.com/140166130","duration":356,"width":1920,"language":null,"height":1080,"embed":{"html":null},"created_time":"2015-09-23T10:01:56+00:00","modified_time":"2016-01-13T14:29:08+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":false,"add":false,"comments":"anybody"},"pictures":{"uri":"/videos/140166130/pictures/536405607","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/536405607_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/536405607_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/536405607_295x166.jpg?r=pad"},{"width":640,"height":360,"link":"https://i.vimeocdn.com/video/536405607_640x360.jpg?r=pad"},{"width":960,"height":540,"link":"https://i.vimeocdn.com/video/536405607_960x540.jpg?r=pad"},{"width":1280,"height":720,"link":"https://i.vimeocdn.com/video/536405607_1280x720.jpg?r=pad"}]},"tags":[],"stats":{"plays":888},"metadata":{"connections":{"comments":{"uri":"/videos/140166130/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/140166130/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/140166130/likes","options":["GET"],"total":0},"pictures":{"uri":"/videos/140166130/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/140166130/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=16","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/140166130"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/140166130"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/138995416","name":"Absolut + Elyx & Water For People | The Auditions with Fred Armisen","description":"Absolut + Elyx is partnering with Water For People on a five year mission to bring safe + water to 100,000 people. To announce this, we asked Fred Armisen and a few + friends for help. Click here for more information","link":"https://vimeo.com/138995416","duration":193,"width":1920,"language":null,"height":1080,"embed":{"html":null},"created_time":"2015-09-11T16:24:08+00:00","modified_time":"2016-01-14T12:18:04+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":false,"add":true,"comments":"anybody"},"pictures":{"uri":"/videos/138995416/pictures/534616696","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/534616696_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/534616696_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/534616696_295x166.jpg?r=pad"},{"width":640,"height":360,"link":"https://i.vimeocdn.com/video/534616696_640x360.jpg?r=pad"},{"width":960,"height":540,"link":"https://i.vimeocdn.com/video/534616696_960x540.jpg?r=pad"},{"width":1280,"height":720,"link":"https://i.vimeocdn.com/video/534616696_1280x720.jpg?r=pad"}]},"tags":[],"stats":{"plays":162},"metadata":{"connections":{"comments":{"uri":"/videos/138995416/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/138995416/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/138995416/likes","options":["GET"],"total":0},"pictures":{"uri":"/videos/138995416/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/138995416/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=17","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/138995416"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/138995416"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/138642475","name":"\"HEADLESS\" + by TEARIST","description":null,"link":"https://vimeo.com/138642475","duration":224,"width":1920,"language":null,"height":860,"embed":{"html":null},"created_time":"2015-09-08T16:19:00+00:00","modified_time":"2016-01-14T00:11:12+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":true,"add":true,"comments":"anybody"},"pictures":{"uri":"/videos/138642475/pictures/534090826","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/534090826_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/534090826_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/534090826_295x166.jpg?r=pad"},{"width":640,"height":287,"link":"https://i.vimeocdn.com/video/534090826_640x287.jpg?r=pad"},{"width":960,"height":430,"link":"https://i.vimeocdn.com/video/534090826_960x430.jpg?r=pad"},{"width":1280,"height":573,"link":"https://i.vimeocdn.com/video/534090826_1280x573.jpg?r=pad"}]},"tags":[],"stats":{"plays":4453},"metadata":{"connections":{"comments":{"uri":"/videos/138642475/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/138642475/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/138642475/likes","options":["GET"],"total":14},"pictures":{"uri":"/videos/138642475/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/138642475/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=18","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/138642475"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/138642475"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/132077239","name":"Vide\u0301o + 1","description":null,"link":"https://vimeo.com/132077239","duration":17,"width":480,"language":null,"height":480,"embed":{"html":null},"created_time":"2015-06-29T09:56:41+00:00","modified_time":"2016-01-12T14:22:48+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":true,"add":true,"comments":"anybody"},"pictures":{"uri":"/videos/132077239/pictures/524577047","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/524577047_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/524577047_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/524577047_295x166.jpg?r=pad"},{"width":640,"height":640,"link":"https://i.vimeocdn.com/video/524577047_640x640.jpg?r=pad"},{"width":960,"height":960,"link":"https://i.vimeocdn.com/video/524577047_960x960.jpg?r=pad"}]},"tags":[],"stats":{"plays":50},"metadata":{"connections":{"comments":{"uri":"/videos/132077239/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/132077239/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/132077239/likes","options":["GET"],"total":1},"pictures":{"uri":"/videos/132077239/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/132077239/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=19","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/132077239"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/132077239"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/131644306","name":"Alexander + McQueen Men''s Spring/Summer 2016 backstage","description":"An exclusive backstage + film of the Alexander McQueen Menswear Spring/Summer 2016 show. The collection + explores nautical themes, as well concepts in the spirit of journeying and + solitude. The film captures the models static, however somewhat moving in + the tactility of the VHS film accompanied by the sound of waves as a visual + dialogue.\n\nDirector: Errol Rainey / Benjamin Cooper\nEditor: Toto MacDonald","link":"https://vimeo.com/131644306","duration":96,"width":640,"language":"en","height":480,"embed":{"html":null},"created_time":"2015-06-24T11:07:20+00:00","modified_time":"2016-01-07T14:51:22+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":false,"add":true,"comments":"anybody"},"pictures":{"uri":"/videos/131644306/pictures/524139597","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/524139597_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/524139597_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/524139597_295x166.jpg?r=pad"},{"width":640,"height":480,"link":"https://i.vimeocdn.com/video/524139597_640x480.jpg?r=pad"},{"width":960,"height":720,"link":"https://i.vimeocdn.com/video/524139597_960x720.jpg?r=pad"}]},"tags":[{"uri":"/tags/alexandermcqueen","name":"Alexander + McQueen","tag":"Alexander McQueen","canonical":"alexandermcqueen","metadata":{"connections":{"videos":{"uri":"/tags/alexandermcqueen/videos","options":["GET"],"total":583}}}},{"uri":"/tags/benjamincooper","name":"Benjamin + Cooper","tag":"Benjamin Cooper","canonical":"benjamincooper","metadata":{"connections":{"videos":{"uri":"/tags/benjamincooper/videos","options":["GET"],"total":2}}}},{"uri":"/tags/errolrainey","name":"Errol + Rainey","tag":"Errol Rainey","canonical":"errolrainey","metadata":{"connections":{"videos":{"uri":"/tags/errolrainey/videos","options":["GET"],"total":8}}}},{"uri":"/tags/springslashsummer2016","name":"Spring/Summer + 2016","tag":"Spring/Summer 2016","canonical":"springslashsummer2016","metadata":{"connections":{"videos":{"uri":"/tags/springslashsummer2016/videos","options":["GET"],"total":4}}}},{"uri":"/tags/totomacdonald","name":"Toto + MacDonald","tag":"Toto MacDonald","canonical":"totomacdonald","metadata":{"connections":{"videos":{"uri":"/tags/totomacdonald/videos","options":["GET"],"total":1}}}}],"stats":{"plays":375},"metadata":{"connections":{"comments":{"uri":"/videos/131644306/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/131644306/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/131644306/likes","options":["GET"],"total":3},"pictures":{"uri":"/videos/131644306/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/131644306/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=20","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/131644306"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/131644306"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/131528602","name":"Live + Through That?!","description":null,"link":"https://vimeo.com/131528602","duration":117,"width":1280,"language":null,"height":720,"embed":{"html":null},"created_time":"2015-06-23T11:17:54+00:00","modified_time":"2016-01-14T17:25:08+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":true,"add":true,"comments":"anybody"},"pictures":{"uri":"/videos/131528602/pictures/523811270","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/523811270_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/523811270_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/523811270_295x166.jpg?r=pad"},{"width":640,"height":360,"link":"https://i.vimeocdn.com/video/523811270_640x360.jpg?r=pad"},{"width":960,"height":540,"link":"https://i.vimeocdn.com/video/523811270_960x540.jpg?r=pad"},{"width":1280,"height":720,"link":"https://i.vimeocdn.com/video/523811270_1280x720.jpg?r=pad"}]},"tags":[],"stats":{"plays":207},"metadata":{"connections":{"comments":{"uri":"/videos/131528602/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/131528602/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/131528602/likes","options":["GET"],"total":3},"pictures":{"uri":"/videos/131528602/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/131528602/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=21","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/131528602"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/131528602"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":{"name":"Purple.fr","uri":"/apps/53799"},"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/131528469","name":"Eight + Circuit Model","description":null,"link":"https://vimeo.com/131528469","duration":361,"width":1280,"language":null,"height":720,"embed":{"html":null},"created_time":"2015-06-23T11:16:21+00:00","modified_time":"2016-01-14T15:11:41+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":true,"add":true,"comments":"anybody"},"pictures":{"uri":"/videos/131528469/pictures/523811096","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/523811096_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/523811096_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/523811096_295x166.jpg?r=pad"},{"width":640,"height":360,"link":"https://i.vimeocdn.com/video/523811096_640x360.jpg?r=pad"},{"width":960,"height":540,"link":"https://i.vimeocdn.com/video/523811096_960x540.jpg?r=pad"},{"width":1280,"height":720,"link":"https://i.vimeocdn.com/video/523811096_1280x720.jpg?r=pad"}]},"tags":[],"stats":{"plays":129},"metadata":{"connections":{"comments":{"uri":"/videos/131528469/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/131528469/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/131528469/likes","options":["GET"],"total":1},"pictures":{"uri":"/videos/131528469/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/131528469/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=22","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/131528469"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/131528469"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":{"name":"Purple.fr","uri":"/apps/53799"},"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/131528244","name":"Abraxas","description":null,"link":"https://vimeo.com/131528244","duration":260,"width":1280,"language":null,"height":674,"embed":{"html":null},"created_time":"2015-06-23T11:13:17+00:00","modified_time":"2016-01-14T04:08:58+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":true,"add":true,"comments":"anybody"},"pictures":{"uri":"/videos/131528244/pictures/523810801","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/523810801_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/523810801_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/523810801_295x166.jpg?r=pad"},{"width":640,"height":400,"link":"https://i.vimeocdn.com/video/523810801_640x400.jpg?r=pad"},{"width":960,"height":600,"link":"https://i.vimeocdn.com/video/523810801_960x600.jpg?r=pad"},{"width":1280,"height":800,"link":"https://i.vimeocdn.com/video/523810801_1280x800.jpg?r=pad"}]},"tags":[],"stats":{"plays":42},"metadata":{"connections":{"comments":{"uri":"/videos/131528244/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/131528244/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/131528244/likes","options":["GET"],"total":0},"pictures":{"uri":"/videos/131528244/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/131528244/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=23","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/131528244"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/131528244"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":{"name":"Purple.fr","uri":"/apps/53799"},"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/131528095","name":"Etre + Cecile","description":null,"link":"https://vimeo.com/131528095","duration":161,"width":1280,"language":null,"height":720,"embed":{"html":null},"created_time":"2015-06-23T11:11:09+00:00","modified_time":"2016-01-14T20:43:13+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":true,"add":true,"comments":"anybody"},"pictures":{"uri":"/videos/131528095/pictures/523810600","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/523810600_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/523810600_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/523810600_295x166.jpg?r=pad"},{"width":640,"height":360,"link":"https://i.vimeocdn.com/video/523810600_640x360.jpg?r=pad"},{"width":960,"height":540,"link":"https://i.vimeocdn.com/video/523810600_960x540.jpg?r=pad"},{"width":1280,"height":720,"link":"https://i.vimeocdn.com/video/523810600_1280x720.jpg?r=pad"}]},"tags":[],"stats":{"plays":318},"metadata":{"connections":{"comments":{"uri":"/videos/131528095/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/131528095/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/131528095/likes","options":["GET"],"total":0},"pictures":{"uri":"/videos/131528095/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/131528095/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=24","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/131528095"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/131528095"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":{"name":"Purple.fr","uri":"/apps/53799"},"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/131527640","name":"Camarade + je n''ai que de l''eau","description":null,"link":"https://vimeo.com/131527640","duration":131,"width":984,"language":null,"height":720,"embed":{"html":null},"created_time":"2015-06-23T11:05:35+00:00","modified_time":"2016-01-09T13:19:13+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":true,"add":true,"comments":"anybody"},"pictures":{"uri":"/videos/131527640/pictures/523810031","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/523810031_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/523810031_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/523810031_295x166.jpg?r=pad"},{"width":640,"height":478,"link":"https://i.vimeocdn.com/video/523810031_640x478.jpg?r=pad"},{"width":960,"height":718,"link":"https://i.vimeocdn.com/video/523810031_960x718.jpg?r=pad"},{"width":1280,"height":957,"link":"https://i.vimeocdn.com/video/523810031_1280x957.jpg?r=pad"}]},"tags":[],"stats":{"plays":17},"metadata":{"connections":{"comments":{"uri":"/videos/131527640/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/131527640/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/131527640/likes","options":["GET"],"total":0},"pictures":{"uri":"/videos/131527640/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/131527640/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=25","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/131527640"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/131527640"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":{"name":"Purple.fr","uri":"/apps/53799"},"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}}]}' + http_version: + recorded_at: Thu, 14 Jan 2016 22:50:05 GMT +recorded_with: VCR 3.0.1 diff --git a/spec/vcr/Creator/_find_or_create/when_the_provider_is_Vimeo/creates_videos_associated_with_the_creator/assigns_and_default_image_if_none_is_provided.yml b/spec/vcr/Creator/_find_or_create/when_the_provider_is_Vimeo/creates_videos_associated_with_the_creator/assigns_and_default_image_if_none_is_provided.yml new file mode 100644 index 0000000..af51d35 --- /dev/null +++ b/spec/vcr/Creator/_find_or_create/when_the_provider_is_Vimeo/creates_videos_associated_with_the_creator/assigns_and_default_image_if_none_is_provided.yml @@ -0,0 +1,831 @@ +--- +http_interactions: +- request: + method: get + uri: https://api.vimeo.com/users?fields=uri,name,pictures&page=1&per_page=25&query=purple + body: + encoding: US-ASCII + string: '' + headers: + Authorization: + - bearer d05c3756683259bfcd22921e08a37d74 + Accept: + - application/json + response: + status: + code: 200 + message: OK + headers: + Server: + - nginx + Content-Type: + - application/vnd.vimeo.user+json + Cache-Control: + - no-cache, max-age=315360000 + Strict-Transport-Security: + - max-age=15120000; includeSubDomains; preload + Expires: + - Mon, 12 Jan 2026 00:33:42 GMT + Via: + - 1.1 varnish + - 1.1 varnish + Fastly-Debug-Digest: + - 06bcf456a4f5be27ff161436631bc1c962f9b59c78d6d12d334e93437af8a257 + Content-Length: + - '12617' + Accept-Ranges: + - bytes + Date: + - Fri, 15 Jan 2016 00:33:42 GMT + Age: + - '0' + Connection: + - keep-alive + X-Served-By: + - cache-iad2125-IAD, cache-sea1923-SEA + X-Cache: + - MISS, MISS + X-Cache-Hits: + - 0, 0 + X-Timer: + - S1452818022.413920,VS0,VE278 + Vary: + - Accept,Vimeo-Client-Id,Accept-Encoding + body: + encoding: UTF-8 + string: '{"total":1162,"page":1,"per_page":25,"paging":{"next":"/users?page=2&per_page=25&query=purple&fields=uri%2Cname%2Cpictures","previous":null,"first":"/users?page=1&per_page=25&query=purple&fields=uri%2Cname%2Cpictures","last":"/users?page=47&per_page=25&query=purple&fields=uri%2Cname%2Cpictures"},"data":[{"uri":"/users/1284412","name":"Purple + Magazine","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]}},{"uri":"/users/5461646","name":"Purple + Lotus","pictures":{"uri":"/users/5461646/pictures/6434434","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/6434434_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/6434434_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/6434434_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/6434434_300x300.jpg?r=pad"}]}},{"uri":"/users/906729","name":"Purple-Films","pictures":{"uri":"/users/906729/pictures/9146778","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/9146778_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/9146778_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/9146778_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/9146778_300x300.jpg?r=pad"}]}},{"uri":"/users/10231568","name":"Purple","pictures":{"uri":"/users/10231568/pictures/9549278","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/9549278_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/9549278_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/9549278_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/9549278_300x300.jpg?r=pad"}]}},{"uri":"/users/19488140","name":"Purple + Rhino","pictures":{"uri":"/users/19488140/pictures/9091670","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/9091670_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/9091670_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/9091670_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/9091670_300x300.jpg?r=pad"}]}},{"uri":"/users/27808560","name":"Purple + Christopher","pictures":null},{"uri":"/users/2574978","name":"Fr\u00e8res + Purple","pictures":{"uri":"/users/2574978/pictures/131358","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/131358_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/131358_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/131358_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/131358_300x300.jpg?r=pad"}]}},{"uri":"/users/3161692","name":"willow + purple","pictures":{"uri":"/users/3161692/pictures/356310","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/356310_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/356310_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/356310_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/356310_300x300.jpg?r=pad"}]}},{"uri":"/users/3448149","name":"Purple + States","pictures":{"uri":"/users/3448149/pictures/6962987","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/6962987_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/6962987_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/6962987_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/6962987_300x300.jpg?r=pad"}]}},{"uri":"/users/13749604","name":"PURPLE + MILK","pictures":{"uri":"/users/13749604/pictures/9187641","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/9187641_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/9187641_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/9187641_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/9187641_300x300.jpg?r=pad"}]}},{"uri":"/users/1345761","name":"80''s + Purple","pictures":{"uri":"/users/1345761/pictures/1978538","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1978538_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1978538_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1978538_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1978538_300x300.jpg?r=pad"}]}},{"uri":"/users/3101311","name":"The + Purple Onion Archives","pictures":{"uri":"/users/3101311/pictures/7821007","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/7821007_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/7821007_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/7821007_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/7821007_300x300.jpg?r=pad"}]}},{"uri":"/users/5311630","name":"Purple-Spirit","pictures":{"uri":"/users/5311630/pictures/1894383","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1894383_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1894383_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1894383_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1894383_300x300.jpg?r=pad"}]}},{"uri":"/users/4338895","name":"puRpLe + videomedia","pictures":{"uri":"/users/4338895/pictures/1977194","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1977194_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1977194_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1977194_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1977194_300x300.jpg?r=pad"}]}},{"uri":"/users/23604370","name":"Purple + Square Productions","pictures":{"uri":"/users/23604370/pictures/6898821","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/6898821_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/6898821_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/6898821_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/6898821_300x300.jpg?r=pad"}]}},{"uri":"/users/21094092","name":"Lydia + Purple","pictures":{"uri":"/users/21094092/pictures/6369443","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/6369443_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/6369443_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/6369443_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/6369443_300x300.jpg?r=pad"}]}},{"uri":"/users/41443159","name":"Purple + Group","pictures":{"uri":"/users/41443159/pictures/9810798","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/9810798_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/9810798_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/9810798_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/9810798_300x300.jpg?r=pad"}]}},{"uri":"/users/17288716","name":"Purple + Lambs","pictures":{"uri":"/users/17288716/pictures/6373032","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/6373032_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/6373032_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/6373032_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/6373032_300x300.jpg?r=pad"}]}},{"uri":"/users/2885008","name":"purple","pictures":{"uri":"/users/2885008/pictures/3334158","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/3334158_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/3334158_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/3334158_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/3334158_300x300.jpg?r=pad"}]}},{"uri":"/users/2393914","name":"Purple-H","pictures":{"uri":"/users/2393914/pictures/490944","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/490944_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/490944_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/490944_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/490944_300x300.jpg?r=pad"}]}},{"uri":"/users/5980854","name":"Purple + Pictures","pictures":{"uri":"/users/5980854/pictures/1770784","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1770784_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1770784_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1770784_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1770784_300x300.jpg?r=pad"}]}},{"uri":"/users/14091711","name":"Purple + WiFi","pictures":{"uri":"/users/14091711/pictures/6975485","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/6975485_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/6975485_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/6975485_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/6975485_300x300.jpg?r=pad"}]}},{"uri":"/users/11461317","name":"Purple + Onion Inc.","pictures":{"uri":"/users/11461317/pictures/9680216","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/9680216_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/9680216_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/9680216_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/9680216_300x300.jpg?r=pad"}]}},{"uri":"/users/13506170","name":"Purple + Pictures","pictures":{"uri":"/users/13506170/pictures/4180262","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/4180262_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/4180262_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/4180262_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/4180262_300x300.jpg?r=pad"}]}},{"uri":"/users/14665130","name":"Purple + Elephant Media","pictures":{"uri":"/users/14665130/pictures/4969750","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/4969750_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/4969750_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/4969750_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/4969750_300x300.jpg?r=pad"}]}}]}' + http_version: + recorded_at: Fri, 15 Jan 2016 00:33:42 GMT +- request: + method: get + uri: https://api.vimeo.com/users/1284412/videos + body: + encoding: US-ASCII + string: '' + headers: + Authorization: + - bearer d05c3756683259bfcd22921e08a37d74 + Accept: + - application/json + response: + status: + code: 200 + message: OK + headers: + Server: + - nginx + Content-Type: + - application/vnd.vimeo.video+json + Cache-Control: + - no-cache, max-age=315360000 + Strict-Transport-Security: + - max-age=15120000; includeSubDomains; preload + Last-Modified: + - '1452817027' + Expires: + - Mon, 12 Jan 2026 00:33:42 GMT + Via: + - 1.1 varnish + - 1.1 varnish + Fastly-Debug-Digest: + - f80c87af3a5ca473b23bf2fb1c3135075c2bb285e050e59b5a08f714151f60ec + Content-Length: + - '155575' + Accept-Ranges: + - bytes + Date: + - Fri, 15 Jan 2016 00:33:43 GMT + Age: + - '0' + Connection: + - keep-alive + X-Served-By: + - cache-iad2133-IAD, cache-sea1920-SEA + X-Cache: + - MISS, MISS + X-Cache-Hits: + - 0, 0 + X-Timer: + - S1452818022.734366,VS0,VE1141 + Vary: + - Accept,Vimeo-Client-Id,Accept-Encoding + body: + encoding: UTF-8 + string: '{"total":514,"page":1,"per_page":25,"paging":{"next":"/users/1284412/videos?page=2","previous":null,"first":"/users/1284412/videos?page=1","last":"/users/1284412/videos?page=21"},"data":[{"uri":"/videos/151666800","name":"You, + the Living by Roy Andersson","description":null,"link":"https://vimeo.com/151666800","duration":130,"width":640,"language":null,"height":380,"embed":{"html":""},"created_time":"2016-01-13T16:53:32+00:00","modified_time":"2016-01-14T23:15:28+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"whitelist","download":false,"add":false,"comments":"nobody"},"pictures":{"uri":"/videos/151666800/pictures/551470932","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/551470932_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/551470932_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/551470932_295x166.jpg?r=pad"},{"width":640,"height":381,"link":"https://i.vimeocdn.com/video/551470932_640x381.jpg?r=pad"},{"width":960,"height":571,"link":"https://i.vimeocdn.com/video/551470932_960x571.jpg?r=pad"}]},"tags":[],"stats":{"plays":46},"metadata":{"connections":{"comments":{"uri":"/videos/151666800/comments","options":["GET"],"total":0},"credits":{"uri":"/videos/151666800/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/151666800/likes","options":["GET"],"total":3},"pictures":{"uri":"/videos/151666800/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/151666800/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=1","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/151666800"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/151666800"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/151666718","name":"The + Good, the Bad, the Weird","description":null,"link":"https://vimeo.com/151666718","duration":107,"width":1920,"language":null,"height":1080,"embed":{"html":""},"created_time":"2016-01-13T16:52:52+00:00","modified_time":"2016-01-15T00:11:46+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"whitelist","download":false,"add":false,"comments":"nobody"},"pictures":{"uri":"/videos/151666718/pictures/551478468","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/551478468_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/551478468_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/551478468_295x166.jpg?r=pad"},{"width":640,"height":360,"link":"https://i.vimeocdn.com/video/551478468_640x360.jpg?r=pad"},{"width":960,"height":540,"link":"https://i.vimeocdn.com/video/551478468_960x540.jpg?r=pad"},{"width":1280,"height":720,"link":"https://i.vimeocdn.com/video/551478468_1280x720.jpg?r=pad"}]},"tags":[],"stats":{"plays":47},"metadata":{"connections":{"comments":{"uri":"/videos/151666718/comments","options":["GET"],"total":0},"credits":{"uri":"/videos/151666718/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/151666718/likes","options":["GET"],"total":0},"pictures":{"uri":"/videos/151666718/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/151666718/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=2","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/151666718"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/151666718"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/151666692","name":"La + Cie\u0301naga by Lucrecia Martel","description":null,"link":"https://vimeo.com/151666692","duration":108,"width":486,"language":null,"height":360,"embed":{"html":""},"created_time":"2016-01-13T16:52:38+00:00","modified_time":"2016-01-15T00:11:45+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"whitelist","download":false,"add":false,"comments":"nobody"},"pictures":{"uri":"/videos/151666692/pictures/551470597","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/551470597_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/551470597_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/551470597_295x166.jpg?r=pad"},{"width":640,"height":474,"link":"https://i.vimeocdn.com/video/551470597_640x474.jpg?r=pad"},{"width":960,"height":711,"link":"https://i.vimeocdn.com/video/551470597_960x711.jpg?r=pad"}]},"tags":[],"stats":{"plays":164},"metadata":{"connections":{"comments":{"uri":"/videos/151666692/comments","options":["GET"],"total":0},"credits":{"uri":"/videos/151666692/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/151666692/likes","options":["GET"],"total":2},"pictures":{"uri":"/videos/151666692/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/151666692/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=3","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/151666692"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/151666692"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/151664786","name":"Killer + of Sheep","description":null,"link":"https://vimeo.com/151664786","duration":127,"width":640,"language":null,"height":480,"embed":{"html":""},"created_time":"2016-01-13T16:39:01+00:00","modified_time":"2016-01-15T00:11:26+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"whitelist","download":false,"add":false,"comments":"nobody"},"pictures":{"uri":"/videos/151664786/pictures/551473456","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/551473456_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/551473456_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/551473456_295x166.jpg?r=pad"},{"width":640,"height":480,"link":"https://i.vimeocdn.com/video/551473456_640x480.jpg?r=pad"},{"width":960,"height":720,"link":"https://i.vimeocdn.com/video/551473456_960x720.jpg?r=pad"}]},"tags":[],"stats":{"plays":24},"metadata":{"connections":{"comments":{"uri":"/videos/151664786/comments","options":["GET"],"total":0},"credits":{"uri":"/videos/151664786/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/151664786/likes","options":["GET"],"total":0},"pictures":{"uri":"/videos/151664786/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/151664786/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=4","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/151664786"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/151664786"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/151659815","name":"Fists + in the Pocket by Marco Bellocchio","description":null,"link":"https://vimeo.com/151659815","duration":59,"width":1050,"language":null,"height":576,"embed":{"html":""},"created_time":"2016-01-13T16:00:32+00:00","modified_time":"2016-01-14T23:15:14+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"whitelist","download":false,"add":false,"comments":"nobody"},"pictures":{"uri":"/videos/151659815/pictures/551464504","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/551464504_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/551464504_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/551464504_295x166.jpg?r=pad"},{"width":640,"height":351,"link":"https://i.vimeocdn.com/video/551464504_640x351.jpg?r=pad"},{"width":960,"height":527,"link":"https://i.vimeocdn.com/video/551464504_960x527.jpg?r=pad"},{"width":1280,"height":702,"link":"https://i.vimeocdn.com/video/551464504_1280x702.jpg?r=pad"}]},"tags":[],"stats":{"plays":25},"metadata":{"connections":{"comments":{"uri":"/videos/151659815/comments","options":["GET"],"total":0},"credits":{"uri":"/videos/151659815/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/151659815/likes","options":["GET"],"total":0},"pictures":{"uri":"/videos/151659815/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/151659815/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=5","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/151659815"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/151659815"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/151658401","name":"I + am Cuba","description":null,"link":"https://vimeo.com/151658401","duration":112,"width":540,"language":null,"height":360,"embed":{"html":""},"created_time":"2016-01-13T15:50:01+00:00","modified_time":"2016-01-14T23:15:21+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"whitelist","download":false,"add":false,"comments":"anybody"},"pictures":{"uri":"/videos/151658401/pictures/551459798","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/551459798_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/551459798_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/551459798_295x166.jpg?r=pad"},{"width":640,"height":427,"link":"https://i.vimeocdn.com/video/551459798_640x427.jpg?r=pad"},{"width":960,"height":640,"link":"https://i.vimeocdn.com/video/551459798_960x640.jpg?r=pad"}]},"tags":[],"stats":{"plays":31},"metadata":{"connections":{"comments":{"uri":"/videos/151658401/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/151658401/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/151658401/likes","options":["GET"],"total":3},"pictures":{"uri":"/videos/151658401/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/151658401/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=6","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/151658401"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/151658401"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/148122831","name":"Red + car - Alexandre Vauthier et JB Mondino","description":null,"link":"https://vimeo.com/148122831","duration":48,"width":1920,"language":null,"height":1080,"embed":{"html":null},"created_time":"2015-12-07T18:06:15+00:00","modified_time":"2016-01-14T19:08:43+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":false,"add":false,"comments":"anybody"},"pictures":{"uri":"/videos/148122831/pictures/546974587","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/546974587_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/546974587_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/546974587_295x166.jpg?r=pad"},{"width":640,"height":360,"link":"https://i.vimeocdn.com/video/546974587_640x360.jpg?r=pad"},{"width":960,"height":540,"link":"https://i.vimeocdn.com/video/546974587_960x540.jpg?r=pad"},{"width":1280,"height":720,"link":"https://i.vimeocdn.com/video/546974587_1280x720.jpg?r=pad"}]},"tags":[],"stats":{"plays":2230},"metadata":{"connections":{"comments":{"uri":"/videos/148122831/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/148122831/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/148122831/likes","options":["GET"],"total":7},"pictures":{"uri":"/videos/148122831/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/148122831/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=7","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/148122831"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/148122831"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/147594185","name":"RLMM_MASTER_PROMO_ITA_ENG-HD","description":null,"link":"https://vimeo.com/147594185","duration":175,"width":1280,"language":null,"height":720,"embed":{"html":null},"created_time":"2015-12-02T14:24:20+00:00","modified_time":"2016-01-13T13:07:24+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":false,"add":false,"comments":"anybody"},"pictures":{"uri":"/videos/147594185/pictures/546302904","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/546302904_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/546302904_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/546302904_295x166.jpg?r=pad"},{"width":640,"height":360,"link":"https://i.vimeocdn.com/video/546302904_640x360.jpg?r=pad"},{"width":960,"height":540,"link":"https://i.vimeocdn.com/video/546302904_960x540.jpg?r=pad"},{"width":1280,"height":720,"link":"https://i.vimeocdn.com/video/546302904_1280x720.jpg?r=pad"}]},"tags":[],"stats":{"plays":209},"metadata":{"connections":{"comments":{"uri":"/videos/147594185/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/147594185/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/147594185/likes","options":["GET"],"total":0},"pictures":{"uri":"/videos/147594185/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/147594185/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=8","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/147594185"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/147594185"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/147581341","name":"15 + LOVE_","description":null,"link":"https://vimeo.com/147581341","duration":504,"width":1920,"language":null,"height":1080,"embed":{"html":null},"created_time":"2015-12-02T12:18:36+00:00","modified_time":"2016-01-15T00:10:36+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":false,"add":false,"comments":"anybody"},"pictures":{"uri":"/videos/147581341/pictures/546294636","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/546294636_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/546294636_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/546294636_295x166.jpg?r=pad"},{"width":640,"height":360,"link":"https://i.vimeocdn.com/video/546294636_640x360.jpg?r=pad"},{"width":960,"height":540,"link":"https://i.vimeocdn.com/video/546294636_960x540.jpg?r=pad"},{"width":1280,"height":720,"link":"https://i.vimeocdn.com/video/546294636_1280x720.jpg?r=pad"}]},"tags":[],"stats":{"plays":1636},"metadata":{"connections":{"comments":{"uri":"/videos/147581341/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/147581341/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/147581341/likes","options":["GET"],"total":3},"pictures":{"uri":"/videos/147581341/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/147581341/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=9","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/147581341"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/147581341"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/146628479","name":"Toshio + Maeda for Supreme","description":null,"link":"https://vimeo.com/146628479","duration":114,"width":1280,"language":null,"height":720,"embed":{"html":null},"created_time":"2015-11-23T11:57:09+00:00","modified_time":"2016-01-14T21:13:00+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":false,"add":false,"comments":"anybody"},"pictures":{"uri":"/videos/146628479/pictures/545074010","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/545074010_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/545074010_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/545074010_295x166.jpg?r=pad"},{"width":640,"height":360,"link":"https://i.vimeocdn.com/video/545074010_640x360.jpg?r=pad"},{"width":960,"height":540,"link":"https://i.vimeocdn.com/video/545074010_960x540.jpg?r=pad"},{"width":1280,"height":720,"link":"https://i.vimeocdn.com/video/545074010_1280x720.jpg?r=pad"}]},"tags":[],"stats":{"plays":664},"metadata":{"connections":{"comments":{"uri":"/videos/146628479/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/146628479/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/146628479/likes","options":["GET"],"total":3},"pictures":{"uri":"/videos/146628479/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/146628479/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=10","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/146628479"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/146628479"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/144132366","name":"Lutz + Huelle S/S 2016","description":null,"link":"https://vimeo.com/144132366","duration":129,"width":1280,"language":null,"height":720,"embed":{"html":null},"created_time":"2015-10-30T15:34:30+00:00","modified_time":"2016-01-15T00:16:56+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":false,"add":false,"comments":"anybody"},"pictures":{"uri":"/videos/144132366/pictures/541899273","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/541899273_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/541899273_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/541899273_295x166.jpg?r=pad"},{"width":640,"height":360,"link":"https://i.vimeocdn.com/video/541899273_640x360.jpg?r=pad"},{"width":960,"height":540,"link":"https://i.vimeocdn.com/video/541899273_960x540.jpg?r=pad"},{"width":1280,"height":720,"link":"https://i.vimeocdn.com/video/541899273_1280x720.jpg?r=pad"}]},"tags":[],"stats":{"plays":401},"metadata":{"connections":{"comments":{"uri":"/videos/144132366/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/144132366/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/144132366/likes","options":["GET"],"total":0},"pictures":{"uri":"/videos/144132366/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/144132366/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=11","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/144132366"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/144132366"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/143599740","name":"An + excerpt from A Crackup at the Race Riots by Leo Gabin","description":null,"link":"https://vimeo.com/143599740","duration":150,"width":724,"language":null,"height":530,"embed":{"html":null},"created_time":"2015-10-26T11:21:13+00:00","modified_time":"2016-01-11T14:12:42+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":false,"add":false,"comments":"anybody"},"pictures":{"uri":"/videos/143599740/pictures/541225530","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/541225530_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/541225530_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/541225530_295x166.jpg?r=pad"},{"width":640,"height":469,"link":"https://i.vimeocdn.com/video/541225530_640x469.jpg?r=pad"},{"width":960,"height":703,"link":"https://i.vimeocdn.com/video/541225530_960x703.jpg?r=pad"},{"width":1280,"height":938,"link":"https://i.vimeocdn.com/video/541225530_1280x938.jpg?r=pad"}]},"tags":[],"stats":{"plays":290},"metadata":{"connections":{"comments":{"uri":"/videos/143599740/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/143599740/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/143599740/likes","options":["GET"],"total":0},"pictures":{"uri":"/videos/143599740/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/143599740/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=12","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/143599740"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/143599740"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/142359824","name":"An + exclusive extract from The Feature by Michel Auder","description":null,"link":"https://vimeo.com/142359824","duration":179,"width":720,"language":null,"height":528,"embed":{"html":null},"created_time":"2015-10-14T09:37:30+00:00","modified_time":"2016-01-15T00:13:41+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":false,"add":false,"comments":"anybody"},"pictures":{"uri":"/videos/142359824/pictures/539672549","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/539672549_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/539672549_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/539672549_295x166.jpg?r=pad"},{"width":640,"height":360,"link":"https://i.vimeocdn.com/video/539672549_640x360.jpg?r=pad"},{"width":960,"height":540,"link":"https://i.vimeocdn.com/video/539672549_960x540.jpg?r=pad"},{"width":1280,"height":720,"link":"https://i.vimeocdn.com/video/539672549_1280x720.jpg?r=pad"}]},"tags":[],"stats":{"plays":1270},"metadata":{"connections":{"comments":{"uri":"/videos/142359824/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/142359824/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/142359824/likes","options":["GET"],"total":12},"pictures":{"uri":"/videos/142359824/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/142359824/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=13","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/142359824"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/142359824"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/141767346","name":"Extract + from: Pierre Huyghe, Two Minutes Out Of Time, 2000","description":null,"link":"https://vimeo.com/141767346","duration":71,"width":788,"language":null,"height":578,"embed":{"html":null},"created_time":"2015-10-08T09:13:11+00:00","modified_time":"2016-01-14T11:10:11+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":false,"add":false,"comments":"anybody"},"pictures":{"uri":"/videos/141767346/pictures/538866575","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/538866575_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/538866575_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/538866575_295x166.jpg?r=pad"},{"width":640,"height":468,"link":"https://i.vimeocdn.com/video/538866575_640x468.jpg?r=pad"},{"width":960,"height":703,"link":"https://i.vimeocdn.com/video/538866575_960x703.jpg?r=pad"},{"width":1280,"height":937,"link":"https://i.vimeocdn.com/video/538866575_1280x937.jpg?r=pad"}]},"tags":[],"stats":{"plays":201},"metadata":{"connections":{"comments":{"uri":"/videos/141767346/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/141767346/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/141767346/likes","options":["GET"],"total":0},"pictures":{"uri":"/videos/141767346/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/141767346/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=14","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/141767346"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/141767346"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/140202468","name":"SANTONI_WEB_MASTER","description":null,"link":"https://vimeo.com/140202468","duration":139,"width":720,"language":null,"height":540,"embed":{"html":null},"created_time":"2015-09-23T16:13:21+00:00","modified_time":"2016-01-15T00:16:21+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":false,"add":false,"comments":"anybody"},"pictures":{"uri":"/videos/140202468/pictures/536465058","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/536465058_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/536465058_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/536465058_295x166.jpg?r=pad"},{"width":640,"height":480,"link":"https://i.vimeocdn.com/video/536465058_640x480.jpg?r=pad"},{"width":960,"height":720,"link":"https://i.vimeocdn.com/video/536465058_960x720.jpg?r=pad"},{"width":1280,"height":960,"link":"https://i.vimeocdn.com/video/536465058_1280x960.jpg?r=pad"}]},"tags":[],"stats":{"plays":2965},"metadata":{"connections":{"comments":{"uri":"/videos/140202468/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/140202468/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/140202468/likes","options":["GET"],"total":28},"pictures":{"uri":"/videos/140202468/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/140202468/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=15","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/140202468"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/140202468"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/140166130","name":"Barbara + Casasola S/S 2016 by Mark Borthwick","description":null,"link":"https://vimeo.com/140166130","duration":356,"width":1920,"language":null,"height":1080,"embed":{"html":null},"created_time":"2015-09-23T10:01:56+00:00","modified_time":"2016-01-13T14:29:08+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":false,"add":false,"comments":"anybody"},"pictures":{"uri":"/videos/140166130/pictures/536405607","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/536405607_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/536405607_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/536405607_295x166.jpg?r=pad"},{"width":640,"height":360,"link":"https://i.vimeocdn.com/video/536405607_640x360.jpg?r=pad"},{"width":960,"height":540,"link":"https://i.vimeocdn.com/video/536405607_960x540.jpg?r=pad"},{"width":1280,"height":720,"link":"https://i.vimeocdn.com/video/536405607_1280x720.jpg?r=pad"}]},"tags":[],"stats":{"plays":888},"metadata":{"connections":{"comments":{"uri":"/videos/140166130/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/140166130/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/140166130/likes","options":["GET"],"total":0},"pictures":{"uri":"/videos/140166130/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/140166130/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=16","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/140166130"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/140166130"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/138995416","name":"Absolut + Elyx & Water For People | The Auditions with Fred Armisen","description":"Absolut + Elyx is partnering with Water For People on a five year mission to bring safe + water to 100,000 people. To announce this, we asked Fred Armisen and a few + friends for help. Click here for more information","link":"https://vimeo.com/138995416","duration":193,"width":1920,"language":null,"height":1080,"embed":{"html":null},"created_time":"2015-09-11T16:24:08+00:00","modified_time":"2016-01-14T12:18:04+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":false,"add":true,"comments":"anybody"},"pictures":{"uri":"/videos/138995416/pictures/534616696","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/534616696_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/534616696_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/534616696_295x166.jpg?r=pad"},{"width":640,"height":360,"link":"https://i.vimeocdn.com/video/534616696_640x360.jpg?r=pad"},{"width":960,"height":540,"link":"https://i.vimeocdn.com/video/534616696_960x540.jpg?r=pad"},{"width":1280,"height":720,"link":"https://i.vimeocdn.com/video/534616696_1280x720.jpg?r=pad"}]},"tags":[],"stats":{"plays":162},"metadata":{"connections":{"comments":{"uri":"/videos/138995416/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/138995416/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/138995416/likes","options":["GET"],"total":0},"pictures":{"uri":"/videos/138995416/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/138995416/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=17","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/138995416"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/138995416"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/138642475","name":"\"HEADLESS\" + by TEARIST","description":null,"link":"https://vimeo.com/138642475","duration":224,"width":1920,"language":null,"height":860,"embed":{"html":null},"created_time":"2015-09-08T16:19:00+00:00","modified_time":"2016-01-15T00:10:46+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":true,"add":true,"comments":"anybody"},"pictures":{"uri":"/videos/138642475/pictures/534090826","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/534090826_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/534090826_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/534090826_295x166.jpg?r=pad"},{"width":640,"height":287,"link":"https://i.vimeocdn.com/video/534090826_640x287.jpg?r=pad"},{"width":960,"height":430,"link":"https://i.vimeocdn.com/video/534090826_960x430.jpg?r=pad"},{"width":1280,"height":573,"link":"https://i.vimeocdn.com/video/534090826_1280x573.jpg?r=pad"}]},"tags":[],"stats":{"plays":4454},"metadata":{"connections":{"comments":{"uri":"/videos/138642475/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/138642475/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/138642475/likes","options":["GET"],"total":14},"pictures":{"uri":"/videos/138642475/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/138642475/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=18","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/138642475"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/138642475"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/132077239","name":"Vide\u0301o + 1","description":null,"link":"https://vimeo.com/132077239","duration":17,"width":480,"language":null,"height":480,"embed":{"html":null},"created_time":"2015-06-29T09:56:41+00:00","modified_time":"2016-01-12T14:22:48+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":true,"add":true,"comments":"anybody"},"pictures":{"uri":"/videos/132077239/pictures/524577047","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/524577047_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/524577047_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/524577047_295x166.jpg?r=pad"},{"width":640,"height":640,"link":"https://i.vimeocdn.com/video/524577047_640x640.jpg?r=pad"},{"width":960,"height":960,"link":"https://i.vimeocdn.com/video/524577047_960x960.jpg?r=pad"}]},"tags":[],"stats":{"plays":50},"metadata":{"connections":{"comments":{"uri":"/videos/132077239/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/132077239/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/132077239/likes","options":["GET"],"total":1},"pictures":{"uri":"/videos/132077239/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/132077239/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=19","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/132077239"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/132077239"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/131644306","name":"Alexander + McQueen Men''s Spring/Summer 2016 backstage","description":"An exclusive backstage + film of the Alexander McQueen Menswear Spring/Summer 2016 show. The collection + explores nautical themes, as well concepts in the spirit of journeying and + solitude. The film captures the models static, however somewhat moving in + the tactility of the VHS film accompanied by the sound of waves as a visual + dialogue.\n\nDirector: Errol Rainey / Benjamin Cooper\nEditor: Toto MacDonald","link":"https://vimeo.com/131644306","duration":96,"width":640,"language":"en","height":480,"embed":{"html":null},"created_time":"2015-06-24T11:07:20+00:00","modified_time":"2016-01-07T14:51:22+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":false,"add":true,"comments":"anybody"},"pictures":{"uri":"/videos/131644306/pictures/524139597","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/524139597_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/524139597_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/524139597_295x166.jpg?r=pad"},{"width":640,"height":480,"link":"https://i.vimeocdn.com/video/524139597_640x480.jpg?r=pad"},{"width":960,"height":720,"link":"https://i.vimeocdn.com/video/524139597_960x720.jpg?r=pad"}]},"tags":[{"uri":"/tags/alexandermcqueen","name":"Alexander + McQueen","tag":"Alexander McQueen","canonical":"alexandermcqueen","metadata":{"connections":{"videos":{"uri":"/tags/alexandermcqueen/videos","options":["GET"],"total":583}}}},{"uri":"/tags/benjamincooper","name":"Benjamin + Cooper","tag":"Benjamin Cooper","canonical":"benjamincooper","metadata":{"connections":{"videos":{"uri":"/tags/benjamincooper/videos","options":["GET"],"total":2}}}},{"uri":"/tags/errolrainey","name":"Errol + Rainey","tag":"Errol Rainey","canonical":"errolrainey","metadata":{"connections":{"videos":{"uri":"/tags/errolrainey/videos","options":["GET"],"total":8}}}},{"uri":"/tags/springslashsummer2016","name":"Spring/Summer + 2016","tag":"Spring/Summer 2016","canonical":"springslashsummer2016","metadata":{"connections":{"videos":{"uri":"/tags/springslashsummer2016/videos","options":["GET"],"total":4}}}},{"uri":"/tags/totomacdonald","name":"Toto + MacDonald","tag":"Toto MacDonald","canonical":"totomacdonald","metadata":{"connections":{"videos":{"uri":"/tags/totomacdonald/videos","options":["GET"],"total":1}}}}],"stats":{"plays":375},"metadata":{"connections":{"comments":{"uri":"/videos/131644306/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/131644306/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/131644306/likes","options":["GET"],"total":3},"pictures":{"uri":"/videos/131644306/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/131644306/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=20","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/131644306"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/131644306"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/131528602","name":"Live + Through That?!","description":null,"link":"https://vimeo.com/131528602","duration":117,"width":1280,"language":null,"height":720,"embed":{"html":null},"created_time":"2015-06-23T11:17:54+00:00","modified_time":"2016-01-14T17:25:08+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":true,"add":true,"comments":"anybody"},"pictures":{"uri":"/videos/131528602/pictures/523811270","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/523811270_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/523811270_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/523811270_295x166.jpg?r=pad"},{"width":640,"height":360,"link":"https://i.vimeocdn.com/video/523811270_640x360.jpg?r=pad"},{"width":960,"height":540,"link":"https://i.vimeocdn.com/video/523811270_960x540.jpg?r=pad"},{"width":1280,"height":720,"link":"https://i.vimeocdn.com/video/523811270_1280x720.jpg?r=pad"}]},"tags":[],"stats":{"plays":207},"metadata":{"connections":{"comments":{"uri":"/videos/131528602/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/131528602/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/131528602/likes","options":["GET"],"total":3},"pictures":{"uri":"/videos/131528602/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/131528602/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=21","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/131528602"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/131528602"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":{"name":"Purple.fr","uri":"/apps/53799"},"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/131528469","name":"Eight + Circuit Model","description":null,"link":"https://vimeo.com/131528469","duration":361,"width":1280,"language":null,"height":720,"embed":{"html":null},"created_time":"2015-06-23T11:16:21+00:00","modified_time":"2016-01-14T15:11:41+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":true,"add":true,"comments":"anybody"},"pictures":{"uri":"/videos/131528469/pictures/523811096","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/523811096_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/523811096_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/523811096_295x166.jpg?r=pad"},{"width":640,"height":360,"link":"https://i.vimeocdn.com/video/523811096_640x360.jpg?r=pad"},{"width":960,"height":540,"link":"https://i.vimeocdn.com/video/523811096_960x540.jpg?r=pad"},{"width":1280,"height":720,"link":"https://i.vimeocdn.com/video/523811096_1280x720.jpg?r=pad"}]},"tags":[],"stats":{"plays":129},"metadata":{"connections":{"comments":{"uri":"/videos/131528469/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/131528469/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/131528469/likes","options":["GET"],"total":1},"pictures":{"uri":"/videos/131528469/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/131528469/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=22","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/131528469"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/131528469"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":{"name":"Purple.fr","uri":"/apps/53799"},"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/131528244","name":"Abraxas","description":null,"link":"https://vimeo.com/131528244","duration":260,"width":1280,"language":null,"height":674,"embed":{"html":null},"created_time":"2015-06-23T11:13:17+00:00","modified_time":"2016-01-14T04:08:58+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":true,"add":true,"comments":"anybody"},"pictures":{"uri":"/videos/131528244/pictures/523810801","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/523810801_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/523810801_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/523810801_295x166.jpg?r=pad"},{"width":640,"height":400,"link":"https://i.vimeocdn.com/video/523810801_640x400.jpg?r=pad"},{"width":960,"height":600,"link":"https://i.vimeocdn.com/video/523810801_960x600.jpg?r=pad"},{"width":1280,"height":800,"link":"https://i.vimeocdn.com/video/523810801_1280x800.jpg?r=pad"}]},"tags":[],"stats":{"plays":42},"metadata":{"connections":{"comments":{"uri":"/videos/131528244/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/131528244/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/131528244/likes","options":["GET"],"total":0},"pictures":{"uri":"/videos/131528244/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/131528244/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=23","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/131528244"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/131528244"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":{"name":"Purple.fr","uri":"/apps/53799"},"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/131528095","name":"Etre + Cecile","description":null,"link":"https://vimeo.com/131528095","duration":161,"width":1280,"language":null,"height":720,"embed":{"html":null},"created_time":"2015-06-23T11:11:09+00:00","modified_time":"2016-01-14T20:43:13+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":true,"add":true,"comments":"anybody"},"pictures":{"uri":"/videos/131528095/pictures/523810600","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/523810600_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/523810600_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/523810600_295x166.jpg?r=pad"},{"width":640,"height":360,"link":"https://i.vimeocdn.com/video/523810600_640x360.jpg?r=pad"},{"width":960,"height":540,"link":"https://i.vimeocdn.com/video/523810600_960x540.jpg?r=pad"},{"width":1280,"height":720,"link":"https://i.vimeocdn.com/video/523810600_1280x720.jpg?r=pad"}]},"tags":[],"stats":{"plays":319},"metadata":{"connections":{"comments":{"uri":"/videos/131528095/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/131528095/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/131528095/likes","options":["GET"],"total":0},"pictures":{"uri":"/videos/131528095/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/131528095/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=24","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/131528095"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/131528095"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":{"name":"Purple.fr","uri":"/apps/53799"},"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/131527640","name":"Camarade + je n''ai que de l''eau","description":null,"link":"https://vimeo.com/131527640","duration":131,"width":984,"language":null,"height":720,"embed":{"html":null},"created_time":"2015-06-23T11:05:35+00:00","modified_time":"2016-01-09T13:19:13+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":true,"add":true,"comments":"anybody"},"pictures":{"uri":"/videos/131527640/pictures/523810031","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/523810031_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/523810031_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/523810031_295x166.jpg?r=pad"},{"width":640,"height":478,"link":"https://i.vimeocdn.com/video/523810031_640x478.jpg?r=pad"},{"width":960,"height":718,"link":"https://i.vimeocdn.com/video/523810031_960x718.jpg?r=pad"},{"width":1280,"height":957,"link":"https://i.vimeocdn.com/video/523810031_1280x957.jpg?r=pad"}]},"tags":[],"stats":{"plays":17},"metadata":{"connections":{"comments":{"uri":"/videos/131527640/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/131527640/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/131527640/likes","options":["GET"],"total":0},"pictures":{"uri":"/videos/131527640/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/131527640/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=25","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/131527640"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/131527640"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":{"name":"Purple.fr","uri":"/apps/53799"},"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}}]}' + http_version: + recorded_at: Fri, 15 Jan 2016 00:33:43 GMT +- request: + method: get + uri: https://api.vimeo.com/users/2520140/videos + body: + encoding: US-ASCII + string: '' + headers: + Authorization: + - bearer d05c3756683259bfcd22921e08a37d74 + Accept: + - application/json + response: + status: + code: 200 + message: OK + headers: + Server: + - nginx + Content-Type: + - application/vnd.vimeo.video+json + Cache-Control: + - no-cache, max-age=315360000 + Strict-Transport-Security: + - max-age=15120000; includeSubDomains; preload + Last-Modified: + - '1452817252' + Expires: + - Mon, 12 Jan 2026 00:33:44 GMT + Via: + - 1.1 varnish + - 1.1 varnish + Fastly-Debug-Digest: + - e4e88c4ced88398d31ce108ed9885af3af8895248868c9d55da2d79ce35518d8 + Content-Length: + - '147012' + Accept-Ranges: + - bytes + Date: + - Fri, 15 Jan 2016 00:33:46 GMT + Age: + - '0' + Connection: + - keep-alive + X-Served-By: + - cache-iad2132-IAD, cache-sea1925-SEA + X-Cache: + - MISS, MISS + X-Cache-Hits: + - 0, 0 + X-Timer: + - S1452818024.012088,VS0,VE2873 + Vary: + - Accept,Vimeo-Client-Id,Accept-Encoding + body: + encoding: UTF-8 + string: '{"total":153,"page":1,"per_page":25,"paging":{"next":"/users/2520140/videos?page=2","previous":null,"first":"/users/2520140/videos?page=1","last":"/users/2520140/videos?page=7"},"data":[{"uri":"/videos/136900434","name":"Sensel: + Ray Kampmeier - The Maker","description":"Watch maker Ray Kampmeier control + a robot arm with a Sensel Morph! \n\nfrog partnered with Sensel, an early-stage + start-up and graduate of Stanford\u2019s StartX accelerator, to develop the + strategy, design, and launch of the Sensel Morph, a next-generation input + device that allows creators and innovators to explore endless possibilities + in music, art, gaming and beyond. Sensel is a frogVentures portfolio company.\n\nVisit + Sensel to learn more: www.sensel.com\nCheck out their Kickstarter page: kickstarter.com/projects/1152958674/the-sensel-morph-interaction-evolved + \nSee all of their videos: https://vimeo.com/senselco","link":"https://vimeo.com/136900434","duration":92,"width":1280,"language":"en","height":720,"embed":{"html":""},"created_time":"2015-08-21T06:22:12+00:00","modified_time":"2016-01-13T16:18:38+00:00","content_rating":["safe"],"license":null,"privacy":{"view":"anybody","embed":"public","download":false,"add":false,"comments":"anybody"},"pictures":{"uri":"/videos/136900434/pictures/531589833","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/531589833_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/531589833_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/531589833_295x166.jpg?r=pad"},{"width":640,"height":360,"link":"https://i.vimeocdn.com/video/531589833_640x360.jpg?r=pad"},{"width":960,"height":540,"link":"https://i.vimeocdn.com/video/531589833_960x540.jpg?r=pad"},{"width":1280,"height":720,"link":"https://i.vimeocdn.com/video/531589833_1280x720.jpg?r=pad"}]},"tags":[{"uri":"/tags/sensel","name":"Sensel","tag":"Sensel","canonical":"sensel","metadata":{"connections":{"videos":{"uri":"/tags/sensel/videos","options":["GET"],"total":19}}}},{"uri":"/tags/touchtechnology","name":"touch + technology","tag":"touch technology","canonical":"touchtechnology","metadata":{"connections":{"videos":{"uri":"/tags/touchtechnology/videos","options":["GET"],"total":29}}}},{"uri":"/tags/venturedesign","name":"venture + design","tag":"venture design","canonical":"venturedesign","metadata":{"connections":{"videos":{"uri":"/tags/venturedesign/videos","options":["GET"],"total":5}}}},{"uri":"/tags/frogventures","name":"frogVentures","tag":"frogVentures","canonical":"frogventures","metadata":{"connections":{"videos":{"uri":"/tags/frogventures/videos","options":["GET"],"total":4}}}}],"stats":{"plays":567},"metadata":{"connections":{"comments":{"uri":"/videos/136900434/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/136900434/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/136900434/likes","options":["GET"],"total":6},"pictures":{"uri":"/videos/136900434/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/136900434/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/2520140/videos?offset=1","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/136900434"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/136900434"}}},"user":{"uri":"/users/2520140","name":"frog","link":"https://vimeo.com/frog","location":"San + Francisco","bio":"frog is a global design and strategy firm. We transform + businesses at scale by creating systems of brand, product and service that + deliver a distinctly better experience. We strive to touch hearts and move + markets. Our passion is to transform ideas into realities. We partner with + clients to anticipate the future, evolve organizations and advance the human + experience.","created_time":"2009-10-23T17:48:58+00:00","account":"basic","pictures":{"uri":"/users/2520140/pictures/7683836","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/7683836_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/7683836_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/7683836_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/7683836_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.frogdesign.com","description":null},{"name":"design + mind","link":"http://designmind.frogdesign.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/2520140/activities","options":["GET"]},"albums":{"uri":"/users/2520140/albums","options":["GET"],"total":6},"channels":{"uri":"/users/2520140/channels","options":["GET"],"total":2},"feed":{"uri":"/users/2520140/feed","options":["GET"]},"followers":{"uri":"/users/2520140/followers","options":["GET"],"total":1728},"following":{"uri":"/users/2520140/following","options":["GET"],"total":0},"groups":{"uri":"/users/2520140/groups","options":["GET"],"total":0},"likes":{"uri":"/users/2520140/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/2520140/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/2520140/videos","options":["GET"],"total":153},"shared":{"uri":"/users/2520140/shared/videos","options":["GET"],"total":8},"pictures":{"uri":"/users/2520140/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/2520140"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":null},{"uri":"/videos/136899908","name":"Sensel: + Josh Ellingson - The Artist","description":"Artist Josh Ellingson created + a digital painting using The Morph. Notice that he is able to create art on + the surface using an actual paintbrush (front and back), pens, and pencils.\n\nfrog + partnered with Sensel, an early-stage start-up and graduate of Stanford\u2019s + StartX accelerator, to develop the strategy, design, and launch of the Sensel + Morph, a next-generation input device that allows creators and innovators + to explore endless possibilities in music, art, gaming and beyond. Sensel + is a frogVentures portfolio company.\n\nVisit Sensel to learn more: www.sensel.com\nCheck + out their Kickstarter page: kickstarter.com/projects/1152958674/the-sensel-morph-interaction-evolved + \nSee all of their videos: https://vimeo.com/senselco","link":"https://vimeo.com/136899908","duration":97,"width":1280,"language":"en","height":720,"embed":{"html":""},"created_time":"2015-08-21T06:09:15+00:00","modified_time":"2016-01-13T12:13:56+00:00","content_rating":["safe"],"license":null,"privacy":{"view":"anybody","embed":"public","download":false,"add":true,"comments":"anybody"},"pictures":{"uri":"/videos/136899908/pictures/531590604","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/531590604_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/531590604_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/531590604_295x166.jpg?r=pad"},{"width":640,"height":360,"link":"https://i.vimeocdn.com/video/531590604_640x360.jpg?r=pad"},{"width":960,"height":540,"link":"https://i.vimeocdn.com/video/531590604_960x540.jpg?r=pad"},{"width":1280,"height":720,"link":"https://i.vimeocdn.com/video/531590604_1280x720.jpg?r=pad"}]},"tags":[{"uri":"/tags/sensel","name":"Sensel","tag":"Sensel","canonical":"sensel","metadata":{"connections":{"videos":{"uri":"/tags/sensel/videos","options":["GET"],"total":19}}}},{"uri":"/tags/touchtechnology","name":"touch + technology","tag":"touch technology","canonical":"touchtechnology","metadata":{"connections":{"videos":{"uri":"/tags/touchtechnology/videos","options":["GET"],"total":29}}}},{"uri":"/tags/venturedesign","name":"venture + design","tag":"venture design","canonical":"venturedesign","metadata":{"connections":{"videos":{"uri":"/tags/venturedesign/videos","options":["GET"],"total":5}}}},{"uri":"/tags/frogventures","name":"frogVentures","tag":"frogVentures","canonical":"frogventures","metadata":{"connections":{"videos":{"uri":"/tags/frogventures/videos","options":["GET"],"total":4}}}}],"stats":{"plays":353},"metadata":{"connections":{"comments":{"uri":"/videos/136899908/comments","options":["GET","POST"],"total":1},"credits":{"uri":"/videos/136899908/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/136899908/likes","options":["GET"],"total":5},"pictures":{"uri":"/videos/136899908/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/136899908/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/2520140/videos?offset=2","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/136899908"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/136899908"}}},"user":{"uri":"/users/2520140","name":"frog","link":"https://vimeo.com/frog","location":"San + Francisco","bio":"frog is a global design and strategy firm. We transform + businesses at scale by creating systems of brand, product and service that + deliver a distinctly better experience. We strive to touch hearts and move + markets. Our passion is to transform ideas into realities. We partner with + clients to anticipate the future, evolve organizations and advance the human + experience.","created_time":"2009-10-23T17:48:58+00:00","account":"basic","pictures":{"uri":"/users/2520140/pictures/7683836","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/7683836_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/7683836_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/7683836_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/7683836_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.frogdesign.com","description":null},{"name":"design + mind","link":"http://designmind.frogdesign.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/2520140/activities","options":["GET"]},"albums":{"uri":"/users/2520140/albums","options":["GET"],"total":6},"channels":{"uri":"/users/2520140/channels","options":["GET"],"total":2},"feed":{"uri":"/users/2520140/feed","options":["GET"]},"followers":{"uri":"/users/2520140/followers","options":["GET"],"total":1728},"following":{"uri":"/users/2520140/following","options":["GET"],"total":0},"groups":{"uri":"/users/2520140/groups","options":["GET"],"total":0},"likes":{"uri":"/users/2520140/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/2520140/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/2520140/videos","options":["GET"],"total":153},"shared":{"uri":"/users/2520140/shared/videos","options":["GET"],"total":8},"pictures":{"uri":"/users/2520140/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/2520140"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":null},{"uri":"/videos/136899907","name":"Introducing + the Sensel Morph","description":"frog partnered with Sensel, an early-stage + start-up and graduate of Stanford\u2019s StartX accelerator, to develop the + strategy, design, and launch of the Sensel Morph, a next-generation input + device that allows creators and innovators to explore endless possibilities + in music, art, gaming and beyond. Sensel is a frogVentures portfolio company.\n\nVisit + Sensel to learn more: www.sensel.com\nCheck out their Kickstarter page: kickstarter.com/projects/1152958674/the-sensel-morph-interaction-evolved + \nSee all of their videos: https://vimeo.com/senselco","link":"https://vimeo.com/136899907","duration":226,"width":1280,"language":"en","height":720,"embed":{"html":""},"created_time":"2015-08-21T06:09:15+00:00","modified_time":"2016-01-14T23:20:59+00:00","content_rating":["safe"],"license":null,"privacy":{"view":"anybody","embed":"public","download":false,"add":true,"comments":"anybody"},"pictures":{"uri":"/videos/136899907/pictures/531591179","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/531591179_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/531591179_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/531591179_295x166.jpg?r=pad"},{"width":640,"height":360,"link":"https://i.vimeocdn.com/video/531591179_640x360.jpg?r=pad"},{"width":960,"height":540,"link":"https://i.vimeocdn.com/video/531591179_960x540.jpg?r=pad"},{"width":1280,"height":720,"link":"https://i.vimeocdn.com/video/531591179_1280x720.jpg?r=pad"}]},"tags":[{"uri":"/tags/sensel","name":"Sensel","tag":"Sensel","canonical":"sensel","metadata":{"connections":{"videos":{"uri":"/tags/sensel/videos","options":["GET"],"total":19}}}},{"uri":"/tags/touchtechnology","name":"touch + technology","tag":"touch technology","canonical":"touchtechnology","metadata":{"connections":{"videos":{"uri":"/tags/touchtechnology/videos","options":["GET"],"total":29}}}},{"uri":"/tags/venturedesign","name":"venture + design","tag":"venture design","canonical":"venturedesign","metadata":{"connections":{"videos":{"uri":"/tags/venturedesign/videos","options":["GET"],"total":5}}}},{"uri":"/tags/frogventures","name":"frogVentures","tag":"frogVentures","canonical":"frogventures","metadata":{"connections":{"videos":{"uri":"/tags/frogventures/videos","options":["GET"],"total":4}}}}],"stats":{"plays":2322},"metadata":{"connections":{"comments":{"uri":"/videos/136899907/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/136899907/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/136899907/likes","options":["GET"],"total":8},"pictures":{"uri":"/videos/136899907/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/136899907/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/2520140/videos?offset=3","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/136899907"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/136899907"}}},"user":{"uri":"/users/2520140","name":"frog","link":"https://vimeo.com/frog","location":"San + Francisco","bio":"frog is a global design and strategy firm. We transform + businesses at scale by creating systems of brand, product and service that + deliver a distinctly better experience. We strive to touch hearts and move + markets. Our passion is to transform ideas into realities. We partner with + clients to anticipate the future, evolve organizations and advance the human + experience.","created_time":"2009-10-23T17:48:58+00:00","account":"basic","pictures":{"uri":"/users/2520140/pictures/7683836","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/7683836_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/7683836_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/7683836_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/7683836_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.frogdesign.com","description":null},{"name":"design + mind","link":"http://designmind.frogdesign.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/2520140/activities","options":["GET"]},"albums":{"uri":"/users/2520140/albums","options":["GET"],"total":6},"channels":{"uri":"/users/2520140/channels","options":["GET"],"total":2},"feed":{"uri":"/users/2520140/feed","options":["GET"]},"followers":{"uri":"/users/2520140/followers","options":["GET"],"total":1728},"following":{"uri":"/users/2520140/following","options":["GET"],"total":0},"groups":{"uri":"/users/2520140/groups","options":["GET"],"total":0},"likes":{"uri":"/users/2520140/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/2520140/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/2520140/videos","options":["GET"],"total":153},"shared":{"uri":"/users/2520140/shared/videos","options":["GET"],"total":8},"pictures":{"uri":"/users/2520140/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/2520140"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":null},{"uri":"/videos/136899906","name":"Sensel: + Adriano Clemente - The Musician","description":"The Sensel team recently worked + with Adriano Clemente and Dubspot, a DJ school in NYC to create a new interface + for music production/performance. Stay tuned to see what Adriano creates with + the Sensel Morph!\n\nfrog partnered with Sensel, an early-stage start-up and + graduate of Stanford\u2019s StartX accelerator, to develop the strategy, design, + and launch of the Sensel Morph, a next-generation input device that allows + creators and innovators to explore endless possibilities in music, art, gaming + and beyond. Sensel is a frogVentures portfolio company.\n\nVisit Sensel to + learn more: www.sensel.com\nCheck out their Kickstarter page: kickstarter.com/projects/1152958674/the-sensel-morph-interaction-evolved + \nSee all of their videos: https://vimeo.com/senselco","link":"https://vimeo.com/136899906","duration":75,"width":1280,"language":"en","height":720,"embed":{"html":""},"created_time":"2015-08-21T06:09:15+00:00","modified_time":"2016-01-14T15:16:41+00:00","content_rating":["safe"],"license":null,"privacy":{"view":"anybody","embed":"public","download":false,"add":true,"comments":"anybody"},"pictures":{"uri":"/videos/136899906/pictures/531590763","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/531590763_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/531590763_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/531590763_295x166.jpg?r=pad"},{"width":640,"height":360,"link":"https://i.vimeocdn.com/video/531590763_640x360.jpg?r=pad"},{"width":960,"height":540,"link":"https://i.vimeocdn.com/video/531590763_960x540.jpg?r=pad"},{"width":1280,"height":720,"link":"https://i.vimeocdn.com/video/531590763_1280x720.jpg?r=pad"}]},"tags":[{"uri":"/tags/sensel","name":"Sensel","tag":"Sensel","canonical":"sensel","metadata":{"connections":{"videos":{"uri":"/tags/sensel/videos","options":["GET"],"total":19}}}},{"uri":"/tags/touchtechnology","name":"touch + technology","tag":"touch technology","canonical":"touchtechnology","metadata":{"connections":{"videos":{"uri":"/tags/touchtechnology/videos","options":["GET"],"total":29}}}},{"uri":"/tags/venturedesign","name":"venture + design","tag":"venture design","canonical":"venturedesign","metadata":{"connections":{"videos":{"uri":"/tags/venturedesign/videos","options":["GET"],"total":5}}}},{"uri":"/tags/frogventures","name":"frogVentures","tag":"frogVentures","canonical":"frogventures","metadata":{"connections":{"videos":{"uri":"/tags/frogventures/videos","options":["GET"],"total":4}}}}],"stats":{"plays":724},"metadata":{"connections":{"comments":{"uri":"/videos/136899906/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/136899906/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/136899906/likes","options":["GET"],"total":5},"pictures":{"uri":"/videos/136899906/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/136899906/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/2520140/videos?offset=4","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/136899906"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/136899906"}}},"user":{"uri":"/users/2520140","name":"frog","link":"https://vimeo.com/frog","location":"San + Francisco","bio":"frog is a global design and strategy firm. We transform + businesses at scale by creating systems of brand, product and service that + deliver a distinctly better experience. We strive to touch hearts and move + markets. Our passion is to transform ideas into realities. We partner with + clients to anticipate the future, evolve organizations and advance the human + experience.","created_time":"2009-10-23T17:48:58+00:00","account":"basic","pictures":{"uri":"/users/2520140/pictures/7683836","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/7683836_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/7683836_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/7683836_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/7683836_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.frogdesign.com","description":null},{"name":"design + mind","link":"http://designmind.frogdesign.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/2520140/activities","options":["GET"]},"albums":{"uri":"/users/2520140/albums","options":["GET"],"total":6},"channels":{"uri":"/users/2520140/channels","options":["GET"],"total":2},"feed":{"uri":"/users/2520140/feed","options":["GET"]},"followers":{"uri":"/users/2520140/followers","options":["GET"],"total":1728},"following":{"uri":"/users/2520140/following","options":["GET"],"total":0},"groups":{"uri":"/users/2520140/groups","options":["GET"],"total":0},"likes":{"uri":"/users/2520140/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/2520140/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/2520140/videos","options":["GET"],"total":153},"shared":{"uri":"/users/2520140/shared/videos","options":["GET"],"total":8},"pictures":{"uri":"/users/2520140/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/2520140"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":null},{"uri":"/videos/133168494","name":"Mobvoi + TicWatch: Side By Side","description":null,"link":"https://vimeo.com/133168494","duration":11,"width":1280,"language":"en-US","height":640,"embed":{"html":""},"created_time":"2015-07-10T18:01:20+00:00","modified_time":"2016-01-15T00:15:52+00:00","content_rating":["safe"],"license":null,"privacy":{"view":"anybody","embed":"public","download":false,"add":true,"comments":"anybody"},"pictures":{"uri":"/videos/133168494/pictures/526138468","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/526138468_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/526138468_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/526138468_295x166.jpg?r=pad"},{"width":640,"height":320,"link":"https://i.vimeocdn.com/video/526138468_640x320.jpg?r=pad"},{"width":960,"height":480,"link":"https://i.vimeocdn.com/video/526138468_960x480.jpg?r=pad"},{"width":1280,"height":640,"link":"https://i.vimeocdn.com/video/526138468_1280x640.jpg?r=pad"}]},"tags":[{"uri":"/tags/mobvoiticwatch","name":"Mobvoi + Ticwatch","tag":"Mobvoi Ticwatch","canonical":"mobvoiticwatch","metadata":{"connections":{"videos":{"uri":"/tags/mobvoiticwatch/videos","options":["GET"],"total":1}}}},{"uri":"/tags/smartwatch","name":"smart + watch","tag":"smart watch","canonical":"smartwatch","metadata":{"connections":{"videos":{"uri":"/tags/smartwatch/videos","options":["GET"],"total":644}}}},{"uri":"/tags/iot","name":"IoT","tag":"IoT","canonical":"iot","metadata":{"connections":{"videos":{"uri":"/tags/iot/videos","options":["GET"],"total":2222}}}},{"uri":"/tags/technology","name":"technology","tag":"technology","canonical":"technology","metadata":{"connections":{"videos":{"uri":"/tags/technology/videos","options":["GET"],"total":60183}}}},{"uri":"/tags/design","name":"design","tag":"design","canonical":"design","metadata":{"connections":{"videos":{"uri":"/tags/design/videos","options":["GET"],"total":228635}}}}],"stats":{"plays":1872},"metadata":{"connections":{"comments":{"uri":"/videos/133168494/comments","options":["GET","POST"],"total":1},"credits":{"uri":"/videos/133168494/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/133168494/likes","options":["GET"],"total":6},"pictures":{"uri":"/videos/133168494/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/133168494/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/2520140/videos?offset=5","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/133168494"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/133168494"}}},"user":{"uri":"/users/2520140","name":"frog","link":"https://vimeo.com/frog","location":"San + Francisco","bio":"frog is a global design and strategy firm. We transform + businesses at scale by creating systems of brand, product and service that + deliver a distinctly better experience. We strive to touch hearts and move + markets. Our passion is to transform ideas into realities. We partner with + clients to anticipate the future, evolve organizations and advance the human + experience.","created_time":"2009-10-23T17:48:58+00:00","account":"basic","pictures":{"uri":"/users/2520140/pictures/7683836","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/7683836_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/7683836_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/7683836_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/7683836_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.frogdesign.com","description":null},{"name":"design + mind","link":"http://designmind.frogdesign.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/2520140/activities","options":["GET"]},"albums":{"uri":"/users/2520140/albums","options":["GET"],"total":6},"channels":{"uri":"/users/2520140/channels","options":["GET"],"total":2},"feed":{"uri":"/users/2520140/feed","options":["GET"]},"followers":{"uri":"/users/2520140/followers","options":["GET"],"total":1728},"following":{"uri":"/users/2520140/following","options":["GET"],"total":0},"groups":{"uri":"/users/2520140/groups","options":["GET"],"total":0},"likes":{"uri":"/users/2520140/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/2520140/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/2520140/videos","options":["GET"],"total":153},"shared":{"uri":"/users/2520140/shared/videos","options":["GET"],"total":8},"pictures":{"uri":"/users/2520140/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/2520140"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":null},{"uri":"/videos/129838017","name":"Mobvoi + TicWatch: Advancing the smartwatch experience for the Chinese youth market","description":"Mobvoi + approached frog to design a unique product in the smartwatch category that + would not only offer new functionality, but also be aesthetically appealing + to China\u2019s youth market. Together, frog and Mobvoi created Ticwatch, + a first \u2018fully Chinese\u2019 smartwatch.","link":"https://vimeo.com/129838017","duration":260,"width":1280,"language":"en","height":720,"embed":{"html":""},"created_time":"2015-06-04T23:17:21+00:00","modified_time":"2016-01-15T00:12:34+00:00","content_rating":["safe"],"license":null,"privacy":{"view":"anybody","embed":"public","download":false,"add":true,"comments":"anybody"},"pictures":{"uri":"/videos/129838017/pictures/521477419","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/521477419_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/521477419_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/521477419_295x166.jpg?r=pad"},{"width":640,"height":360,"link":"https://i.vimeocdn.com/video/521477419_640x360.jpg?r=pad"},{"width":960,"height":540,"link":"https://i.vimeocdn.com/video/521477419_960x540.jpg?r=pad"},{"width":1280,"height":720,"link":"https://i.vimeocdn.com/video/521477419_1280x720.jpg?r=pad"}]},"tags":[{"uri":"/tags/smartwatch","name":"smart + watch","tag":"smart watch","canonical":"smartwatch","metadata":{"connections":{"videos":{"uri":"/tags/smartwatch/videos","options":["GET"],"total":644}}}},{"uri":"/tags/mobvoi","name":"Mobvoi","tag":"Mobvoi","canonical":"mobvoi","metadata":{"connections":{"videos":{"uri":"/tags/mobvoi/videos","options":["GET"],"total":1}}}},{"uri":"/tags/ticwatch","name":"Ticwatch","tag":"Ticwatch","canonical":"ticwatch","metadata":{"connections":{"videos":{"uri":"/tags/ticwatch/videos","options":["GET"],"total":1}}}},{"uri":"/tags/china","name":"China","tag":"China","canonical":"china","metadata":{"connections":{"videos":{"uri":"/tags/china/videos","options":["GET"],"total":44808}}}},{"uri":"/tags/electronics","name":"electronics","tag":"electronics","canonical":"electronics","metadata":{"connections":{"videos":{"uri":"/tags/electronics/videos","options":["GET"],"total":7669}}}},{"uri":"/tags/wearables","name":"wearables","tag":"wearables","canonical":"wearables","metadata":{"connections":{"videos":{"uri":"/tags/wearables/videos","options":["GET"],"total":855}}}},{"uri":"/tags/iot","name":"IoT","tag":"IoT","canonical":"iot","metadata":{"connections":{"videos":{"uri":"/tags/iot/videos","options":["GET"],"total":2222}}}}],"stats":{"plays":2207},"metadata":{"connections":{"comments":{"uri":"/videos/129838017/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/129838017/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/129838017/likes","options":["GET"],"total":9},"pictures":{"uri":"/videos/129838017/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/129838017/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/2520140/videos?offset=6","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/129838017"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/129838017"}}},"user":{"uri":"/users/2520140","name":"frog","link":"https://vimeo.com/frog","location":"San + Francisco","bio":"frog is a global design and strategy firm. We transform + businesses at scale by creating systems of brand, product and service that + deliver a distinctly better experience. We strive to touch hearts and move + markets. Our passion is to transform ideas into realities. We partner with + clients to anticipate the future, evolve organizations and advance the human + experience.","created_time":"2009-10-23T17:48:58+00:00","account":"basic","pictures":{"uri":"/users/2520140/pictures/7683836","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/7683836_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/7683836_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/7683836_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/7683836_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.frogdesign.com","description":null},{"name":"design + mind","link":"http://designmind.frogdesign.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/2520140/activities","options":["GET"]},"albums":{"uri":"/users/2520140/albums","options":["GET"],"total":6},"channels":{"uri":"/users/2520140/channels","options":["GET"],"total":2},"feed":{"uri":"/users/2520140/feed","options":["GET"]},"followers":{"uri":"/users/2520140/followers","options":["GET"],"total":1728},"following":{"uri":"/users/2520140/following","options":["GET"],"total":0},"groups":{"uri":"/users/2520140/groups","options":["GET"],"total":0},"likes":{"uri":"/users/2520140/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/2520140/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/2520140/videos","options":["GET"],"total":153},"shared":{"uri":"/users/2520140/shared/videos","options":["GET"],"total":8},"pictures":{"uri":"/users/2520140/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/2520140"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":null},{"uri":"/videos/122553043","name":"frog + + Google Converge Hackathon","description":"Google and frog are bringing together + some of the most innovative minds in technology and design. The Converge Hackathon + is a platform for the multi-disciplinary collaboration and the exploration + of new concepts within the digital sphere; where ideas, technology and human + needs converge.\n\nWHAT IT IS ABOUT?\n\nThis time the Converge Hackathon is + going to be about new ways of experimenting with media. Here are the challenges + you will be asked to tackle:\n\nSEAMLESS\nOur media consumption increasingly + transcends formats and devices. We expect seamless transitions from TV to + mobile to gaming console; or even to use them all simultaneously. What is + the next frontier for seamless multi-media interactivity?\n\nUBIQUITOUS\nThe + way we perceive, produce and share information is changing. What does the + future hold for our daily terabytes of user-generated content, data and news? + And how can we empower mass communication and self-expression for content + and creators?\n\nDEEP\nWhat is the future of sensing in media? Will augmented + reality deliver on the promise of immersive media? Or will other technologies + help realize an experience even richer in context and emotion?","link":"https://vimeo.com/122553043","duration":170,"width":1280,"language":"en-US","height":720,"embed":{"html":""},"created_time":"2015-03-18T16:41:06+00:00","modified_time":"2016-01-14T15:11:21+00:00","content_rating":["safe"],"license":null,"privacy":{"view":"anybody","embed":"public","download":false,"add":true,"comments":"anybody"},"pictures":{"uri":"/videos/122553043/pictures/511606472","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/511606472_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/511606472_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/511606472_295x166.jpg?r=pad"},{"width":640,"height":427,"link":"https://i.vimeocdn.com/video/511606472_640x427.jpg?r=pad"},{"width":960,"height":640,"link":"https://i.vimeocdn.com/video/511606472_960x640.jpg?r=pad"},{"width":1280,"height":853,"link":"https://i.vimeocdn.com/video/511606472_1280x853.jpg?r=pad"}]},"tags":[{"uri":"/tags/design","name":"design","tag":"design","canonical":"design","metadata":{"connections":{"videos":{"uri":"/tags/design/videos","options":["GET"],"total":228635}}}},{"uri":"/tags/hackathon","name":"hackathon","tag":"hackathon","canonical":"hackathon","metadata":{"connections":{"videos":{"uri":"/tags/hackathon/videos","options":["GET"],"total":1504}}}},{"uri":"/tags/google","name":"Google","tag":"Google","canonical":"google","metadata":{"connections":{"videos":{"uri":"/tags/google/videos","options":["GET"],"total":96484}}}},{"uri":"/tags/frog","name":"frog","tag":"frog","canonical":"frog","metadata":{"connections":{"videos":{"uri":"/tags/frog/videos","options":["GET"],"total":3361}}}},{"uri":"/tags/developers","name":"developers","tag":"developers","canonical":"developers","metadata":{"connections":{"videos":{"uri":"/tags/developers/videos","options":["GET"],"total":1366}}}},{"uri":"/tags/designthinking","name":"design + thinking","tag":"design thinking","canonical":"designthinking","metadata":{"connections":{"videos":{"uri":"/tags/designthinking/videos","options":["GET"],"total":2255}}}},{"uri":"/tags/designers","name":"designers","tag":"designers","canonical":"designers","metadata":{"connections":{"videos":{"uri":"/tags/designers/videos","options":["GET"],"total":3981}}}}],"stats":{"plays":2133},"metadata":{"connections":{"comments":{"uri":"/videos/122553043/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/122553043/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/122553043/likes","options":["GET"],"total":18},"pictures":{"uri":"/videos/122553043/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/122553043/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/2520140/videos?offset=7","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/122553043"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/122553043"}}},"user":{"uri":"/users/2520140","name":"frog","link":"https://vimeo.com/frog","location":"San + Francisco","bio":"frog is a global design and strategy firm. We transform + businesses at scale by creating systems of brand, product and service that + deliver a distinctly better experience. We strive to touch hearts and move + markets. Our passion is to transform ideas into realities. We partner with + clients to anticipate the future, evolve organizations and advance the human + experience.","created_time":"2009-10-23T17:48:58+00:00","account":"basic","pictures":{"uri":"/users/2520140/pictures/7683836","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/7683836_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/7683836_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/7683836_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/7683836_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.frogdesign.com","description":null},{"name":"design + mind","link":"http://designmind.frogdesign.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/2520140/activities","options":["GET"]},"albums":{"uri":"/users/2520140/albums","options":["GET"],"total":6},"channels":{"uri":"/users/2520140/channels","options":["GET"],"total":2},"feed":{"uri":"/users/2520140/feed","options":["GET"]},"followers":{"uri":"/users/2520140/followers","options":["GET"],"total":1728},"following":{"uri":"/users/2520140/following","options":["GET"],"total":0},"groups":{"uri":"/users/2520140/groups","options":["GET"],"total":0},"likes":{"uri":"/users/2520140/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/2520140/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/2520140/videos","options":["GET"],"total":153},"shared":{"uri":"/users/2520140/shared/videos","options":["GET"],"total":8},"pictures":{"uri":"/users/2520140/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/2520140"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":null},{"uri":"/videos/114726040","name":"BNY + Mellon Digital Identity","description":"To reintroduce BNY Mellon\u2014the + financial powerhouse founded by Alexander Hamilton\u2014to a new audience, + frog crafted a digital-first identity that reflects their integral role as + the investments company for the world.","link":"https://vimeo.com/114726040","duration":95,"width":1280,"language":"none","height":720,"embed":{"html":""},"created_time":"2014-12-17T00:37:56+00:00","modified_time":"2016-01-15T00:20:52+00:00","content_rating":["unrated"],"license":null,"privacy":{"view":"anybody","embed":"public","download":false,"add":true,"comments":"anybody"},"pictures":{"uri":"/videos/114726040/pictures/539523543","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/539523543_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/539523543_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/539523543_295x166.jpg?r=pad"},{"width":640,"height":361,"link":"https://i.vimeocdn.com/video/539523543_640x361.jpg?r=pad"},{"width":960,"height":541,"link":"https://i.vimeocdn.com/video/539523543_960x541.jpg?r=pad"},{"width":1280,"height":721,"link":"https://i.vimeocdn.com/video/539523543_1280x721.jpg?r=pad"}]},"tags":[],"stats":{"plays":3077},"metadata":{"connections":{"comments":{"uri":"/videos/114726040/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/114726040/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/114726040/likes","options":["GET"],"total":11},"pictures":{"uri":"/videos/114726040/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/114726040/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/2520140/videos?offset=8","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/114726040"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/114726040"}}},"user":{"uri":"/users/2520140","name":"frog","link":"https://vimeo.com/frog","location":"San + Francisco","bio":"frog is a global design and strategy firm. We transform + businesses at scale by creating systems of brand, product and service that + deliver a distinctly better experience. We strive to touch hearts and move + markets. Our passion is to transform ideas into realities. We partner with + clients to anticipate the future, evolve organizations and advance the human + experience.","created_time":"2009-10-23T17:48:58+00:00","account":"basic","pictures":{"uri":"/users/2520140/pictures/7683836","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/7683836_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/7683836_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/7683836_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/7683836_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.frogdesign.com","description":null},{"name":"design + mind","link":"http://designmind.frogdesign.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/2520140/activities","options":["GET"]},"albums":{"uri":"/users/2520140/albums","options":["GET"],"total":6},"channels":{"uri":"/users/2520140/channels","options":["GET"],"total":2},"feed":{"uri":"/users/2520140/feed","options":["GET"]},"followers":{"uri":"/users/2520140/followers","options":["GET"],"total":1728},"following":{"uri":"/users/2520140/following","options":["GET"],"total":0},"groups":{"uri":"/users/2520140/groups","options":["GET"],"total":0},"likes":{"uri":"/users/2520140/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/2520140/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/2520140/videos","options":["GET"],"total":153},"shared":{"uri":"/users/2520140/shared/videos","options":["GET"],"total":8},"pictures":{"uri":"/users/2520140/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/2520140"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":null},{"uri":"/videos/113317280","name":"Kidaptive + on working with frog","description":"Kidaptive''s Co-Founder and Chief Learning + Scientist, Dylan Arena, and Co-Founder and CEO, P.J. Gunsagar, share their + experiences working with frog.","link":"https://vimeo.com/113317280","duration":76,"width":1280,"language":null,"height":720,"embed":{"html":""},"created_time":"2014-12-01T20:02:17+00:00","modified_time":"2016-01-15T00:06:09+00:00","content_rating":["safe"],"license":null,"privacy":{"view":"anybody","embed":"public","download":false,"add":true,"comments":"anybody"},"pictures":{"uri":"/videos/113317280/pictures/498590907","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/498590907_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/498590907_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/498590907_295x166.jpg?r=pad"},{"width":640,"height":360,"link":"https://i.vimeocdn.com/video/498590907_640x360.jpg?r=pad"},{"width":960,"height":540,"link":"https://i.vimeocdn.com/video/498590907_960x540.jpg?r=pad"},{"width":1280,"height":720,"link":"https://i.vimeocdn.com/video/498590907_1280x720.jpg?r=pad"}]},"tags":[],"stats":{"plays":764},"metadata":{"connections":{"comments":{"uri":"/videos/113317280/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/113317280/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/113317280/likes","options":["GET"],"total":6},"pictures":{"uri":"/videos/113317280/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/113317280/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/2520140/videos?offset=9","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/113317280"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/113317280"}}},"user":{"uri":"/users/2520140","name":"frog","link":"https://vimeo.com/frog","location":"San + Francisco","bio":"frog is a global design and strategy firm. We transform + businesses at scale by creating systems of brand, product and service that + deliver a distinctly better experience. We strive to touch hearts and move + markets. Our passion is to transform ideas into realities. We partner with + clients to anticipate the future, evolve organizations and advance the human + experience.","created_time":"2009-10-23T17:48:58+00:00","account":"basic","pictures":{"uri":"/users/2520140/pictures/7683836","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/7683836_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/7683836_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/7683836_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/7683836_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.frogdesign.com","description":null},{"name":"design + mind","link":"http://designmind.frogdesign.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/2520140/activities","options":["GET"]},"albums":{"uri":"/users/2520140/albums","options":["GET"],"total":6},"channels":{"uri":"/users/2520140/channels","options":["GET"],"total":2},"feed":{"uri":"/users/2520140/feed","options":["GET"]},"followers":{"uri":"/users/2520140/followers","options":["GET"],"total":1728},"following":{"uri":"/users/2520140/following","options":["GET"],"total":0},"groups":{"uri":"/users/2520140/groups","options":["GET"],"total":0},"likes":{"uri":"/users/2520140/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/2520140/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/2520140/videos","options":["GET"],"total":153},"shared":{"uri":"/users/2520140/shared/videos","options":["GET"],"total":8},"pictures":{"uri":"/users/2520140/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/2520140"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":null},{"uri":"/videos/113317279","name":"About + Kidaptive","description":"Kidaptive\u2019s first product, the Leo\u2019s Pad + Enrichment Program, is an iPad app that immerses preschoolers in a series + of learning games and puzzles. As a child plays Leo\u2019s Pad, Kidaptive\u2019s + Adaptive Learning Platform collects data and surfaces insights about the child\u2019s + progress. The insights come together to form a unique mosaic of the young + learner, showing how the child is developing across dozens of skill areas, + and highlighting where they shine or may need guidance. Kidaptive asked frog + to design an app that would harness this data for busy parents, making it + easy for them to participate more actively in their child\u2019s learning + and development.","link":"https://vimeo.com/113317279","duration":170,"width":1280,"language":null,"height":720,"embed":{"html":""},"created_time":"2014-12-01T20:02:17+00:00","modified_time":"2016-01-15T00:06:15+00:00","content_rating":["safe"],"license":null,"privacy":{"view":"anybody","embed":"public","download":false,"add":true,"comments":"anybody"},"pictures":{"uri":"/videos/113317279/pictures/498590271","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/498590271_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/498590271_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/498590271_295x166.jpg?r=pad"},{"width":640,"height":360,"link":"https://i.vimeocdn.com/video/498590271_640x360.jpg?r=pad"},{"width":960,"height":540,"link":"https://i.vimeocdn.com/video/498590271_960x540.jpg?r=pad"},{"width":1280,"height":720,"link":"https://i.vimeocdn.com/video/498590271_1280x720.jpg?r=pad"}]},"tags":[],"stats":{"plays":671},"metadata":{"connections":{"comments":{"uri":"/videos/113317279/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/113317279/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/113317279/likes","options":["GET"],"total":11},"pictures":{"uri":"/videos/113317279/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/113317279/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/2520140/videos?offset=10","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/113317279"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/113317279"}}},"user":{"uri":"/users/2520140","name":"frog","link":"https://vimeo.com/frog","location":"San + Francisco","bio":"frog is a global design and strategy firm. We transform + businesses at scale by creating systems of brand, product and service that + deliver a distinctly better experience. We strive to touch hearts and move + markets. Our passion is to transform ideas into realities. We partner with + clients to anticipate the future, evolve organizations and advance the human + experience.","created_time":"2009-10-23T17:48:58+00:00","account":"basic","pictures":{"uri":"/users/2520140/pictures/7683836","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/7683836_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/7683836_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/7683836_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/7683836_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.frogdesign.com","description":null},{"name":"design + mind","link":"http://designmind.frogdesign.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/2520140/activities","options":["GET"]},"albums":{"uri":"/users/2520140/albums","options":["GET"],"total":6},"channels":{"uri":"/users/2520140/channels","options":["GET"],"total":2},"feed":{"uri":"/users/2520140/feed","options":["GET"]},"followers":{"uri":"/users/2520140/followers","options":["GET"],"total":1728},"following":{"uri":"/users/2520140/following","options":["GET"],"total":0},"groups":{"uri":"/users/2520140/groups","options":["GET"],"total":0},"likes":{"uri":"/users/2520140/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/2520140/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/2520140/videos","options":["GET"],"total":153},"shared":{"uri":"/users/2520140/shared/videos","options":["GET"],"total":8},"pictures":{"uri":"/users/2520140/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/2520140"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":null},{"uri":"/videos/113317278","name":"frog + & Kidaptive Present Learner Mosaic","description":"Kidaptive, creator of an + award-winning iPad app for preschool learners, tapped frog to create a companion + experience for parents to engage in their child\u2019s learning process. The + result was Learner Mosaic, a mobile app for parents that offers insights about + their preschooler\u2019s development and personalized recommendations to support + the child\u2019s progress.","link":"https://vimeo.com/113317278","duration":208,"width":1280,"language":null,"height":716,"embed":{"html":""},"created_time":"2014-12-01T20:02:17+00:00","modified_time":"2016-01-15T00:06:29+00:00","content_rating":["safe"],"license":null,"privacy":{"view":"anybody","embed":"public","download":false,"add":true,"comments":"anybody"},"pictures":{"uri":"/videos/113317278/pictures/498590541","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/498590541_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/498590541_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/498590541_295x166.jpg?r=pad"},{"width":640,"height":360,"link":"https://i.vimeocdn.com/video/498590541_640x360.jpg?r=pad"},{"width":960,"height":540,"link":"https://i.vimeocdn.com/video/498590541_960x540.jpg?r=pad"},{"width":1280,"height":720,"link":"https://i.vimeocdn.com/video/498590541_1280x720.jpg?r=pad"}]},"tags":[],"stats":{"plays":2550},"metadata":{"connections":{"comments":{"uri":"/videos/113317278/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/113317278/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/113317278/likes","options":["GET"],"total":13},"pictures":{"uri":"/videos/113317278/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/113317278/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/2520140/videos?offset=11","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/113317278"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/113317278"}}},"user":{"uri":"/users/2520140","name":"frog","link":"https://vimeo.com/frog","location":"San + Francisco","bio":"frog is a global design and strategy firm. We transform + businesses at scale by creating systems of brand, product and service that + deliver a distinctly better experience. We strive to touch hearts and move + markets. Our passion is to transform ideas into realities. We partner with + clients to anticipate the future, evolve organizations and advance the human + experience.","created_time":"2009-10-23T17:48:58+00:00","account":"basic","pictures":{"uri":"/users/2520140/pictures/7683836","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/7683836_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/7683836_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/7683836_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/7683836_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.frogdesign.com","description":null},{"name":"design + mind","link":"http://designmind.frogdesign.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/2520140/activities","options":["GET"]},"albums":{"uri":"/users/2520140/albums","options":["GET"],"total":6},"channels":{"uri":"/users/2520140/channels","options":["GET"],"total":2},"feed":{"uri":"/users/2520140/feed","options":["GET"]},"followers":{"uri":"/users/2520140/followers","options":["GET"],"total":1728},"following":{"uri":"/users/2520140/following","options":["GET"],"total":0},"groups":{"uri":"/users/2520140/groups","options":["GET"],"total":0},"likes":{"uri":"/users/2520140/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/2520140/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/2520140/videos","options":["GET"],"total":153},"shared":{"uri":"/users/2520140/shared/videos","options":["GET"],"total":8},"pictures":{"uri":"/users/2520140/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/2520140"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":null},{"uri":"/videos/111588421","name":"Expanding + National Service: Franklin Project Service Year Platform","description":"To + meet increased demand for national service year opportunities, the Franklin + Project is developing an online platform to match young people, nonprofits, + and funders. frog helped imagine what this new 3-way marketplace could do + and created a video demo that secured funding for a $6 million development + phase of the new platform.","link":"https://vimeo.com/111588421","duration":196,"width":1280,"language":"en","height":720,"embed":{"html":""},"created_time":"2014-11-12T00:58:31+00:00","modified_time":"2016-01-14T14:18:40+00:00","content_rating":["safe"],"license":null,"privacy":{"view":"anybody","embed":"public","download":false,"add":false,"comments":"anybody"},"pictures":{"uri":"/videos/111588421/pictures/496269576","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/496269576_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/496269576_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/496269576_295x166.jpg?r=pad"},{"width":640,"height":360,"link":"https://i.vimeocdn.com/video/496269576_640x360.jpg?r=pad"},{"width":960,"height":540,"link":"https://i.vimeocdn.com/video/496269576_960x540.jpg?r=pad"},{"width":1280,"height":720,"link":"https://i.vimeocdn.com/video/496269576_1280x720.jpg?r=pad"}]},"tags":[],"stats":{"plays":996},"metadata":{"connections":{"comments":{"uri":"/videos/111588421/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/111588421/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/111588421/likes","options":["GET"],"total":11},"pictures":{"uri":"/videos/111588421/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/111588421/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/2520140/videos?offset=12","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/111588421"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/111588421"}}},"user":{"uri":"/users/2520140","name":"frog","link":"https://vimeo.com/frog","location":"San + Francisco","bio":"frog is a global design and strategy firm. We transform + businesses at scale by creating systems of brand, product and service that + deliver a distinctly better experience. We strive to touch hearts and move + markets. Our passion is to transform ideas into realities. We partner with + clients to anticipate the future, evolve organizations and advance the human + experience.","created_time":"2009-10-23T17:48:58+00:00","account":"basic","pictures":{"uri":"/users/2520140/pictures/7683836","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/7683836_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/7683836_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/7683836_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/7683836_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.frogdesign.com","description":null},{"name":"design + mind","link":"http://designmind.frogdesign.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/2520140/activities","options":["GET"]},"albums":{"uri":"/users/2520140/albums","options":["GET"],"total":6},"channels":{"uri":"/users/2520140/channels","options":["GET"],"total":2},"feed":{"uri":"/users/2520140/feed","options":["GET"]},"followers":{"uri":"/users/2520140/followers","options":["GET"],"total":1728},"following":{"uri":"/users/2520140/following","options":["GET"],"total":0},"groups":{"uri":"/users/2520140/groups","options":["GET"],"total":0},"likes":{"uri":"/users/2520140/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/2520140/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/2520140/videos","options":["GET"],"total":153},"shared":{"uri":"/users/2520140/shared/videos","options":["GET"],"total":8},"pictures":{"uri":"/users/2520140/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/2520140"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":null},{"uri":"/videos/102065548","name":"Code + the Future","description":"On July the 19th frog Milan hosted, a hackathon + calling all coders who would like to work on the cutting edge of design and + technology.\n\nAs a designer (Laura L.) and a computer scientist (Alex) at + frog, we often discuss the opportunities we encounter to bring the tech and + design communities together by creating a collaborative, hands-on experience + under the flag of creativity and innovation. After several successful design + events hosted by the frog Milan studio -- such as the World Information Architecture + Day, the Milan Design Week open day, and the Creative Mornings chapters -- + we thought it was finally time to experiment with a cross disciplinary event.\n\nWe + decided to embrace the hackathon format and giving it a \u201cfrog twist\u201d + \u2013 an offer to developers to experience frog\u2019s unique process by + providing them with intensive mentorship and guidance on UX, design, and technology, + and creating hybrid teams in which designers and technologists can work side + by side.\n\nMusic by: \"Twinkie\" by Podington Bear","link":"https://vimeo.com/102065548","duration":66,"width":1280,"language":null,"height":720,"embed":{"html":""},"created_time":"2014-07-29T20:38:41+00:00","modified_time":"2015-12-24T21:06:21+00:00","content_rating":["unrated"],"license":null,"privacy":{"view":"anybody","embed":"public","download":false,"add":true,"comments":"anybody"},"pictures":{"uri":"/videos/102065548/pictures/483987331","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/483987331_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/483987331_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/483987331_295x166.jpg?r=pad"},{"width":640,"height":360,"link":"https://i.vimeocdn.com/video/483987331_640x360.jpg?r=pad"},{"width":960,"height":540,"link":"https://i.vimeocdn.com/video/483987331_960x540.jpg?r=pad"},{"width":1280,"height":720,"link":"https://i.vimeocdn.com/video/483987331_1280x720.jpg?r=pad"}]},"tags":[{"uri":"/tags/codethefuture","name":"Code + the Future","tag":"Code the Future","canonical":"codethefuture","metadata":{"connections":{"videos":{"uri":"/tags/codethefuture/videos","options":["GET"],"total":1}}}},{"uri":"/tags/design","name":"design","tag":"design","canonical":"design","metadata":{"connections":{"videos":{"uri":"/tags/design/videos","options":["GET"],"total":228635}}}},{"uri":"/tags/frogmilan","name":"frog + Milan","tag":"frog Milan","canonical":"frogmilan","metadata":{"connections":{"videos":{"uri":"/tags/frogmilan/videos","options":["GET"],"total":1}}}},{"uri":"/tags/hackathon","name":"hackathon","tag":"hackathon","canonical":"hackathon","metadata":{"connections":{"videos":{"uri":"/tags/hackathon/videos","options":["GET"],"total":1504}}}}],"stats":{"plays":712},"metadata":{"connections":{"comments":{"uri":"/videos/102065548/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/102065548/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/102065548/likes","options":["GET"],"total":3},"pictures":{"uri":"/videos/102065548/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/102065548/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/2520140/videos?offset=13","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/102065548"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/102065548"}}},"user":{"uri":"/users/2520140","name":"frog","link":"https://vimeo.com/frog","location":"San + Francisco","bio":"frog is a global design and strategy firm. We transform + businesses at scale by creating systems of brand, product and service that + deliver a distinctly better experience. We strive to touch hearts and move + markets. Our passion is to transform ideas into realities. We partner with + clients to anticipate the future, evolve organizations and advance the human + experience.","created_time":"2009-10-23T17:48:58+00:00","account":"basic","pictures":{"uri":"/users/2520140/pictures/7683836","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/7683836_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/7683836_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/7683836_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/7683836_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.frogdesign.com","description":null},{"name":"design + mind","link":"http://designmind.frogdesign.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/2520140/activities","options":["GET"]},"albums":{"uri":"/users/2520140/albums","options":["GET"],"total":6},"channels":{"uri":"/users/2520140/channels","options":["GET"],"total":2},"feed":{"uri":"/users/2520140/feed","options":["GET"]},"followers":{"uri":"/users/2520140/followers","options":["GET"],"total":1728},"following":{"uri":"/users/2520140/following","options":["GET"],"total":0},"groups":{"uri":"/users/2520140/groups","options":["GET"],"total":0},"likes":{"uri":"/users/2520140/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/2520140/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/2520140/videos","options":["GET"],"total":153},"shared":{"uri":"/users/2520140/shared/videos","options":["GET"],"total":8},"pictures":{"uri":"/users/2520140/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/2520140"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":null},{"uri":"/videos/101768208","name":"Designing + Your Future With The Connected Car / SXSW","description":"Join frog designers, + program managers & car lovers in a workshop to explore possibilities for the + connected car of the future. #SXSWfuturecar\nSXSW 2015 PanelPicker Submission","link":"https://vimeo.com/frog/sxswfuturecar2015","duration":95,"width":1920,"language":null,"height":1080,"embed":{"html":""},"created_time":"2014-07-26T01:23:30+00:00","modified_time":"2016-01-12T16:19:30+00:00","content_rating":["safe"],"license":null,"privacy":{"view":"anybody","embed":"public","download":false,"add":true,"comments":"anybody"},"pictures":{"uri":"/videos/101768208/pictures/483628751","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/483628751_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/483628751_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/483628751_295x166.jpg?r=pad"},{"width":640,"height":360,"link":"https://i.vimeocdn.com/video/483628751_640x360.jpg?r=pad"},{"width":960,"height":540,"link":"https://i.vimeocdn.com/video/483628751_960x540.jpg?r=pad"},{"width":1920,"height":1080,"link":"https://i.vimeocdn.com/video/483628751_1920x1080.jpg?r=pad"}]},"tags":[{"uri":"/tags/sxsw","name":"SXSW","tag":"SXSW","canonical":"sxsw","metadata":{"connections":{"videos":{"uri":"/tags/sxsw/videos","options":["GET"],"total":10184}}}},{"uri":"/tags/frog","name":"FROG","tag":"FROG","canonical":"frog","metadata":{"connections":{"videos":{"uri":"/tags/frog/videos","options":["GET"],"total":3361}}}},{"uri":"/tags/design","name":"design","tag":"design","canonical":"design","metadata":{"connections":{"videos":{"uri":"/tags/design/videos","options":["GET"],"total":228635}}}},{"uri":"/tags/tech","name":"tech","tag":"tech","canonical":"tech","metadata":{"connections":{"videos":{"uri":"/tags/tech/videos","options":["GET"],"total":23656}}}},{"uri":"/tags/connectedcar","name":"connected + car","tag":"connected car","canonical":"connectedcar","metadata":{"connections":{"videos":{"uri":"/tags/connectedcar/videos","options":["GET"],"total":88}}}},{"uri":"/tags/driverlesscar","name":"driverless + car","tag":"driverless car","canonical":"driverlesscar","metadata":{"connections":{"videos":{"uri":"/tags/driverlesscar/videos","options":["GET"],"total":19}}}},{"uri":"/tags/user-centereddesign","name":"user-centered + design","tag":"user-centered design","canonical":"user-centereddesign","metadata":{"connections":{"videos":{"uri":"/tags/user-centereddesign/videos","options":["GET"],"total":39}}}},{"uri":"/tags/workshop","name":"workshop","tag":"workshop","canonical":"workshop","metadata":{"connections":{"videos":{"uri":"/tags/workshop/videos","options":["GET"],"total":29961}}}},{"uri":"/tags/future","name":"future","tag":"future","canonical":"future","metadata":{"connections":{"videos":{"uri":"/tags/future/videos","options":["GET"],"total":22439}}}},{"uri":"/tags/panelpicker","name":"panel + picker","tag":"panel picker","canonical":"panelpicker","metadata":{"connections":{"videos":{"uri":"/tags/panelpicker/videos","options":["GET"],"total":35}}}}],"stats":{"plays":938},"metadata":{"connections":{"comments":{"uri":"/videos/101768208/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/101768208/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/101768208/likes","options":["GET"],"total":2},"pictures":{"uri":"/videos/101768208/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/101768208/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/2520140/videos?offset=14","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/101768208"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/101768208"}}},"user":{"uri":"/users/2520140","name":"frog","link":"https://vimeo.com/frog","location":"San + Francisco","bio":"frog is a global design and strategy firm. We transform + businesses at scale by creating systems of brand, product and service that + deliver a distinctly better experience. We strive to touch hearts and move + markets. Our passion is to transform ideas into realities. We partner with + clients to anticipate the future, evolve organizations and advance the human + experience.","created_time":"2009-10-23T17:48:58+00:00","account":"basic","pictures":{"uri":"/users/2520140/pictures/7683836","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/7683836_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/7683836_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/7683836_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/7683836_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.frogdesign.com","description":null},{"name":"design + mind","link":"http://designmind.frogdesign.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/2520140/activities","options":["GET"]},"albums":{"uri":"/users/2520140/albums","options":["GET"],"total":6},"channels":{"uri":"/users/2520140/channels","options":["GET"],"total":2},"feed":{"uri":"/users/2520140/feed","options":["GET"]},"followers":{"uri":"/users/2520140/followers","options":["GET"],"total":1728},"following":{"uri":"/users/2520140/following","options":["GET"],"total":0},"groups":{"uri":"/users/2520140/groups","options":["GET"],"total":0},"likes":{"uri":"/users/2520140/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/2520140/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/2520140/videos","options":["GET"],"total":153},"shared":{"uri":"/users/2520140/shared/videos","options":["GET"],"total":8},"pictures":{"uri":"/users/2520140/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/2520140"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":null},{"uri":"/videos/97366184","name":"Introducing + the New Matter MOD-t 3D Printer","description":"Pre-order your MOD-t here: + http://igg.me/at/newmatter","link":"https://vimeo.com/97366184","duration":172,"width":1280,"language":null,"height":720,"embed":{"html":""},"created_time":"2014-06-04T20:11:28+00:00","modified_time":"2016-01-14T06:07:46+00:00","content_rating":["unrated"],"license":null,"privacy":{"view":"anybody","embed":"public","download":false,"add":true,"comments":"anybody"},"pictures":{"uri":"/videos/97366184/pictures/477716817","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/477716817_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/477716817_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/477716817_295x166.jpg?r=pad"},{"width":640,"height":360,"link":"https://i.vimeocdn.com/video/477716817_640x360.jpg?r=pad"},{"width":960,"height":540,"link":"https://i.vimeocdn.com/video/477716817_960x540.jpg?r=pad"},{"width":1280,"height":720,"link":"https://i.vimeocdn.com/video/477716817_1280x720.jpg?r=pad"}]},"tags":[],"stats":{"plays":769},"metadata":{"connections":{"comments":{"uri":"/videos/97366184/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/97366184/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/97366184/likes","options":["GET"],"total":10},"pictures":{"uri":"/videos/97366184/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/97366184/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/2520140/videos?offset=15","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/97366184"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/97366184"}}},"user":{"uri":"/users/2520140","name":"frog","link":"https://vimeo.com/frog","location":"San + Francisco","bio":"frog is a global design and strategy firm. We transform + businesses at scale by creating systems of brand, product and service that + deliver a distinctly better experience. We strive to touch hearts and move + markets. Our passion is to transform ideas into realities. We partner with + clients to anticipate the future, evolve organizations and advance the human + experience.","created_time":"2009-10-23T17:48:58+00:00","account":"basic","pictures":{"uri":"/users/2520140/pictures/7683836","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/7683836_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/7683836_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/7683836_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/7683836_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.frogdesign.com","description":null},{"name":"design + mind","link":"http://designmind.frogdesign.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/2520140/activities","options":["GET"]},"albums":{"uri":"/users/2520140/albums","options":["GET"],"total":6},"channels":{"uri":"/users/2520140/channels","options":["GET"],"total":2},"feed":{"uri":"/users/2520140/feed","options":["GET"]},"followers":{"uri":"/users/2520140/followers","options":["GET"],"total":1728},"following":{"uri":"/users/2520140/following","options":["GET"],"total":0},"groups":{"uri":"/users/2520140/groups","options":["GET"],"total":0},"likes":{"uri":"/users/2520140/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/2520140/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/2520140/videos","options":["GET"],"total":153},"shared":{"uri":"/users/2520140/shared/videos","options":["GET"],"total":8},"pictures":{"uri":"/users/2520140/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/2520140"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":null},{"uri":"/videos/95333457","name":"Healthcare + Design Advice","description":null,"link":"https://vimeo.com/95333457","duration":178,"width":1280,"language":null,"height":720,"embed":{"html":""},"created_time":"2014-05-14T21:37:21+00:00","modified_time":"2016-01-14T01:13:18+00:00","content_rating":["unrated"],"license":null,"privacy":{"view":"anybody","embed":"public","download":false,"add":true,"comments":"anybody"},"pictures":{"uri":"/videos/95333457/pictures/480502108","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/480502108_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/480502108_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/480502108_295x166.jpg?r=pad"},{"width":640,"height":360,"link":"https://i.vimeocdn.com/video/480502108_640x360.jpg?r=pad"},{"width":960,"height":540,"link":"https://i.vimeocdn.com/video/480502108_960x540.jpg?r=pad"},{"width":1280,"height":720,"link":"https://i.vimeocdn.com/video/480502108_1280x720.jpg?r=pad"}]},"tags":[],"stats":{"plays":2005},"metadata":{"connections":{"comments":{"uri":"/videos/95333457/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/95333457/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/95333457/likes","options":["GET"],"total":14},"pictures":{"uri":"/videos/95333457/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/95333457/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/2520140/videos?offset=16","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/95333457"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/95333457"}}},"user":{"uri":"/users/2520140","name":"frog","link":"https://vimeo.com/frog","location":"San + Francisco","bio":"frog is a global design and strategy firm. We transform + businesses at scale by creating systems of brand, product and service that + deliver a distinctly better experience. We strive to touch hearts and move + markets. Our passion is to transform ideas into realities. We partner with + clients to anticipate the future, evolve organizations and advance the human + experience.","created_time":"2009-10-23T17:48:58+00:00","account":"basic","pictures":{"uri":"/users/2520140/pictures/7683836","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/7683836_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/7683836_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/7683836_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/7683836_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.frogdesign.com","description":null},{"name":"design + mind","link":"http://designmind.frogdesign.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/2520140/activities","options":["GET"]},"albums":{"uri":"/users/2520140/albums","options":["GET"],"total":6},"channels":{"uri":"/users/2520140/channels","options":["GET"],"total":2},"feed":{"uri":"/users/2520140/feed","options":["GET"]},"followers":{"uri":"/users/2520140/followers","options":["GET"],"total":1728},"following":{"uri":"/users/2520140/following","options":["GET"],"total":0},"groups":{"uri":"/users/2520140/groups","options":["GET"],"total":0},"likes":{"uri":"/users/2520140/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/2520140/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/2520140/videos","options":["GET"],"total":153},"shared":{"uri":"/users/2520140/shared/videos","options":["GET"],"total":8},"pictures":{"uri":"/users/2520140/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/2520140"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/315317","name":"frogweb6","settings":{"buttons":{"like":true,"watchlater":true,"share":true,"embed":true,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":true,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/315317/videos","options":["GET"],"total":6}}},"user":{"uri":"/users/2520140","name":"frog","link":"https://vimeo.com/frog","location":"San + Francisco","bio":"frog is a global design and strategy firm. We transform + businesses at scale by creating systems of brand, product and service that + deliver a distinctly better experience. We strive to touch hearts and move + markets. Our passion is to transform ideas into realities. We partner with + clients to anticipate the future, evolve organizations and advance the human + experience.","created_time":"2009-10-23T17:48:58+00:00","account":"basic","pictures":{"uri":"/users/2520140/pictures/7683836","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/7683836_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/7683836_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/7683836_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/7683836_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.frogdesign.com","description":null},{"name":"design + mind","link":"http://designmind.frogdesign.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/2520140/activities","options":["GET"]},"albums":{"uri":"/users/2520140/albums","options":["GET"],"total":6},"channels":{"uri":"/users/2520140/channels","options":["GET"],"total":2},"feed":{"uri":"/users/2520140/feed","options":["GET"]},"followers":{"uri":"/users/2520140/followers","options":["GET"],"total":1728},"following":{"uri":"/users/2520140/following","options":["GET"],"total":0},"groups":{"uri":"/users/2520140/groups","options":["GET"],"total":0},"likes":{"uri":"/users/2520140/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/2520140/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/2520140/videos","options":["GET"],"total":153},"shared":{"uri":"/users/2520140/shared/videos","options":["GET"],"total":8},"pictures":{"uri":"/users/2520140/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/2520140"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/81232210","name":"Backpack + PLUS Toolkit","description":"Unicef, MDG Health Alliance, and frog worked + with more than 60 organizations to design a comprehensive toolkit to empower + and activate Community Health Workers (CHW). Backpack PLUS promises to improve + CHW effectiveness and engagement, resulting in more lives saved.","link":"https://vimeo.com/81232210","duration":143,"width":1280,"language":null,"height":720,"embed":{"html":""},"created_time":"2013-12-06T21:51:34+00:00","modified_time":"2016-01-14T16:11:41+00:00","content_rating":["unrated"],"license":null,"privacy":{"view":"anybody","embed":"public","download":false,"add":true,"comments":"anybody"},"pictures":{"uri":"/videos/81232210/pictures/457322491","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/457322491_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/457322491_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/457322491_295x166.jpg?r=pad"},{"width":640,"height":360,"link":"https://i.vimeocdn.com/video/457322491_640x360.jpg?r=pad"},{"width":960,"height":540,"link":"https://i.vimeocdn.com/video/457322491_960x540.jpg?r=pad"},{"width":1280,"height":720,"link":"https://i.vimeocdn.com/video/457322491_1280x720.jpg?r=pad"}]},"tags":[{"uri":"/tags/backpackplus","name":"Backpack + PLUS","tag":"Backpack PLUS","canonical":"backpackplus","metadata":{"connections":{"videos":{"uri":"/tags/backpackplus/videos","options":["GET"],"total":1}}}},{"uri":"/tags/frogdesign","name":"frog + design","tag":"frog design","canonical":"frogdesign","metadata":{"connections":{"videos":{"uri":"/tags/frogdesign/videos","options":["GET"],"total":73}}}},{"uri":"/tags/design","name":"design","tag":"design","canonical":"design","metadata":{"connections":{"videos":{"uri":"/tags/design/videos","options":["GET"],"total":228635}}}},{"uri":"/tags/healthcare","name":"healthcare","tag":"healthcare","canonical":"healthcare","metadata":{"connections":{"videos":{"uri":"/tags/healthcare/videos","options":["GET"],"total":21327}}}},{"uri":"/tags/uganda","name":"Uganda","tag":"Uganda","canonical":"uganda","metadata":{"connections":{"videos":{"uri":"/tags/uganda/videos","options":["GET"],"total":9088}}}},{"uri":"/tags/senegal","name":"Senegal","tag":"Senegal","canonical":"senegal","metadata":{"connections":{"videos":{"uri":"/tags/senegal/videos","options":["GET"],"total":2844}}}},{"uri":"/tags/unicef","name":"UNICEF","tag":"UNICEF","canonical":"unicef","metadata":{"connections":{"videos":{"uri":"/tags/unicef/videos","options":["GET"],"total":2951}}}}],"stats":{"plays":3759},"metadata":{"connections":{"comments":{"uri":"/videos/81232210/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/81232210/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/81232210/likes","options":["GET"],"total":16},"pictures":{"uri":"/videos/81232210/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/81232210/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/2520140/videos?offset=17","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/81232210"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/81232210"}}},"user":{"uri":"/users/2520140","name":"frog","link":"https://vimeo.com/frog","location":"San + Francisco","bio":"frog is a global design and strategy firm. We transform + businesses at scale by creating systems of brand, product and service that + deliver a distinctly better experience. We strive to touch hearts and move + markets. Our passion is to transform ideas into realities. We partner with + clients to anticipate the future, evolve organizations and advance the human + experience.","created_time":"2009-10-23T17:48:58+00:00","account":"basic","pictures":{"uri":"/users/2520140/pictures/7683836","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/7683836_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/7683836_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/7683836_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/7683836_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.frogdesign.com","description":null},{"name":"design + mind","link":"http://designmind.frogdesign.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/2520140/activities","options":["GET"]},"albums":{"uri":"/users/2520140/albums","options":["GET"],"total":6},"channels":{"uri":"/users/2520140/channels","options":["GET"],"total":2},"feed":{"uri":"/users/2520140/feed","options":["GET"]},"followers":{"uri":"/users/2520140/followers","options":["GET"],"total":1728},"following":{"uri":"/users/2520140/following","options":["GET"],"total":0},"groups":{"uri":"/users/2520140/groups","options":["GET"],"total":0},"likes":{"uri":"/users/2520140/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/2520140/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/2520140/videos","options":["GET"],"total":153},"shared":{"uri":"/users/2520140/shared/videos","options":["GET"],"total":8},"pictures":{"uri":"/users/2520140/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/2520140"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":null},{"uri":"/videos/77086124","name":"The + Vision Behind Project Ansible","description":"Business starts with a conversation. + We''re about to change the conversation.\n\nVideo Production by UnifyCo","link":"https://vimeo.com/77086124","duration":270,"width":1280,"language":null,"height":720,"embed":{"html":""},"created_time":"2013-10-16T21:33:06+00:00","modified_time":"2015-12-28T17:11:35+00:00","content_rating":["unrated"],"license":null,"privacy":{"view":"anybody","embed":"public","download":false,"add":true,"comments":"anybody"},"pictures":{"uri":"/videos/77086124/pictures/452158001","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/452158001_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/452158001_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/452158001_295x166.jpg?r=pad"},{"width":640,"height":360,"link":"https://i.vimeocdn.com/video/452158001_640x360.jpg?r=pad"},{"width":960,"height":540,"link":"https://i.vimeocdn.com/video/452158001_960x540.jpg?r=pad"},{"width":1280,"height":720,"link":"https://i.vimeocdn.com/video/452158001_1280x720.jpg?r=pad"}]},"tags":[],"stats":{"plays":3833},"metadata":{"connections":{"comments":{"uri":"/videos/77086124/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/77086124/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/77086124/likes","options":["GET"],"total":25},"pictures":{"uri":"/videos/77086124/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/77086124/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/2520140/videos?offset=18","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/77086124"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/77086124"}}},"user":{"uri":"/users/2520140","name":"frog","link":"https://vimeo.com/frog","location":"San + Francisco","bio":"frog is a global design and strategy firm. We transform + businesses at scale by creating systems of brand, product and service that + deliver a distinctly better experience. We strive to touch hearts and move + markets. Our passion is to transform ideas into realities. We partner with + clients to anticipate the future, evolve organizations and advance the human + experience.","created_time":"2009-10-23T17:48:58+00:00","account":"basic","pictures":{"uri":"/users/2520140/pictures/7683836","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/7683836_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/7683836_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/7683836_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/7683836_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.frogdesign.com","description":null},{"name":"design + mind","link":"http://designmind.frogdesign.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/2520140/activities","options":["GET"]},"albums":{"uri":"/users/2520140/albums","options":["GET"],"total":6},"channels":{"uri":"/users/2520140/channels","options":["GET"],"total":2},"feed":{"uri":"/users/2520140/feed","options":["GET"]},"followers":{"uri":"/users/2520140/followers","options":["GET"],"total":1728},"following":{"uri":"/users/2520140/following","options":["GET"],"total":0},"groups":{"uri":"/users/2520140/groups","options":["GET"],"total":0},"likes":{"uri":"/users/2520140/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/2520140/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/2520140/videos","options":["GET"],"total":153},"shared":{"uri":"/users/2520140/shared/videos","options":["GET"],"total":8},"pictures":{"uri":"/users/2520140/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/2520140"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/315317","name":"frogweb6","settings":{"buttons":{"like":true,"watchlater":true,"share":true,"embed":true,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":true,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/315317/videos","options":["GET"],"total":6}}},"user":{"uri":"/users/2520140","name":"frog","link":"https://vimeo.com/frog","location":"San + Francisco","bio":"frog is a global design and strategy firm. We transform + businesses at scale by creating systems of brand, product and service that + deliver a distinctly better experience. We strive to touch hearts and move + markets. Our passion is to transform ideas into realities. We partner with + clients to anticipate the future, evolve organizations and advance the human + experience.","created_time":"2009-10-23T17:48:58+00:00","account":"basic","pictures":{"uri":"/users/2520140/pictures/7683836","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/7683836_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/7683836_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/7683836_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/7683836_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.frogdesign.com","description":null},{"name":"design + mind","link":"http://designmind.frogdesign.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/2520140/activities","options":["GET"]},"albums":{"uri":"/users/2520140/albums","options":["GET"],"total":6},"channels":{"uri":"/users/2520140/channels","options":["GET"],"total":2},"feed":{"uri":"/users/2520140/feed","options":["GET"]},"followers":{"uri":"/users/2520140/followers","options":["GET"],"total":1728},"following":{"uri":"/users/2520140/following","options":["GET"],"total":0},"groups":{"uri":"/users/2520140/groups","options":["GET"],"total":0},"likes":{"uri":"/users/2520140/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/2520140/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/2520140/videos","options":["GET"],"total":153},"shared":{"uri":"/users/2520140/shared/videos","options":["GET"],"total":8},"pictures":{"uri":"/users/2520140/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/2520140"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/76538615","name":"Design+Engineering: + Sound United","description":"Sound United partnered with frog to design the + next generation of personal audio products for their 3 brands - Polk, Boom, + and Definitive. This short discusses the the key design principles, signature + features, and mechanical engineering for the first wave of new products.","link":"https://vimeo.com/76538615","duration":138,"width":1280,"language":null,"height":720,"embed":{"html":""},"created_time":"2013-10-09T16:59:35+00:00","modified_time":"2016-01-14T10:11:56+00:00","content_rating":["unrated"],"license":"by-nc-sa","privacy":{"view":"anybody","embed":"public","download":false,"add":true,"comments":"anybody"},"pictures":{"uri":"/videos/76538615/pictures/452001636","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/452001636_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/452001636_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/452001636_295x166.jpg?r=pad"},{"width":640,"height":360,"link":"https://i.vimeocdn.com/video/452001636_640x360.jpg?r=pad"},{"width":960,"height":540,"link":"https://i.vimeocdn.com/video/452001636_960x540.jpg?r=pad"},{"width":1280,"height":720,"link":"https://i.vimeocdn.com/video/452001636_1280x720.jpg?r=pad"}]},"tags":[],"stats":{"plays":3878},"metadata":{"connections":{"comments":{"uri":"/videos/76538615/comments","options":["GET","POST"],"total":2},"credits":{"uri":"/videos/76538615/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/76538615/likes","options":["GET"],"total":26},"pictures":{"uri":"/videos/76538615/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/76538615/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/2520140/videos?offset=19","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/76538615"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/76538615"}}},"user":{"uri":"/users/2520140","name":"frog","link":"https://vimeo.com/frog","location":"San + Francisco","bio":"frog is a global design and strategy firm. We transform + businesses at scale by creating systems of brand, product and service that + deliver a distinctly better experience. We strive to touch hearts and move + markets. Our passion is to transform ideas into realities. We partner with + clients to anticipate the future, evolve organizations and advance the human + experience.","created_time":"2009-10-23T17:48:58+00:00","account":"basic","pictures":{"uri":"/users/2520140/pictures/7683836","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/7683836_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/7683836_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/7683836_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/7683836_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.frogdesign.com","description":null},{"name":"design + mind","link":"http://designmind.frogdesign.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/2520140/activities","options":["GET"]},"albums":{"uri":"/users/2520140/albums","options":["GET"],"total":6},"channels":{"uri":"/users/2520140/channels","options":["GET"],"total":2},"feed":{"uri":"/users/2520140/feed","options":["GET"]},"followers":{"uri":"/users/2520140/followers","options":["GET"],"total":1728},"following":{"uri":"/users/2520140/following","options":["GET"],"total":0},"groups":{"uri":"/users/2520140/groups","options":["GET"],"total":0},"likes":{"uri":"/users/2520140/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/2520140/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/2520140/videos","options":["GET"],"total":153},"shared":{"uri":"/users/2520140/shared/videos","options":["GET"],"total":8},"pictures":{"uri":"/users/2520140/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/2520140"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":null},{"uri":"/videos/72911626","name":"Aging + In Place: Part Two","description":"What are the best ways to take care of + someone you love as they age? Frog conducts primary research to better understand + an aging population.","link":"https://vimeo.com/72911626","duration":103,"width":1280,"language":null,"height":720,"embed":{"html":""},"created_time":"2013-08-22T17:04:56+00:00","modified_time":"2016-01-13T21:11:21+00:00","content_rating":["unrated"],"license":null,"privacy":{"view":"anybody","embed":"public","download":false,"add":true,"comments":"anybody"},"pictures":{"uri":"/videos/72911626/pictures/446886356","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/446886356_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/446886356_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/446886356_295x166.jpg?r=pad"},{"width":640,"height":360,"link":"https://i.vimeocdn.com/video/446886356_640x360.jpg?r=pad"},{"width":960,"height":540,"link":"https://i.vimeocdn.com/video/446886356_960x540.jpg?r=pad"},{"width":1280,"height":720,"link":"https://i.vimeocdn.com/video/446886356_1280x720.jpg?r=pad"}]},"tags":[],"stats":{"plays":2694},"metadata":{"connections":{"comments":{"uri":"/videos/72911626/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/72911626/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/72911626/likes","options":["GET"],"total":19},"pictures":{"uri":"/videos/72911626/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/72911626/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/2520140/videos?offset=20","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/72911626"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/72911626"}}},"user":{"uri":"/users/2520140","name":"frog","link":"https://vimeo.com/frog","location":"San + Francisco","bio":"frog is a global design and strategy firm. We transform + businesses at scale by creating systems of brand, product and service that + deliver a distinctly better experience. We strive to touch hearts and move + markets. Our passion is to transform ideas into realities. We partner with + clients to anticipate the future, evolve organizations and advance the human + experience.","created_time":"2009-10-23T17:48:58+00:00","account":"basic","pictures":{"uri":"/users/2520140/pictures/7683836","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/7683836_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/7683836_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/7683836_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/7683836_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.frogdesign.com","description":null},{"name":"design + mind","link":"http://designmind.frogdesign.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/2520140/activities","options":["GET"]},"albums":{"uri":"/users/2520140/albums","options":["GET"],"total":6},"channels":{"uri":"/users/2520140/channels","options":["GET"],"total":2},"feed":{"uri":"/users/2520140/feed","options":["GET"]},"followers":{"uri":"/users/2520140/followers","options":["GET"],"total":1728},"following":{"uri":"/users/2520140/following","options":["GET"],"total":0},"groups":{"uri":"/users/2520140/groups","options":["GET"],"total":0},"likes":{"uri":"/users/2520140/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/2520140/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/2520140/videos","options":["GET"],"total":153},"shared":{"uri":"/users/2520140/shared/videos","options":["GET"],"total":8},"pictures":{"uri":"/users/2520140/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/2520140"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":null},{"uri":"/videos/72446613","name":"Product + Experiences","description":"The way people relate to products is is changing + so quickly, it can be hard to understand what''s happening. Mark Rolston, + Chief Creative Officer, muses on shifts in user experience and value.","link":"https://vimeo.com/72446613","duration":172,"width":1278,"language":null,"height":714,"embed":{"html":""},"created_time":"2013-08-15T21:01:20+00:00","modified_time":"2015-12-24T21:09:03+00:00","content_rating":["unrated"],"license":"by-nc-sa","privacy":{"view":"anybody","embed":"public","download":false,"add":true,"comments":"anybody"},"pictures":{"uri":"/videos/72446613/pictures/446891694","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/446891694_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/446891694_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/446891694_295x166.jpg?r=pad"},{"width":640,"height":358,"link":"https://i.vimeocdn.com/video/446891694_640x358.jpg?r=pad"},{"width":960,"height":536,"link":"https://i.vimeocdn.com/video/446891694_960x536.jpg?r=pad"},{"width":1280,"height":715,"link":"https://i.vimeocdn.com/video/446891694_1280x715.jpg?r=pad"}]},"tags":[],"stats":{"plays":3422},"metadata":{"connections":{"comments":{"uri":"/videos/72446613/comments","options":["GET","POST"],"total":1},"credits":{"uri":"/videos/72446613/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/72446613/likes","options":["GET"],"total":37},"pictures":{"uri":"/videos/72446613/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/72446613/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/2520140/videos?offset=21","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/72446613"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/72446613"}}},"user":{"uri":"/users/2520140","name":"frog","link":"https://vimeo.com/frog","location":"San + Francisco","bio":"frog is a global design and strategy firm. We transform + businesses at scale by creating systems of brand, product and service that + deliver a distinctly better experience. We strive to touch hearts and move + markets. Our passion is to transform ideas into realities. We partner with + clients to anticipate the future, evolve organizations and advance the human + experience.","created_time":"2009-10-23T17:48:58+00:00","account":"basic","pictures":{"uri":"/users/2520140/pictures/7683836","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/7683836_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/7683836_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/7683836_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/7683836_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.frogdesign.com","description":null},{"name":"design + mind","link":"http://designmind.frogdesign.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/2520140/activities","options":["GET"]},"albums":{"uri":"/users/2520140/albums","options":["GET"],"total":6},"channels":{"uri":"/users/2520140/channels","options":["GET"],"total":2},"feed":{"uri":"/users/2520140/feed","options":["GET"]},"followers":{"uri":"/users/2520140/followers","options":["GET"],"total":1728},"following":{"uri":"/users/2520140/following","options":["GET"],"total":0},"groups":{"uri":"/users/2520140/groups","options":["GET"],"total":0},"likes":{"uri":"/users/2520140/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/2520140/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/2520140/videos","options":["GET"],"total":153},"shared":{"uri":"/users/2520140/shared/videos","options":["GET"],"total":8},"pictures":{"uri":"/users/2520140/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/2520140"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/309582","name":"design + mind","settings":{"buttons":{"like":true,"watchlater":true,"share":true,"embed":true,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"videos","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":true,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true},"metadata":{"connections":{"videos":{"uri":"/presets/309582/videos","options":["GET"],"total":3}}},"user":{"uri":"/users/2520140","name":"frog","link":"https://vimeo.com/frog","location":"San + Francisco","bio":"frog is a global design and strategy firm. We transform + businesses at scale by creating systems of brand, product and service that + deliver a distinctly better experience. We strive to touch hearts and move + markets. Our passion is to transform ideas into realities. We partner with + clients to anticipate the future, evolve organizations and advance the human + experience.","created_time":"2009-10-23T17:48:58+00:00","account":"basic","pictures":{"uri":"/users/2520140/pictures/7683836","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/7683836_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/7683836_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/7683836_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/7683836_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.frogdesign.com","description":null},{"name":"design + mind","link":"http://designmind.frogdesign.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/2520140/activities","options":["GET"]},"albums":{"uri":"/users/2520140/albums","options":["GET"],"total":6},"channels":{"uri":"/users/2520140/channels","options":["GET"],"total":2},"feed":{"uri":"/users/2520140/feed","options":["GET"]},"followers":{"uri":"/users/2520140/followers","options":["GET"],"total":1728},"following":{"uri":"/users/2520140/following","options":["GET"],"total":0},"groups":{"uri":"/users/2520140/groups","options":["GET"],"total":0},"likes":{"uri":"/users/2520140/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/2520140/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/2520140/videos","options":["GET"],"total":153},"shared":{"uri":"/users/2520140/shared/videos","options":["GET"],"total":8},"pictures":{"uri":"/users/2520140/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/2520140"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/71533864","name":"Aging + In Place - Part 1","description":"What does it mean to grow older? frog went + into the field to better understand the experiences of seniors and caretakers + who are choosing to stay in their own homes as they age.","link":"https://vimeo.com/71533864","duration":109,"width":1280,"language":null,"height":720,"embed":{"html":""},"created_time":"2013-08-01T20:50:26+00:00","modified_time":"2016-01-13T21:20:16+00:00","content_rating":["unrated"],"license":null,"privacy":{"view":"anybody","embed":"public","download":false,"add":true,"comments":"anybody"},"pictures":{"uri":"/videos/71533864/pictures/446896136","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/446896136_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/446896136_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/446896136_295x166.jpg?r=pad"},{"width":640,"height":360,"link":"https://i.vimeocdn.com/video/446896136_640x360.jpg?r=pad"},{"width":960,"height":540,"link":"https://i.vimeocdn.com/video/446896136_960x540.jpg?r=pad"},{"width":1280,"height":720,"link":"https://i.vimeocdn.com/video/446896136_1280x720.jpg?r=pad"}]},"tags":[],"stats":{"plays":1959},"metadata":{"connections":{"comments":{"uri":"/videos/71533864/comments","options":["GET","POST"],"total":1},"credits":{"uri":"/videos/71533864/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/71533864/likes","options":["GET"],"total":16},"pictures":{"uri":"/videos/71533864/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/71533864/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/2520140/videos?offset=22","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/71533864"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/71533864"}}},"user":{"uri":"/users/2520140","name":"frog","link":"https://vimeo.com/frog","location":"San + Francisco","bio":"frog is a global design and strategy firm. We transform + businesses at scale by creating systems of brand, product and service that + deliver a distinctly better experience. We strive to touch hearts and move + markets. Our passion is to transform ideas into realities. We partner with + clients to anticipate the future, evolve organizations and advance the human + experience.","created_time":"2009-10-23T17:48:58+00:00","account":"basic","pictures":{"uri":"/users/2520140/pictures/7683836","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/7683836_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/7683836_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/7683836_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/7683836_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.frogdesign.com","description":null},{"name":"design + mind","link":"http://designmind.frogdesign.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/2520140/activities","options":["GET"]},"albums":{"uri":"/users/2520140/albums","options":["GET"],"total":6},"channels":{"uri":"/users/2520140/channels","options":["GET"],"total":2},"feed":{"uri":"/users/2520140/feed","options":["GET"]},"followers":{"uri":"/users/2520140/followers","options":["GET"],"total":1728},"following":{"uri":"/users/2520140/following","options":["GET"],"total":0},"groups":{"uri":"/users/2520140/groups","options":["GET"],"total":0},"likes":{"uri":"/users/2520140/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/2520140/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/2520140/videos","options":["GET"],"total":153},"shared":{"uri":"/users/2520140/shared/videos","options":["GET"],"total":8},"pictures":{"uri":"/users/2520140/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/2520140"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/315317","name":"frogweb6","settings":{"buttons":{"like":true,"watchlater":true,"share":true,"embed":true,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":true,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/315317/videos","options":["GET"],"total":6}}},"user":{"uri":"/users/2520140","name":"frog","link":"https://vimeo.com/frog","location":"San + Francisco","bio":"frog is a global design and strategy firm. We transform + businesses at scale by creating systems of brand, product and service that + deliver a distinctly better experience. We strive to touch hearts and move + markets. Our passion is to transform ideas into realities. We partner with + clients to anticipate the future, evolve organizations and advance the human + experience.","created_time":"2009-10-23T17:48:58+00:00","account":"basic","pictures":{"uri":"/users/2520140/pictures/7683836","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/7683836_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/7683836_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/7683836_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/7683836_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.frogdesign.com","description":null},{"name":"design + mind","link":"http://designmind.frogdesign.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/2520140/activities","options":["GET"]},"albums":{"uri":"/users/2520140/albums","options":["GET"],"total":6},"channels":{"uri":"/users/2520140/channels","options":["GET"],"total":2},"feed":{"uri":"/users/2520140/feed","options":["GET"]},"followers":{"uri":"/users/2520140/followers","options":["GET"],"total":1728},"following":{"uri":"/users/2520140/following","options":["GET"],"total":0},"groups":{"uri":"/users/2520140/groups","options":["GET"],"total":0},"likes":{"uri":"/users/2520140/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/2520140/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/2520140/videos","options":["GET"],"total":153},"shared":{"uri":"/users/2520140/shared/videos","options":["GET"],"total":8},"pictures":{"uri":"/users/2520140/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/2520140"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/71269640","name":"Sound + United Case Study","description":"Sound United partnered with frog to design + the next generation of personal audio products for their 3 brands. This short + captures the whole design process, from research through detailed engineering.","link":"https://vimeo.com/71269640","duration":259,"width":1278,"language":null,"height":714,"embed":{"html":""},"created_time":"2013-07-29T17:04:18+00:00","modified_time":"2016-01-14T23:12:29+00:00","content_rating":["unrated"],"license":"by-nc-sa","privacy":{"view":"anybody","embed":"public","download":false,"add":true,"comments":"anybody"},"pictures":{"uri":"/videos/71269640/pictures/446893306","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/446893306_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/446893306_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/446893306_295x166.jpg?r=pad"},{"width":640,"height":358,"link":"https://i.vimeocdn.com/video/446893306_640x358.jpg?r=pad"},{"width":960,"height":536,"link":"https://i.vimeocdn.com/video/446893306_960x536.jpg?r=pad"},{"width":1280,"height":715,"link":"https://i.vimeocdn.com/video/446893306_1280x715.jpg?r=pad"}]},"tags":[],"stats":{"plays":15323},"metadata":{"connections":{"comments":{"uri":"/videos/71269640/comments","options":["GET","POST"],"total":1},"credits":{"uri":"/videos/71269640/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/71269640/likes","options":["GET"],"total":63},"pictures":{"uri":"/videos/71269640/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/71269640/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/2520140/videos?offset=23","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/71269640"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/71269640"}}},"user":{"uri":"/users/2520140","name":"frog","link":"https://vimeo.com/frog","location":"San + Francisco","bio":"frog is a global design and strategy firm. We transform + businesses at scale by creating systems of brand, product and service that + deliver a distinctly better experience. We strive to touch hearts and move + markets. Our passion is to transform ideas into realities. We partner with + clients to anticipate the future, evolve organizations and advance the human + experience.","created_time":"2009-10-23T17:48:58+00:00","account":"basic","pictures":{"uri":"/users/2520140/pictures/7683836","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/7683836_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/7683836_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/7683836_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/7683836_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.frogdesign.com","description":null},{"name":"design + mind","link":"http://designmind.frogdesign.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/2520140/activities","options":["GET"]},"albums":{"uri":"/users/2520140/albums","options":["GET"],"total":6},"channels":{"uri":"/users/2520140/channels","options":["GET"],"total":2},"feed":{"uri":"/users/2520140/feed","options":["GET"]},"followers":{"uri":"/users/2520140/followers","options":["GET"],"total":1728},"following":{"uri":"/users/2520140/following","options":["GET"],"total":0},"groups":{"uri":"/users/2520140/groups","options":["GET"],"total":0},"likes":{"uri":"/users/2520140/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/2520140/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/2520140/videos","options":["GET"],"total":153},"shared":{"uri":"/users/2520140/shared/videos","options":["GET"],"total":8},"pictures":{"uri":"/users/2520140/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/2520140"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/315317","name":"frogweb6","settings":{"buttons":{"like":true,"watchlater":true,"share":true,"embed":true,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":true,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/315317/videos","options":["GET"],"total":6}}},"user":{"uri":"/users/2520140","name":"frog","link":"https://vimeo.com/frog","location":"San + Francisco","bio":"frog is a global design and strategy firm. We transform + businesses at scale by creating systems of brand, product and service that + deliver a distinctly better experience. We strive to touch hearts and move + markets. Our passion is to transform ideas into realities. We partner with + clients to anticipate the future, evolve organizations and advance the human + experience.","created_time":"2009-10-23T17:48:58+00:00","account":"basic","pictures":{"uri":"/users/2520140/pictures/7683836","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/7683836_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/7683836_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/7683836_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/7683836_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.frogdesign.com","description":null},{"name":"design + mind","link":"http://designmind.frogdesign.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/2520140/activities","options":["GET"]},"albums":{"uri":"/users/2520140/albums","options":["GET"],"total":6},"channels":{"uri":"/users/2520140/channels","options":["GET"],"total":2},"feed":{"uri":"/users/2520140/feed","options":["GET"]},"followers":{"uri":"/users/2520140/followers","options":["GET"],"total":1728},"following":{"uri":"/users/2520140/following","options":["GET"],"total":0},"groups":{"uri":"/users/2520140/groups","options":["GET"],"total":0},"likes":{"uri":"/users/2520140/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/2520140/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/2520140/videos","options":["GET"],"total":153},"shared":{"uri":"/users/2520140/shared/videos","options":["GET"],"total":8},"pictures":{"uri":"/users/2520140/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/2520140"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/71269639","name":"Touch + Tunes Virtuo","description":"What do you do with aging icons like the Juke + Box? Touch Tunes came to frog to completely re-imagine and bring to life the + next generation of public music players.","link":"https://vimeo.com/71269639","duration":285,"width":1280,"language":null,"height":720,"embed":{"html":""},"created_time":"2013-07-29T17:04:18+00:00","modified_time":"2016-01-14T05:08:18+00:00","content_rating":["unrated"],"license":null,"privacy":{"view":"anybody","embed":"public","download":false,"add":true,"comments":"anybody"},"pictures":{"uri":"/videos/71269639/pictures/446893590","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/446893590_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/446893590_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/446893590_295x166.jpg?r=pad"},{"width":640,"height":358,"link":"https://i.vimeocdn.com/video/446893590_640x358.jpg?r=pad"},{"width":960,"height":536,"link":"https://i.vimeocdn.com/video/446893590_960x536.jpg?r=pad"},{"width":1280,"height":715,"link":"https://i.vimeocdn.com/video/446893590_1280x715.jpg?r=pad"}]},"tags":[],"stats":{"plays":1806},"metadata":{"connections":{"comments":{"uri":"/videos/71269639/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/71269639/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/71269639/likes","options":["GET"],"total":14},"pictures":{"uri":"/videos/71269639/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/71269639/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/2520140/videos?offset=24","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/71269639"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/71269639"}}},"user":{"uri":"/users/2520140","name":"frog","link":"https://vimeo.com/frog","location":"San + Francisco","bio":"frog is a global design and strategy firm. We transform + businesses at scale by creating systems of brand, product and service that + deliver a distinctly better experience. We strive to touch hearts and move + markets. Our passion is to transform ideas into realities. We partner with + clients to anticipate the future, evolve organizations and advance the human + experience.","created_time":"2009-10-23T17:48:58+00:00","account":"basic","pictures":{"uri":"/users/2520140/pictures/7683836","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/7683836_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/7683836_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/7683836_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/7683836_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.frogdesign.com","description":null},{"name":"design + mind","link":"http://designmind.frogdesign.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/2520140/activities","options":["GET"]},"albums":{"uri":"/users/2520140/albums","options":["GET"],"total":6},"channels":{"uri":"/users/2520140/channels","options":["GET"],"total":2},"feed":{"uri":"/users/2520140/feed","options":["GET"]},"followers":{"uri":"/users/2520140/followers","options":["GET"],"total":1728},"following":{"uri":"/users/2520140/following","options":["GET"],"total":0},"groups":{"uri":"/users/2520140/groups","options":["GET"],"total":0},"likes":{"uri":"/users/2520140/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/2520140/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/2520140/videos","options":["GET"],"total":153},"shared":{"uri":"/users/2520140/shared/videos","options":["GET"],"total":8},"pictures":{"uri":"/users/2520140/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/2520140"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/315317","name":"frogweb6","settings":{"buttons":{"like":true,"watchlater":true,"share":true,"embed":true,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":true,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/315317/videos","options":["GET"],"total":6}}},"user":{"uri":"/users/2520140","name":"frog","link":"https://vimeo.com/frog","location":"San + Francisco","bio":"frog is a global design and strategy firm. We transform + businesses at scale by creating systems of brand, product and service that + deliver a distinctly better experience. We strive to touch hearts and move + markets. Our passion is to transform ideas into realities. We partner with + clients to anticipate the future, evolve organizations and advance the human + experience.","created_time":"2009-10-23T17:48:58+00:00","account":"basic","pictures":{"uri":"/users/2520140/pictures/7683836","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/7683836_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/7683836_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/7683836_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/7683836_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.frogdesign.com","description":null},{"name":"design + mind","link":"http://designmind.frogdesign.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/2520140/activities","options":["GET"]},"albums":{"uri":"/users/2520140/albums","options":["GET"],"total":6},"channels":{"uri":"/users/2520140/channels","options":["GET"],"total":2},"feed":{"uri":"/users/2520140/feed","options":["GET"]},"followers":{"uri":"/users/2520140/followers","options":["GET"],"total":1728},"following":{"uri":"/users/2520140/following","options":["GET"],"total":0},"groups":{"uri":"/users/2520140/groups","options":["GET"],"total":0},"likes":{"uri":"/users/2520140/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/2520140/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/2520140/videos","options":["GET"],"total":153},"shared":{"uri":"/users/2520140/shared/videos","options":["GET"],"total":8},"pictures":{"uri":"/users/2520140/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/2520140"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/70599575","name":"Sound + United - Working with frog","description":"When Sound United decided to pivot + to a new market, they knew they needed more than a traditional consulting + firm. In this short, Sound United describes why they chose to partner with + frog to reinvent their products and how that experience has transformed their + process and approach.","link":"https://vimeo.com/70599575","duration":110,"width":1278,"language":null,"height":714,"embed":{"html":""},"created_time":"2013-07-19T01:31:12+00:00","modified_time":"2016-01-14T21:47:34+00:00","content_rating":["unrated"],"license":null,"privacy":{"view":"anybody","embed":"public","download":false,"add":true,"comments":"anybody"},"pictures":{"uri":"/videos/70599575/pictures/446894034","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/446894034_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/446894034_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/446894034_295x166.jpg?r=pad"},{"width":640,"height":358,"link":"https://i.vimeocdn.com/video/446894034_640x358.jpg?r=pad"},{"width":960,"height":536,"link":"https://i.vimeocdn.com/video/446894034_960x536.jpg?r=pad"},{"width":1280,"height":715,"link":"https://i.vimeocdn.com/video/446894034_1280x715.jpg?r=pad"}]},"tags":[],"stats":{"plays":1914},"metadata":{"connections":{"comments":{"uri":"/videos/70599575/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/70599575/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/70599575/likes","options":["GET"],"total":4},"pictures":{"uri":"/videos/70599575/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/70599575/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/2520140/videos?offset=25","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/70599575"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/70599575"}}},"user":{"uri":"/users/2520140","name":"frog","link":"https://vimeo.com/frog","location":"San + Francisco","bio":"frog is a global design and strategy firm. We transform + businesses at scale by creating systems of brand, product and service that + deliver a distinctly better experience. We strive to touch hearts and move + markets. Our passion is to transform ideas into realities. We partner with + clients to anticipate the future, evolve organizations and advance the human + experience.","created_time":"2009-10-23T17:48:58+00:00","account":"basic","pictures":{"uri":"/users/2520140/pictures/7683836","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/7683836_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/7683836_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/7683836_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/7683836_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.frogdesign.com","description":null},{"name":"design + mind","link":"http://designmind.frogdesign.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/2520140/activities","options":["GET"]},"albums":{"uri":"/users/2520140/albums","options":["GET"],"total":6},"channels":{"uri":"/users/2520140/channels","options":["GET"],"total":2},"feed":{"uri":"/users/2520140/feed","options":["GET"]},"followers":{"uri":"/users/2520140/followers","options":["GET"],"total":1728},"following":{"uri":"/users/2520140/following","options":["GET"],"total":0},"groups":{"uri":"/users/2520140/groups","options":["GET"],"total":0},"likes":{"uri":"/users/2520140/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/2520140/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/2520140/videos","options":["GET"],"total":153},"shared":{"uri":"/users/2520140/shared/videos","options":["GET"],"total":8},"pictures":{"uri":"/users/2520140/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/2520140"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/315317","name":"frogweb6","settings":{"buttons":{"like":true,"watchlater":true,"share":true,"embed":true,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":true,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/315317/videos","options":["GET"],"total":6}}},"user":{"uri":"/users/2520140","name":"frog","link":"https://vimeo.com/frog","location":"San + Francisco","bio":"frog is a global design and strategy firm. We transform + businesses at scale by creating systems of brand, product and service that + deliver a distinctly better experience. We strive to touch hearts and move + markets. Our passion is to transform ideas into realities. We partner with + clients to anticipate the future, evolve organizations and advance the human + experience.","created_time":"2009-10-23T17:48:58+00:00","account":"basic","pictures":{"uri":"/users/2520140/pictures/7683836","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/7683836_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/7683836_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/7683836_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/7683836_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.frogdesign.com","description":null},{"name":"design + mind","link":"http://designmind.frogdesign.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/2520140/activities","options":["GET"]},"albums":{"uri":"/users/2520140/albums","options":["GET"],"total":6},"channels":{"uri":"/users/2520140/channels","options":["GET"],"total":2},"feed":{"uri":"/users/2520140/feed","options":["GET"]},"followers":{"uri":"/users/2520140/followers","options":["GET"],"total":1728},"following":{"uri":"/users/2520140/following","options":["GET"],"total":0},"groups":{"uri":"/users/2520140/groups","options":["GET"],"total":0},"likes":{"uri":"/users/2520140/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/2520140/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/2520140/videos","options":["GET"],"total":153},"shared":{"uri":"/users/2520140/shared/videos","options":["GET"],"total":8},"pictures":{"uri":"/users/2520140/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/2520140"}}},"preferences":{"videos":{"privacy":null}}}}}]}' + http_version: + recorded_at: Fri, 15 Jan 2016 00:33:47 GMT +recorded_with: VCR 3.0.1 diff --git a/spec/vcr/Creator/_find_or_create/when_the_provider_is_Vimeo/creates_videos_associated_with_the_creator/has_a_profile_picture.yml b/spec/vcr/Creator/_find_or_create/when_the_provider_is_Vimeo/creates_videos_associated_with_the_creator/has_a_profile_picture.yml new file mode 100644 index 0000000..bd74da2 --- /dev/null +++ b/spec/vcr/Creator/_find_or_create/when_the_provider_is_Vimeo/creates_videos_associated_with_the_creator/has_a_profile_picture.yml @@ -0,0 +1,315 @@ +--- +http_interactions: +- request: + method: get + uri: https://api.vimeo.com/users?fields=uri,name,pictures&page=1&per_page=25&query=purple + body: + encoding: US-ASCII + string: '' + headers: + Authorization: + - bearer d05c3756683259bfcd22921e08a37d74 + Accept: + - application/json + response: + status: + code: 200 + message: OK + headers: + Server: + - nginx + Content-Type: + - application/vnd.vimeo.user+json + Cache-Control: + - no-cache, max-age=315360000 + Strict-Transport-Security: + - max-age=15120000; includeSubDomains; preload + Expires: + - Sun, 11 Jan 2026 22:54:39 GMT + Via: + - 1.1 varnish + - 1.1 varnish + Fastly-Debug-Digest: + - 06bcf456a4f5be27ff161436631bc1c962f9b59c78d6d12d334e93437af8a257 + Content-Length: + - '12617' + Accept-Ranges: + - bytes + Date: + - Thu, 14 Jan 2016 22:54:39 GMT + Age: + - '0' + Connection: + - keep-alive + X-Served-By: + - cache-iad2135-IAD, cache-sea1925-SEA + X-Cache: + - MISS, MISS + X-Cache-Hits: + - 0, 0 + X-Timer: + - S1452812079.332797,VS0,VE270 + Vary: + - Accept,Vimeo-Client-Id,Accept-Encoding + body: + encoding: UTF-8 + string: '{"total":1162,"page":1,"per_page":25,"paging":{"next":"/users?page=2&per_page=25&query=purple&fields=uri%2Cname%2Cpictures","previous":null,"first":"/users?page=1&per_page=25&query=purple&fields=uri%2Cname%2Cpictures","last":"/users?page=47&per_page=25&query=purple&fields=uri%2Cname%2Cpictures"},"data":[{"uri":"/users/1284412","name":"Purple + Magazine","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]}},{"uri":"/users/5461646","name":"Purple + Lotus","pictures":{"uri":"/users/5461646/pictures/6434434","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/6434434_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/6434434_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/6434434_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/6434434_300x300.jpg?r=pad"}]}},{"uri":"/users/906729","name":"Purple-Films","pictures":{"uri":"/users/906729/pictures/9146778","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/9146778_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/9146778_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/9146778_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/9146778_300x300.jpg?r=pad"}]}},{"uri":"/users/10231568","name":"Purple","pictures":{"uri":"/users/10231568/pictures/9549278","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/9549278_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/9549278_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/9549278_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/9549278_300x300.jpg?r=pad"}]}},{"uri":"/users/19488140","name":"Purple + Rhino","pictures":{"uri":"/users/19488140/pictures/9091670","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/9091670_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/9091670_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/9091670_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/9091670_300x300.jpg?r=pad"}]}},{"uri":"/users/27808560","name":"Purple + Christopher","pictures":null},{"uri":"/users/2574978","name":"Fr\u00e8res + Purple","pictures":{"uri":"/users/2574978/pictures/131358","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/131358_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/131358_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/131358_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/131358_300x300.jpg?r=pad"}]}},{"uri":"/users/3161692","name":"willow + purple","pictures":{"uri":"/users/3161692/pictures/356310","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/356310_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/356310_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/356310_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/356310_300x300.jpg?r=pad"}]}},{"uri":"/users/3448149","name":"Purple + States","pictures":{"uri":"/users/3448149/pictures/6962987","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/6962987_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/6962987_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/6962987_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/6962987_300x300.jpg?r=pad"}]}},{"uri":"/users/13749604","name":"PURPLE + MILK","pictures":{"uri":"/users/13749604/pictures/9187641","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/9187641_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/9187641_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/9187641_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/9187641_300x300.jpg?r=pad"}]}},{"uri":"/users/1345761","name":"80''s + Purple","pictures":{"uri":"/users/1345761/pictures/1978538","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1978538_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1978538_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1978538_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1978538_300x300.jpg?r=pad"}]}},{"uri":"/users/3101311","name":"The + Purple Onion Archives","pictures":{"uri":"/users/3101311/pictures/7821007","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/7821007_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/7821007_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/7821007_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/7821007_300x300.jpg?r=pad"}]}},{"uri":"/users/5311630","name":"Purple-Spirit","pictures":{"uri":"/users/5311630/pictures/1894383","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1894383_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1894383_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1894383_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1894383_300x300.jpg?r=pad"}]}},{"uri":"/users/4338895","name":"puRpLe + videomedia","pictures":{"uri":"/users/4338895/pictures/1977194","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1977194_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1977194_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1977194_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1977194_300x300.jpg?r=pad"}]}},{"uri":"/users/23604370","name":"Purple + Square Productions","pictures":{"uri":"/users/23604370/pictures/6898821","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/6898821_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/6898821_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/6898821_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/6898821_300x300.jpg?r=pad"}]}},{"uri":"/users/21094092","name":"Lydia + Purple","pictures":{"uri":"/users/21094092/pictures/6369443","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/6369443_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/6369443_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/6369443_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/6369443_300x300.jpg?r=pad"}]}},{"uri":"/users/41443159","name":"Purple + Group","pictures":{"uri":"/users/41443159/pictures/9810798","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/9810798_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/9810798_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/9810798_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/9810798_300x300.jpg?r=pad"}]}},{"uri":"/users/17288716","name":"Purple + Lambs","pictures":{"uri":"/users/17288716/pictures/6373032","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/6373032_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/6373032_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/6373032_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/6373032_300x300.jpg?r=pad"}]}},{"uri":"/users/2885008","name":"purple","pictures":{"uri":"/users/2885008/pictures/3334158","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/3334158_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/3334158_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/3334158_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/3334158_300x300.jpg?r=pad"}]}},{"uri":"/users/2393914","name":"Purple-H","pictures":{"uri":"/users/2393914/pictures/490944","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/490944_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/490944_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/490944_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/490944_300x300.jpg?r=pad"}]}},{"uri":"/users/5980854","name":"Purple + Pictures","pictures":{"uri":"/users/5980854/pictures/1770784","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1770784_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1770784_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1770784_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1770784_300x300.jpg?r=pad"}]}},{"uri":"/users/14091711","name":"Purple + WiFi","pictures":{"uri":"/users/14091711/pictures/6975485","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/6975485_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/6975485_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/6975485_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/6975485_300x300.jpg?r=pad"}]}},{"uri":"/users/11461317","name":"Purple + Onion Inc.","pictures":{"uri":"/users/11461317/pictures/9680216","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/9680216_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/9680216_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/9680216_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/9680216_300x300.jpg?r=pad"}]}},{"uri":"/users/13506170","name":"Purple + Pictures","pictures":{"uri":"/users/13506170/pictures/4180262","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/4180262_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/4180262_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/4180262_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/4180262_300x300.jpg?r=pad"}]}},{"uri":"/users/14665130","name":"Purple + Elephant Media","pictures":{"uri":"/users/14665130/pictures/4969750","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/4969750_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/4969750_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/4969750_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/4969750_300x300.jpg?r=pad"}]}}]}' + http_version: + recorded_at: Thu, 14 Jan 2016 22:54:39 GMT +- request: + method: get + uri: https://api.vimeo.com/users/1284412/videos + body: + encoding: US-ASCII + string: '' + headers: + Authorization: + - bearer d05c3756683259bfcd22921e08a37d74 + Accept: + - application/json + response: + status: + code: 200 + message: OK + headers: + Server: + - nginx + Content-Type: + - application/vnd.vimeo.video+json + Cache-Control: + - no-cache, max-age=315360000 + Strict-Transport-Security: + - max-age=15120000; includeSubDomains; preload + Last-Modified: + - '1452811681' + Expires: + - Sun, 11 Jan 2026 22:54:39 GMT + Via: + - 1.1 varnish + - 1.1 varnish + Fastly-Debug-Digest: + - f80c87af3a5ca473b23bf2fb1c3135075c2bb285e050e59b5a08f714151f60ec + Content-Length: + - '155575' + Accept-Ranges: + - bytes + Date: + - Thu, 14 Jan 2016 22:54:41 GMT + Age: + - '0' + Connection: + - keep-alive + X-Served-By: + - cache-iad2134-IAD, cache-sea1927-SEA + X-Cache: + - MISS, MISS + X-Cache-Hits: + - 0, 0 + X-Timer: + - S1452812079.834162,VS0,VE1834 + Vary: + - Accept,Vimeo-Client-Id,Accept-Encoding + body: + encoding: UTF-8 + string: '{"total":514,"page":1,"per_page":25,"paging":{"next":"/users/1284412/videos?page=2","previous":null,"first":"/users/1284412/videos?page=1","last":"/users/1284412/videos?page=21"},"data":[{"uri":"/videos/151666800","name":"You, + the Living by Roy Andersson","description":null,"link":"https://vimeo.com/151666800","duration":130,"width":640,"language":null,"height":380,"embed":{"html":""},"created_time":"2016-01-13T16:53:32+00:00","modified_time":"2016-01-14T21:13:23+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"whitelist","download":false,"add":false,"comments":"nobody"},"pictures":{"uri":"/videos/151666800/pictures/551470932","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/551470932_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/551470932_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/551470932_295x166.jpg?r=pad"},{"width":640,"height":381,"link":"https://i.vimeocdn.com/video/551470932_640x381.jpg?r=pad"},{"width":960,"height":571,"link":"https://i.vimeocdn.com/video/551470932_960x571.jpg?r=pad"}]},"tags":[],"stats":{"plays":45},"metadata":{"connections":{"comments":{"uri":"/videos/151666800/comments","options":["GET"],"total":0},"credits":{"uri":"/videos/151666800/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/151666800/likes","options":["GET"],"total":3},"pictures":{"uri":"/videos/151666800/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/151666800/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=1","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/151666800"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/151666800"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/151666718","name":"The + Good, the Bad, the Weird","description":null,"link":"https://vimeo.com/151666718","duration":107,"width":1920,"language":null,"height":1080,"embed":{"html":""},"created_time":"2016-01-13T16:52:52+00:00","modified_time":"2016-01-14T22:11:41+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"whitelist","download":false,"add":false,"comments":"nobody"},"pictures":{"uri":"/videos/151666718/pictures/551478468","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/551478468_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/551478468_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/551478468_295x166.jpg?r=pad"},{"width":640,"height":360,"link":"https://i.vimeocdn.com/video/551478468_640x360.jpg?r=pad"},{"width":960,"height":540,"link":"https://i.vimeocdn.com/video/551478468_960x540.jpg?r=pad"},{"width":1280,"height":720,"link":"https://i.vimeocdn.com/video/551478468_1280x720.jpg?r=pad"}]},"tags":[],"stats":{"plays":41},"metadata":{"connections":{"comments":{"uri":"/videos/151666718/comments","options":["GET"],"total":0},"credits":{"uri":"/videos/151666718/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/151666718/likes","options":["GET"],"total":0},"pictures":{"uri":"/videos/151666718/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/151666718/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=2","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/151666718"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/151666718"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/151666692","name":"La + Cie\u0301naga by Lucrecia Martel","description":null,"link":"https://vimeo.com/151666692","duration":108,"width":486,"language":null,"height":360,"embed":{"html":""},"created_time":"2016-01-13T16:52:38+00:00","modified_time":"2016-01-14T22:11:41+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"whitelist","download":false,"add":false,"comments":"nobody"},"pictures":{"uri":"/videos/151666692/pictures/551470597","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/551470597_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/551470597_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/551470597_295x166.jpg?r=pad"},{"width":640,"height":474,"link":"https://i.vimeocdn.com/video/551470597_640x474.jpg?r=pad"},{"width":960,"height":711,"link":"https://i.vimeocdn.com/video/551470597_960x711.jpg?r=pad"}]},"tags":[],"stats":{"plays":154},"metadata":{"connections":{"comments":{"uri":"/videos/151666692/comments","options":["GET"],"total":0},"credits":{"uri":"/videos/151666692/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/151666692/likes","options":["GET"],"total":2},"pictures":{"uri":"/videos/151666692/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/151666692/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=3","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/151666692"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/151666692"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/151664786","name":"Killer + of Sheep","description":null,"link":"https://vimeo.com/151664786","duration":127,"width":640,"language":null,"height":480,"embed":{"html":""},"created_time":"2016-01-13T16:39:01+00:00","modified_time":"2016-01-14T21:11:49+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"whitelist","download":false,"add":false,"comments":"nobody"},"pictures":{"uri":"/videos/151664786/pictures/551473456","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/551473456_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/551473456_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/551473456_295x166.jpg?r=pad"},{"width":640,"height":480,"link":"https://i.vimeocdn.com/video/551473456_640x480.jpg?r=pad"},{"width":960,"height":720,"link":"https://i.vimeocdn.com/video/551473456_960x720.jpg?r=pad"}]},"tags":[],"stats":{"plays":21},"metadata":{"connections":{"comments":{"uri":"/videos/151664786/comments","options":["GET"],"total":0},"credits":{"uri":"/videos/151664786/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/151664786/likes","options":["GET"],"total":0},"pictures":{"uri":"/videos/151664786/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/151664786/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=4","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/151664786"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/151664786"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/151659815","name":"Fists + in the Pocket by Marco Bellocchio","description":null,"link":"https://vimeo.com/151659815","duration":59,"width":1050,"language":null,"height":576,"embed":{"html":""},"created_time":"2016-01-13T16:00:32+00:00","modified_time":"2016-01-14T20:08:04+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"whitelist","download":false,"add":false,"comments":"nobody"},"pictures":{"uri":"/videos/151659815/pictures/551464504","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/551464504_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/551464504_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/551464504_295x166.jpg?r=pad"},{"width":640,"height":351,"link":"https://i.vimeocdn.com/video/551464504_640x351.jpg?r=pad"},{"width":960,"height":527,"link":"https://i.vimeocdn.com/video/551464504_960x527.jpg?r=pad"},{"width":1280,"height":702,"link":"https://i.vimeocdn.com/video/551464504_1280x702.jpg?r=pad"}]},"tags":[],"stats":{"plays":25},"metadata":{"connections":{"comments":{"uri":"/videos/151659815/comments","options":["GET"],"total":0},"credits":{"uri":"/videos/151659815/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/151659815/likes","options":["GET"],"total":0},"pictures":{"uri":"/videos/151659815/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/151659815/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=5","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/151659815"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/151659815"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/151658401","name":"I + am Cuba","description":null,"link":"https://vimeo.com/151658401","duration":112,"width":540,"language":null,"height":360,"embed":{"html":""},"created_time":"2016-01-13T15:50:01+00:00","modified_time":"2016-01-14T20:08:33+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"whitelist","download":false,"add":false,"comments":"anybody"},"pictures":{"uri":"/videos/151658401/pictures/551459798","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/551459798_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/551459798_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/551459798_295x166.jpg?r=pad"},{"width":640,"height":427,"link":"https://i.vimeocdn.com/video/551459798_640x427.jpg?r=pad"},{"width":960,"height":640,"link":"https://i.vimeocdn.com/video/551459798_960x640.jpg?r=pad"}]},"tags":[],"stats":{"plays":30},"metadata":{"connections":{"comments":{"uri":"/videos/151658401/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/151658401/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/151658401/likes","options":["GET"],"total":3},"pictures":{"uri":"/videos/151658401/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/151658401/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=6","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/151658401"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/151658401"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/148122831","name":"Red + car - Alexandre Vauthier et JB Mondino","description":null,"link":"https://vimeo.com/148122831","duration":48,"width":1920,"language":null,"height":1080,"embed":{"html":null},"created_time":"2015-12-07T18:06:15+00:00","modified_time":"2016-01-14T19:08:43+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":false,"add":false,"comments":"anybody"},"pictures":{"uri":"/videos/148122831/pictures/546974587","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/546974587_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/546974587_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/546974587_295x166.jpg?r=pad"},{"width":640,"height":360,"link":"https://i.vimeocdn.com/video/546974587_640x360.jpg?r=pad"},{"width":960,"height":540,"link":"https://i.vimeocdn.com/video/546974587_960x540.jpg?r=pad"},{"width":1280,"height":720,"link":"https://i.vimeocdn.com/video/546974587_1280x720.jpg?r=pad"}]},"tags":[],"stats":{"plays":2230},"metadata":{"connections":{"comments":{"uri":"/videos/148122831/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/148122831/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/148122831/likes","options":["GET"],"total":7},"pictures":{"uri":"/videos/148122831/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/148122831/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=7","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/148122831"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/148122831"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/147594185","name":"RLMM_MASTER_PROMO_ITA_ENG-HD","description":null,"link":"https://vimeo.com/147594185","duration":175,"width":1280,"language":null,"height":720,"embed":{"html":null},"created_time":"2015-12-02T14:24:20+00:00","modified_time":"2016-01-13T13:07:24+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":false,"add":false,"comments":"anybody"},"pictures":{"uri":"/videos/147594185/pictures/546302904","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/546302904_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/546302904_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/546302904_295x166.jpg?r=pad"},{"width":640,"height":360,"link":"https://i.vimeocdn.com/video/546302904_640x360.jpg?r=pad"},{"width":960,"height":540,"link":"https://i.vimeocdn.com/video/546302904_960x540.jpg?r=pad"},{"width":1280,"height":720,"link":"https://i.vimeocdn.com/video/546302904_1280x720.jpg?r=pad"}]},"tags":[],"stats":{"plays":209},"metadata":{"connections":{"comments":{"uri":"/videos/147594185/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/147594185/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/147594185/likes","options":["GET"],"total":0},"pictures":{"uri":"/videos/147594185/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/147594185/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=8","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/147594185"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/147594185"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/147581341","name":"15 + LOVE_","description":null,"link":"https://vimeo.com/147581341","duration":504,"width":1920,"language":null,"height":1080,"embed":{"html":null},"created_time":"2015-12-02T12:18:36+00:00","modified_time":"2016-01-14T19:31:14+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":false,"add":false,"comments":"anybody"},"pictures":{"uri":"/videos/147581341/pictures/546294636","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/546294636_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/546294636_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/546294636_295x166.jpg?r=pad"},{"width":640,"height":360,"link":"https://i.vimeocdn.com/video/546294636_640x360.jpg?r=pad"},{"width":960,"height":540,"link":"https://i.vimeocdn.com/video/546294636_960x540.jpg?r=pad"},{"width":1280,"height":720,"link":"https://i.vimeocdn.com/video/546294636_1280x720.jpg?r=pad"}]},"tags":[],"stats":{"plays":1634},"metadata":{"connections":{"comments":{"uri":"/videos/147581341/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/147581341/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/147581341/likes","options":["GET"],"total":3},"pictures":{"uri":"/videos/147581341/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/147581341/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=9","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/147581341"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/147581341"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/146628479","name":"Toshio + Maeda for Supreme","description":null,"link":"https://vimeo.com/146628479","duration":114,"width":1280,"language":null,"height":720,"embed":{"html":null},"created_time":"2015-11-23T11:57:09+00:00","modified_time":"2016-01-14T21:13:00+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":false,"add":false,"comments":"anybody"},"pictures":{"uri":"/videos/146628479/pictures/545074010","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/545074010_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/545074010_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/545074010_295x166.jpg?r=pad"},{"width":640,"height":360,"link":"https://i.vimeocdn.com/video/545074010_640x360.jpg?r=pad"},{"width":960,"height":540,"link":"https://i.vimeocdn.com/video/545074010_960x540.jpg?r=pad"},{"width":1280,"height":720,"link":"https://i.vimeocdn.com/video/545074010_1280x720.jpg?r=pad"}]},"tags":[],"stats":{"plays":664},"metadata":{"connections":{"comments":{"uri":"/videos/146628479/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/146628479/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/146628479/likes","options":["GET"],"total":3},"pictures":{"uri":"/videos/146628479/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/146628479/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=10","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/146628479"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/146628479"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/144132366","name":"Lutz + Huelle S/S 2016","description":null,"link":"https://vimeo.com/144132366","duration":129,"width":1280,"language":null,"height":720,"embed":{"html":null},"created_time":"2015-10-30T15:34:30+00:00","modified_time":"2016-01-13T22:19:21+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":false,"add":false,"comments":"anybody"},"pictures":{"uri":"/videos/144132366/pictures/541899273","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/541899273_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/541899273_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/541899273_295x166.jpg?r=pad"},{"width":640,"height":360,"link":"https://i.vimeocdn.com/video/541899273_640x360.jpg?r=pad"},{"width":960,"height":540,"link":"https://i.vimeocdn.com/video/541899273_960x540.jpg?r=pad"},{"width":1280,"height":720,"link":"https://i.vimeocdn.com/video/541899273_1280x720.jpg?r=pad"}]},"tags":[],"stats":{"plays":400},"metadata":{"connections":{"comments":{"uri":"/videos/144132366/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/144132366/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/144132366/likes","options":["GET"],"total":0},"pictures":{"uri":"/videos/144132366/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/144132366/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=11","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/144132366"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/144132366"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/143599740","name":"An + excerpt from A Crackup at the Race Riots by Leo Gabin","description":null,"link":"https://vimeo.com/143599740","duration":150,"width":724,"language":null,"height":530,"embed":{"html":null},"created_time":"2015-10-26T11:21:13+00:00","modified_time":"2016-01-11T14:12:42+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":false,"add":false,"comments":"anybody"},"pictures":{"uri":"/videos/143599740/pictures/541225530","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/541225530_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/541225530_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/541225530_295x166.jpg?r=pad"},{"width":640,"height":469,"link":"https://i.vimeocdn.com/video/541225530_640x469.jpg?r=pad"},{"width":960,"height":703,"link":"https://i.vimeocdn.com/video/541225530_960x703.jpg?r=pad"},{"width":1280,"height":938,"link":"https://i.vimeocdn.com/video/541225530_1280x938.jpg?r=pad"}]},"tags":[],"stats":{"plays":290},"metadata":{"connections":{"comments":{"uri":"/videos/143599740/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/143599740/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/143599740/likes","options":["GET"],"total":0},"pictures":{"uri":"/videos/143599740/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/143599740/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=12","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/143599740"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/143599740"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/142359824","name":"An + exclusive extract from The Feature by Michel Auder","description":null,"link":"https://vimeo.com/142359824","duration":179,"width":720,"language":null,"height":528,"embed":{"html":null},"created_time":"2015-10-14T09:37:30+00:00","modified_time":"2016-01-14T20:39:50+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":false,"add":false,"comments":"anybody"},"pictures":{"uri":"/videos/142359824/pictures/539672549","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/539672549_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/539672549_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/539672549_295x166.jpg?r=pad"},{"width":640,"height":360,"link":"https://i.vimeocdn.com/video/539672549_640x360.jpg?r=pad"},{"width":960,"height":540,"link":"https://i.vimeocdn.com/video/539672549_960x540.jpg?r=pad"},{"width":1280,"height":720,"link":"https://i.vimeocdn.com/video/539672549_1280x720.jpg?r=pad"}]},"tags":[],"stats":{"plays":1267},"metadata":{"connections":{"comments":{"uri":"/videos/142359824/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/142359824/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/142359824/likes","options":["GET"],"total":12},"pictures":{"uri":"/videos/142359824/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/142359824/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=13","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/142359824"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/142359824"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/141767346","name":"Extract + from: Pierre Huyghe, Two Minutes Out Of Time, 2000","description":null,"link":"https://vimeo.com/141767346","duration":71,"width":788,"language":null,"height":578,"embed":{"html":null},"created_time":"2015-10-08T09:13:11+00:00","modified_time":"2016-01-14T11:10:11+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":false,"add":false,"comments":"anybody"},"pictures":{"uri":"/videos/141767346/pictures/538866575","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/538866575_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/538866575_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/538866575_295x166.jpg?r=pad"},{"width":640,"height":468,"link":"https://i.vimeocdn.com/video/538866575_640x468.jpg?r=pad"},{"width":960,"height":703,"link":"https://i.vimeocdn.com/video/538866575_960x703.jpg?r=pad"},{"width":1280,"height":937,"link":"https://i.vimeocdn.com/video/538866575_1280x937.jpg?r=pad"}]},"tags":[],"stats":{"plays":201},"metadata":{"connections":{"comments":{"uri":"/videos/141767346/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/141767346/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/141767346/likes","options":["GET"],"total":0},"pictures":{"uri":"/videos/141767346/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/141767346/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=14","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/141767346"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/141767346"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/140202468","name":"SANTONI_WEB_MASTER","description":null,"link":"https://vimeo.com/140202468","duration":139,"width":720,"language":null,"height":540,"embed":{"html":null},"created_time":"2015-09-23T16:13:21+00:00","modified_time":"2016-01-14T21:08:27+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":false,"add":false,"comments":"anybody"},"pictures":{"uri":"/videos/140202468/pictures/536465058","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/536465058_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/536465058_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/536465058_295x166.jpg?r=pad"},{"width":640,"height":480,"link":"https://i.vimeocdn.com/video/536465058_640x480.jpg?r=pad"},{"width":960,"height":720,"link":"https://i.vimeocdn.com/video/536465058_960x720.jpg?r=pad"},{"width":1280,"height":960,"link":"https://i.vimeocdn.com/video/536465058_1280x960.jpg?r=pad"}]},"tags":[],"stats":{"plays":2964},"metadata":{"connections":{"comments":{"uri":"/videos/140202468/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/140202468/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/140202468/likes","options":["GET"],"total":27},"pictures":{"uri":"/videos/140202468/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/140202468/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=15","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/140202468"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/140202468"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/140166130","name":"Barbara + Casasola S/S 2016 by Mark Borthwick","description":null,"link":"https://vimeo.com/140166130","duration":356,"width":1920,"language":null,"height":1080,"embed":{"html":null},"created_time":"2015-09-23T10:01:56+00:00","modified_time":"2016-01-13T14:29:08+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":false,"add":false,"comments":"anybody"},"pictures":{"uri":"/videos/140166130/pictures/536405607","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/536405607_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/536405607_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/536405607_295x166.jpg?r=pad"},{"width":640,"height":360,"link":"https://i.vimeocdn.com/video/536405607_640x360.jpg?r=pad"},{"width":960,"height":540,"link":"https://i.vimeocdn.com/video/536405607_960x540.jpg?r=pad"},{"width":1280,"height":720,"link":"https://i.vimeocdn.com/video/536405607_1280x720.jpg?r=pad"}]},"tags":[],"stats":{"plays":888},"metadata":{"connections":{"comments":{"uri":"/videos/140166130/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/140166130/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/140166130/likes","options":["GET"],"total":0},"pictures":{"uri":"/videos/140166130/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/140166130/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=16","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/140166130"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/140166130"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/138995416","name":"Absolut + Elyx & Water For People | The Auditions with Fred Armisen","description":"Absolut + Elyx is partnering with Water For People on a five year mission to bring safe + water to 100,000 people. To announce this, we asked Fred Armisen and a few + friends for help. Click here for more information","link":"https://vimeo.com/138995416","duration":193,"width":1920,"language":null,"height":1080,"embed":{"html":null},"created_time":"2015-09-11T16:24:08+00:00","modified_time":"2016-01-14T12:18:04+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":false,"add":true,"comments":"anybody"},"pictures":{"uri":"/videos/138995416/pictures/534616696","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/534616696_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/534616696_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/534616696_295x166.jpg?r=pad"},{"width":640,"height":360,"link":"https://i.vimeocdn.com/video/534616696_640x360.jpg?r=pad"},{"width":960,"height":540,"link":"https://i.vimeocdn.com/video/534616696_960x540.jpg?r=pad"},{"width":1280,"height":720,"link":"https://i.vimeocdn.com/video/534616696_1280x720.jpg?r=pad"}]},"tags":[],"stats":{"plays":162},"metadata":{"connections":{"comments":{"uri":"/videos/138995416/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/138995416/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/138995416/likes","options":["GET"],"total":0},"pictures":{"uri":"/videos/138995416/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/138995416/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=17","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/138995416"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/138995416"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/138642475","name":"\"HEADLESS\" + by TEARIST","description":null,"link":"https://vimeo.com/138642475","duration":224,"width":1920,"language":null,"height":860,"embed":{"html":null},"created_time":"2015-09-08T16:19:00+00:00","modified_time":"2016-01-14T00:11:12+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":true,"add":true,"comments":"anybody"},"pictures":{"uri":"/videos/138642475/pictures/534090826","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/534090826_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/534090826_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/534090826_295x166.jpg?r=pad"},{"width":640,"height":287,"link":"https://i.vimeocdn.com/video/534090826_640x287.jpg?r=pad"},{"width":960,"height":430,"link":"https://i.vimeocdn.com/video/534090826_960x430.jpg?r=pad"},{"width":1280,"height":573,"link":"https://i.vimeocdn.com/video/534090826_1280x573.jpg?r=pad"}]},"tags":[],"stats":{"plays":4453},"metadata":{"connections":{"comments":{"uri":"/videos/138642475/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/138642475/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/138642475/likes","options":["GET"],"total":14},"pictures":{"uri":"/videos/138642475/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/138642475/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=18","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/138642475"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/138642475"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/132077239","name":"Vide\u0301o + 1","description":null,"link":"https://vimeo.com/132077239","duration":17,"width":480,"language":null,"height":480,"embed":{"html":null},"created_time":"2015-06-29T09:56:41+00:00","modified_time":"2016-01-12T14:22:48+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":true,"add":true,"comments":"anybody"},"pictures":{"uri":"/videos/132077239/pictures/524577047","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/524577047_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/524577047_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/524577047_295x166.jpg?r=pad"},{"width":640,"height":640,"link":"https://i.vimeocdn.com/video/524577047_640x640.jpg?r=pad"},{"width":960,"height":960,"link":"https://i.vimeocdn.com/video/524577047_960x960.jpg?r=pad"}]},"tags":[],"stats":{"plays":50},"metadata":{"connections":{"comments":{"uri":"/videos/132077239/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/132077239/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/132077239/likes","options":["GET"],"total":1},"pictures":{"uri":"/videos/132077239/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/132077239/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=19","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/132077239"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/132077239"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/131644306","name":"Alexander + McQueen Men''s Spring/Summer 2016 backstage","description":"An exclusive backstage + film of the Alexander McQueen Menswear Spring/Summer 2016 show. The collection + explores nautical themes, as well concepts in the spirit of journeying and + solitude. The film captures the models static, however somewhat moving in + the tactility of the VHS film accompanied by the sound of waves as a visual + dialogue.\n\nDirector: Errol Rainey / Benjamin Cooper\nEditor: Toto MacDonald","link":"https://vimeo.com/131644306","duration":96,"width":640,"language":"en","height":480,"embed":{"html":null},"created_time":"2015-06-24T11:07:20+00:00","modified_time":"2016-01-07T14:51:22+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":false,"add":true,"comments":"anybody"},"pictures":{"uri":"/videos/131644306/pictures/524139597","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/524139597_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/524139597_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/524139597_295x166.jpg?r=pad"},{"width":640,"height":480,"link":"https://i.vimeocdn.com/video/524139597_640x480.jpg?r=pad"},{"width":960,"height":720,"link":"https://i.vimeocdn.com/video/524139597_960x720.jpg?r=pad"}]},"tags":[{"uri":"/tags/alexandermcqueen","name":"Alexander + McQueen","tag":"Alexander McQueen","canonical":"alexandermcqueen","metadata":{"connections":{"videos":{"uri":"/tags/alexandermcqueen/videos","options":["GET"],"total":583}}}},{"uri":"/tags/benjamincooper","name":"Benjamin + Cooper","tag":"Benjamin Cooper","canonical":"benjamincooper","metadata":{"connections":{"videos":{"uri":"/tags/benjamincooper/videos","options":["GET"],"total":2}}}},{"uri":"/tags/errolrainey","name":"Errol + Rainey","tag":"Errol Rainey","canonical":"errolrainey","metadata":{"connections":{"videos":{"uri":"/tags/errolrainey/videos","options":["GET"],"total":8}}}},{"uri":"/tags/springslashsummer2016","name":"Spring/Summer + 2016","tag":"Spring/Summer 2016","canonical":"springslashsummer2016","metadata":{"connections":{"videos":{"uri":"/tags/springslashsummer2016/videos","options":["GET"],"total":4}}}},{"uri":"/tags/totomacdonald","name":"Toto + MacDonald","tag":"Toto MacDonald","canonical":"totomacdonald","metadata":{"connections":{"videos":{"uri":"/tags/totomacdonald/videos","options":["GET"],"total":1}}}}],"stats":{"plays":375},"metadata":{"connections":{"comments":{"uri":"/videos/131644306/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/131644306/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/131644306/likes","options":["GET"],"total":3},"pictures":{"uri":"/videos/131644306/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/131644306/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=20","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/131644306"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/131644306"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/131528602","name":"Live + Through That?!","description":null,"link":"https://vimeo.com/131528602","duration":117,"width":1280,"language":null,"height":720,"embed":{"html":null},"created_time":"2015-06-23T11:17:54+00:00","modified_time":"2016-01-14T17:25:08+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":true,"add":true,"comments":"anybody"},"pictures":{"uri":"/videos/131528602/pictures/523811270","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/523811270_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/523811270_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/523811270_295x166.jpg?r=pad"},{"width":640,"height":360,"link":"https://i.vimeocdn.com/video/523811270_640x360.jpg?r=pad"},{"width":960,"height":540,"link":"https://i.vimeocdn.com/video/523811270_960x540.jpg?r=pad"},{"width":1280,"height":720,"link":"https://i.vimeocdn.com/video/523811270_1280x720.jpg?r=pad"}]},"tags":[],"stats":{"plays":207},"metadata":{"connections":{"comments":{"uri":"/videos/131528602/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/131528602/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/131528602/likes","options":["GET"],"total":3},"pictures":{"uri":"/videos/131528602/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/131528602/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=21","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/131528602"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/131528602"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":{"name":"Purple.fr","uri":"/apps/53799"},"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/131528469","name":"Eight + Circuit Model","description":null,"link":"https://vimeo.com/131528469","duration":361,"width":1280,"language":null,"height":720,"embed":{"html":null},"created_time":"2015-06-23T11:16:21+00:00","modified_time":"2016-01-14T15:11:41+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":true,"add":true,"comments":"anybody"},"pictures":{"uri":"/videos/131528469/pictures/523811096","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/523811096_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/523811096_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/523811096_295x166.jpg?r=pad"},{"width":640,"height":360,"link":"https://i.vimeocdn.com/video/523811096_640x360.jpg?r=pad"},{"width":960,"height":540,"link":"https://i.vimeocdn.com/video/523811096_960x540.jpg?r=pad"},{"width":1280,"height":720,"link":"https://i.vimeocdn.com/video/523811096_1280x720.jpg?r=pad"}]},"tags":[],"stats":{"plays":129},"metadata":{"connections":{"comments":{"uri":"/videos/131528469/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/131528469/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/131528469/likes","options":["GET"],"total":1},"pictures":{"uri":"/videos/131528469/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/131528469/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=22","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/131528469"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/131528469"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":{"name":"Purple.fr","uri":"/apps/53799"},"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/131528244","name":"Abraxas","description":null,"link":"https://vimeo.com/131528244","duration":260,"width":1280,"language":null,"height":674,"embed":{"html":null},"created_time":"2015-06-23T11:13:17+00:00","modified_time":"2016-01-14T04:08:58+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":true,"add":true,"comments":"anybody"},"pictures":{"uri":"/videos/131528244/pictures/523810801","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/523810801_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/523810801_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/523810801_295x166.jpg?r=pad"},{"width":640,"height":400,"link":"https://i.vimeocdn.com/video/523810801_640x400.jpg?r=pad"},{"width":960,"height":600,"link":"https://i.vimeocdn.com/video/523810801_960x600.jpg?r=pad"},{"width":1280,"height":800,"link":"https://i.vimeocdn.com/video/523810801_1280x800.jpg?r=pad"}]},"tags":[],"stats":{"plays":42},"metadata":{"connections":{"comments":{"uri":"/videos/131528244/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/131528244/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/131528244/likes","options":["GET"],"total":0},"pictures":{"uri":"/videos/131528244/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/131528244/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=23","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/131528244"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/131528244"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":{"name":"Purple.fr","uri":"/apps/53799"},"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/131528095","name":"Etre + Cecile","description":null,"link":"https://vimeo.com/131528095","duration":161,"width":1280,"language":null,"height":720,"embed":{"html":null},"created_time":"2015-06-23T11:11:09+00:00","modified_time":"2016-01-14T20:43:13+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":true,"add":true,"comments":"anybody"},"pictures":{"uri":"/videos/131528095/pictures/523810600","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/523810600_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/523810600_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/523810600_295x166.jpg?r=pad"},{"width":640,"height":360,"link":"https://i.vimeocdn.com/video/523810600_640x360.jpg?r=pad"},{"width":960,"height":540,"link":"https://i.vimeocdn.com/video/523810600_960x540.jpg?r=pad"},{"width":1280,"height":720,"link":"https://i.vimeocdn.com/video/523810600_1280x720.jpg?r=pad"}]},"tags":[],"stats":{"plays":318},"metadata":{"connections":{"comments":{"uri":"/videos/131528095/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/131528095/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/131528095/likes","options":["GET"],"total":0},"pictures":{"uri":"/videos/131528095/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/131528095/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=24","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/131528095"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/131528095"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":{"name":"Purple.fr","uri":"/apps/53799"},"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/131527640","name":"Camarade + je n''ai que de l''eau","description":null,"link":"https://vimeo.com/131527640","duration":131,"width":984,"language":null,"height":720,"embed":{"html":null},"created_time":"2015-06-23T11:05:35+00:00","modified_time":"2016-01-09T13:19:13+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":true,"add":true,"comments":"anybody"},"pictures":{"uri":"/videos/131527640/pictures/523810031","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/523810031_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/523810031_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/523810031_295x166.jpg?r=pad"},{"width":640,"height":478,"link":"https://i.vimeocdn.com/video/523810031_640x478.jpg?r=pad"},{"width":960,"height":718,"link":"https://i.vimeocdn.com/video/523810031_960x718.jpg?r=pad"},{"width":1280,"height":957,"link":"https://i.vimeocdn.com/video/523810031_1280x957.jpg?r=pad"}]},"tags":[],"stats":{"plays":17},"metadata":{"connections":{"comments":{"uri":"/videos/131527640/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/131527640/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/131527640/likes","options":["GET"],"total":0},"pictures":{"uri":"/videos/131527640/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/131527640/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=25","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/131527640"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/131527640"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":{"name":"Purple.fr","uri":"/apps/53799"},"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}}]}' + http_version: + recorded_at: Thu, 14 Jan 2016 22:54:41 GMT +recorded_with: VCR 3.0.1 diff --git a/spec/vcr/Creator/_find_or_create/when_the_provider_is_Vimeo/creates_videos_associated_with_the_creator/if_the_videos_are_not_populated_correctly_Creator_is_not_saved_.yml b/spec/vcr/Creator/_find_or_create/when_the_provider_is_Vimeo/creates_videos_associated_with_the_creator/if_the_videos_are_not_populated_correctly_Creator_is_not_saved_.yml new file mode 100644 index 0000000..b269ff6 --- /dev/null +++ b/spec/vcr/Creator/_find_or_create/when_the_provider_is_Vimeo/creates_videos_associated_with_the_creator/if_the_videos_are_not_populated_correctly_Creator_is_not_saved_.yml @@ -0,0 +1,371 @@ +--- +http_interactions: +- request: + method: get + uri: https://api.vimeo.com/users?fields=uri,name,pictures&page=1&per_page=25&query=purple + body: + encoding: US-ASCII + string: '' + headers: + Authorization: + - bearer d05c3756683259bfcd22921e08a37d74 + Accept: + - application/json + response: + status: + code: 200 + message: OK + headers: + Server: + - nginx + Content-Type: + - application/vnd.vimeo.user+json + Cache-Control: + - no-cache, max-age=315360000 + Strict-Transport-Security: + - max-age=15120000; includeSubDomains; preload + Expires: + - Sun, 11 Jan 2026 22:54:23 GMT + Via: + - 1.1 varnish + - 1.1 varnish + Fastly-Debug-Digest: + - 06bcf456a4f5be27ff161436631bc1c962f9b59c78d6d12d334e93437af8a257 + Content-Length: + - '12617' + Accept-Ranges: + - bytes + Date: + - Thu, 14 Jan 2016 22:54:24 GMT + Age: + - '0' + Connection: + - keep-alive + X-Served-By: + - cache-iad2123-IAD, cache-sea1920-SEA + X-Cache: + - MISS, MISS + X-Cache-Hits: + - 0, 0 + X-Timer: + - S1452812063.679195,VS0,VE369 + Vary: + - Accept,Vimeo-Client-Id,Accept-Encoding + body: + encoding: UTF-8 + string: '{"total":1162,"page":1,"per_page":25,"paging":{"next":"/users?page=2&per_page=25&query=purple&fields=uri%2Cname%2Cpictures","previous":null,"first":"/users?page=1&per_page=25&query=purple&fields=uri%2Cname%2Cpictures","last":"/users?page=47&per_page=25&query=purple&fields=uri%2Cname%2Cpictures"},"data":[{"uri":"/users/1284412","name":"Purple + Magazine","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]}},{"uri":"/users/5461646","name":"Purple + Lotus","pictures":{"uri":"/users/5461646/pictures/6434434","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/6434434_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/6434434_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/6434434_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/6434434_300x300.jpg?r=pad"}]}},{"uri":"/users/906729","name":"Purple-Films","pictures":{"uri":"/users/906729/pictures/9146778","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/9146778_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/9146778_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/9146778_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/9146778_300x300.jpg?r=pad"}]}},{"uri":"/users/10231568","name":"Purple","pictures":{"uri":"/users/10231568/pictures/9549278","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/9549278_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/9549278_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/9549278_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/9549278_300x300.jpg?r=pad"}]}},{"uri":"/users/19488140","name":"Purple + Rhino","pictures":{"uri":"/users/19488140/pictures/9091670","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/9091670_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/9091670_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/9091670_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/9091670_300x300.jpg?r=pad"}]}},{"uri":"/users/27808560","name":"Purple + Christopher","pictures":null},{"uri":"/users/2574978","name":"Fr\u00e8res + Purple","pictures":{"uri":"/users/2574978/pictures/131358","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/131358_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/131358_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/131358_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/131358_300x300.jpg?r=pad"}]}},{"uri":"/users/3161692","name":"willow + purple","pictures":{"uri":"/users/3161692/pictures/356310","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/356310_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/356310_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/356310_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/356310_300x300.jpg?r=pad"}]}},{"uri":"/users/3448149","name":"Purple + States","pictures":{"uri":"/users/3448149/pictures/6962987","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/6962987_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/6962987_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/6962987_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/6962987_300x300.jpg?r=pad"}]}},{"uri":"/users/13749604","name":"PURPLE + MILK","pictures":{"uri":"/users/13749604/pictures/9187641","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/9187641_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/9187641_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/9187641_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/9187641_300x300.jpg?r=pad"}]}},{"uri":"/users/1345761","name":"80''s + Purple","pictures":{"uri":"/users/1345761/pictures/1978538","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1978538_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1978538_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1978538_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1978538_300x300.jpg?r=pad"}]}},{"uri":"/users/3101311","name":"The + Purple Onion Archives","pictures":{"uri":"/users/3101311/pictures/7821007","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/7821007_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/7821007_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/7821007_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/7821007_300x300.jpg?r=pad"}]}},{"uri":"/users/5311630","name":"Purple-Spirit","pictures":{"uri":"/users/5311630/pictures/1894383","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1894383_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1894383_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1894383_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1894383_300x300.jpg?r=pad"}]}},{"uri":"/users/4338895","name":"puRpLe + videomedia","pictures":{"uri":"/users/4338895/pictures/1977194","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1977194_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1977194_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1977194_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1977194_300x300.jpg?r=pad"}]}},{"uri":"/users/23604370","name":"Purple + Square Productions","pictures":{"uri":"/users/23604370/pictures/6898821","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/6898821_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/6898821_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/6898821_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/6898821_300x300.jpg?r=pad"}]}},{"uri":"/users/21094092","name":"Lydia + Purple","pictures":{"uri":"/users/21094092/pictures/6369443","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/6369443_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/6369443_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/6369443_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/6369443_300x300.jpg?r=pad"}]}},{"uri":"/users/41443159","name":"Purple + Group","pictures":{"uri":"/users/41443159/pictures/9810798","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/9810798_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/9810798_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/9810798_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/9810798_300x300.jpg?r=pad"}]}},{"uri":"/users/17288716","name":"Purple + Lambs","pictures":{"uri":"/users/17288716/pictures/6373032","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/6373032_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/6373032_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/6373032_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/6373032_300x300.jpg?r=pad"}]}},{"uri":"/users/2885008","name":"purple","pictures":{"uri":"/users/2885008/pictures/3334158","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/3334158_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/3334158_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/3334158_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/3334158_300x300.jpg?r=pad"}]}},{"uri":"/users/2393914","name":"Purple-H","pictures":{"uri":"/users/2393914/pictures/490944","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/490944_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/490944_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/490944_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/490944_300x300.jpg?r=pad"}]}},{"uri":"/users/5980854","name":"Purple + Pictures","pictures":{"uri":"/users/5980854/pictures/1770784","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1770784_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1770784_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1770784_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1770784_300x300.jpg?r=pad"}]}},{"uri":"/users/14091711","name":"Purple + WiFi","pictures":{"uri":"/users/14091711/pictures/6975485","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/6975485_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/6975485_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/6975485_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/6975485_300x300.jpg?r=pad"}]}},{"uri":"/users/11461317","name":"Purple + Onion Inc.","pictures":{"uri":"/users/11461317/pictures/9680216","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/9680216_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/9680216_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/9680216_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/9680216_300x300.jpg?r=pad"}]}},{"uri":"/users/13506170","name":"Purple + Pictures","pictures":{"uri":"/users/13506170/pictures/4180262","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/4180262_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/4180262_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/4180262_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/4180262_300x300.jpg?r=pad"}]}},{"uri":"/users/14665130","name":"Purple + Elephant Media","pictures":{"uri":"/users/14665130/pictures/4969750","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/4969750_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/4969750_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/4969750_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/4969750_300x300.jpg?r=pad"}]}}]}' + http_version: + recorded_at: Thu, 14 Jan 2016 22:54:24 GMT +- request: + method: get + uri: https://api.vimeo.com/users/1284412/videos + body: + encoding: US-ASCII + string: '' + headers: + Authorization: + - bearer d05c3756683259bfcd22921e08a37d74 + Accept: + - application/json + response: + status: + code: 200 + message: OK + headers: + Server: + - nginx + Content-Type: + - application/vnd.vimeo.video+json + Cache-Control: + - no-cache, max-age=315360000 + Strict-Transport-Security: + - max-age=15120000; includeSubDomains; preload + Last-Modified: + - '1452811681' + Expires: + - Sun, 11 Jan 2026 22:54:24 GMT + Via: + - 1.1 varnish + - 1.1 varnish + Fastly-Debug-Digest: + - f80c87af3a5ca473b23bf2fb1c3135075c2bb285e050e59b5a08f714151f60ec + Content-Length: + - '155575' + Accept-Ranges: + - bytes + Date: + - Thu, 14 Jan 2016 22:54:31 GMT + Age: + - '0' + Connection: + - keep-alive + X-Served-By: + - cache-iad2148-IAD, cache-sea1925-SEA + X-Cache: + - MISS, MISS + X-Cache-Hits: + - 0, 0 + X-Timer: + - S1452812064.166830,VS0,VE7243 + Vary: + - Accept,Vimeo-Client-Id,Accept-Encoding + body: + encoding: UTF-8 + string: '{"total":514,"page":1,"per_page":25,"paging":{"next":"/users/1284412/videos?page=2","previous":null,"first":"/users/1284412/videos?page=1","last":"/users/1284412/videos?page=21"},"data":[{"uri":"/videos/151666800","name":"You, + the Living by Roy Andersson","description":null,"link":"https://vimeo.com/151666800","duration":130,"width":640,"language":null,"height":380,"embed":{"html":""},"created_time":"2016-01-13T16:53:32+00:00","modified_time":"2016-01-14T21:13:23+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"whitelist","download":false,"add":false,"comments":"nobody"},"pictures":{"uri":"/videos/151666800/pictures/551470932","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/551470932_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/551470932_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/551470932_295x166.jpg?r=pad"},{"width":640,"height":381,"link":"https://i.vimeocdn.com/video/551470932_640x381.jpg?r=pad"},{"width":960,"height":571,"link":"https://i.vimeocdn.com/video/551470932_960x571.jpg?r=pad"}]},"tags":[],"stats":{"plays":45},"metadata":{"connections":{"comments":{"uri":"/videos/151666800/comments","options":["GET"],"total":0},"credits":{"uri":"/videos/151666800/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/151666800/likes","options":["GET"],"total":3},"pictures":{"uri":"/videos/151666800/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/151666800/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=1","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/151666800"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/151666800"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/151666718","name":"The + Good, the Bad, the Weird","description":null,"link":"https://vimeo.com/151666718","duration":107,"width":1920,"language":null,"height":1080,"embed":{"html":""},"created_time":"2016-01-13T16:52:52+00:00","modified_time":"2016-01-14T22:11:41+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"whitelist","download":false,"add":false,"comments":"nobody"},"pictures":{"uri":"/videos/151666718/pictures/551478468","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/551478468_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/551478468_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/551478468_295x166.jpg?r=pad"},{"width":640,"height":360,"link":"https://i.vimeocdn.com/video/551478468_640x360.jpg?r=pad"},{"width":960,"height":540,"link":"https://i.vimeocdn.com/video/551478468_960x540.jpg?r=pad"},{"width":1280,"height":720,"link":"https://i.vimeocdn.com/video/551478468_1280x720.jpg?r=pad"}]},"tags":[],"stats":{"plays":41},"metadata":{"connections":{"comments":{"uri":"/videos/151666718/comments","options":["GET"],"total":0},"credits":{"uri":"/videos/151666718/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/151666718/likes","options":["GET"],"total":0},"pictures":{"uri":"/videos/151666718/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/151666718/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=2","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/151666718"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/151666718"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/151666692","name":"La + Cie\u0301naga by Lucrecia Martel","description":null,"link":"https://vimeo.com/151666692","duration":108,"width":486,"language":null,"height":360,"embed":{"html":""},"created_time":"2016-01-13T16:52:38+00:00","modified_time":"2016-01-14T22:11:41+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"whitelist","download":false,"add":false,"comments":"nobody"},"pictures":{"uri":"/videos/151666692/pictures/551470597","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/551470597_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/551470597_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/551470597_295x166.jpg?r=pad"},{"width":640,"height":474,"link":"https://i.vimeocdn.com/video/551470597_640x474.jpg?r=pad"},{"width":960,"height":711,"link":"https://i.vimeocdn.com/video/551470597_960x711.jpg?r=pad"}]},"tags":[],"stats":{"plays":154},"metadata":{"connections":{"comments":{"uri":"/videos/151666692/comments","options":["GET"],"total":0},"credits":{"uri":"/videos/151666692/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/151666692/likes","options":["GET"],"total":2},"pictures":{"uri":"/videos/151666692/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/151666692/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=3","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/151666692"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/151666692"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/151664786","name":"Killer + of Sheep","description":null,"link":"https://vimeo.com/151664786","duration":127,"width":640,"language":null,"height":480,"embed":{"html":""},"created_time":"2016-01-13T16:39:01+00:00","modified_time":"2016-01-14T21:11:49+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"whitelist","download":false,"add":false,"comments":"nobody"},"pictures":{"uri":"/videos/151664786/pictures/551473456","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/551473456_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/551473456_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/551473456_295x166.jpg?r=pad"},{"width":640,"height":480,"link":"https://i.vimeocdn.com/video/551473456_640x480.jpg?r=pad"},{"width":960,"height":720,"link":"https://i.vimeocdn.com/video/551473456_960x720.jpg?r=pad"}]},"tags":[],"stats":{"plays":21},"metadata":{"connections":{"comments":{"uri":"/videos/151664786/comments","options":["GET"],"total":0},"credits":{"uri":"/videos/151664786/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/151664786/likes","options":["GET"],"total":0},"pictures":{"uri":"/videos/151664786/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/151664786/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=4","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/151664786"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/151664786"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/151659815","name":"Fists + in the Pocket by Marco Bellocchio","description":null,"link":"https://vimeo.com/151659815","duration":59,"width":1050,"language":null,"height":576,"embed":{"html":""},"created_time":"2016-01-13T16:00:32+00:00","modified_time":"2016-01-14T20:08:04+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"whitelist","download":false,"add":false,"comments":"nobody"},"pictures":{"uri":"/videos/151659815/pictures/551464504","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/551464504_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/551464504_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/551464504_295x166.jpg?r=pad"},{"width":640,"height":351,"link":"https://i.vimeocdn.com/video/551464504_640x351.jpg?r=pad"},{"width":960,"height":527,"link":"https://i.vimeocdn.com/video/551464504_960x527.jpg?r=pad"},{"width":1280,"height":702,"link":"https://i.vimeocdn.com/video/551464504_1280x702.jpg?r=pad"}]},"tags":[],"stats":{"plays":25},"metadata":{"connections":{"comments":{"uri":"/videos/151659815/comments","options":["GET"],"total":0},"credits":{"uri":"/videos/151659815/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/151659815/likes","options":["GET"],"total":0},"pictures":{"uri":"/videos/151659815/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/151659815/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=5","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/151659815"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/151659815"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/151658401","name":"I + am Cuba","description":null,"link":"https://vimeo.com/151658401","duration":112,"width":540,"language":null,"height":360,"embed":{"html":""},"created_time":"2016-01-13T15:50:01+00:00","modified_time":"2016-01-14T20:08:33+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"whitelist","download":false,"add":false,"comments":"anybody"},"pictures":{"uri":"/videos/151658401/pictures/551459798","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/551459798_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/551459798_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/551459798_295x166.jpg?r=pad"},{"width":640,"height":427,"link":"https://i.vimeocdn.com/video/551459798_640x427.jpg?r=pad"},{"width":960,"height":640,"link":"https://i.vimeocdn.com/video/551459798_960x640.jpg?r=pad"}]},"tags":[],"stats":{"plays":30},"metadata":{"connections":{"comments":{"uri":"/videos/151658401/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/151658401/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/151658401/likes","options":["GET"],"total":3},"pictures":{"uri":"/videos/151658401/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/151658401/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=6","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/151658401"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/151658401"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/148122831","name":"Red + car - Alexandre Vauthier et JB Mondino","description":null,"link":"https://vimeo.com/148122831","duration":48,"width":1920,"language":null,"height":1080,"embed":{"html":null},"created_time":"2015-12-07T18:06:15+00:00","modified_time":"2016-01-14T19:08:43+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":false,"add":false,"comments":"anybody"},"pictures":{"uri":"/videos/148122831/pictures/546974587","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/546974587_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/546974587_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/546974587_295x166.jpg?r=pad"},{"width":640,"height":360,"link":"https://i.vimeocdn.com/video/546974587_640x360.jpg?r=pad"},{"width":960,"height":540,"link":"https://i.vimeocdn.com/video/546974587_960x540.jpg?r=pad"},{"width":1280,"height":720,"link":"https://i.vimeocdn.com/video/546974587_1280x720.jpg?r=pad"}]},"tags":[],"stats":{"plays":2230},"metadata":{"connections":{"comments":{"uri":"/videos/148122831/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/148122831/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/148122831/likes","options":["GET"],"total":7},"pictures":{"uri":"/videos/148122831/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/148122831/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=7","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/148122831"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/148122831"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/147594185","name":"RLMM_MASTER_PROMO_ITA_ENG-HD","description":null,"link":"https://vimeo.com/147594185","duration":175,"width":1280,"language":null,"height":720,"embed":{"html":null},"created_time":"2015-12-02T14:24:20+00:00","modified_time":"2016-01-13T13:07:24+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":false,"add":false,"comments":"anybody"},"pictures":{"uri":"/videos/147594185/pictures/546302904","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/546302904_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/546302904_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/546302904_295x166.jpg?r=pad"},{"width":640,"height":360,"link":"https://i.vimeocdn.com/video/546302904_640x360.jpg?r=pad"},{"width":960,"height":540,"link":"https://i.vimeocdn.com/video/546302904_960x540.jpg?r=pad"},{"width":1280,"height":720,"link":"https://i.vimeocdn.com/video/546302904_1280x720.jpg?r=pad"}]},"tags":[],"stats":{"plays":209},"metadata":{"connections":{"comments":{"uri":"/videos/147594185/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/147594185/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/147594185/likes","options":["GET"],"total":0},"pictures":{"uri":"/videos/147594185/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/147594185/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=8","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/147594185"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/147594185"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/147581341","name":"15 + LOVE_","description":null,"link":"https://vimeo.com/147581341","duration":504,"width":1920,"language":null,"height":1080,"embed":{"html":null},"created_time":"2015-12-02T12:18:36+00:00","modified_time":"2016-01-14T19:31:14+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":false,"add":false,"comments":"anybody"},"pictures":{"uri":"/videos/147581341/pictures/546294636","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/546294636_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/546294636_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/546294636_295x166.jpg?r=pad"},{"width":640,"height":360,"link":"https://i.vimeocdn.com/video/546294636_640x360.jpg?r=pad"},{"width":960,"height":540,"link":"https://i.vimeocdn.com/video/546294636_960x540.jpg?r=pad"},{"width":1280,"height":720,"link":"https://i.vimeocdn.com/video/546294636_1280x720.jpg?r=pad"}]},"tags":[],"stats":{"plays":1634},"metadata":{"connections":{"comments":{"uri":"/videos/147581341/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/147581341/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/147581341/likes","options":["GET"],"total":3},"pictures":{"uri":"/videos/147581341/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/147581341/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=9","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/147581341"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/147581341"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/146628479","name":"Toshio + Maeda for Supreme","description":null,"link":"https://vimeo.com/146628479","duration":114,"width":1280,"language":null,"height":720,"embed":{"html":null},"created_time":"2015-11-23T11:57:09+00:00","modified_time":"2016-01-14T21:13:00+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":false,"add":false,"comments":"anybody"},"pictures":{"uri":"/videos/146628479/pictures/545074010","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/545074010_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/545074010_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/545074010_295x166.jpg?r=pad"},{"width":640,"height":360,"link":"https://i.vimeocdn.com/video/545074010_640x360.jpg?r=pad"},{"width":960,"height":540,"link":"https://i.vimeocdn.com/video/545074010_960x540.jpg?r=pad"},{"width":1280,"height":720,"link":"https://i.vimeocdn.com/video/545074010_1280x720.jpg?r=pad"}]},"tags":[],"stats":{"plays":664},"metadata":{"connections":{"comments":{"uri":"/videos/146628479/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/146628479/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/146628479/likes","options":["GET"],"total":3},"pictures":{"uri":"/videos/146628479/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/146628479/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=10","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/146628479"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/146628479"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/144132366","name":"Lutz + Huelle S/S 2016","description":null,"link":"https://vimeo.com/144132366","duration":129,"width":1280,"language":null,"height":720,"embed":{"html":null},"created_time":"2015-10-30T15:34:30+00:00","modified_time":"2016-01-13T22:19:21+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":false,"add":false,"comments":"anybody"},"pictures":{"uri":"/videos/144132366/pictures/541899273","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/541899273_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/541899273_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/541899273_295x166.jpg?r=pad"},{"width":640,"height":360,"link":"https://i.vimeocdn.com/video/541899273_640x360.jpg?r=pad"},{"width":960,"height":540,"link":"https://i.vimeocdn.com/video/541899273_960x540.jpg?r=pad"},{"width":1280,"height":720,"link":"https://i.vimeocdn.com/video/541899273_1280x720.jpg?r=pad"}]},"tags":[],"stats":{"plays":400},"metadata":{"connections":{"comments":{"uri":"/videos/144132366/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/144132366/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/144132366/likes","options":["GET"],"total":0},"pictures":{"uri":"/videos/144132366/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/144132366/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=11","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/144132366"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/144132366"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/143599740","name":"An + excerpt from A Crackup at the Race Riots by Leo Gabin","description":null,"link":"https://vimeo.com/143599740","duration":150,"width":724,"language":null,"height":530,"embed":{"html":null},"created_time":"2015-10-26T11:21:13+00:00","modified_time":"2016-01-11T14:12:42+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":false,"add":false,"comments":"anybody"},"pictures":{"uri":"/videos/143599740/pictures/541225530","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/541225530_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/541225530_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/541225530_295x166.jpg?r=pad"},{"width":640,"height":469,"link":"https://i.vimeocdn.com/video/541225530_640x469.jpg?r=pad"},{"width":960,"height":703,"link":"https://i.vimeocdn.com/video/541225530_960x703.jpg?r=pad"},{"width":1280,"height":938,"link":"https://i.vimeocdn.com/video/541225530_1280x938.jpg?r=pad"}]},"tags":[],"stats":{"plays":290},"metadata":{"connections":{"comments":{"uri":"/videos/143599740/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/143599740/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/143599740/likes","options":["GET"],"total":0},"pictures":{"uri":"/videos/143599740/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/143599740/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=12","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/143599740"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/143599740"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/142359824","name":"An + exclusive extract from The Feature by Michel Auder","description":null,"link":"https://vimeo.com/142359824","duration":179,"width":720,"language":null,"height":528,"embed":{"html":null},"created_time":"2015-10-14T09:37:30+00:00","modified_time":"2016-01-14T20:39:50+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":false,"add":false,"comments":"anybody"},"pictures":{"uri":"/videos/142359824/pictures/539672549","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/539672549_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/539672549_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/539672549_295x166.jpg?r=pad"},{"width":640,"height":360,"link":"https://i.vimeocdn.com/video/539672549_640x360.jpg?r=pad"},{"width":960,"height":540,"link":"https://i.vimeocdn.com/video/539672549_960x540.jpg?r=pad"},{"width":1280,"height":720,"link":"https://i.vimeocdn.com/video/539672549_1280x720.jpg?r=pad"}]},"tags":[],"stats":{"plays":1267},"metadata":{"connections":{"comments":{"uri":"/videos/142359824/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/142359824/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/142359824/likes","options":["GET"],"total":12},"pictures":{"uri":"/videos/142359824/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/142359824/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=13","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/142359824"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/142359824"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/141767346","name":"Extract + from: Pierre Huyghe, Two Minutes Out Of Time, 2000","description":null,"link":"https://vimeo.com/141767346","duration":71,"width":788,"language":null,"height":578,"embed":{"html":null},"created_time":"2015-10-08T09:13:11+00:00","modified_time":"2016-01-14T11:10:11+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":false,"add":false,"comments":"anybody"},"pictures":{"uri":"/videos/141767346/pictures/538866575","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/538866575_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/538866575_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/538866575_295x166.jpg?r=pad"},{"width":640,"height":468,"link":"https://i.vimeocdn.com/video/538866575_640x468.jpg?r=pad"},{"width":960,"height":703,"link":"https://i.vimeocdn.com/video/538866575_960x703.jpg?r=pad"},{"width":1280,"height":937,"link":"https://i.vimeocdn.com/video/538866575_1280x937.jpg?r=pad"}]},"tags":[],"stats":{"plays":201},"metadata":{"connections":{"comments":{"uri":"/videos/141767346/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/141767346/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/141767346/likes","options":["GET"],"total":0},"pictures":{"uri":"/videos/141767346/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/141767346/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=14","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/141767346"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/141767346"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/140202468","name":"SANTONI_WEB_MASTER","description":null,"link":"https://vimeo.com/140202468","duration":139,"width":720,"language":null,"height":540,"embed":{"html":null},"created_time":"2015-09-23T16:13:21+00:00","modified_time":"2016-01-14T21:08:27+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":false,"add":false,"comments":"anybody"},"pictures":{"uri":"/videos/140202468/pictures/536465058","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/536465058_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/536465058_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/536465058_295x166.jpg?r=pad"},{"width":640,"height":480,"link":"https://i.vimeocdn.com/video/536465058_640x480.jpg?r=pad"},{"width":960,"height":720,"link":"https://i.vimeocdn.com/video/536465058_960x720.jpg?r=pad"},{"width":1280,"height":960,"link":"https://i.vimeocdn.com/video/536465058_1280x960.jpg?r=pad"}]},"tags":[],"stats":{"plays":2964},"metadata":{"connections":{"comments":{"uri":"/videos/140202468/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/140202468/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/140202468/likes","options":["GET"],"total":27},"pictures":{"uri":"/videos/140202468/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/140202468/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=15","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/140202468"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/140202468"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/140166130","name":"Barbara + Casasola S/S 2016 by Mark Borthwick","description":null,"link":"https://vimeo.com/140166130","duration":356,"width":1920,"language":null,"height":1080,"embed":{"html":null},"created_time":"2015-09-23T10:01:56+00:00","modified_time":"2016-01-13T14:29:08+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":false,"add":false,"comments":"anybody"},"pictures":{"uri":"/videos/140166130/pictures/536405607","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/536405607_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/536405607_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/536405607_295x166.jpg?r=pad"},{"width":640,"height":360,"link":"https://i.vimeocdn.com/video/536405607_640x360.jpg?r=pad"},{"width":960,"height":540,"link":"https://i.vimeocdn.com/video/536405607_960x540.jpg?r=pad"},{"width":1280,"height":720,"link":"https://i.vimeocdn.com/video/536405607_1280x720.jpg?r=pad"}]},"tags":[],"stats":{"plays":888},"metadata":{"connections":{"comments":{"uri":"/videos/140166130/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/140166130/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/140166130/likes","options":["GET"],"total":0},"pictures":{"uri":"/videos/140166130/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/140166130/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=16","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/140166130"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/140166130"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/138995416","name":"Absolut + Elyx & Water For People | The Auditions with Fred Armisen","description":"Absolut + Elyx is partnering with Water For People on a five year mission to bring safe + water to 100,000 people. To announce this, we asked Fred Armisen and a few + friends for help. Click here for more information","link":"https://vimeo.com/138995416","duration":193,"width":1920,"language":null,"height":1080,"embed":{"html":null},"created_time":"2015-09-11T16:24:08+00:00","modified_time":"2016-01-14T12:18:04+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":false,"add":true,"comments":"anybody"},"pictures":{"uri":"/videos/138995416/pictures/534616696","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/534616696_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/534616696_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/534616696_295x166.jpg?r=pad"},{"width":640,"height":360,"link":"https://i.vimeocdn.com/video/534616696_640x360.jpg?r=pad"},{"width":960,"height":540,"link":"https://i.vimeocdn.com/video/534616696_960x540.jpg?r=pad"},{"width":1280,"height":720,"link":"https://i.vimeocdn.com/video/534616696_1280x720.jpg?r=pad"}]},"tags":[],"stats":{"plays":162},"metadata":{"connections":{"comments":{"uri":"/videos/138995416/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/138995416/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/138995416/likes","options":["GET"],"total":0},"pictures":{"uri":"/videos/138995416/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/138995416/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=17","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/138995416"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/138995416"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/138642475","name":"\"HEADLESS\" + by TEARIST","description":null,"link":"https://vimeo.com/138642475","duration":224,"width":1920,"language":null,"height":860,"embed":{"html":null},"created_time":"2015-09-08T16:19:00+00:00","modified_time":"2016-01-14T00:11:12+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":true,"add":true,"comments":"anybody"},"pictures":{"uri":"/videos/138642475/pictures/534090826","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/534090826_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/534090826_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/534090826_295x166.jpg?r=pad"},{"width":640,"height":287,"link":"https://i.vimeocdn.com/video/534090826_640x287.jpg?r=pad"},{"width":960,"height":430,"link":"https://i.vimeocdn.com/video/534090826_960x430.jpg?r=pad"},{"width":1280,"height":573,"link":"https://i.vimeocdn.com/video/534090826_1280x573.jpg?r=pad"}]},"tags":[],"stats":{"plays":4453},"metadata":{"connections":{"comments":{"uri":"/videos/138642475/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/138642475/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/138642475/likes","options":["GET"],"total":14},"pictures":{"uri":"/videos/138642475/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/138642475/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=18","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/138642475"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/138642475"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/132077239","name":"Vide\u0301o + 1","description":null,"link":"https://vimeo.com/132077239","duration":17,"width":480,"language":null,"height":480,"embed":{"html":null},"created_time":"2015-06-29T09:56:41+00:00","modified_time":"2016-01-12T14:22:48+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":true,"add":true,"comments":"anybody"},"pictures":{"uri":"/videos/132077239/pictures/524577047","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/524577047_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/524577047_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/524577047_295x166.jpg?r=pad"},{"width":640,"height":640,"link":"https://i.vimeocdn.com/video/524577047_640x640.jpg?r=pad"},{"width":960,"height":960,"link":"https://i.vimeocdn.com/video/524577047_960x960.jpg?r=pad"}]},"tags":[],"stats":{"plays":50},"metadata":{"connections":{"comments":{"uri":"/videos/132077239/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/132077239/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/132077239/likes","options":["GET"],"total":1},"pictures":{"uri":"/videos/132077239/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/132077239/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=19","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/132077239"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/132077239"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/131644306","name":"Alexander + McQueen Men''s Spring/Summer 2016 backstage","description":"An exclusive backstage + film of the Alexander McQueen Menswear Spring/Summer 2016 show. The collection + explores nautical themes, as well concepts in the spirit of journeying and + solitude. The film captures the models static, however somewhat moving in + the tactility of the VHS film accompanied by the sound of waves as a visual + dialogue.\n\nDirector: Errol Rainey / Benjamin Cooper\nEditor: Toto MacDonald","link":"https://vimeo.com/131644306","duration":96,"width":640,"language":"en","height":480,"embed":{"html":null},"created_time":"2015-06-24T11:07:20+00:00","modified_time":"2016-01-07T14:51:22+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":false,"add":true,"comments":"anybody"},"pictures":{"uri":"/videos/131644306/pictures/524139597","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/524139597_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/524139597_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/524139597_295x166.jpg?r=pad"},{"width":640,"height":480,"link":"https://i.vimeocdn.com/video/524139597_640x480.jpg?r=pad"},{"width":960,"height":720,"link":"https://i.vimeocdn.com/video/524139597_960x720.jpg?r=pad"}]},"tags":[{"uri":"/tags/alexandermcqueen","name":"Alexander + McQueen","tag":"Alexander McQueen","canonical":"alexandermcqueen","metadata":{"connections":{"videos":{"uri":"/tags/alexandermcqueen/videos","options":["GET"],"total":583}}}},{"uri":"/tags/benjamincooper","name":"Benjamin + Cooper","tag":"Benjamin Cooper","canonical":"benjamincooper","metadata":{"connections":{"videos":{"uri":"/tags/benjamincooper/videos","options":["GET"],"total":2}}}},{"uri":"/tags/errolrainey","name":"Errol + Rainey","tag":"Errol Rainey","canonical":"errolrainey","metadata":{"connections":{"videos":{"uri":"/tags/errolrainey/videos","options":["GET"],"total":8}}}},{"uri":"/tags/springslashsummer2016","name":"Spring/Summer + 2016","tag":"Spring/Summer 2016","canonical":"springslashsummer2016","metadata":{"connections":{"videos":{"uri":"/tags/springslashsummer2016/videos","options":["GET"],"total":4}}}},{"uri":"/tags/totomacdonald","name":"Toto + MacDonald","tag":"Toto MacDonald","canonical":"totomacdonald","metadata":{"connections":{"videos":{"uri":"/tags/totomacdonald/videos","options":["GET"],"total":1}}}}],"stats":{"plays":375},"metadata":{"connections":{"comments":{"uri":"/videos/131644306/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/131644306/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/131644306/likes","options":["GET"],"total":3},"pictures":{"uri":"/videos/131644306/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/131644306/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=20","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/131644306"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/131644306"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/131528602","name":"Live + Through That?!","description":null,"link":"https://vimeo.com/131528602","duration":117,"width":1280,"language":null,"height":720,"embed":{"html":null},"created_time":"2015-06-23T11:17:54+00:00","modified_time":"2016-01-14T17:25:08+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":true,"add":true,"comments":"anybody"},"pictures":{"uri":"/videos/131528602/pictures/523811270","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/523811270_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/523811270_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/523811270_295x166.jpg?r=pad"},{"width":640,"height":360,"link":"https://i.vimeocdn.com/video/523811270_640x360.jpg?r=pad"},{"width":960,"height":540,"link":"https://i.vimeocdn.com/video/523811270_960x540.jpg?r=pad"},{"width":1280,"height":720,"link":"https://i.vimeocdn.com/video/523811270_1280x720.jpg?r=pad"}]},"tags":[],"stats":{"plays":207},"metadata":{"connections":{"comments":{"uri":"/videos/131528602/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/131528602/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/131528602/likes","options":["GET"],"total":3},"pictures":{"uri":"/videos/131528602/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/131528602/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=21","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/131528602"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/131528602"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":{"name":"Purple.fr","uri":"/apps/53799"},"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/131528469","name":"Eight + Circuit Model","description":null,"link":"https://vimeo.com/131528469","duration":361,"width":1280,"language":null,"height":720,"embed":{"html":null},"created_time":"2015-06-23T11:16:21+00:00","modified_time":"2016-01-14T15:11:41+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":true,"add":true,"comments":"anybody"},"pictures":{"uri":"/videos/131528469/pictures/523811096","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/523811096_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/523811096_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/523811096_295x166.jpg?r=pad"},{"width":640,"height":360,"link":"https://i.vimeocdn.com/video/523811096_640x360.jpg?r=pad"},{"width":960,"height":540,"link":"https://i.vimeocdn.com/video/523811096_960x540.jpg?r=pad"},{"width":1280,"height":720,"link":"https://i.vimeocdn.com/video/523811096_1280x720.jpg?r=pad"}]},"tags":[],"stats":{"plays":129},"metadata":{"connections":{"comments":{"uri":"/videos/131528469/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/131528469/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/131528469/likes","options":["GET"],"total":1},"pictures":{"uri":"/videos/131528469/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/131528469/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=22","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/131528469"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/131528469"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":{"name":"Purple.fr","uri":"/apps/53799"},"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/131528244","name":"Abraxas","description":null,"link":"https://vimeo.com/131528244","duration":260,"width":1280,"language":null,"height":674,"embed":{"html":null},"created_time":"2015-06-23T11:13:17+00:00","modified_time":"2016-01-14T04:08:58+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":true,"add":true,"comments":"anybody"},"pictures":{"uri":"/videos/131528244/pictures/523810801","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/523810801_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/523810801_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/523810801_295x166.jpg?r=pad"},{"width":640,"height":400,"link":"https://i.vimeocdn.com/video/523810801_640x400.jpg?r=pad"},{"width":960,"height":600,"link":"https://i.vimeocdn.com/video/523810801_960x600.jpg?r=pad"},{"width":1280,"height":800,"link":"https://i.vimeocdn.com/video/523810801_1280x800.jpg?r=pad"}]},"tags":[],"stats":{"plays":42},"metadata":{"connections":{"comments":{"uri":"/videos/131528244/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/131528244/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/131528244/likes","options":["GET"],"total":0},"pictures":{"uri":"/videos/131528244/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/131528244/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=23","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/131528244"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/131528244"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":{"name":"Purple.fr","uri":"/apps/53799"},"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/131528095","name":"Etre + Cecile","description":null,"link":"https://vimeo.com/131528095","duration":161,"width":1280,"language":null,"height":720,"embed":{"html":null},"created_time":"2015-06-23T11:11:09+00:00","modified_time":"2016-01-14T20:43:13+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":true,"add":true,"comments":"anybody"},"pictures":{"uri":"/videos/131528095/pictures/523810600","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/523810600_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/523810600_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/523810600_295x166.jpg?r=pad"},{"width":640,"height":360,"link":"https://i.vimeocdn.com/video/523810600_640x360.jpg?r=pad"},{"width":960,"height":540,"link":"https://i.vimeocdn.com/video/523810600_960x540.jpg?r=pad"},{"width":1280,"height":720,"link":"https://i.vimeocdn.com/video/523810600_1280x720.jpg?r=pad"}]},"tags":[],"stats":{"plays":318},"metadata":{"connections":{"comments":{"uri":"/videos/131528095/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/131528095/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/131528095/likes","options":["GET"],"total":0},"pictures":{"uri":"/videos/131528095/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/131528095/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=24","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/131528095"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/131528095"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":{"name":"Purple.fr","uri":"/apps/53799"},"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/131527640","name":"Camarade + je n''ai que de l''eau","description":null,"link":"https://vimeo.com/131527640","duration":131,"width":984,"language":null,"height":720,"embed":{"html":null},"created_time":"2015-06-23T11:05:35+00:00","modified_time":"2016-01-09T13:19:13+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":true,"add":true,"comments":"anybody"},"pictures":{"uri":"/videos/131527640/pictures/523810031","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/523810031_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/523810031_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/523810031_295x166.jpg?r=pad"},{"width":640,"height":478,"link":"https://i.vimeocdn.com/video/523810031_640x478.jpg?r=pad"},{"width":960,"height":718,"link":"https://i.vimeocdn.com/video/523810031_960x718.jpg?r=pad"},{"width":1280,"height":957,"link":"https://i.vimeocdn.com/video/523810031_1280x957.jpg?r=pad"}]},"tags":[],"stats":{"plays":17},"metadata":{"connections":{"comments":{"uri":"/videos/131527640/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/131527640/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/131527640/likes","options":["GET"],"total":0},"pictures":{"uri":"/videos/131527640/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/131527640/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=25","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/131527640"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/131527640"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":{"name":"Purple.fr","uri":"/apps/53799"},"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}}]}' + http_version: + recorded_at: Thu, 14 Jan 2016 22:54:31 GMT +- request: + method: get + uri: https://api.vimeo.com/users/1ab3da5/videos + body: + encoding: US-ASCII + string: '' + headers: + Authorization: + - bearer d05c3756683259bfcd22921e08a37d74 + Accept: + - application/json + response: + status: + code: 404 + message: Not Found + headers: + Server: + - nginx + Content-Type: + - application/vnd.vimeo.error+json + Cache-Control: + - no-cache, max-age=315360000 + Strict-Transport-Security: + - max-age=15120000; includeSubDomains; preload + Expires: + - Sun, 11 Jan 2026 22:54:31 GMT + Via: + - 1.1 varnish + - 1.1 varnish + Fastly-Debug-Digest: + - fb2964e4883def5a643e260d51bb9188c17bcd716c9d3851d9a3487de3d9c38f + Content-Length: + - '49' + Accept-Ranges: + - bytes + Date: + - Thu, 14 Jan 2016 22:54:31 GMT + Age: + - '0' + Connection: + - keep-alive + X-Served-By: + - cache-iad2120-IAD, cache-sea1927-SEA + X-Cache: + - MISS, MISS + X-Cache-Hits: + - 0, 0 + X-Timer: + - S1452812071.525198,VS0,VE99 + Vary: + - Accept,Vimeo-Client-Id,Accept-Encoding + body: + encoding: UTF-8 + string: '{"error":"The requested user could not be found"}' + http_version: + recorded_at: Thu, 14 Jan 2016 22:54:31 GMT +recorded_with: VCR 3.0.1 diff --git a/spec/vcr/Creator/_find_or_create/when_the_provider_is_Vimeo/creates_videos_associated_with_the_creator/save_the_Creator_if_there_are_no_videos.yml b/spec/vcr/Creator/_find_or_create/when_the_provider_is_Vimeo/creates_videos_associated_with_the_creator/save_the_Creator_if_there_are_no_videos.yml new file mode 100644 index 0000000..a9d9be9 --- /dev/null +++ b/spec/vcr/Creator/_find_or_create/when_the_provider_is_Vimeo/creates_videos_associated_with_the_creator/save_the_Creator_if_there_are_no_videos.yml @@ -0,0 +1,315 @@ +--- +http_interactions: +- request: + method: get + uri: https://api.vimeo.com/users?fields=uri,name,pictures&page=1&per_page=25&query=purple + body: + encoding: US-ASCII + string: '' + headers: + Authorization: + - bearer d05c3756683259bfcd22921e08a37d74 + Accept: + - application/json + response: + status: + code: 200 + message: OK + headers: + Server: + - nginx + Content-Type: + - application/vnd.vimeo.user+json + Cache-Control: + - no-cache, max-age=315360000 + Strict-Transport-Security: + - max-age=15120000; includeSubDomains; preload + Expires: + - Sun, 11 Jan 2026 22:54:31 GMT + Via: + - 1.1 varnish + - 1.1 varnish + Fastly-Debug-Digest: + - 06bcf456a4f5be27ff161436631bc1c962f9b59c78d6d12d334e93437af8a257 + Content-Length: + - '12617' + Accept-Ranges: + - bytes + Date: + - Thu, 14 Jan 2016 22:54:31 GMT + Age: + - '0' + Connection: + - keep-alive + X-Served-By: + - cache-iad2120-IAD, cache-sea1926-SEA + X-Cache: + - MISS, MISS + X-Cache-Hits: + - 0, 0 + X-Timer: + - S1452812071.705668,VS0,VE260 + Vary: + - Accept,Vimeo-Client-Id,Accept-Encoding + body: + encoding: UTF-8 + string: '{"total":1162,"page":1,"per_page":25,"paging":{"next":"/users?page=2&per_page=25&query=purple&fields=uri%2Cname%2Cpictures","previous":null,"first":"/users?page=1&per_page=25&query=purple&fields=uri%2Cname%2Cpictures","last":"/users?page=47&per_page=25&query=purple&fields=uri%2Cname%2Cpictures"},"data":[{"uri":"/users/1284412","name":"Purple + Magazine","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]}},{"uri":"/users/5461646","name":"Purple + Lotus","pictures":{"uri":"/users/5461646/pictures/6434434","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/6434434_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/6434434_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/6434434_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/6434434_300x300.jpg?r=pad"}]}},{"uri":"/users/906729","name":"Purple-Films","pictures":{"uri":"/users/906729/pictures/9146778","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/9146778_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/9146778_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/9146778_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/9146778_300x300.jpg?r=pad"}]}},{"uri":"/users/10231568","name":"Purple","pictures":{"uri":"/users/10231568/pictures/9549278","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/9549278_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/9549278_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/9549278_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/9549278_300x300.jpg?r=pad"}]}},{"uri":"/users/19488140","name":"Purple + Rhino","pictures":{"uri":"/users/19488140/pictures/9091670","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/9091670_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/9091670_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/9091670_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/9091670_300x300.jpg?r=pad"}]}},{"uri":"/users/27808560","name":"Purple + Christopher","pictures":null},{"uri":"/users/2574978","name":"Fr\u00e8res + Purple","pictures":{"uri":"/users/2574978/pictures/131358","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/131358_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/131358_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/131358_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/131358_300x300.jpg?r=pad"}]}},{"uri":"/users/3161692","name":"willow + purple","pictures":{"uri":"/users/3161692/pictures/356310","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/356310_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/356310_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/356310_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/356310_300x300.jpg?r=pad"}]}},{"uri":"/users/3448149","name":"Purple + States","pictures":{"uri":"/users/3448149/pictures/6962987","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/6962987_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/6962987_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/6962987_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/6962987_300x300.jpg?r=pad"}]}},{"uri":"/users/13749604","name":"PURPLE + MILK","pictures":{"uri":"/users/13749604/pictures/9187641","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/9187641_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/9187641_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/9187641_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/9187641_300x300.jpg?r=pad"}]}},{"uri":"/users/1345761","name":"80''s + Purple","pictures":{"uri":"/users/1345761/pictures/1978538","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1978538_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1978538_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1978538_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1978538_300x300.jpg?r=pad"}]}},{"uri":"/users/3101311","name":"The + Purple Onion Archives","pictures":{"uri":"/users/3101311/pictures/7821007","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/7821007_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/7821007_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/7821007_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/7821007_300x300.jpg?r=pad"}]}},{"uri":"/users/5311630","name":"Purple-Spirit","pictures":{"uri":"/users/5311630/pictures/1894383","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1894383_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1894383_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1894383_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1894383_300x300.jpg?r=pad"}]}},{"uri":"/users/4338895","name":"puRpLe + videomedia","pictures":{"uri":"/users/4338895/pictures/1977194","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1977194_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1977194_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1977194_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1977194_300x300.jpg?r=pad"}]}},{"uri":"/users/23604370","name":"Purple + Square Productions","pictures":{"uri":"/users/23604370/pictures/6898821","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/6898821_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/6898821_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/6898821_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/6898821_300x300.jpg?r=pad"}]}},{"uri":"/users/21094092","name":"Lydia + Purple","pictures":{"uri":"/users/21094092/pictures/6369443","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/6369443_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/6369443_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/6369443_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/6369443_300x300.jpg?r=pad"}]}},{"uri":"/users/41443159","name":"Purple + Group","pictures":{"uri":"/users/41443159/pictures/9810798","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/9810798_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/9810798_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/9810798_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/9810798_300x300.jpg?r=pad"}]}},{"uri":"/users/17288716","name":"Purple + Lambs","pictures":{"uri":"/users/17288716/pictures/6373032","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/6373032_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/6373032_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/6373032_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/6373032_300x300.jpg?r=pad"}]}},{"uri":"/users/2885008","name":"purple","pictures":{"uri":"/users/2885008/pictures/3334158","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/3334158_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/3334158_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/3334158_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/3334158_300x300.jpg?r=pad"}]}},{"uri":"/users/2393914","name":"Purple-H","pictures":{"uri":"/users/2393914/pictures/490944","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/490944_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/490944_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/490944_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/490944_300x300.jpg?r=pad"}]}},{"uri":"/users/5980854","name":"Purple + Pictures","pictures":{"uri":"/users/5980854/pictures/1770784","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1770784_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1770784_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1770784_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1770784_300x300.jpg?r=pad"}]}},{"uri":"/users/14091711","name":"Purple + WiFi","pictures":{"uri":"/users/14091711/pictures/6975485","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/6975485_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/6975485_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/6975485_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/6975485_300x300.jpg?r=pad"}]}},{"uri":"/users/11461317","name":"Purple + Onion Inc.","pictures":{"uri":"/users/11461317/pictures/9680216","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/9680216_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/9680216_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/9680216_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/9680216_300x300.jpg?r=pad"}]}},{"uri":"/users/13506170","name":"Purple + Pictures","pictures":{"uri":"/users/13506170/pictures/4180262","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/4180262_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/4180262_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/4180262_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/4180262_300x300.jpg?r=pad"}]}},{"uri":"/users/14665130","name":"Purple + Elephant Media","pictures":{"uri":"/users/14665130/pictures/4969750","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/4969750_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/4969750_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/4969750_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/4969750_300x300.jpg?r=pad"}]}}]}' + http_version: + recorded_at: Thu, 14 Jan 2016 22:54:32 GMT +- request: + method: get + uri: https://api.vimeo.com/users/1284412/videos + body: + encoding: US-ASCII + string: '' + headers: + Authorization: + - bearer d05c3756683259bfcd22921e08a37d74 + Accept: + - application/json + response: + status: + code: 200 + message: OK + headers: + Server: + - nginx + Content-Type: + - application/vnd.vimeo.video+json + Cache-Control: + - no-cache, max-age=315360000 + Strict-Transport-Security: + - max-age=15120000; includeSubDomains; preload + Last-Modified: + - '1452811681' + Expires: + - Sun, 11 Jan 2026 22:54:32 GMT + Via: + - 1.1 varnish + - 1.1 varnish + Fastly-Debug-Digest: + - f80c87af3a5ca473b23bf2fb1c3135075c2bb285e050e59b5a08f714151f60ec + Content-Length: + - '155575' + Accept-Ranges: + - bytes + Date: + - Thu, 14 Jan 2016 22:54:39 GMT + Age: + - '0' + Connection: + - keep-alive + X-Served-By: + - cache-iad2140-IAD, cache-sea1922-SEA + X-Cache: + - MISS, MISS + X-Cache-Hits: + - 0, 0 + X-Timer: + - S1452812072.155622,VS0,VE6986 + Vary: + - Accept,Vimeo-Client-Id,Accept-Encoding + body: + encoding: UTF-8 + string: '{"total":514,"page":1,"per_page":25,"paging":{"next":"/users/1284412/videos?page=2","previous":null,"first":"/users/1284412/videos?page=1","last":"/users/1284412/videos?page=21"},"data":[{"uri":"/videos/151666800","name":"You, + the Living by Roy Andersson","description":null,"link":"https://vimeo.com/151666800","duration":130,"width":640,"language":null,"height":380,"embed":{"html":""},"created_time":"2016-01-13T16:53:32+00:00","modified_time":"2016-01-14T21:13:23+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"whitelist","download":false,"add":false,"comments":"nobody"},"pictures":{"uri":"/videos/151666800/pictures/551470932","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/551470932_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/551470932_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/551470932_295x166.jpg?r=pad"},{"width":640,"height":381,"link":"https://i.vimeocdn.com/video/551470932_640x381.jpg?r=pad"},{"width":960,"height":571,"link":"https://i.vimeocdn.com/video/551470932_960x571.jpg?r=pad"}]},"tags":[],"stats":{"plays":45},"metadata":{"connections":{"comments":{"uri":"/videos/151666800/comments","options":["GET"],"total":0},"credits":{"uri":"/videos/151666800/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/151666800/likes","options":["GET"],"total":3},"pictures":{"uri":"/videos/151666800/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/151666800/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=1","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/151666800"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/151666800"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/151666718","name":"The + Good, the Bad, the Weird","description":null,"link":"https://vimeo.com/151666718","duration":107,"width":1920,"language":null,"height":1080,"embed":{"html":""},"created_time":"2016-01-13T16:52:52+00:00","modified_time":"2016-01-14T22:11:41+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"whitelist","download":false,"add":false,"comments":"nobody"},"pictures":{"uri":"/videos/151666718/pictures/551478468","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/551478468_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/551478468_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/551478468_295x166.jpg?r=pad"},{"width":640,"height":360,"link":"https://i.vimeocdn.com/video/551478468_640x360.jpg?r=pad"},{"width":960,"height":540,"link":"https://i.vimeocdn.com/video/551478468_960x540.jpg?r=pad"},{"width":1280,"height":720,"link":"https://i.vimeocdn.com/video/551478468_1280x720.jpg?r=pad"}]},"tags":[],"stats":{"plays":41},"metadata":{"connections":{"comments":{"uri":"/videos/151666718/comments","options":["GET"],"total":0},"credits":{"uri":"/videos/151666718/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/151666718/likes","options":["GET"],"total":0},"pictures":{"uri":"/videos/151666718/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/151666718/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=2","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/151666718"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/151666718"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/151666692","name":"La + Cie\u0301naga by Lucrecia Martel","description":null,"link":"https://vimeo.com/151666692","duration":108,"width":486,"language":null,"height":360,"embed":{"html":""},"created_time":"2016-01-13T16:52:38+00:00","modified_time":"2016-01-14T22:11:41+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"whitelist","download":false,"add":false,"comments":"nobody"},"pictures":{"uri":"/videos/151666692/pictures/551470597","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/551470597_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/551470597_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/551470597_295x166.jpg?r=pad"},{"width":640,"height":474,"link":"https://i.vimeocdn.com/video/551470597_640x474.jpg?r=pad"},{"width":960,"height":711,"link":"https://i.vimeocdn.com/video/551470597_960x711.jpg?r=pad"}]},"tags":[],"stats":{"plays":154},"metadata":{"connections":{"comments":{"uri":"/videos/151666692/comments","options":["GET"],"total":0},"credits":{"uri":"/videos/151666692/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/151666692/likes","options":["GET"],"total":2},"pictures":{"uri":"/videos/151666692/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/151666692/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=3","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/151666692"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/151666692"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/151664786","name":"Killer + of Sheep","description":null,"link":"https://vimeo.com/151664786","duration":127,"width":640,"language":null,"height":480,"embed":{"html":""},"created_time":"2016-01-13T16:39:01+00:00","modified_time":"2016-01-14T21:11:49+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"whitelist","download":false,"add":false,"comments":"nobody"},"pictures":{"uri":"/videos/151664786/pictures/551473456","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/551473456_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/551473456_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/551473456_295x166.jpg?r=pad"},{"width":640,"height":480,"link":"https://i.vimeocdn.com/video/551473456_640x480.jpg?r=pad"},{"width":960,"height":720,"link":"https://i.vimeocdn.com/video/551473456_960x720.jpg?r=pad"}]},"tags":[],"stats":{"plays":21},"metadata":{"connections":{"comments":{"uri":"/videos/151664786/comments","options":["GET"],"total":0},"credits":{"uri":"/videos/151664786/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/151664786/likes","options":["GET"],"total":0},"pictures":{"uri":"/videos/151664786/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/151664786/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=4","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/151664786"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/151664786"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/151659815","name":"Fists + in the Pocket by Marco Bellocchio","description":null,"link":"https://vimeo.com/151659815","duration":59,"width":1050,"language":null,"height":576,"embed":{"html":""},"created_time":"2016-01-13T16:00:32+00:00","modified_time":"2016-01-14T20:08:04+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"whitelist","download":false,"add":false,"comments":"nobody"},"pictures":{"uri":"/videos/151659815/pictures/551464504","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/551464504_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/551464504_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/551464504_295x166.jpg?r=pad"},{"width":640,"height":351,"link":"https://i.vimeocdn.com/video/551464504_640x351.jpg?r=pad"},{"width":960,"height":527,"link":"https://i.vimeocdn.com/video/551464504_960x527.jpg?r=pad"},{"width":1280,"height":702,"link":"https://i.vimeocdn.com/video/551464504_1280x702.jpg?r=pad"}]},"tags":[],"stats":{"plays":25},"metadata":{"connections":{"comments":{"uri":"/videos/151659815/comments","options":["GET"],"total":0},"credits":{"uri":"/videos/151659815/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/151659815/likes","options":["GET"],"total":0},"pictures":{"uri":"/videos/151659815/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/151659815/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=5","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/151659815"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/151659815"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/151658401","name":"I + am Cuba","description":null,"link":"https://vimeo.com/151658401","duration":112,"width":540,"language":null,"height":360,"embed":{"html":""},"created_time":"2016-01-13T15:50:01+00:00","modified_time":"2016-01-14T20:08:33+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"whitelist","download":false,"add":false,"comments":"anybody"},"pictures":{"uri":"/videos/151658401/pictures/551459798","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/551459798_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/551459798_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/551459798_295x166.jpg?r=pad"},{"width":640,"height":427,"link":"https://i.vimeocdn.com/video/551459798_640x427.jpg?r=pad"},{"width":960,"height":640,"link":"https://i.vimeocdn.com/video/551459798_960x640.jpg?r=pad"}]},"tags":[],"stats":{"plays":30},"metadata":{"connections":{"comments":{"uri":"/videos/151658401/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/151658401/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/151658401/likes","options":["GET"],"total":3},"pictures":{"uri":"/videos/151658401/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/151658401/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=6","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/151658401"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/151658401"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/148122831","name":"Red + car - Alexandre Vauthier et JB Mondino","description":null,"link":"https://vimeo.com/148122831","duration":48,"width":1920,"language":null,"height":1080,"embed":{"html":null},"created_time":"2015-12-07T18:06:15+00:00","modified_time":"2016-01-14T19:08:43+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":false,"add":false,"comments":"anybody"},"pictures":{"uri":"/videos/148122831/pictures/546974587","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/546974587_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/546974587_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/546974587_295x166.jpg?r=pad"},{"width":640,"height":360,"link":"https://i.vimeocdn.com/video/546974587_640x360.jpg?r=pad"},{"width":960,"height":540,"link":"https://i.vimeocdn.com/video/546974587_960x540.jpg?r=pad"},{"width":1280,"height":720,"link":"https://i.vimeocdn.com/video/546974587_1280x720.jpg?r=pad"}]},"tags":[],"stats":{"plays":2230},"metadata":{"connections":{"comments":{"uri":"/videos/148122831/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/148122831/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/148122831/likes","options":["GET"],"total":7},"pictures":{"uri":"/videos/148122831/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/148122831/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=7","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/148122831"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/148122831"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/147594185","name":"RLMM_MASTER_PROMO_ITA_ENG-HD","description":null,"link":"https://vimeo.com/147594185","duration":175,"width":1280,"language":null,"height":720,"embed":{"html":null},"created_time":"2015-12-02T14:24:20+00:00","modified_time":"2016-01-13T13:07:24+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":false,"add":false,"comments":"anybody"},"pictures":{"uri":"/videos/147594185/pictures/546302904","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/546302904_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/546302904_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/546302904_295x166.jpg?r=pad"},{"width":640,"height":360,"link":"https://i.vimeocdn.com/video/546302904_640x360.jpg?r=pad"},{"width":960,"height":540,"link":"https://i.vimeocdn.com/video/546302904_960x540.jpg?r=pad"},{"width":1280,"height":720,"link":"https://i.vimeocdn.com/video/546302904_1280x720.jpg?r=pad"}]},"tags":[],"stats":{"plays":209},"metadata":{"connections":{"comments":{"uri":"/videos/147594185/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/147594185/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/147594185/likes","options":["GET"],"total":0},"pictures":{"uri":"/videos/147594185/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/147594185/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=8","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/147594185"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/147594185"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/147581341","name":"15 + LOVE_","description":null,"link":"https://vimeo.com/147581341","duration":504,"width":1920,"language":null,"height":1080,"embed":{"html":null},"created_time":"2015-12-02T12:18:36+00:00","modified_time":"2016-01-14T19:31:14+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":false,"add":false,"comments":"anybody"},"pictures":{"uri":"/videos/147581341/pictures/546294636","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/546294636_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/546294636_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/546294636_295x166.jpg?r=pad"},{"width":640,"height":360,"link":"https://i.vimeocdn.com/video/546294636_640x360.jpg?r=pad"},{"width":960,"height":540,"link":"https://i.vimeocdn.com/video/546294636_960x540.jpg?r=pad"},{"width":1280,"height":720,"link":"https://i.vimeocdn.com/video/546294636_1280x720.jpg?r=pad"}]},"tags":[],"stats":{"plays":1634},"metadata":{"connections":{"comments":{"uri":"/videos/147581341/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/147581341/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/147581341/likes","options":["GET"],"total":3},"pictures":{"uri":"/videos/147581341/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/147581341/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=9","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/147581341"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/147581341"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/146628479","name":"Toshio + Maeda for Supreme","description":null,"link":"https://vimeo.com/146628479","duration":114,"width":1280,"language":null,"height":720,"embed":{"html":null},"created_time":"2015-11-23T11:57:09+00:00","modified_time":"2016-01-14T21:13:00+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":false,"add":false,"comments":"anybody"},"pictures":{"uri":"/videos/146628479/pictures/545074010","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/545074010_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/545074010_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/545074010_295x166.jpg?r=pad"},{"width":640,"height":360,"link":"https://i.vimeocdn.com/video/545074010_640x360.jpg?r=pad"},{"width":960,"height":540,"link":"https://i.vimeocdn.com/video/545074010_960x540.jpg?r=pad"},{"width":1280,"height":720,"link":"https://i.vimeocdn.com/video/545074010_1280x720.jpg?r=pad"}]},"tags":[],"stats":{"plays":664},"metadata":{"connections":{"comments":{"uri":"/videos/146628479/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/146628479/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/146628479/likes","options":["GET"],"total":3},"pictures":{"uri":"/videos/146628479/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/146628479/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=10","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/146628479"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/146628479"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/144132366","name":"Lutz + Huelle S/S 2016","description":null,"link":"https://vimeo.com/144132366","duration":129,"width":1280,"language":null,"height":720,"embed":{"html":null},"created_time":"2015-10-30T15:34:30+00:00","modified_time":"2016-01-13T22:19:21+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":false,"add":false,"comments":"anybody"},"pictures":{"uri":"/videos/144132366/pictures/541899273","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/541899273_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/541899273_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/541899273_295x166.jpg?r=pad"},{"width":640,"height":360,"link":"https://i.vimeocdn.com/video/541899273_640x360.jpg?r=pad"},{"width":960,"height":540,"link":"https://i.vimeocdn.com/video/541899273_960x540.jpg?r=pad"},{"width":1280,"height":720,"link":"https://i.vimeocdn.com/video/541899273_1280x720.jpg?r=pad"}]},"tags":[],"stats":{"plays":400},"metadata":{"connections":{"comments":{"uri":"/videos/144132366/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/144132366/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/144132366/likes","options":["GET"],"total":0},"pictures":{"uri":"/videos/144132366/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/144132366/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=11","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/144132366"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/144132366"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/143599740","name":"An + excerpt from A Crackup at the Race Riots by Leo Gabin","description":null,"link":"https://vimeo.com/143599740","duration":150,"width":724,"language":null,"height":530,"embed":{"html":null},"created_time":"2015-10-26T11:21:13+00:00","modified_time":"2016-01-11T14:12:42+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":false,"add":false,"comments":"anybody"},"pictures":{"uri":"/videos/143599740/pictures/541225530","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/541225530_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/541225530_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/541225530_295x166.jpg?r=pad"},{"width":640,"height":469,"link":"https://i.vimeocdn.com/video/541225530_640x469.jpg?r=pad"},{"width":960,"height":703,"link":"https://i.vimeocdn.com/video/541225530_960x703.jpg?r=pad"},{"width":1280,"height":938,"link":"https://i.vimeocdn.com/video/541225530_1280x938.jpg?r=pad"}]},"tags":[],"stats":{"plays":290},"metadata":{"connections":{"comments":{"uri":"/videos/143599740/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/143599740/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/143599740/likes","options":["GET"],"total":0},"pictures":{"uri":"/videos/143599740/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/143599740/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=12","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/143599740"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/143599740"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/142359824","name":"An + exclusive extract from The Feature by Michel Auder","description":null,"link":"https://vimeo.com/142359824","duration":179,"width":720,"language":null,"height":528,"embed":{"html":null},"created_time":"2015-10-14T09:37:30+00:00","modified_time":"2016-01-14T20:39:50+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":false,"add":false,"comments":"anybody"},"pictures":{"uri":"/videos/142359824/pictures/539672549","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/539672549_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/539672549_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/539672549_295x166.jpg?r=pad"},{"width":640,"height":360,"link":"https://i.vimeocdn.com/video/539672549_640x360.jpg?r=pad"},{"width":960,"height":540,"link":"https://i.vimeocdn.com/video/539672549_960x540.jpg?r=pad"},{"width":1280,"height":720,"link":"https://i.vimeocdn.com/video/539672549_1280x720.jpg?r=pad"}]},"tags":[],"stats":{"plays":1267},"metadata":{"connections":{"comments":{"uri":"/videos/142359824/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/142359824/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/142359824/likes","options":["GET"],"total":12},"pictures":{"uri":"/videos/142359824/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/142359824/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=13","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/142359824"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/142359824"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/141767346","name":"Extract + from: Pierre Huyghe, Two Minutes Out Of Time, 2000","description":null,"link":"https://vimeo.com/141767346","duration":71,"width":788,"language":null,"height":578,"embed":{"html":null},"created_time":"2015-10-08T09:13:11+00:00","modified_time":"2016-01-14T11:10:11+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":false,"add":false,"comments":"anybody"},"pictures":{"uri":"/videos/141767346/pictures/538866575","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/538866575_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/538866575_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/538866575_295x166.jpg?r=pad"},{"width":640,"height":468,"link":"https://i.vimeocdn.com/video/538866575_640x468.jpg?r=pad"},{"width":960,"height":703,"link":"https://i.vimeocdn.com/video/538866575_960x703.jpg?r=pad"},{"width":1280,"height":937,"link":"https://i.vimeocdn.com/video/538866575_1280x937.jpg?r=pad"}]},"tags":[],"stats":{"plays":201},"metadata":{"connections":{"comments":{"uri":"/videos/141767346/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/141767346/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/141767346/likes","options":["GET"],"total":0},"pictures":{"uri":"/videos/141767346/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/141767346/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=14","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/141767346"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/141767346"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/140202468","name":"SANTONI_WEB_MASTER","description":null,"link":"https://vimeo.com/140202468","duration":139,"width":720,"language":null,"height":540,"embed":{"html":null},"created_time":"2015-09-23T16:13:21+00:00","modified_time":"2016-01-14T21:08:27+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":false,"add":false,"comments":"anybody"},"pictures":{"uri":"/videos/140202468/pictures/536465058","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/536465058_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/536465058_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/536465058_295x166.jpg?r=pad"},{"width":640,"height":480,"link":"https://i.vimeocdn.com/video/536465058_640x480.jpg?r=pad"},{"width":960,"height":720,"link":"https://i.vimeocdn.com/video/536465058_960x720.jpg?r=pad"},{"width":1280,"height":960,"link":"https://i.vimeocdn.com/video/536465058_1280x960.jpg?r=pad"}]},"tags":[],"stats":{"plays":2964},"metadata":{"connections":{"comments":{"uri":"/videos/140202468/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/140202468/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/140202468/likes","options":["GET"],"total":27},"pictures":{"uri":"/videos/140202468/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/140202468/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=15","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/140202468"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/140202468"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/140166130","name":"Barbara + Casasola S/S 2016 by Mark Borthwick","description":null,"link":"https://vimeo.com/140166130","duration":356,"width":1920,"language":null,"height":1080,"embed":{"html":null},"created_time":"2015-09-23T10:01:56+00:00","modified_time":"2016-01-13T14:29:08+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":false,"add":false,"comments":"anybody"},"pictures":{"uri":"/videos/140166130/pictures/536405607","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/536405607_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/536405607_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/536405607_295x166.jpg?r=pad"},{"width":640,"height":360,"link":"https://i.vimeocdn.com/video/536405607_640x360.jpg?r=pad"},{"width":960,"height":540,"link":"https://i.vimeocdn.com/video/536405607_960x540.jpg?r=pad"},{"width":1280,"height":720,"link":"https://i.vimeocdn.com/video/536405607_1280x720.jpg?r=pad"}]},"tags":[],"stats":{"plays":888},"metadata":{"connections":{"comments":{"uri":"/videos/140166130/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/140166130/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/140166130/likes","options":["GET"],"total":0},"pictures":{"uri":"/videos/140166130/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/140166130/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=16","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/140166130"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/140166130"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/138995416","name":"Absolut + Elyx & Water For People | The Auditions with Fred Armisen","description":"Absolut + Elyx is partnering with Water For People on a five year mission to bring safe + water to 100,000 people. To announce this, we asked Fred Armisen and a few + friends for help. Click here for more information","link":"https://vimeo.com/138995416","duration":193,"width":1920,"language":null,"height":1080,"embed":{"html":null},"created_time":"2015-09-11T16:24:08+00:00","modified_time":"2016-01-14T12:18:04+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":false,"add":true,"comments":"anybody"},"pictures":{"uri":"/videos/138995416/pictures/534616696","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/534616696_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/534616696_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/534616696_295x166.jpg?r=pad"},{"width":640,"height":360,"link":"https://i.vimeocdn.com/video/534616696_640x360.jpg?r=pad"},{"width":960,"height":540,"link":"https://i.vimeocdn.com/video/534616696_960x540.jpg?r=pad"},{"width":1280,"height":720,"link":"https://i.vimeocdn.com/video/534616696_1280x720.jpg?r=pad"}]},"tags":[],"stats":{"plays":162},"metadata":{"connections":{"comments":{"uri":"/videos/138995416/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/138995416/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/138995416/likes","options":["GET"],"total":0},"pictures":{"uri":"/videos/138995416/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/138995416/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=17","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/138995416"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/138995416"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/138642475","name":"\"HEADLESS\" + by TEARIST","description":null,"link":"https://vimeo.com/138642475","duration":224,"width":1920,"language":null,"height":860,"embed":{"html":null},"created_time":"2015-09-08T16:19:00+00:00","modified_time":"2016-01-14T00:11:12+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":true,"add":true,"comments":"anybody"},"pictures":{"uri":"/videos/138642475/pictures/534090826","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/534090826_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/534090826_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/534090826_295x166.jpg?r=pad"},{"width":640,"height":287,"link":"https://i.vimeocdn.com/video/534090826_640x287.jpg?r=pad"},{"width":960,"height":430,"link":"https://i.vimeocdn.com/video/534090826_960x430.jpg?r=pad"},{"width":1280,"height":573,"link":"https://i.vimeocdn.com/video/534090826_1280x573.jpg?r=pad"}]},"tags":[],"stats":{"plays":4453},"metadata":{"connections":{"comments":{"uri":"/videos/138642475/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/138642475/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/138642475/likes","options":["GET"],"total":14},"pictures":{"uri":"/videos/138642475/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/138642475/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=18","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/138642475"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/138642475"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/132077239","name":"Vide\u0301o + 1","description":null,"link":"https://vimeo.com/132077239","duration":17,"width":480,"language":null,"height":480,"embed":{"html":null},"created_time":"2015-06-29T09:56:41+00:00","modified_time":"2016-01-12T14:22:48+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":true,"add":true,"comments":"anybody"},"pictures":{"uri":"/videos/132077239/pictures/524577047","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/524577047_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/524577047_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/524577047_295x166.jpg?r=pad"},{"width":640,"height":640,"link":"https://i.vimeocdn.com/video/524577047_640x640.jpg?r=pad"},{"width":960,"height":960,"link":"https://i.vimeocdn.com/video/524577047_960x960.jpg?r=pad"}]},"tags":[],"stats":{"plays":50},"metadata":{"connections":{"comments":{"uri":"/videos/132077239/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/132077239/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/132077239/likes","options":["GET"],"total":1},"pictures":{"uri":"/videos/132077239/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/132077239/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=19","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/132077239"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/132077239"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/131644306","name":"Alexander + McQueen Men''s Spring/Summer 2016 backstage","description":"An exclusive backstage + film of the Alexander McQueen Menswear Spring/Summer 2016 show. The collection + explores nautical themes, as well concepts in the spirit of journeying and + solitude. The film captures the models static, however somewhat moving in + the tactility of the VHS film accompanied by the sound of waves as a visual + dialogue.\n\nDirector: Errol Rainey / Benjamin Cooper\nEditor: Toto MacDonald","link":"https://vimeo.com/131644306","duration":96,"width":640,"language":"en","height":480,"embed":{"html":null},"created_time":"2015-06-24T11:07:20+00:00","modified_time":"2016-01-07T14:51:22+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":false,"add":true,"comments":"anybody"},"pictures":{"uri":"/videos/131644306/pictures/524139597","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/524139597_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/524139597_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/524139597_295x166.jpg?r=pad"},{"width":640,"height":480,"link":"https://i.vimeocdn.com/video/524139597_640x480.jpg?r=pad"},{"width":960,"height":720,"link":"https://i.vimeocdn.com/video/524139597_960x720.jpg?r=pad"}]},"tags":[{"uri":"/tags/alexandermcqueen","name":"Alexander + McQueen","tag":"Alexander McQueen","canonical":"alexandermcqueen","metadata":{"connections":{"videos":{"uri":"/tags/alexandermcqueen/videos","options":["GET"],"total":583}}}},{"uri":"/tags/benjamincooper","name":"Benjamin + Cooper","tag":"Benjamin Cooper","canonical":"benjamincooper","metadata":{"connections":{"videos":{"uri":"/tags/benjamincooper/videos","options":["GET"],"total":2}}}},{"uri":"/tags/errolrainey","name":"Errol + Rainey","tag":"Errol Rainey","canonical":"errolrainey","metadata":{"connections":{"videos":{"uri":"/tags/errolrainey/videos","options":["GET"],"total":8}}}},{"uri":"/tags/springslashsummer2016","name":"Spring/Summer + 2016","tag":"Spring/Summer 2016","canonical":"springslashsummer2016","metadata":{"connections":{"videos":{"uri":"/tags/springslashsummer2016/videos","options":["GET"],"total":4}}}},{"uri":"/tags/totomacdonald","name":"Toto + MacDonald","tag":"Toto MacDonald","canonical":"totomacdonald","metadata":{"connections":{"videos":{"uri":"/tags/totomacdonald/videos","options":["GET"],"total":1}}}}],"stats":{"plays":375},"metadata":{"connections":{"comments":{"uri":"/videos/131644306/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/131644306/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/131644306/likes","options":["GET"],"total":3},"pictures":{"uri":"/videos/131644306/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/131644306/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=20","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/131644306"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/131644306"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/131528602","name":"Live + Through That?!","description":null,"link":"https://vimeo.com/131528602","duration":117,"width":1280,"language":null,"height":720,"embed":{"html":null},"created_time":"2015-06-23T11:17:54+00:00","modified_time":"2016-01-14T17:25:08+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":true,"add":true,"comments":"anybody"},"pictures":{"uri":"/videos/131528602/pictures/523811270","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/523811270_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/523811270_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/523811270_295x166.jpg?r=pad"},{"width":640,"height":360,"link":"https://i.vimeocdn.com/video/523811270_640x360.jpg?r=pad"},{"width":960,"height":540,"link":"https://i.vimeocdn.com/video/523811270_960x540.jpg?r=pad"},{"width":1280,"height":720,"link":"https://i.vimeocdn.com/video/523811270_1280x720.jpg?r=pad"}]},"tags":[],"stats":{"plays":207},"metadata":{"connections":{"comments":{"uri":"/videos/131528602/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/131528602/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/131528602/likes","options":["GET"],"total":3},"pictures":{"uri":"/videos/131528602/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/131528602/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=21","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/131528602"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/131528602"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":{"name":"Purple.fr","uri":"/apps/53799"},"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/131528469","name":"Eight + Circuit Model","description":null,"link":"https://vimeo.com/131528469","duration":361,"width":1280,"language":null,"height":720,"embed":{"html":null},"created_time":"2015-06-23T11:16:21+00:00","modified_time":"2016-01-14T15:11:41+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":true,"add":true,"comments":"anybody"},"pictures":{"uri":"/videos/131528469/pictures/523811096","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/523811096_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/523811096_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/523811096_295x166.jpg?r=pad"},{"width":640,"height":360,"link":"https://i.vimeocdn.com/video/523811096_640x360.jpg?r=pad"},{"width":960,"height":540,"link":"https://i.vimeocdn.com/video/523811096_960x540.jpg?r=pad"},{"width":1280,"height":720,"link":"https://i.vimeocdn.com/video/523811096_1280x720.jpg?r=pad"}]},"tags":[],"stats":{"plays":129},"metadata":{"connections":{"comments":{"uri":"/videos/131528469/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/131528469/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/131528469/likes","options":["GET"],"total":1},"pictures":{"uri":"/videos/131528469/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/131528469/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=22","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/131528469"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/131528469"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":{"name":"Purple.fr","uri":"/apps/53799"},"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/131528244","name":"Abraxas","description":null,"link":"https://vimeo.com/131528244","duration":260,"width":1280,"language":null,"height":674,"embed":{"html":null},"created_time":"2015-06-23T11:13:17+00:00","modified_time":"2016-01-14T04:08:58+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":true,"add":true,"comments":"anybody"},"pictures":{"uri":"/videos/131528244/pictures/523810801","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/523810801_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/523810801_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/523810801_295x166.jpg?r=pad"},{"width":640,"height":400,"link":"https://i.vimeocdn.com/video/523810801_640x400.jpg?r=pad"},{"width":960,"height":600,"link":"https://i.vimeocdn.com/video/523810801_960x600.jpg?r=pad"},{"width":1280,"height":800,"link":"https://i.vimeocdn.com/video/523810801_1280x800.jpg?r=pad"}]},"tags":[],"stats":{"plays":42},"metadata":{"connections":{"comments":{"uri":"/videos/131528244/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/131528244/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/131528244/likes","options":["GET"],"total":0},"pictures":{"uri":"/videos/131528244/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/131528244/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=23","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/131528244"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/131528244"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":{"name":"Purple.fr","uri":"/apps/53799"},"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/131528095","name":"Etre + Cecile","description":null,"link":"https://vimeo.com/131528095","duration":161,"width":1280,"language":null,"height":720,"embed":{"html":null},"created_time":"2015-06-23T11:11:09+00:00","modified_time":"2016-01-14T20:43:13+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":true,"add":true,"comments":"anybody"},"pictures":{"uri":"/videos/131528095/pictures/523810600","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/523810600_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/523810600_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/523810600_295x166.jpg?r=pad"},{"width":640,"height":360,"link":"https://i.vimeocdn.com/video/523810600_640x360.jpg?r=pad"},{"width":960,"height":540,"link":"https://i.vimeocdn.com/video/523810600_960x540.jpg?r=pad"},{"width":1280,"height":720,"link":"https://i.vimeocdn.com/video/523810600_1280x720.jpg?r=pad"}]},"tags":[],"stats":{"plays":318},"metadata":{"connections":{"comments":{"uri":"/videos/131528095/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/131528095/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/131528095/likes","options":["GET"],"total":0},"pictures":{"uri":"/videos/131528095/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/131528095/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=24","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/131528095"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/131528095"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":{"name":"Purple.fr","uri":"/apps/53799"},"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/131527640","name":"Camarade + je n''ai que de l''eau","description":null,"link":"https://vimeo.com/131527640","duration":131,"width":984,"language":null,"height":720,"embed":{"html":null},"created_time":"2015-06-23T11:05:35+00:00","modified_time":"2016-01-09T13:19:13+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":true,"add":true,"comments":"anybody"},"pictures":{"uri":"/videos/131527640/pictures/523810031","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/523810031_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/523810031_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/523810031_295x166.jpg?r=pad"},{"width":640,"height":478,"link":"https://i.vimeocdn.com/video/523810031_640x478.jpg?r=pad"},{"width":960,"height":718,"link":"https://i.vimeocdn.com/video/523810031_960x718.jpg?r=pad"},{"width":1280,"height":957,"link":"https://i.vimeocdn.com/video/523810031_1280x957.jpg?r=pad"}]},"tags":[],"stats":{"plays":17},"metadata":{"connections":{"comments":{"uri":"/videos/131527640/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/131527640/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/131527640/likes","options":["GET"],"total":0},"pictures":{"uri":"/videos/131527640/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/131527640/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=25","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/131527640"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/131527640"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":{"name":"Purple.fr","uri":"/apps/53799"},"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}}]}' + http_version: + recorded_at: Thu, 14 Jan 2016 22:54:39 GMT +recorded_with: VCR 3.0.1 diff --git a/spec/vcr/Creator/_find_or_create/when_the_provider_is_Vimeo/creates_videos_associated_with_the_creator/saves_some_videos_associated_with_that_creator.yml b/spec/vcr/Creator/_find_or_create/when_the_provider_is_Vimeo/creates_videos_associated_with_the_creator/saves_some_videos_associated_with_that_creator.yml new file mode 100644 index 0000000..0f7477d --- /dev/null +++ b/spec/vcr/Creator/_find_or_create/when_the_provider_is_Vimeo/creates_videos_associated_with_the_creator/saves_some_videos_associated_with_that_creator.yml @@ -0,0 +1,315 @@ +--- +http_interactions: +- request: + method: get + uri: https://api.vimeo.com/users?fields=uri,name,pictures&page=1&per_page=25&query=purple + body: + encoding: US-ASCII + string: '' + headers: + Authorization: + - bearer d05c3756683259bfcd22921e08a37d74 + Accept: + - application/json + response: + status: + code: 200 + message: OK + headers: + Server: + - nginx + Content-Type: + - application/vnd.vimeo.user+json + Cache-Control: + - no-cache, max-age=315360000 + Strict-Transport-Security: + - max-age=15120000; includeSubDomains; preload + Expires: + - Sun, 11 Jan 2026 22:54:15 GMT + Via: + - 1.1 varnish + - 1.1 varnish + Fastly-Debug-Digest: + - 06bcf456a4f5be27ff161436631bc1c962f9b59c78d6d12d334e93437af8a257 + Content-Length: + - '12617' + Accept-Ranges: + - bytes + Date: + - Thu, 14 Jan 2016 22:54:15 GMT + Age: + - '0' + Connection: + - keep-alive + X-Served-By: + - cache-iad2122-IAD, cache-sea1923-SEA + X-Cache: + - MISS, MISS + X-Cache-Hits: + - 0, 0 + X-Timer: + - S1452812055.361119,VS0,VE304 + Vary: + - Accept,Vimeo-Client-Id,Accept-Encoding + body: + encoding: UTF-8 + string: '{"total":1162,"page":1,"per_page":25,"paging":{"next":"/users?page=2&per_page=25&query=purple&fields=uri%2Cname%2Cpictures","previous":null,"first":"/users?page=1&per_page=25&query=purple&fields=uri%2Cname%2Cpictures","last":"/users?page=47&per_page=25&query=purple&fields=uri%2Cname%2Cpictures"},"data":[{"uri":"/users/1284412","name":"Purple + Magazine","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]}},{"uri":"/users/5461646","name":"Purple + Lotus","pictures":{"uri":"/users/5461646/pictures/6434434","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/6434434_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/6434434_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/6434434_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/6434434_300x300.jpg?r=pad"}]}},{"uri":"/users/906729","name":"Purple-Films","pictures":{"uri":"/users/906729/pictures/9146778","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/9146778_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/9146778_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/9146778_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/9146778_300x300.jpg?r=pad"}]}},{"uri":"/users/10231568","name":"Purple","pictures":{"uri":"/users/10231568/pictures/9549278","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/9549278_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/9549278_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/9549278_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/9549278_300x300.jpg?r=pad"}]}},{"uri":"/users/19488140","name":"Purple + Rhino","pictures":{"uri":"/users/19488140/pictures/9091670","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/9091670_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/9091670_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/9091670_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/9091670_300x300.jpg?r=pad"}]}},{"uri":"/users/27808560","name":"Purple + Christopher","pictures":null},{"uri":"/users/2574978","name":"Fr\u00e8res + Purple","pictures":{"uri":"/users/2574978/pictures/131358","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/131358_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/131358_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/131358_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/131358_300x300.jpg?r=pad"}]}},{"uri":"/users/3161692","name":"willow + purple","pictures":{"uri":"/users/3161692/pictures/356310","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/356310_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/356310_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/356310_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/356310_300x300.jpg?r=pad"}]}},{"uri":"/users/3448149","name":"Purple + States","pictures":{"uri":"/users/3448149/pictures/6962987","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/6962987_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/6962987_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/6962987_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/6962987_300x300.jpg?r=pad"}]}},{"uri":"/users/13749604","name":"PURPLE + MILK","pictures":{"uri":"/users/13749604/pictures/9187641","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/9187641_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/9187641_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/9187641_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/9187641_300x300.jpg?r=pad"}]}},{"uri":"/users/1345761","name":"80''s + Purple","pictures":{"uri":"/users/1345761/pictures/1978538","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1978538_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1978538_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1978538_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1978538_300x300.jpg?r=pad"}]}},{"uri":"/users/3101311","name":"The + Purple Onion Archives","pictures":{"uri":"/users/3101311/pictures/7821007","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/7821007_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/7821007_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/7821007_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/7821007_300x300.jpg?r=pad"}]}},{"uri":"/users/5311630","name":"Purple-Spirit","pictures":{"uri":"/users/5311630/pictures/1894383","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1894383_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1894383_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1894383_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1894383_300x300.jpg?r=pad"}]}},{"uri":"/users/4338895","name":"puRpLe + videomedia","pictures":{"uri":"/users/4338895/pictures/1977194","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1977194_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1977194_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1977194_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1977194_300x300.jpg?r=pad"}]}},{"uri":"/users/23604370","name":"Purple + Square Productions","pictures":{"uri":"/users/23604370/pictures/6898821","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/6898821_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/6898821_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/6898821_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/6898821_300x300.jpg?r=pad"}]}},{"uri":"/users/21094092","name":"Lydia + Purple","pictures":{"uri":"/users/21094092/pictures/6369443","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/6369443_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/6369443_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/6369443_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/6369443_300x300.jpg?r=pad"}]}},{"uri":"/users/41443159","name":"Purple + Group","pictures":{"uri":"/users/41443159/pictures/9810798","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/9810798_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/9810798_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/9810798_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/9810798_300x300.jpg?r=pad"}]}},{"uri":"/users/17288716","name":"Purple + Lambs","pictures":{"uri":"/users/17288716/pictures/6373032","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/6373032_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/6373032_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/6373032_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/6373032_300x300.jpg?r=pad"}]}},{"uri":"/users/2885008","name":"purple","pictures":{"uri":"/users/2885008/pictures/3334158","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/3334158_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/3334158_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/3334158_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/3334158_300x300.jpg?r=pad"}]}},{"uri":"/users/2393914","name":"Purple-H","pictures":{"uri":"/users/2393914/pictures/490944","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/490944_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/490944_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/490944_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/490944_300x300.jpg?r=pad"}]}},{"uri":"/users/5980854","name":"Purple + Pictures","pictures":{"uri":"/users/5980854/pictures/1770784","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1770784_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1770784_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1770784_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1770784_300x300.jpg?r=pad"}]}},{"uri":"/users/14091711","name":"Purple + WiFi","pictures":{"uri":"/users/14091711/pictures/6975485","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/6975485_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/6975485_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/6975485_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/6975485_300x300.jpg?r=pad"}]}},{"uri":"/users/11461317","name":"Purple + Onion Inc.","pictures":{"uri":"/users/11461317/pictures/9680216","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/9680216_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/9680216_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/9680216_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/9680216_300x300.jpg?r=pad"}]}},{"uri":"/users/13506170","name":"Purple + Pictures","pictures":{"uri":"/users/13506170/pictures/4180262","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/4180262_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/4180262_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/4180262_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/4180262_300x300.jpg?r=pad"}]}},{"uri":"/users/14665130","name":"Purple + Elephant Media","pictures":{"uri":"/users/14665130/pictures/4969750","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/4969750_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/4969750_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/4969750_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/4969750_300x300.jpg?r=pad"}]}}]}' + http_version: + recorded_at: Thu, 14 Jan 2016 22:54:15 GMT +- request: + method: get + uri: https://api.vimeo.com/users/1284412/videos + body: + encoding: US-ASCII + string: '' + headers: + Authorization: + - bearer d05c3756683259bfcd22921e08a37d74 + Accept: + - application/json + response: + status: + code: 200 + message: OK + headers: + Server: + - nginx + Content-Type: + - application/vnd.vimeo.video+json + Cache-Control: + - no-cache, max-age=315360000 + Strict-Transport-Security: + - max-age=15120000; includeSubDomains; preload + Last-Modified: + - '1452811681' + Expires: + - Sun, 11 Jan 2026 22:54:15 GMT + Via: + - 1.1 varnish + - 1.1 varnish + Fastly-Debug-Digest: + - f80c87af3a5ca473b23bf2fb1c3135075c2bb285e050e59b5a08f714151f60ec + Content-Length: + - '155575' + Accept-Ranges: + - bytes + Date: + - Thu, 14 Jan 2016 22:54:23 GMT + Age: + - '0' + Connection: + - keep-alive + X-Served-By: + - cache-iad2137-IAD, cache-sea1922-SEA + X-Cache: + - MISS, MISS + X-Cache-Hits: + - 0, 0 + X-Timer: + - S1452812055.875463,VS0,VE7566 + Vary: + - Accept,Vimeo-Client-Id,Accept-Encoding + body: + encoding: UTF-8 + string: '{"total":514,"page":1,"per_page":25,"paging":{"next":"/users/1284412/videos?page=2","previous":null,"first":"/users/1284412/videos?page=1","last":"/users/1284412/videos?page=21"},"data":[{"uri":"/videos/151666800","name":"You, + the Living by Roy Andersson","description":null,"link":"https://vimeo.com/151666800","duration":130,"width":640,"language":null,"height":380,"embed":{"html":""},"created_time":"2016-01-13T16:53:32+00:00","modified_time":"2016-01-14T21:13:23+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"whitelist","download":false,"add":false,"comments":"nobody"},"pictures":{"uri":"/videos/151666800/pictures/551470932","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/551470932_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/551470932_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/551470932_295x166.jpg?r=pad"},{"width":640,"height":381,"link":"https://i.vimeocdn.com/video/551470932_640x381.jpg?r=pad"},{"width":960,"height":571,"link":"https://i.vimeocdn.com/video/551470932_960x571.jpg?r=pad"}]},"tags":[],"stats":{"plays":45},"metadata":{"connections":{"comments":{"uri":"/videos/151666800/comments","options":["GET"],"total":0},"credits":{"uri":"/videos/151666800/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/151666800/likes","options":["GET"],"total":3},"pictures":{"uri":"/videos/151666800/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/151666800/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=1","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/151666800"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/151666800"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/151666718","name":"The + Good, the Bad, the Weird","description":null,"link":"https://vimeo.com/151666718","duration":107,"width":1920,"language":null,"height":1080,"embed":{"html":""},"created_time":"2016-01-13T16:52:52+00:00","modified_time":"2016-01-14T22:11:41+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"whitelist","download":false,"add":false,"comments":"nobody"},"pictures":{"uri":"/videos/151666718/pictures/551478468","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/551478468_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/551478468_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/551478468_295x166.jpg?r=pad"},{"width":640,"height":360,"link":"https://i.vimeocdn.com/video/551478468_640x360.jpg?r=pad"},{"width":960,"height":540,"link":"https://i.vimeocdn.com/video/551478468_960x540.jpg?r=pad"},{"width":1280,"height":720,"link":"https://i.vimeocdn.com/video/551478468_1280x720.jpg?r=pad"}]},"tags":[],"stats":{"plays":41},"metadata":{"connections":{"comments":{"uri":"/videos/151666718/comments","options":["GET"],"total":0},"credits":{"uri":"/videos/151666718/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/151666718/likes","options":["GET"],"total":0},"pictures":{"uri":"/videos/151666718/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/151666718/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=2","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/151666718"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/151666718"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/151666692","name":"La + Cie\u0301naga by Lucrecia Martel","description":null,"link":"https://vimeo.com/151666692","duration":108,"width":486,"language":null,"height":360,"embed":{"html":""},"created_time":"2016-01-13T16:52:38+00:00","modified_time":"2016-01-14T22:11:41+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"whitelist","download":false,"add":false,"comments":"nobody"},"pictures":{"uri":"/videos/151666692/pictures/551470597","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/551470597_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/551470597_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/551470597_295x166.jpg?r=pad"},{"width":640,"height":474,"link":"https://i.vimeocdn.com/video/551470597_640x474.jpg?r=pad"},{"width":960,"height":711,"link":"https://i.vimeocdn.com/video/551470597_960x711.jpg?r=pad"}]},"tags":[],"stats":{"plays":154},"metadata":{"connections":{"comments":{"uri":"/videos/151666692/comments","options":["GET"],"total":0},"credits":{"uri":"/videos/151666692/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/151666692/likes","options":["GET"],"total":2},"pictures":{"uri":"/videos/151666692/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/151666692/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=3","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/151666692"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/151666692"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/151664786","name":"Killer + of Sheep","description":null,"link":"https://vimeo.com/151664786","duration":127,"width":640,"language":null,"height":480,"embed":{"html":""},"created_time":"2016-01-13T16:39:01+00:00","modified_time":"2016-01-14T21:11:49+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"whitelist","download":false,"add":false,"comments":"nobody"},"pictures":{"uri":"/videos/151664786/pictures/551473456","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/551473456_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/551473456_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/551473456_295x166.jpg?r=pad"},{"width":640,"height":480,"link":"https://i.vimeocdn.com/video/551473456_640x480.jpg?r=pad"},{"width":960,"height":720,"link":"https://i.vimeocdn.com/video/551473456_960x720.jpg?r=pad"}]},"tags":[],"stats":{"plays":21},"metadata":{"connections":{"comments":{"uri":"/videos/151664786/comments","options":["GET"],"total":0},"credits":{"uri":"/videos/151664786/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/151664786/likes","options":["GET"],"total":0},"pictures":{"uri":"/videos/151664786/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/151664786/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=4","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/151664786"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/151664786"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/151659815","name":"Fists + in the Pocket by Marco Bellocchio","description":null,"link":"https://vimeo.com/151659815","duration":59,"width":1050,"language":null,"height":576,"embed":{"html":""},"created_time":"2016-01-13T16:00:32+00:00","modified_time":"2016-01-14T20:08:04+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"whitelist","download":false,"add":false,"comments":"nobody"},"pictures":{"uri":"/videos/151659815/pictures/551464504","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/551464504_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/551464504_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/551464504_295x166.jpg?r=pad"},{"width":640,"height":351,"link":"https://i.vimeocdn.com/video/551464504_640x351.jpg?r=pad"},{"width":960,"height":527,"link":"https://i.vimeocdn.com/video/551464504_960x527.jpg?r=pad"},{"width":1280,"height":702,"link":"https://i.vimeocdn.com/video/551464504_1280x702.jpg?r=pad"}]},"tags":[],"stats":{"plays":25},"metadata":{"connections":{"comments":{"uri":"/videos/151659815/comments","options":["GET"],"total":0},"credits":{"uri":"/videos/151659815/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/151659815/likes","options":["GET"],"total":0},"pictures":{"uri":"/videos/151659815/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/151659815/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=5","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/151659815"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/151659815"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/151658401","name":"I + am Cuba","description":null,"link":"https://vimeo.com/151658401","duration":112,"width":540,"language":null,"height":360,"embed":{"html":""},"created_time":"2016-01-13T15:50:01+00:00","modified_time":"2016-01-14T20:08:33+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"whitelist","download":false,"add":false,"comments":"anybody"},"pictures":{"uri":"/videos/151658401/pictures/551459798","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/551459798_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/551459798_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/551459798_295x166.jpg?r=pad"},{"width":640,"height":427,"link":"https://i.vimeocdn.com/video/551459798_640x427.jpg?r=pad"},{"width":960,"height":640,"link":"https://i.vimeocdn.com/video/551459798_960x640.jpg?r=pad"}]},"tags":[],"stats":{"plays":30},"metadata":{"connections":{"comments":{"uri":"/videos/151658401/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/151658401/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/151658401/likes","options":["GET"],"total":3},"pictures":{"uri":"/videos/151658401/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/151658401/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=6","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/151658401"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/151658401"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/148122831","name":"Red + car - Alexandre Vauthier et JB Mondino","description":null,"link":"https://vimeo.com/148122831","duration":48,"width":1920,"language":null,"height":1080,"embed":{"html":null},"created_time":"2015-12-07T18:06:15+00:00","modified_time":"2016-01-14T19:08:43+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":false,"add":false,"comments":"anybody"},"pictures":{"uri":"/videos/148122831/pictures/546974587","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/546974587_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/546974587_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/546974587_295x166.jpg?r=pad"},{"width":640,"height":360,"link":"https://i.vimeocdn.com/video/546974587_640x360.jpg?r=pad"},{"width":960,"height":540,"link":"https://i.vimeocdn.com/video/546974587_960x540.jpg?r=pad"},{"width":1280,"height":720,"link":"https://i.vimeocdn.com/video/546974587_1280x720.jpg?r=pad"}]},"tags":[],"stats":{"plays":2230},"metadata":{"connections":{"comments":{"uri":"/videos/148122831/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/148122831/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/148122831/likes","options":["GET"],"total":7},"pictures":{"uri":"/videos/148122831/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/148122831/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=7","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/148122831"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/148122831"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/147594185","name":"RLMM_MASTER_PROMO_ITA_ENG-HD","description":null,"link":"https://vimeo.com/147594185","duration":175,"width":1280,"language":null,"height":720,"embed":{"html":null},"created_time":"2015-12-02T14:24:20+00:00","modified_time":"2016-01-13T13:07:24+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":false,"add":false,"comments":"anybody"},"pictures":{"uri":"/videos/147594185/pictures/546302904","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/546302904_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/546302904_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/546302904_295x166.jpg?r=pad"},{"width":640,"height":360,"link":"https://i.vimeocdn.com/video/546302904_640x360.jpg?r=pad"},{"width":960,"height":540,"link":"https://i.vimeocdn.com/video/546302904_960x540.jpg?r=pad"},{"width":1280,"height":720,"link":"https://i.vimeocdn.com/video/546302904_1280x720.jpg?r=pad"}]},"tags":[],"stats":{"plays":209},"metadata":{"connections":{"comments":{"uri":"/videos/147594185/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/147594185/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/147594185/likes","options":["GET"],"total":0},"pictures":{"uri":"/videos/147594185/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/147594185/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=8","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/147594185"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/147594185"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/147581341","name":"15 + LOVE_","description":null,"link":"https://vimeo.com/147581341","duration":504,"width":1920,"language":null,"height":1080,"embed":{"html":null},"created_time":"2015-12-02T12:18:36+00:00","modified_time":"2016-01-14T19:31:14+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":false,"add":false,"comments":"anybody"},"pictures":{"uri":"/videos/147581341/pictures/546294636","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/546294636_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/546294636_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/546294636_295x166.jpg?r=pad"},{"width":640,"height":360,"link":"https://i.vimeocdn.com/video/546294636_640x360.jpg?r=pad"},{"width":960,"height":540,"link":"https://i.vimeocdn.com/video/546294636_960x540.jpg?r=pad"},{"width":1280,"height":720,"link":"https://i.vimeocdn.com/video/546294636_1280x720.jpg?r=pad"}]},"tags":[],"stats":{"plays":1634},"metadata":{"connections":{"comments":{"uri":"/videos/147581341/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/147581341/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/147581341/likes","options":["GET"],"total":3},"pictures":{"uri":"/videos/147581341/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/147581341/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=9","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/147581341"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/147581341"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/146628479","name":"Toshio + Maeda for Supreme","description":null,"link":"https://vimeo.com/146628479","duration":114,"width":1280,"language":null,"height":720,"embed":{"html":null},"created_time":"2015-11-23T11:57:09+00:00","modified_time":"2016-01-14T21:13:00+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":false,"add":false,"comments":"anybody"},"pictures":{"uri":"/videos/146628479/pictures/545074010","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/545074010_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/545074010_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/545074010_295x166.jpg?r=pad"},{"width":640,"height":360,"link":"https://i.vimeocdn.com/video/545074010_640x360.jpg?r=pad"},{"width":960,"height":540,"link":"https://i.vimeocdn.com/video/545074010_960x540.jpg?r=pad"},{"width":1280,"height":720,"link":"https://i.vimeocdn.com/video/545074010_1280x720.jpg?r=pad"}]},"tags":[],"stats":{"plays":664},"metadata":{"connections":{"comments":{"uri":"/videos/146628479/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/146628479/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/146628479/likes","options":["GET"],"total":3},"pictures":{"uri":"/videos/146628479/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/146628479/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=10","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/146628479"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/146628479"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/144132366","name":"Lutz + Huelle S/S 2016","description":null,"link":"https://vimeo.com/144132366","duration":129,"width":1280,"language":null,"height":720,"embed":{"html":null},"created_time":"2015-10-30T15:34:30+00:00","modified_time":"2016-01-13T22:19:21+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":false,"add":false,"comments":"anybody"},"pictures":{"uri":"/videos/144132366/pictures/541899273","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/541899273_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/541899273_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/541899273_295x166.jpg?r=pad"},{"width":640,"height":360,"link":"https://i.vimeocdn.com/video/541899273_640x360.jpg?r=pad"},{"width":960,"height":540,"link":"https://i.vimeocdn.com/video/541899273_960x540.jpg?r=pad"},{"width":1280,"height":720,"link":"https://i.vimeocdn.com/video/541899273_1280x720.jpg?r=pad"}]},"tags":[],"stats":{"plays":400},"metadata":{"connections":{"comments":{"uri":"/videos/144132366/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/144132366/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/144132366/likes","options":["GET"],"total":0},"pictures":{"uri":"/videos/144132366/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/144132366/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=11","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/144132366"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/144132366"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/143599740","name":"An + excerpt from A Crackup at the Race Riots by Leo Gabin","description":null,"link":"https://vimeo.com/143599740","duration":150,"width":724,"language":null,"height":530,"embed":{"html":null},"created_time":"2015-10-26T11:21:13+00:00","modified_time":"2016-01-11T14:12:42+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":false,"add":false,"comments":"anybody"},"pictures":{"uri":"/videos/143599740/pictures/541225530","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/541225530_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/541225530_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/541225530_295x166.jpg?r=pad"},{"width":640,"height":469,"link":"https://i.vimeocdn.com/video/541225530_640x469.jpg?r=pad"},{"width":960,"height":703,"link":"https://i.vimeocdn.com/video/541225530_960x703.jpg?r=pad"},{"width":1280,"height":938,"link":"https://i.vimeocdn.com/video/541225530_1280x938.jpg?r=pad"}]},"tags":[],"stats":{"plays":290},"metadata":{"connections":{"comments":{"uri":"/videos/143599740/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/143599740/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/143599740/likes","options":["GET"],"total":0},"pictures":{"uri":"/videos/143599740/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/143599740/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=12","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/143599740"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/143599740"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/142359824","name":"An + exclusive extract from The Feature by Michel Auder","description":null,"link":"https://vimeo.com/142359824","duration":179,"width":720,"language":null,"height":528,"embed":{"html":null},"created_time":"2015-10-14T09:37:30+00:00","modified_time":"2016-01-14T20:39:50+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":false,"add":false,"comments":"anybody"},"pictures":{"uri":"/videos/142359824/pictures/539672549","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/539672549_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/539672549_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/539672549_295x166.jpg?r=pad"},{"width":640,"height":360,"link":"https://i.vimeocdn.com/video/539672549_640x360.jpg?r=pad"},{"width":960,"height":540,"link":"https://i.vimeocdn.com/video/539672549_960x540.jpg?r=pad"},{"width":1280,"height":720,"link":"https://i.vimeocdn.com/video/539672549_1280x720.jpg?r=pad"}]},"tags":[],"stats":{"plays":1267},"metadata":{"connections":{"comments":{"uri":"/videos/142359824/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/142359824/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/142359824/likes","options":["GET"],"total":12},"pictures":{"uri":"/videos/142359824/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/142359824/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=13","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/142359824"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/142359824"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/141767346","name":"Extract + from: Pierre Huyghe, Two Minutes Out Of Time, 2000","description":null,"link":"https://vimeo.com/141767346","duration":71,"width":788,"language":null,"height":578,"embed":{"html":null},"created_time":"2015-10-08T09:13:11+00:00","modified_time":"2016-01-14T11:10:11+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":false,"add":false,"comments":"anybody"},"pictures":{"uri":"/videos/141767346/pictures/538866575","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/538866575_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/538866575_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/538866575_295x166.jpg?r=pad"},{"width":640,"height":468,"link":"https://i.vimeocdn.com/video/538866575_640x468.jpg?r=pad"},{"width":960,"height":703,"link":"https://i.vimeocdn.com/video/538866575_960x703.jpg?r=pad"},{"width":1280,"height":937,"link":"https://i.vimeocdn.com/video/538866575_1280x937.jpg?r=pad"}]},"tags":[],"stats":{"plays":201},"metadata":{"connections":{"comments":{"uri":"/videos/141767346/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/141767346/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/141767346/likes","options":["GET"],"total":0},"pictures":{"uri":"/videos/141767346/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/141767346/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=14","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/141767346"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/141767346"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/140202468","name":"SANTONI_WEB_MASTER","description":null,"link":"https://vimeo.com/140202468","duration":139,"width":720,"language":null,"height":540,"embed":{"html":null},"created_time":"2015-09-23T16:13:21+00:00","modified_time":"2016-01-14T21:08:27+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":false,"add":false,"comments":"anybody"},"pictures":{"uri":"/videos/140202468/pictures/536465058","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/536465058_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/536465058_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/536465058_295x166.jpg?r=pad"},{"width":640,"height":480,"link":"https://i.vimeocdn.com/video/536465058_640x480.jpg?r=pad"},{"width":960,"height":720,"link":"https://i.vimeocdn.com/video/536465058_960x720.jpg?r=pad"},{"width":1280,"height":960,"link":"https://i.vimeocdn.com/video/536465058_1280x960.jpg?r=pad"}]},"tags":[],"stats":{"plays":2964},"metadata":{"connections":{"comments":{"uri":"/videos/140202468/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/140202468/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/140202468/likes","options":["GET"],"total":27},"pictures":{"uri":"/videos/140202468/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/140202468/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=15","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/140202468"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/140202468"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/140166130","name":"Barbara + Casasola S/S 2016 by Mark Borthwick","description":null,"link":"https://vimeo.com/140166130","duration":356,"width":1920,"language":null,"height":1080,"embed":{"html":null},"created_time":"2015-09-23T10:01:56+00:00","modified_time":"2016-01-13T14:29:08+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":false,"add":false,"comments":"anybody"},"pictures":{"uri":"/videos/140166130/pictures/536405607","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/536405607_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/536405607_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/536405607_295x166.jpg?r=pad"},{"width":640,"height":360,"link":"https://i.vimeocdn.com/video/536405607_640x360.jpg?r=pad"},{"width":960,"height":540,"link":"https://i.vimeocdn.com/video/536405607_960x540.jpg?r=pad"},{"width":1280,"height":720,"link":"https://i.vimeocdn.com/video/536405607_1280x720.jpg?r=pad"}]},"tags":[],"stats":{"plays":888},"metadata":{"connections":{"comments":{"uri":"/videos/140166130/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/140166130/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/140166130/likes","options":["GET"],"total":0},"pictures":{"uri":"/videos/140166130/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/140166130/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=16","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/140166130"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/140166130"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/138995416","name":"Absolut + Elyx & Water For People | The Auditions with Fred Armisen","description":"Absolut + Elyx is partnering with Water For People on a five year mission to bring safe + water to 100,000 people. To announce this, we asked Fred Armisen and a few + friends for help. Click here for more information","link":"https://vimeo.com/138995416","duration":193,"width":1920,"language":null,"height":1080,"embed":{"html":null},"created_time":"2015-09-11T16:24:08+00:00","modified_time":"2016-01-14T12:18:04+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":false,"add":true,"comments":"anybody"},"pictures":{"uri":"/videos/138995416/pictures/534616696","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/534616696_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/534616696_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/534616696_295x166.jpg?r=pad"},{"width":640,"height":360,"link":"https://i.vimeocdn.com/video/534616696_640x360.jpg?r=pad"},{"width":960,"height":540,"link":"https://i.vimeocdn.com/video/534616696_960x540.jpg?r=pad"},{"width":1280,"height":720,"link":"https://i.vimeocdn.com/video/534616696_1280x720.jpg?r=pad"}]},"tags":[],"stats":{"plays":162},"metadata":{"connections":{"comments":{"uri":"/videos/138995416/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/138995416/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/138995416/likes","options":["GET"],"total":0},"pictures":{"uri":"/videos/138995416/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/138995416/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=17","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/138995416"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/138995416"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/138642475","name":"\"HEADLESS\" + by TEARIST","description":null,"link":"https://vimeo.com/138642475","duration":224,"width":1920,"language":null,"height":860,"embed":{"html":null},"created_time":"2015-09-08T16:19:00+00:00","modified_time":"2016-01-14T00:11:12+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":true,"add":true,"comments":"anybody"},"pictures":{"uri":"/videos/138642475/pictures/534090826","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/534090826_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/534090826_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/534090826_295x166.jpg?r=pad"},{"width":640,"height":287,"link":"https://i.vimeocdn.com/video/534090826_640x287.jpg?r=pad"},{"width":960,"height":430,"link":"https://i.vimeocdn.com/video/534090826_960x430.jpg?r=pad"},{"width":1280,"height":573,"link":"https://i.vimeocdn.com/video/534090826_1280x573.jpg?r=pad"}]},"tags":[],"stats":{"plays":4453},"metadata":{"connections":{"comments":{"uri":"/videos/138642475/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/138642475/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/138642475/likes","options":["GET"],"total":14},"pictures":{"uri":"/videos/138642475/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/138642475/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=18","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/138642475"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/138642475"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/132077239","name":"Vide\u0301o + 1","description":null,"link":"https://vimeo.com/132077239","duration":17,"width":480,"language":null,"height":480,"embed":{"html":null},"created_time":"2015-06-29T09:56:41+00:00","modified_time":"2016-01-12T14:22:48+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":true,"add":true,"comments":"anybody"},"pictures":{"uri":"/videos/132077239/pictures/524577047","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/524577047_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/524577047_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/524577047_295x166.jpg?r=pad"},{"width":640,"height":640,"link":"https://i.vimeocdn.com/video/524577047_640x640.jpg?r=pad"},{"width":960,"height":960,"link":"https://i.vimeocdn.com/video/524577047_960x960.jpg?r=pad"}]},"tags":[],"stats":{"plays":50},"metadata":{"connections":{"comments":{"uri":"/videos/132077239/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/132077239/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/132077239/likes","options":["GET"],"total":1},"pictures":{"uri":"/videos/132077239/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/132077239/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=19","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/132077239"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/132077239"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/131644306","name":"Alexander + McQueen Men''s Spring/Summer 2016 backstage","description":"An exclusive backstage + film of the Alexander McQueen Menswear Spring/Summer 2016 show. The collection + explores nautical themes, as well concepts in the spirit of journeying and + solitude. The film captures the models static, however somewhat moving in + the tactility of the VHS film accompanied by the sound of waves as a visual + dialogue.\n\nDirector: Errol Rainey / Benjamin Cooper\nEditor: Toto MacDonald","link":"https://vimeo.com/131644306","duration":96,"width":640,"language":"en","height":480,"embed":{"html":null},"created_time":"2015-06-24T11:07:20+00:00","modified_time":"2016-01-07T14:51:22+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":false,"add":true,"comments":"anybody"},"pictures":{"uri":"/videos/131644306/pictures/524139597","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/524139597_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/524139597_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/524139597_295x166.jpg?r=pad"},{"width":640,"height":480,"link":"https://i.vimeocdn.com/video/524139597_640x480.jpg?r=pad"},{"width":960,"height":720,"link":"https://i.vimeocdn.com/video/524139597_960x720.jpg?r=pad"}]},"tags":[{"uri":"/tags/alexandermcqueen","name":"Alexander + McQueen","tag":"Alexander McQueen","canonical":"alexandermcqueen","metadata":{"connections":{"videos":{"uri":"/tags/alexandermcqueen/videos","options":["GET"],"total":583}}}},{"uri":"/tags/benjamincooper","name":"Benjamin + Cooper","tag":"Benjamin Cooper","canonical":"benjamincooper","metadata":{"connections":{"videos":{"uri":"/tags/benjamincooper/videos","options":["GET"],"total":2}}}},{"uri":"/tags/errolrainey","name":"Errol + Rainey","tag":"Errol Rainey","canonical":"errolrainey","metadata":{"connections":{"videos":{"uri":"/tags/errolrainey/videos","options":["GET"],"total":8}}}},{"uri":"/tags/springslashsummer2016","name":"Spring/Summer + 2016","tag":"Spring/Summer 2016","canonical":"springslashsummer2016","metadata":{"connections":{"videos":{"uri":"/tags/springslashsummer2016/videos","options":["GET"],"total":4}}}},{"uri":"/tags/totomacdonald","name":"Toto + MacDonald","tag":"Toto MacDonald","canonical":"totomacdonald","metadata":{"connections":{"videos":{"uri":"/tags/totomacdonald/videos","options":["GET"],"total":1}}}}],"stats":{"plays":375},"metadata":{"connections":{"comments":{"uri":"/videos/131644306/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/131644306/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/131644306/likes","options":["GET"],"total":3},"pictures":{"uri":"/videos/131644306/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/131644306/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=20","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/131644306"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/131644306"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/131528602","name":"Live + Through That?!","description":null,"link":"https://vimeo.com/131528602","duration":117,"width":1280,"language":null,"height":720,"embed":{"html":null},"created_time":"2015-06-23T11:17:54+00:00","modified_time":"2016-01-14T17:25:08+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":true,"add":true,"comments":"anybody"},"pictures":{"uri":"/videos/131528602/pictures/523811270","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/523811270_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/523811270_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/523811270_295x166.jpg?r=pad"},{"width":640,"height":360,"link":"https://i.vimeocdn.com/video/523811270_640x360.jpg?r=pad"},{"width":960,"height":540,"link":"https://i.vimeocdn.com/video/523811270_960x540.jpg?r=pad"},{"width":1280,"height":720,"link":"https://i.vimeocdn.com/video/523811270_1280x720.jpg?r=pad"}]},"tags":[],"stats":{"plays":207},"metadata":{"connections":{"comments":{"uri":"/videos/131528602/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/131528602/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/131528602/likes","options":["GET"],"total":3},"pictures":{"uri":"/videos/131528602/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/131528602/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=21","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/131528602"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/131528602"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":{"name":"Purple.fr","uri":"/apps/53799"},"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/131528469","name":"Eight + Circuit Model","description":null,"link":"https://vimeo.com/131528469","duration":361,"width":1280,"language":null,"height":720,"embed":{"html":null},"created_time":"2015-06-23T11:16:21+00:00","modified_time":"2016-01-14T15:11:41+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":true,"add":true,"comments":"anybody"},"pictures":{"uri":"/videos/131528469/pictures/523811096","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/523811096_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/523811096_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/523811096_295x166.jpg?r=pad"},{"width":640,"height":360,"link":"https://i.vimeocdn.com/video/523811096_640x360.jpg?r=pad"},{"width":960,"height":540,"link":"https://i.vimeocdn.com/video/523811096_960x540.jpg?r=pad"},{"width":1280,"height":720,"link":"https://i.vimeocdn.com/video/523811096_1280x720.jpg?r=pad"}]},"tags":[],"stats":{"plays":129},"metadata":{"connections":{"comments":{"uri":"/videos/131528469/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/131528469/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/131528469/likes","options":["GET"],"total":1},"pictures":{"uri":"/videos/131528469/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/131528469/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=22","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/131528469"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/131528469"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":{"name":"Purple.fr","uri":"/apps/53799"},"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/131528244","name":"Abraxas","description":null,"link":"https://vimeo.com/131528244","duration":260,"width":1280,"language":null,"height":674,"embed":{"html":null},"created_time":"2015-06-23T11:13:17+00:00","modified_time":"2016-01-14T04:08:58+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":true,"add":true,"comments":"anybody"},"pictures":{"uri":"/videos/131528244/pictures/523810801","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/523810801_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/523810801_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/523810801_295x166.jpg?r=pad"},{"width":640,"height":400,"link":"https://i.vimeocdn.com/video/523810801_640x400.jpg?r=pad"},{"width":960,"height":600,"link":"https://i.vimeocdn.com/video/523810801_960x600.jpg?r=pad"},{"width":1280,"height":800,"link":"https://i.vimeocdn.com/video/523810801_1280x800.jpg?r=pad"}]},"tags":[],"stats":{"plays":42},"metadata":{"connections":{"comments":{"uri":"/videos/131528244/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/131528244/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/131528244/likes","options":["GET"],"total":0},"pictures":{"uri":"/videos/131528244/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/131528244/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=23","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/131528244"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/131528244"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":{"name":"Purple.fr","uri":"/apps/53799"},"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/131528095","name":"Etre + Cecile","description":null,"link":"https://vimeo.com/131528095","duration":161,"width":1280,"language":null,"height":720,"embed":{"html":null},"created_time":"2015-06-23T11:11:09+00:00","modified_time":"2016-01-14T20:43:13+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":true,"add":true,"comments":"anybody"},"pictures":{"uri":"/videos/131528095/pictures/523810600","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/523810600_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/523810600_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/523810600_295x166.jpg?r=pad"},{"width":640,"height":360,"link":"https://i.vimeocdn.com/video/523810600_640x360.jpg?r=pad"},{"width":960,"height":540,"link":"https://i.vimeocdn.com/video/523810600_960x540.jpg?r=pad"},{"width":1280,"height":720,"link":"https://i.vimeocdn.com/video/523810600_1280x720.jpg?r=pad"}]},"tags":[],"stats":{"plays":318},"metadata":{"connections":{"comments":{"uri":"/videos/131528095/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/131528095/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/131528095/likes","options":["GET"],"total":0},"pictures":{"uri":"/videos/131528095/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/131528095/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=24","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/131528095"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/131528095"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":{"name":"Purple.fr","uri":"/apps/53799"},"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/131527640","name":"Camarade + je n''ai que de l''eau","description":null,"link":"https://vimeo.com/131527640","duration":131,"width":984,"language":null,"height":720,"embed":{"html":null},"created_time":"2015-06-23T11:05:35+00:00","modified_time":"2016-01-09T13:19:13+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":true,"add":true,"comments":"anybody"},"pictures":{"uri":"/videos/131527640/pictures/523810031","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/523810031_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/523810031_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/523810031_295x166.jpg?r=pad"},{"width":640,"height":478,"link":"https://i.vimeocdn.com/video/523810031_640x478.jpg?r=pad"},{"width":960,"height":718,"link":"https://i.vimeocdn.com/video/523810031_960x718.jpg?r=pad"},{"width":1280,"height":957,"link":"https://i.vimeocdn.com/video/523810031_1280x957.jpg?r=pad"}]},"tags":[],"stats":{"plays":17},"metadata":{"connections":{"comments":{"uri":"/videos/131527640/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/131527640/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/131527640/likes","options":["GET"],"total":0},"pictures":{"uri":"/videos/131527640/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/131527640/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=25","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/131527640"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/131527640"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":{"name":"Purple.fr","uri":"/apps/53799"},"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}}]}' + http_version: + recorded_at: Thu, 14 Jan 2016 22:54:23 GMT +recorded_with: VCR 3.0.1 diff --git a/spec/vcr/Creator/_find_or_create/when_the_provider_is_Vimeo/when_following_a_new_vimeo_creator/creates_new_vimeo_Creator.yml b/spec/vcr/Creator/_find_or_create/when_the_provider_is_Vimeo/when_following_a_new_vimeo_creator/creates_new_vimeo_Creator.yml new file mode 100644 index 0000000..5a7b0c1 --- /dev/null +++ b/spec/vcr/Creator/_find_or_create/when_the_provider_is_Vimeo/when_following_a_new_vimeo_creator/creates_new_vimeo_Creator.yml @@ -0,0 +1,315 @@ +--- +http_interactions: +- request: + method: get + uri: https://api.vimeo.com/users?fields=uri,name,pictures&page=1&per_page=25&query=purple + body: + encoding: US-ASCII + string: '' + headers: + Authorization: + - bearer d05c3756683259bfcd22921e08a37d74 + Accept: + - application/json + response: + status: + code: 200 + message: OK + headers: + Server: + - nginx + Content-Type: + - application/vnd.vimeo.user+json + Cache-Control: + - no-cache, max-age=315360000 + Strict-Transport-Security: + - max-age=15120000; includeSubDomains; preload + Expires: + - Sun, 11 Jan 2026 22:54:13 GMT + Via: + - 1.1 varnish + - 1.1 varnish + Fastly-Debug-Digest: + - 06bcf456a4f5be27ff161436631bc1c962f9b59c78d6d12d334e93437af8a257 + Content-Length: + - '12617' + Accept-Ranges: + - bytes + Date: + - Thu, 14 Jan 2016 22:54:13 GMT + Age: + - '0' + Connection: + - keep-alive + X-Served-By: + - cache-iad2130-IAD, cache-sea1924-SEA + X-Cache: + - MISS, MISS + X-Cache-Hits: + - 0, 0 + X-Timer: + - S1452812052.966703,VS0,VE324 + Vary: + - Accept,Vimeo-Client-Id,Accept-Encoding + body: + encoding: UTF-8 + string: '{"total":1162,"page":1,"per_page":25,"paging":{"next":"/users?page=2&per_page=25&query=purple&fields=uri%2Cname%2Cpictures","previous":null,"first":"/users?page=1&per_page=25&query=purple&fields=uri%2Cname%2Cpictures","last":"/users?page=47&per_page=25&query=purple&fields=uri%2Cname%2Cpictures"},"data":[{"uri":"/users/1284412","name":"Purple + Magazine","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]}},{"uri":"/users/5461646","name":"Purple + Lotus","pictures":{"uri":"/users/5461646/pictures/6434434","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/6434434_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/6434434_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/6434434_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/6434434_300x300.jpg?r=pad"}]}},{"uri":"/users/906729","name":"Purple-Films","pictures":{"uri":"/users/906729/pictures/9146778","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/9146778_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/9146778_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/9146778_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/9146778_300x300.jpg?r=pad"}]}},{"uri":"/users/10231568","name":"Purple","pictures":{"uri":"/users/10231568/pictures/9549278","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/9549278_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/9549278_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/9549278_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/9549278_300x300.jpg?r=pad"}]}},{"uri":"/users/19488140","name":"Purple + Rhino","pictures":{"uri":"/users/19488140/pictures/9091670","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/9091670_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/9091670_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/9091670_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/9091670_300x300.jpg?r=pad"}]}},{"uri":"/users/27808560","name":"Purple + Christopher","pictures":null},{"uri":"/users/2574978","name":"Fr\u00e8res + Purple","pictures":{"uri":"/users/2574978/pictures/131358","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/131358_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/131358_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/131358_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/131358_300x300.jpg?r=pad"}]}},{"uri":"/users/3161692","name":"willow + purple","pictures":{"uri":"/users/3161692/pictures/356310","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/356310_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/356310_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/356310_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/356310_300x300.jpg?r=pad"}]}},{"uri":"/users/3448149","name":"Purple + States","pictures":{"uri":"/users/3448149/pictures/6962987","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/6962987_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/6962987_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/6962987_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/6962987_300x300.jpg?r=pad"}]}},{"uri":"/users/13749604","name":"PURPLE + MILK","pictures":{"uri":"/users/13749604/pictures/9187641","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/9187641_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/9187641_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/9187641_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/9187641_300x300.jpg?r=pad"}]}},{"uri":"/users/1345761","name":"80''s + Purple","pictures":{"uri":"/users/1345761/pictures/1978538","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1978538_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1978538_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1978538_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1978538_300x300.jpg?r=pad"}]}},{"uri":"/users/3101311","name":"The + Purple Onion Archives","pictures":{"uri":"/users/3101311/pictures/7821007","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/7821007_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/7821007_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/7821007_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/7821007_300x300.jpg?r=pad"}]}},{"uri":"/users/5311630","name":"Purple-Spirit","pictures":{"uri":"/users/5311630/pictures/1894383","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1894383_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1894383_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1894383_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1894383_300x300.jpg?r=pad"}]}},{"uri":"/users/4338895","name":"puRpLe + videomedia","pictures":{"uri":"/users/4338895/pictures/1977194","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1977194_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1977194_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1977194_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1977194_300x300.jpg?r=pad"}]}},{"uri":"/users/23604370","name":"Purple + Square Productions","pictures":{"uri":"/users/23604370/pictures/6898821","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/6898821_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/6898821_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/6898821_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/6898821_300x300.jpg?r=pad"}]}},{"uri":"/users/21094092","name":"Lydia + Purple","pictures":{"uri":"/users/21094092/pictures/6369443","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/6369443_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/6369443_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/6369443_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/6369443_300x300.jpg?r=pad"}]}},{"uri":"/users/41443159","name":"Purple + Group","pictures":{"uri":"/users/41443159/pictures/9810798","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/9810798_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/9810798_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/9810798_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/9810798_300x300.jpg?r=pad"}]}},{"uri":"/users/17288716","name":"Purple + Lambs","pictures":{"uri":"/users/17288716/pictures/6373032","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/6373032_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/6373032_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/6373032_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/6373032_300x300.jpg?r=pad"}]}},{"uri":"/users/2885008","name":"purple","pictures":{"uri":"/users/2885008/pictures/3334158","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/3334158_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/3334158_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/3334158_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/3334158_300x300.jpg?r=pad"}]}},{"uri":"/users/2393914","name":"Purple-H","pictures":{"uri":"/users/2393914/pictures/490944","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/490944_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/490944_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/490944_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/490944_300x300.jpg?r=pad"}]}},{"uri":"/users/5980854","name":"Purple + Pictures","pictures":{"uri":"/users/5980854/pictures/1770784","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1770784_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1770784_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1770784_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1770784_300x300.jpg?r=pad"}]}},{"uri":"/users/14091711","name":"Purple + WiFi","pictures":{"uri":"/users/14091711/pictures/6975485","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/6975485_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/6975485_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/6975485_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/6975485_300x300.jpg?r=pad"}]}},{"uri":"/users/11461317","name":"Purple + Onion Inc.","pictures":{"uri":"/users/11461317/pictures/9680216","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/9680216_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/9680216_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/9680216_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/9680216_300x300.jpg?r=pad"}]}},{"uri":"/users/13506170","name":"Purple + Pictures","pictures":{"uri":"/users/13506170/pictures/4180262","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/4180262_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/4180262_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/4180262_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/4180262_300x300.jpg?r=pad"}]}},{"uri":"/users/14665130","name":"Purple + Elephant Media","pictures":{"uri":"/users/14665130/pictures/4969750","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/4969750_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/4969750_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/4969750_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/4969750_300x300.jpg?r=pad"}]}}]}' + http_version: + recorded_at: Thu, 14 Jan 2016 22:54:13 GMT +- request: + method: get + uri: https://api.vimeo.com/users/1284412/videos + body: + encoding: US-ASCII + string: '' + headers: + Authorization: + - bearer d05c3756683259bfcd22921e08a37d74 + Accept: + - application/json + response: + status: + code: 200 + message: OK + headers: + Server: + - nginx + Content-Type: + - application/vnd.vimeo.video+json + Cache-Control: + - no-cache, max-age=315360000 + Strict-Transport-Security: + - max-age=15120000; includeSubDomains; preload + Last-Modified: + - '1452811681' + Expires: + - Sun, 11 Jan 2026 22:54:13 GMT + Via: + - 1.1 varnish + - 1.1 varnish + Fastly-Debug-Digest: + - f80c87af3a5ca473b23bf2fb1c3135075c2bb285e050e59b5a08f714151f60ec + Content-Length: + - '155575' + Accept-Ranges: + - bytes + Date: + - Thu, 14 Jan 2016 22:54:14 GMT + Age: + - '0' + Connection: + - keep-alive + X-Served-By: + - cache-iad2133-IAD, cache-sea1922-SEA + X-Cache: + - MISS, MISS + X-Cache-Hits: + - 0, 0 + X-Timer: + - S1452812053.416751,VS0,VE1510 + Vary: + - Accept,Vimeo-Client-Id,Accept-Encoding + body: + encoding: UTF-8 + string: '{"total":514,"page":1,"per_page":25,"paging":{"next":"/users/1284412/videos?page=2","previous":null,"first":"/users/1284412/videos?page=1","last":"/users/1284412/videos?page=21"},"data":[{"uri":"/videos/151666800","name":"You, + the Living by Roy Andersson","description":null,"link":"https://vimeo.com/151666800","duration":130,"width":640,"language":null,"height":380,"embed":{"html":""},"created_time":"2016-01-13T16:53:32+00:00","modified_time":"2016-01-14T21:13:23+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"whitelist","download":false,"add":false,"comments":"nobody"},"pictures":{"uri":"/videos/151666800/pictures/551470932","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/551470932_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/551470932_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/551470932_295x166.jpg?r=pad"},{"width":640,"height":381,"link":"https://i.vimeocdn.com/video/551470932_640x381.jpg?r=pad"},{"width":960,"height":571,"link":"https://i.vimeocdn.com/video/551470932_960x571.jpg?r=pad"}]},"tags":[],"stats":{"plays":45},"metadata":{"connections":{"comments":{"uri":"/videos/151666800/comments","options":["GET"],"total":0},"credits":{"uri":"/videos/151666800/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/151666800/likes","options":["GET"],"total":3},"pictures":{"uri":"/videos/151666800/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/151666800/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=1","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/151666800"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/151666800"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/151666718","name":"The + Good, the Bad, the Weird","description":null,"link":"https://vimeo.com/151666718","duration":107,"width":1920,"language":null,"height":1080,"embed":{"html":""},"created_time":"2016-01-13T16:52:52+00:00","modified_time":"2016-01-14T22:11:41+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"whitelist","download":false,"add":false,"comments":"nobody"},"pictures":{"uri":"/videos/151666718/pictures/551478468","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/551478468_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/551478468_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/551478468_295x166.jpg?r=pad"},{"width":640,"height":360,"link":"https://i.vimeocdn.com/video/551478468_640x360.jpg?r=pad"},{"width":960,"height":540,"link":"https://i.vimeocdn.com/video/551478468_960x540.jpg?r=pad"},{"width":1280,"height":720,"link":"https://i.vimeocdn.com/video/551478468_1280x720.jpg?r=pad"}]},"tags":[],"stats":{"plays":41},"metadata":{"connections":{"comments":{"uri":"/videos/151666718/comments","options":["GET"],"total":0},"credits":{"uri":"/videos/151666718/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/151666718/likes","options":["GET"],"total":0},"pictures":{"uri":"/videos/151666718/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/151666718/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=2","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/151666718"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/151666718"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/151666692","name":"La + Cie\u0301naga by Lucrecia Martel","description":null,"link":"https://vimeo.com/151666692","duration":108,"width":486,"language":null,"height":360,"embed":{"html":""},"created_time":"2016-01-13T16:52:38+00:00","modified_time":"2016-01-14T22:11:41+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"whitelist","download":false,"add":false,"comments":"nobody"},"pictures":{"uri":"/videos/151666692/pictures/551470597","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/551470597_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/551470597_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/551470597_295x166.jpg?r=pad"},{"width":640,"height":474,"link":"https://i.vimeocdn.com/video/551470597_640x474.jpg?r=pad"},{"width":960,"height":711,"link":"https://i.vimeocdn.com/video/551470597_960x711.jpg?r=pad"}]},"tags":[],"stats":{"plays":154},"metadata":{"connections":{"comments":{"uri":"/videos/151666692/comments","options":["GET"],"total":0},"credits":{"uri":"/videos/151666692/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/151666692/likes","options":["GET"],"total":2},"pictures":{"uri":"/videos/151666692/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/151666692/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=3","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/151666692"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/151666692"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/151664786","name":"Killer + of Sheep","description":null,"link":"https://vimeo.com/151664786","duration":127,"width":640,"language":null,"height":480,"embed":{"html":""},"created_time":"2016-01-13T16:39:01+00:00","modified_time":"2016-01-14T21:11:49+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"whitelist","download":false,"add":false,"comments":"nobody"},"pictures":{"uri":"/videos/151664786/pictures/551473456","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/551473456_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/551473456_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/551473456_295x166.jpg?r=pad"},{"width":640,"height":480,"link":"https://i.vimeocdn.com/video/551473456_640x480.jpg?r=pad"},{"width":960,"height":720,"link":"https://i.vimeocdn.com/video/551473456_960x720.jpg?r=pad"}]},"tags":[],"stats":{"plays":21},"metadata":{"connections":{"comments":{"uri":"/videos/151664786/comments","options":["GET"],"total":0},"credits":{"uri":"/videos/151664786/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/151664786/likes","options":["GET"],"total":0},"pictures":{"uri":"/videos/151664786/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/151664786/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=4","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/151664786"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/151664786"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/151659815","name":"Fists + in the Pocket by Marco Bellocchio","description":null,"link":"https://vimeo.com/151659815","duration":59,"width":1050,"language":null,"height":576,"embed":{"html":""},"created_time":"2016-01-13T16:00:32+00:00","modified_time":"2016-01-14T20:08:04+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"whitelist","download":false,"add":false,"comments":"nobody"},"pictures":{"uri":"/videos/151659815/pictures/551464504","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/551464504_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/551464504_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/551464504_295x166.jpg?r=pad"},{"width":640,"height":351,"link":"https://i.vimeocdn.com/video/551464504_640x351.jpg?r=pad"},{"width":960,"height":527,"link":"https://i.vimeocdn.com/video/551464504_960x527.jpg?r=pad"},{"width":1280,"height":702,"link":"https://i.vimeocdn.com/video/551464504_1280x702.jpg?r=pad"}]},"tags":[],"stats":{"plays":25},"metadata":{"connections":{"comments":{"uri":"/videos/151659815/comments","options":["GET"],"total":0},"credits":{"uri":"/videos/151659815/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/151659815/likes","options":["GET"],"total":0},"pictures":{"uri":"/videos/151659815/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/151659815/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=5","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/151659815"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/151659815"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/151658401","name":"I + am Cuba","description":null,"link":"https://vimeo.com/151658401","duration":112,"width":540,"language":null,"height":360,"embed":{"html":""},"created_time":"2016-01-13T15:50:01+00:00","modified_time":"2016-01-14T20:08:33+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"whitelist","download":false,"add":false,"comments":"anybody"},"pictures":{"uri":"/videos/151658401/pictures/551459798","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/551459798_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/551459798_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/551459798_295x166.jpg?r=pad"},{"width":640,"height":427,"link":"https://i.vimeocdn.com/video/551459798_640x427.jpg?r=pad"},{"width":960,"height":640,"link":"https://i.vimeocdn.com/video/551459798_960x640.jpg?r=pad"}]},"tags":[],"stats":{"plays":30},"metadata":{"connections":{"comments":{"uri":"/videos/151658401/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/151658401/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/151658401/likes","options":["GET"],"total":3},"pictures":{"uri":"/videos/151658401/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/151658401/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=6","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/151658401"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/151658401"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/148122831","name":"Red + car - Alexandre Vauthier et JB Mondino","description":null,"link":"https://vimeo.com/148122831","duration":48,"width":1920,"language":null,"height":1080,"embed":{"html":null},"created_time":"2015-12-07T18:06:15+00:00","modified_time":"2016-01-14T19:08:43+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":false,"add":false,"comments":"anybody"},"pictures":{"uri":"/videos/148122831/pictures/546974587","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/546974587_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/546974587_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/546974587_295x166.jpg?r=pad"},{"width":640,"height":360,"link":"https://i.vimeocdn.com/video/546974587_640x360.jpg?r=pad"},{"width":960,"height":540,"link":"https://i.vimeocdn.com/video/546974587_960x540.jpg?r=pad"},{"width":1280,"height":720,"link":"https://i.vimeocdn.com/video/546974587_1280x720.jpg?r=pad"}]},"tags":[],"stats":{"plays":2230},"metadata":{"connections":{"comments":{"uri":"/videos/148122831/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/148122831/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/148122831/likes","options":["GET"],"total":7},"pictures":{"uri":"/videos/148122831/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/148122831/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=7","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/148122831"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/148122831"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/147594185","name":"RLMM_MASTER_PROMO_ITA_ENG-HD","description":null,"link":"https://vimeo.com/147594185","duration":175,"width":1280,"language":null,"height":720,"embed":{"html":null},"created_time":"2015-12-02T14:24:20+00:00","modified_time":"2016-01-13T13:07:24+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":false,"add":false,"comments":"anybody"},"pictures":{"uri":"/videos/147594185/pictures/546302904","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/546302904_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/546302904_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/546302904_295x166.jpg?r=pad"},{"width":640,"height":360,"link":"https://i.vimeocdn.com/video/546302904_640x360.jpg?r=pad"},{"width":960,"height":540,"link":"https://i.vimeocdn.com/video/546302904_960x540.jpg?r=pad"},{"width":1280,"height":720,"link":"https://i.vimeocdn.com/video/546302904_1280x720.jpg?r=pad"}]},"tags":[],"stats":{"plays":209},"metadata":{"connections":{"comments":{"uri":"/videos/147594185/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/147594185/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/147594185/likes","options":["GET"],"total":0},"pictures":{"uri":"/videos/147594185/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/147594185/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=8","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/147594185"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/147594185"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/147581341","name":"15 + LOVE_","description":null,"link":"https://vimeo.com/147581341","duration":504,"width":1920,"language":null,"height":1080,"embed":{"html":null},"created_time":"2015-12-02T12:18:36+00:00","modified_time":"2016-01-14T19:31:14+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":false,"add":false,"comments":"anybody"},"pictures":{"uri":"/videos/147581341/pictures/546294636","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/546294636_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/546294636_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/546294636_295x166.jpg?r=pad"},{"width":640,"height":360,"link":"https://i.vimeocdn.com/video/546294636_640x360.jpg?r=pad"},{"width":960,"height":540,"link":"https://i.vimeocdn.com/video/546294636_960x540.jpg?r=pad"},{"width":1280,"height":720,"link":"https://i.vimeocdn.com/video/546294636_1280x720.jpg?r=pad"}]},"tags":[],"stats":{"plays":1634},"metadata":{"connections":{"comments":{"uri":"/videos/147581341/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/147581341/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/147581341/likes","options":["GET"],"total":3},"pictures":{"uri":"/videos/147581341/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/147581341/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=9","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/147581341"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/147581341"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/146628479","name":"Toshio + Maeda for Supreme","description":null,"link":"https://vimeo.com/146628479","duration":114,"width":1280,"language":null,"height":720,"embed":{"html":null},"created_time":"2015-11-23T11:57:09+00:00","modified_time":"2016-01-14T21:13:00+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":false,"add":false,"comments":"anybody"},"pictures":{"uri":"/videos/146628479/pictures/545074010","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/545074010_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/545074010_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/545074010_295x166.jpg?r=pad"},{"width":640,"height":360,"link":"https://i.vimeocdn.com/video/545074010_640x360.jpg?r=pad"},{"width":960,"height":540,"link":"https://i.vimeocdn.com/video/545074010_960x540.jpg?r=pad"},{"width":1280,"height":720,"link":"https://i.vimeocdn.com/video/545074010_1280x720.jpg?r=pad"}]},"tags":[],"stats":{"plays":664},"metadata":{"connections":{"comments":{"uri":"/videos/146628479/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/146628479/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/146628479/likes","options":["GET"],"total":3},"pictures":{"uri":"/videos/146628479/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/146628479/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=10","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/146628479"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/146628479"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/144132366","name":"Lutz + Huelle S/S 2016","description":null,"link":"https://vimeo.com/144132366","duration":129,"width":1280,"language":null,"height":720,"embed":{"html":null},"created_time":"2015-10-30T15:34:30+00:00","modified_time":"2016-01-13T22:19:21+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":false,"add":false,"comments":"anybody"},"pictures":{"uri":"/videos/144132366/pictures/541899273","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/541899273_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/541899273_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/541899273_295x166.jpg?r=pad"},{"width":640,"height":360,"link":"https://i.vimeocdn.com/video/541899273_640x360.jpg?r=pad"},{"width":960,"height":540,"link":"https://i.vimeocdn.com/video/541899273_960x540.jpg?r=pad"},{"width":1280,"height":720,"link":"https://i.vimeocdn.com/video/541899273_1280x720.jpg?r=pad"}]},"tags":[],"stats":{"plays":400},"metadata":{"connections":{"comments":{"uri":"/videos/144132366/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/144132366/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/144132366/likes","options":["GET"],"total":0},"pictures":{"uri":"/videos/144132366/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/144132366/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=11","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/144132366"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/144132366"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/143599740","name":"An + excerpt from A Crackup at the Race Riots by Leo Gabin","description":null,"link":"https://vimeo.com/143599740","duration":150,"width":724,"language":null,"height":530,"embed":{"html":null},"created_time":"2015-10-26T11:21:13+00:00","modified_time":"2016-01-11T14:12:42+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":false,"add":false,"comments":"anybody"},"pictures":{"uri":"/videos/143599740/pictures/541225530","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/541225530_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/541225530_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/541225530_295x166.jpg?r=pad"},{"width":640,"height":469,"link":"https://i.vimeocdn.com/video/541225530_640x469.jpg?r=pad"},{"width":960,"height":703,"link":"https://i.vimeocdn.com/video/541225530_960x703.jpg?r=pad"},{"width":1280,"height":938,"link":"https://i.vimeocdn.com/video/541225530_1280x938.jpg?r=pad"}]},"tags":[],"stats":{"plays":290},"metadata":{"connections":{"comments":{"uri":"/videos/143599740/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/143599740/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/143599740/likes","options":["GET"],"total":0},"pictures":{"uri":"/videos/143599740/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/143599740/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=12","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/143599740"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/143599740"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/142359824","name":"An + exclusive extract from The Feature by Michel Auder","description":null,"link":"https://vimeo.com/142359824","duration":179,"width":720,"language":null,"height":528,"embed":{"html":null},"created_time":"2015-10-14T09:37:30+00:00","modified_time":"2016-01-14T20:39:50+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":false,"add":false,"comments":"anybody"},"pictures":{"uri":"/videos/142359824/pictures/539672549","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/539672549_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/539672549_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/539672549_295x166.jpg?r=pad"},{"width":640,"height":360,"link":"https://i.vimeocdn.com/video/539672549_640x360.jpg?r=pad"},{"width":960,"height":540,"link":"https://i.vimeocdn.com/video/539672549_960x540.jpg?r=pad"},{"width":1280,"height":720,"link":"https://i.vimeocdn.com/video/539672549_1280x720.jpg?r=pad"}]},"tags":[],"stats":{"plays":1267},"metadata":{"connections":{"comments":{"uri":"/videos/142359824/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/142359824/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/142359824/likes","options":["GET"],"total":12},"pictures":{"uri":"/videos/142359824/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/142359824/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=13","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/142359824"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/142359824"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/141767346","name":"Extract + from: Pierre Huyghe, Two Minutes Out Of Time, 2000","description":null,"link":"https://vimeo.com/141767346","duration":71,"width":788,"language":null,"height":578,"embed":{"html":null},"created_time":"2015-10-08T09:13:11+00:00","modified_time":"2016-01-14T11:10:11+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":false,"add":false,"comments":"anybody"},"pictures":{"uri":"/videos/141767346/pictures/538866575","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/538866575_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/538866575_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/538866575_295x166.jpg?r=pad"},{"width":640,"height":468,"link":"https://i.vimeocdn.com/video/538866575_640x468.jpg?r=pad"},{"width":960,"height":703,"link":"https://i.vimeocdn.com/video/538866575_960x703.jpg?r=pad"},{"width":1280,"height":937,"link":"https://i.vimeocdn.com/video/538866575_1280x937.jpg?r=pad"}]},"tags":[],"stats":{"plays":201},"metadata":{"connections":{"comments":{"uri":"/videos/141767346/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/141767346/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/141767346/likes","options":["GET"],"total":0},"pictures":{"uri":"/videos/141767346/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/141767346/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=14","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/141767346"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/141767346"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/140202468","name":"SANTONI_WEB_MASTER","description":null,"link":"https://vimeo.com/140202468","duration":139,"width":720,"language":null,"height":540,"embed":{"html":null},"created_time":"2015-09-23T16:13:21+00:00","modified_time":"2016-01-14T21:08:27+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":false,"add":false,"comments":"anybody"},"pictures":{"uri":"/videos/140202468/pictures/536465058","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/536465058_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/536465058_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/536465058_295x166.jpg?r=pad"},{"width":640,"height":480,"link":"https://i.vimeocdn.com/video/536465058_640x480.jpg?r=pad"},{"width":960,"height":720,"link":"https://i.vimeocdn.com/video/536465058_960x720.jpg?r=pad"},{"width":1280,"height":960,"link":"https://i.vimeocdn.com/video/536465058_1280x960.jpg?r=pad"}]},"tags":[],"stats":{"plays":2964},"metadata":{"connections":{"comments":{"uri":"/videos/140202468/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/140202468/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/140202468/likes","options":["GET"],"total":27},"pictures":{"uri":"/videos/140202468/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/140202468/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=15","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/140202468"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/140202468"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/140166130","name":"Barbara + Casasola S/S 2016 by Mark Borthwick","description":null,"link":"https://vimeo.com/140166130","duration":356,"width":1920,"language":null,"height":1080,"embed":{"html":null},"created_time":"2015-09-23T10:01:56+00:00","modified_time":"2016-01-13T14:29:08+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":false,"add":false,"comments":"anybody"},"pictures":{"uri":"/videos/140166130/pictures/536405607","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/536405607_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/536405607_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/536405607_295x166.jpg?r=pad"},{"width":640,"height":360,"link":"https://i.vimeocdn.com/video/536405607_640x360.jpg?r=pad"},{"width":960,"height":540,"link":"https://i.vimeocdn.com/video/536405607_960x540.jpg?r=pad"},{"width":1280,"height":720,"link":"https://i.vimeocdn.com/video/536405607_1280x720.jpg?r=pad"}]},"tags":[],"stats":{"plays":888},"metadata":{"connections":{"comments":{"uri":"/videos/140166130/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/140166130/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/140166130/likes","options":["GET"],"total":0},"pictures":{"uri":"/videos/140166130/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/140166130/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=16","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/140166130"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/140166130"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/138995416","name":"Absolut + Elyx & Water For People | The Auditions with Fred Armisen","description":"Absolut + Elyx is partnering with Water For People on a five year mission to bring safe + water to 100,000 people. To announce this, we asked Fred Armisen and a few + friends for help. Click here for more information","link":"https://vimeo.com/138995416","duration":193,"width":1920,"language":null,"height":1080,"embed":{"html":null},"created_time":"2015-09-11T16:24:08+00:00","modified_time":"2016-01-14T12:18:04+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":false,"add":true,"comments":"anybody"},"pictures":{"uri":"/videos/138995416/pictures/534616696","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/534616696_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/534616696_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/534616696_295x166.jpg?r=pad"},{"width":640,"height":360,"link":"https://i.vimeocdn.com/video/534616696_640x360.jpg?r=pad"},{"width":960,"height":540,"link":"https://i.vimeocdn.com/video/534616696_960x540.jpg?r=pad"},{"width":1280,"height":720,"link":"https://i.vimeocdn.com/video/534616696_1280x720.jpg?r=pad"}]},"tags":[],"stats":{"plays":162},"metadata":{"connections":{"comments":{"uri":"/videos/138995416/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/138995416/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/138995416/likes","options":["GET"],"total":0},"pictures":{"uri":"/videos/138995416/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/138995416/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=17","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/138995416"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/138995416"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/138642475","name":"\"HEADLESS\" + by TEARIST","description":null,"link":"https://vimeo.com/138642475","duration":224,"width":1920,"language":null,"height":860,"embed":{"html":null},"created_time":"2015-09-08T16:19:00+00:00","modified_time":"2016-01-14T00:11:12+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":true,"add":true,"comments":"anybody"},"pictures":{"uri":"/videos/138642475/pictures/534090826","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/534090826_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/534090826_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/534090826_295x166.jpg?r=pad"},{"width":640,"height":287,"link":"https://i.vimeocdn.com/video/534090826_640x287.jpg?r=pad"},{"width":960,"height":430,"link":"https://i.vimeocdn.com/video/534090826_960x430.jpg?r=pad"},{"width":1280,"height":573,"link":"https://i.vimeocdn.com/video/534090826_1280x573.jpg?r=pad"}]},"tags":[],"stats":{"plays":4453},"metadata":{"connections":{"comments":{"uri":"/videos/138642475/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/138642475/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/138642475/likes","options":["GET"],"total":14},"pictures":{"uri":"/videos/138642475/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/138642475/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=18","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/138642475"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/138642475"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/132077239","name":"Vide\u0301o + 1","description":null,"link":"https://vimeo.com/132077239","duration":17,"width":480,"language":null,"height":480,"embed":{"html":null},"created_time":"2015-06-29T09:56:41+00:00","modified_time":"2016-01-12T14:22:48+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":true,"add":true,"comments":"anybody"},"pictures":{"uri":"/videos/132077239/pictures/524577047","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/524577047_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/524577047_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/524577047_295x166.jpg?r=pad"},{"width":640,"height":640,"link":"https://i.vimeocdn.com/video/524577047_640x640.jpg?r=pad"},{"width":960,"height":960,"link":"https://i.vimeocdn.com/video/524577047_960x960.jpg?r=pad"}]},"tags":[],"stats":{"plays":50},"metadata":{"connections":{"comments":{"uri":"/videos/132077239/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/132077239/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/132077239/likes","options":["GET"],"total":1},"pictures":{"uri":"/videos/132077239/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/132077239/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=19","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/132077239"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/132077239"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/131644306","name":"Alexander + McQueen Men''s Spring/Summer 2016 backstage","description":"An exclusive backstage + film of the Alexander McQueen Menswear Spring/Summer 2016 show. The collection + explores nautical themes, as well concepts in the spirit of journeying and + solitude. The film captures the models static, however somewhat moving in + the tactility of the VHS film accompanied by the sound of waves as a visual + dialogue.\n\nDirector: Errol Rainey / Benjamin Cooper\nEditor: Toto MacDonald","link":"https://vimeo.com/131644306","duration":96,"width":640,"language":"en","height":480,"embed":{"html":null},"created_time":"2015-06-24T11:07:20+00:00","modified_time":"2016-01-07T14:51:22+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":false,"add":true,"comments":"anybody"},"pictures":{"uri":"/videos/131644306/pictures/524139597","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/524139597_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/524139597_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/524139597_295x166.jpg?r=pad"},{"width":640,"height":480,"link":"https://i.vimeocdn.com/video/524139597_640x480.jpg?r=pad"},{"width":960,"height":720,"link":"https://i.vimeocdn.com/video/524139597_960x720.jpg?r=pad"}]},"tags":[{"uri":"/tags/alexandermcqueen","name":"Alexander + McQueen","tag":"Alexander McQueen","canonical":"alexandermcqueen","metadata":{"connections":{"videos":{"uri":"/tags/alexandermcqueen/videos","options":["GET"],"total":583}}}},{"uri":"/tags/benjamincooper","name":"Benjamin + Cooper","tag":"Benjamin Cooper","canonical":"benjamincooper","metadata":{"connections":{"videos":{"uri":"/tags/benjamincooper/videos","options":["GET"],"total":2}}}},{"uri":"/tags/errolrainey","name":"Errol + Rainey","tag":"Errol Rainey","canonical":"errolrainey","metadata":{"connections":{"videos":{"uri":"/tags/errolrainey/videos","options":["GET"],"total":8}}}},{"uri":"/tags/springslashsummer2016","name":"Spring/Summer + 2016","tag":"Spring/Summer 2016","canonical":"springslashsummer2016","metadata":{"connections":{"videos":{"uri":"/tags/springslashsummer2016/videos","options":["GET"],"total":4}}}},{"uri":"/tags/totomacdonald","name":"Toto + MacDonald","tag":"Toto MacDonald","canonical":"totomacdonald","metadata":{"connections":{"videos":{"uri":"/tags/totomacdonald/videos","options":["GET"],"total":1}}}}],"stats":{"plays":375},"metadata":{"connections":{"comments":{"uri":"/videos/131644306/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/131644306/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/131644306/likes","options":["GET"],"total":3},"pictures":{"uri":"/videos/131644306/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/131644306/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=20","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/131644306"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/131644306"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":null,"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/131528602","name":"Live + Through That?!","description":null,"link":"https://vimeo.com/131528602","duration":117,"width":1280,"language":null,"height":720,"embed":{"html":null},"created_time":"2015-06-23T11:17:54+00:00","modified_time":"2016-01-14T17:25:08+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":true,"add":true,"comments":"anybody"},"pictures":{"uri":"/videos/131528602/pictures/523811270","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/523811270_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/523811270_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/523811270_295x166.jpg?r=pad"},{"width":640,"height":360,"link":"https://i.vimeocdn.com/video/523811270_640x360.jpg?r=pad"},{"width":960,"height":540,"link":"https://i.vimeocdn.com/video/523811270_960x540.jpg?r=pad"},{"width":1280,"height":720,"link":"https://i.vimeocdn.com/video/523811270_1280x720.jpg?r=pad"}]},"tags":[],"stats":{"plays":207},"metadata":{"connections":{"comments":{"uri":"/videos/131528602/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/131528602/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/131528602/likes","options":["GET"],"total":3},"pictures":{"uri":"/videos/131528602/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/131528602/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=21","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/131528602"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/131528602"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":{"name":"Purple.fr","uri":"/apps/53799"},"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/131528469","name":"Eight + Circuit Model","description":null,"link":"https://vimeo.com/131528469","duration":361,"width":1280,"language":null,"height":720,"embed":{"html":null},"created_time":"2015-06-23T11:16:21+00:00","modified_time":"2016-01-14T15:11:41+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":true,"add":true,"comments":"anybody"},"pictures":{"uri":"/videos/131528469/pictures/523811096","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/523811096_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/523811096_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/523811096_295x166.jpg?r=pad"},{"width":640,"height":360,"link":"https://i.vimeocdn.com/video/523811096_640x360.jpg?r=pad"},{"width":960,"height":540,"link":"https://i.vimeocdn.com/video/523811096_960x540.jpg?r=pad"},{"width":1280,"height":720,"link":"https://i.vimeocdn.com/video/523811096_1280x720.jpg?r=pad"}]},"tags":[],"stats":{"plays":129},"metadata":{"connections":{"comments":{"uri":"/videos/131528469/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/131528469/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/131528469/likes","options":["GET"],"total":1},"pictures":{"uri":"/videos/131528469/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/131528469/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=22","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/131528469"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/131528469"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":{"name":"Purple.fr","uri":"/apps/53799"},"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/131528244","name":"Abraxas","description":null,"link":"https://vimeo.com/131528244","duration":260,"width":1280,"language":null,"height":674,"embed":{"html":null},"created_time":"2015-06-23T11:13:17+00:00","modified_time":"2016-01-14T04:08:58+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":true,"add":true,"comments":"anybody"},"pictures":{"uri":"/videos/131528244/pictures/523810801","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/523810801_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/523810801_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/523810801_295x166.jpg?r=pad"},{"width":640,"height":400,"link":"https://i.vimeocdn.com/video/523810801_640x400.jpg?r=pad"},{"width":960,"height":600,"link":"https://i.vimeocdn.com/video/523810801_960x600.jpg?r=pad"},{"width":1280,"height":800,"link":"https://i.vimeocdn.com/video/523810801_1280x800.jpg?r=pad"}]},"tags":[],"stats":{"plays":42},"metadata":{"connections":{"comments":{"uri":"/videos/131528244/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/131528244/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/131528244/likes","options":["GET"],"total":0},"pictures":{"uri":"/videos/131528244/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/131528244/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=23","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/131528244"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/131528244"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":{"name":"Purple.fr","uri":"/apps/53799"},"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/131528095","name":"Etre + Cecile","description":null,"link":"https://vimeo.com/131528095","duration":161,"width":1280,"language":null,"height":720,"embed":{"html":null},"created_time":"2015-06-23T11:11:09+00:00","modified_time":"2016-01-14T20:43:13+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":true,"add":true,"comments":"anybody"},"pictures":{"uri":"/videos/131528095/pictures/523810600","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/523810600_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/523810600_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/523810600_295x166.jpg?r=pad"},{"width":640,"height":360,"link":"https://i.vimeocdn.com/video/523810600_640x360.jpg?r=pad"},{"width":960,"height":540,"link":"https://i.vimeocdn.com/video/523810600_960x540.jpg?r=pad"},{"width":1280,"height":720,"link":"https://i.vimeocdn.com/video/523810600_1280x720.jpg?r=pad"}]},"tags":[],"stats":{"plays":318},"metadata":{"connections":{"comments":{"uri":"/videos/131528095/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/131528095/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/131528095/likes","options":["GET"],"total":0},"pictures":{"uri":"/videos/131528095/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/131528095/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=24","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/131528095"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/131528095"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":{"name":"Purple.fr","uri":"/apps/53799"},"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}},{"uri":"/videos/131527640","name":"Camarade + je n''ai que de l''eau","description":null,"link":"https://vimeo.com/131527640","duration":131,"width":984,"language":null,"height":720,"embed":{"html":null},"created_time":"2015-06-23T11:05:35+00:00","modified_time":"2016-01-09T13:19:13+00:00","content_rating":["language"],"license":null,"privacy":{"view":"anybody","embed":"private","download":true,"add":true,"comments":"anybody"},"pictures":{"uri":"/videos/131527640/pictures/523810031","active":true,"type":"custom","sizes":[{"width":100,"height":75,"link":"https://i.vimeocdn.com/video/523810031_100x75.jpg?r=pad"},{"width":200,"height":150,"link":"https://i.vimeocdn.com/video/523810031_200x150.jpg?r=pad"},{"width":295,"height":166,"link":"https://i.vimeocdn.com/video/523810031_295x166.jpg?r=pad"},{"width":640,"height":478,"link":"https://i.vimeocdn.com/video/523810031_640x478.jpg?r=pad"},{"width":960,"height":718,"link":"https://i.vimeocdn.com/video/523810031_960x718.jpg?r=pad"},{"width":1280,"height":957,"link":"https://i.vimeocdn.com/video/523810031_1280x957.jpg?r=pad"}]},"tags":[],"stats":{"plays":17},"metadata":{"connections":{"comments":{"uri":"/videos/131527640/comments","options":["GET","POST"],"total":0},"credits":{"uri":"/videos/131527640/credits","options":["GET","POST"],"total":1},"likes":{"uri":"/videos/131527640/likes","options":["GET"],"total":0},"pictures":{"uri":"/videos/131527640/pictures","options":["GET","POST"],"total":1},"texttracks":{"uri":"/videos/131527640/texttracks","options":["GET","POST"],"total":0},"related":{"uri":"/users/1284412/videos?offset=25","options":["GET"]}},"interactions":{"watchlater":{"added":false,"added_time":null,"uri":"/users/47520516/watchlater/131527640"},"like":{"added":false,"added_time":null,"uri":"/users/47520516/likes/131527640"}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}},"app":{"name":"Purple.fr","uri":"/apps/53799"},"status":"available","embed_presets":{"uri":"/presets/120095067","name":"purple + v2","settings":{"buttons":{"like":false,"watchlater":false,"share":false,"embed":false,"vote":false,"hd":false},"logos":{"vimeo":false,"custom":false,"sticky_custom":false},"outro":"nothing","portrait":"hide","title":"hide","byline":"hide","badge":false,"byline_badge":false,"collections_button":false,"playbar":true,"volume":true,"fullscreen_button":true,"scaling_button":false,"autoplay":false,"autopause":true,"loop":false,"color":"00adef","link":true,"color_original":null},"metadata":{"connections":{"videos":{"uri":"/presets/120095067/videos","options":["GET"],"total":515}}},"user":{"uri":"/users/1284412","name":"Purple + Magazine","link":"https://vimeo.com/purplediary","location":"New York City","bio":"The + Official Blog of Purple Fashion Magazine","created_time":"2009-02-10T21:47:46+00:00","account":"pro","pictures":{"uri":"/users/1284412/pictures/1167071","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1167071_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1167071_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1167071_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1167071_300x300.jpg?r=pad"}]},"websites":[{"name":null,"link":"http://www.purple-diary.com","description":null}],"metadata":{"connections":{"activities":{"uri":"/users/1284412/activities","options":["GET"]},"albums":{"uri":"/users/1284412/albums","options":["GET"],"total":0},"channels":{"uri":"/users/1284412/channels","options":["GET"],"total":0},"feed":{"uri":"/users/1284412/feed","options":["GET"]},"followers":{"uri":"/users/1284412/followers","options":["GET"],"total":1383},"following":{"uri":"/users/1284412/following","options":["GET"],"total":3},"groups":{"uri":"/users/1284412/groups","options":["GET"],"total":2},"likes":{"uri":"/users/1284412/likes","options":["GET"],"total":1},"portfolios":{"uri":"/users/1284412/portfolios","options":["GET"],"total":0},"videos":{"uri":"/users/1284412/videos","options":["GET"],"total":514},"shared":{"uri":"/users/1284412/shared/videos","options":["GET"],"total":176},"pictures":{"uri":"/users/1284412/pictures","options":["GET","POST"],"total":1}},"interactions":{"follow":{"added":false,"added_time":null,"uri":"/users/47520516/following/1284412"}}},"preferences":{"videos":{"privacy":null}}}}}]}' + http_version: + recorded_at: Thu, 14 Jan 2016 22:54:15 GMT +recorded_with: VCR 3.0.1 diff --git a/spec/vcr/SearchesController/GET_search/when_searching_twitter/flash_error_if_no_search_results.yml b/spec/vcr/SearchesController/GET_search/when_searching_twitter/flash_error_if_no_search_results.yml new file mode 100644 index 0000000..d9eba3c --- /dev/null +++ b/spec/vcr/SearchesController/GET_search/when_searching_twitter/flash_error_if_no_search_results.yml @@ -0,0 +1,79 @@ +--- +http_interactions: +- request: + method: get + uri: https://api.twitter.com/1.1/users/search.json?q=sssskljkkljdfskljlkjdfslkjfaklrqijdgsjkllkjsdfljkgsdjghsdajhgdsa + body: + encoding: US-ASCII + string: '' + headers: + Accept: + - application/json + User-Agent: + - TwitterRubyGem/5.15.0 + Authorization: + - OAuth oauth_consumer_key="dJwBdO5ZoQH2OnCNjMKJvYnhn", oauth_nonce="295650e217800a786aff5acf19812c9d", + oauth_signature="UEj7FUkAK55DoKuG1hiz8kgQgHs%3D", oauth_signature_method="HMAC-SHA1", + oauth_timestamp="1452653564", oauth_token="80077789-0JZP99XKtgmjNYsHFH3PsrkQaAb618jBA3atLCbsl", + oauth_version="1.0" + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + response: + status: + code: 200 + message: OK + headers: + Cache-Control: + - no-cache, no-store, must-revalidate, pre-check=0, post-check=0 + Content-Disposition: + - attachment; filename=json.json + Content-Length: + - '28' + Content-Type: + - application/json;charset=utf-8 + Date: + - Wed, 13 Jan 2016 02:52:45 GMT + Expires: + - Tue, 31 Mar 1981 05:00:00 GMT + Last-Modified: + - Wed, 13 Jan 2016 02:52:45 GMT + Pragma: + - no-cache + Server: + - tsa_a + Set-Cookie: + - guest_id=v1%3A145265356535471526; Domain=.twitter.com; Path=/; Expires=Fri, + 12-Jan-2018 02:52:45 UTC + - lang=en; Path=/ + Status: + - 200 OK + Strict-Transport-Security: + - max-age=631138519 + X-Access-Level: + - read-write + X-Connection-Hash: + - 86efe0d8ed379092f500edb0e6f0986d + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - SAMEORIGIN + X-Rate-Limit-Limit: + - '180' + X-Rate-Limit-Remaining: + - '177' + X-Rate-Limit-Reset: + - '1452654464' + X-Response-Time: + - '104' + X-Transaction: + - e8d96af30ca7ed95 + X-Twitter-Response-Tags: + - BouncerCompliant + X-Xss-Protection: + - 1; mode=block + body: + encoding: ASCII-8BIT + string: "[]" + http_version: + recorded_at: Wed, 13 Jan 2016 02:52:44 GMT +recorded_with: VCR 3.0.1 diff --git a/spec/vcr/SearchesController/GET_search/when_searching_twitter/is_successful.yml b/spec/vcr/SearchesController/GET_search/when_searching_twitter/is_successful.yml new file mode 100644 index 0000000..039e66e --- /dev/null +++ b/spec/vcr/SearchesController/GET_search/when_searching_twitter/is_successful.yml @@ -0,0 +1,264 @@ +--- +http_interactions: +- request: + method: get + uri: https://api.twitter.com/1.1/users/search.json?q=cat + body: + encoding: US-ASCII + string: '' + headers: + Accept: + - application/json + User-Agent: + - TwitterRubyGem/5.15.0 + Authorization: + - OAuth oauth_consumer_key="dJwBdO5ZoQH2OnCNjMKJvYnhn", oauth_nonce="2385b782457225a924e92aa897244638", + oauth_signature="j68WuHvJBlAahPrtGVGKbntJ3tY%3D", oauth_signature_method="HMAC-SHA1", + oauth_timestamp="1452653563", oauth_token="80077789-0JZP99XKtgmjNYsHFH3PsrkQaAb618jBA3atLCbsl", + oauth_version="1.0" + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + response: + status: + code: 200 + message: OK + headers: + Cache-Control: + - no-cache, no-store, must-revalidate, pre-check=0, post-check=0 + Content-Disposition: + - attachment; filename=json.json + Content-Length: + - '10746' + Content-Type: + - application/json;charset=utf-8 + Date: + - Wed, 13 Jan 2016 02:52:44 GMT + Expires: + - Tue, 31 Mar 1981 05:00:00 GMT + Last-Modified: + - Wed, 13 Jan 2016 02:52:44 GMT + Pragma: + - no-cache + Server: + - tsa_a + Set-Cookie: + - guest_id=v1%3A145265356462445650; Domain=.twitter.com; Path=/; Expires=Fri, + 12-Jan-2018 02:52:44 UTC + - lang=en; Path=/ + Status: + - 200 OK + Strict-Transport-Security: + - max-age=631138519 + X-Access-Level: + - read-write + X-Connection-Hash: + - 8c876b65cd7c66c0b361ceef17142552 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - SAMEORIGIN + X-Rate-Limit-Limit: + - '180' + X-Rate-Limit-Remaining: + - '179' + X-Rate-Limit-Reset: + - '1452654464' + X-Response-Time: + - '117' + X-Transaction: + - 223a403a885a2a19 + X-Twitter-Response-Tags: + - BouncerCompliant + X-Xss-Protection: + - 1; mode=block + body: + encoding: ASCII-8BIT + string: '[{"id":3040591972,"id_str":"3040591972","name":"Cute Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72485,"friends_count":42498,"listed_count":328,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51704,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":15957,"lang":"en","status":{"created_at":"Wed + Jan 13 02:45:58 +0000 2016","id":687103264257654784,"id_str":"687103264257654784","text":"This + guy is crazy cute. https:\/\/t.co\/L5QpLRWB89","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":27,"favorite_count":46,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687103264127594496,"id_str":"687103264127594496","indices":[24,47],"media_url":"http:\/\/pbs.twimg.com\/media\/CYkUxz5WMAAch-P.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYkUxz5WMAAch-P.jpg","url":"https:\/\/t.co\/L5QpLRWB89","display_url":"pic.twitter.com\/L5QpLRWB89","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687103264257654784\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":53112502,"id_str":"53112502","name":"Simon''s + Cat","screen_name":"SimonsCat","location":"London, UK","description":"The + official Twitter page of Simon''s Cat.","url":"http:\/\/t.co\/gBazSjkAtB","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/gBazSjkAtB","expanded_url":"http:\/\/www.simonscat.com","display_url":"simonscat.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":169819,"friends_count":220,"listed_count":2566,"created_at":"Thu + Jul 02 16:35:15 +0000 2009","favourites_count":1327,"utc_offset":0,"time_zone":"London","geo_enabled":false,"verified":true,"statuses_count":1025,"lang":"en","status":{"created_at":"Tue + Jan 05 13:00:06 +0000 2016","id":684358712559939584,"id_str":"684358712559939584","text":"Jan + 5th is the #TweflthNight of Christmas, when decorations should be taken down. + Here''s how Simon''s Cat does it - https:\/\/t.co\/vTlIlD3zVb","source":"\u003ca + href=\"https:\/\/ads.twitter.com\" rel=\"nofollow\"\u003eTwitter Ads\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":99,"favorite_count":134,"entities":{"hashtags":[{"text":"TweflthNight","indices":[15,28]}],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/vTlIlD3zVb","expanded_url":"https:\/\/www.youtube.com\/watch?v=nn2h3_aH3vo&feature=youtu.be&list=PL1237AA31FF037200","display_url":"youtube.com\/watch?v=nn2h3_\u2026","indices":[115,138]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"E05448","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/344511763024885330\/99d7783a2a4187ed5cbc4f95df70cf44.png","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/344511763024885330\/99d7783a2a4187ed5cbc4f95df70cf44.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/344513261568157486\/627deec235f9365458c8542f88b6e03b_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/344513261568157486\/627deec235f9365458c8542f88b6e03b_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/53112502\/1400168465","profile_link_color":"F03639","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"E6E6E6","profile_text_color":"000000","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":2348931696,"id_str":"2348931696","name":".CAT","screen_name":"PuntCatTV3","location":"Catalunya","description":"Els + dijous a la nit: ens obrim a l\u2019actualitat per escoltar els seus protagonistes.\nPresentat + per @xavicoral, a les 22.40 per TV3.","url":"http:\/\/t.co\/uAApui4wxb","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/uAApui4wxb","expanded_url":"http:\/\/www.tv3.cat\/puntcat","display_url":"tv3.cat\/puntcat","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":10066,"friends_count":111,"listed_count":99,"created_at":"Mon + Feb 17 19:05:06 +0000 2014","favourites_count":233,"utc_offset":3600,"time_zone":"Madrid","geo_enabled":true,"verified":true,"statuses_count":3654,"lang":"ca","status":{"created_at":"Fri + Jan 08 19:00:16 +0000 2016","id":685536514747453440,"id_str":"685536514747453440","text":"No + us perdeu l''an\u00e0lisi particular de l''actualitat de la setmana per la + @natzafarre: V\u00cdDEO \u25b6 https:\/\/t.co\/1UbFBRT5Sy https:\/\/t.co\/7y6LZ7KAFa","source":"\u003ca + href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":5,"favorite_count":6,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"natzafarre","name":"natza + farr\u00e9","id":1844798868,"id_str":"1844798868","indices":[71,82]}],"urls":[{"url":"https:\/\/t.co\/1UbFBRT5Sy","expanded_url":"http:\/\/tv3.cat\/alacarta\/-cat\/somriures-lletges-i-sexis\/video\/5576156\/","display_url":"tv3.cat\/alacarta\/-cat\/\u2026","indices":[92,115]}],"media":[{"id":685254927736766465,"id_str":"685254927736766465","indices":[116,139],"media_url":"http:\/\/pbs.twimg.com\/media\/CYKDueRWAAE_13p.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYKDueRWAAE_13p.jpg","url":"https:\/\/t.co\/7y6LZ7KAFa","display_url":"pic.twitter.com\/7y6LZ7KAFa","expanded_url":"http:\/\/twitter.com\/PuntCatTV3\/status\/685536514747453440\/photo\/1","type":"photo","sizes":{"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":191,"resize":"fit"},"medium":{"w":600,"h":337,"resize":"fit"},"large":{"w":1024,"h":576,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"und"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"050A30","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/451672920071221248\/lUrxl1iq.jpeg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/451672920071221248\/lUrxl1iq.jpeg","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/646647761706819584\/hCW5ka5z_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/646647761706819584\/hCW5ka5z_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/2348931696\/1443007834","profile_link_color":"5D045B","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":860237030,"id_str":"860237030","name":"Grumpy + Cat","screen_name":"RealGrumpyCat","location":"Arizona","description":"The + Official Twitter for Grumpy Cat. The World''s grumpiest cat! #TeamGrumpy https:\/\/t.co\/tHU9DEatvl + https:\/\/t.co\/LscGBR9Od1","url":"https:\/\/t.co\/uhIA9h94sq","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/uhIA9h94sq","expanded_url":"http:\/\/www.grumpycats.com","display_url":"grumpycats.com","indices":[0,23]}]},"description":{"urls":[{"url":"https:\/\/t.co\/tHU9DEatvl","expanded_url":"http:\/\/Instagram.com\/realgrumpycat","display_url":"Instagram.com\/realgrumpycat","indices":[76,99]},{"url":"https:\/\/t.co\/LscGBR9Od1","expanded_url":"http:\/\/Facebook.com\/theofficialgrumpycat","display_url":"Facebook.com\/theofficialgru\u2026","indices":[100,123]}]}},"protected":false,"followers_count":312741,"friends_count":52456,"listed_count":1490,"created_at":"Wed + Oct 03 19:42:41 +0000 2012","favourites_count":45277,"utc_offset":-18000,"time_zone":"Eastern + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":7467,"lang":"en","status":{"created_at":"Tue + Jan 12 20:26:44 +0000 2016","id":687007826338689024,"id_str":"687007826338689024","text":"https:\/\/t.co\/A2iXo4fkGj","source":"\u003ca + href=\"http:\/\/twitter.com\/download\/iphone\" rel=\"nofollow\"\u003eTwitter + for iPhone\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":143,"favorite_count":525,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687007814984679425,"id_str":"687007814984679425","indices":[0,23],"media_url":"http:\/\/pbs.twimg.com\/media\/CYi998IUQAERwJW.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYi998IUQAERwJW.jpg","url":"https:\/\/t.co\/A2iXo4fkGj","display_url":"pic.twitter.com\/A2iXo4fkGj","expanded_url":"http:\/\/twitter.com\/RealGrumpyCat\/status\/687007826338689024\/photo\/1","type":"photo","sizes":{"small":{"w":340,"h":340,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":600,"resize":"fit"},"large":{"w":1024,"h":1024,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"und"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/551112928066150401\/91DpkSec.png","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/551112928066150401\/91DpkSec.png","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/616542814319415296\/McCTpH_E_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/616542814319415296\/McCTpH_E_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/860237030\/1435830237","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":199014148,"id_str":"199014148","name":"Catherine + Willis","screen_name":"cat_willis","location":"","description":"Catherine + Willis is a freelance casting director who generally quite likes actors.","url":"http:\/\/t.co\/RYqloApjBm","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/RYqloApjBm","expanded_url":"http:\/\/www.cwcasting.co.uk","display_url":"cwcasting.co.uk","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":11678,"friends_count":77,"listed_count":128,"created_at":"Tue + Oct 05 20:28:19 +0000 2010","favourites_count":75,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":1335,"lang":"en","status":{"created_at":"Mon + Jan 11 22:49:31 +0000 2016","id":686681370433826816,"id_str":"686681370433826816","text":"RT + @LesEnfantsTerr: We''re hiring! LET are looking for a Company Stage Manager + for our Spring tour. Full details here: https:\/\/t.co\/E117Ei5\u2026","source":"\u003ca + href=\"http:\/\/twitter.com\/#!\/download\/ipad\" rel=\"nofollow\"\u003eTwitter + for iPad\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Mon + Jan 11 15:11:11 +0000 2016","id":686566027413602304,"id_str":"686566027413602304","text":"We''re + hiring! LET are looking for a Company Stage Manager for our Spring tour. Full + details here: https:\/\/t.co\/E117Ei5DnM. Get in touch!","source":"\u003ca + href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":13,"favorite_count":2,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/E117Ei5DnM","expanded_url":"http:\/\/bit.ly\/1N2YRMZ","display_url":"bit.ly\/1N2YRMZ","indices":[99,122]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"retweet_count":13,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"LesEnfantsTerr","name":"LesEnfantsTerribles","id":102364084,"id_str":"102364084","indices":[3,18]}],"urls":[{"url":"https:\/\/t.co\/E117Ei5DnM","expanded_url":"http:\/\/bit.ly\/1N2YRMZ","display_url":"bit.ly\/1N2YRMZ","indices":[119,140]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/1138210377\/CIMG0605_normal.JPG","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/1138210377\/CIMG0605_normal.JPG","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":10362012,"id_str":"10362012","name":"Brian''s + Cat","screen_name":"brians_cat","location":"Louisville, KY","description":"I''m + Brian''s *not so* imaginary cat.","url":"http:\/\/t.co\/A5pEr8YFTj","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/A5pEr8YFTj","expanded_url":"http:\/\/www.collective-thoughts.com\/about","display_url":"collective-thoughts.com\/about","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":10809,"friends_count":567,"listed_count":159,"created_at":"Sun + Nov 18 19:17:00 +0000 2007","favourites_count":18,"utc_offset":-21600,"time_zone":"Central + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16299,"lang":"en","status":{"created_at":"Tue + Jan 12 21:27:38 +0000 2016","id":687023152124170240,"id_str":"687023152124170240","text":"This + Pup is Ready For His Close-Up https:\/\/t.co\/8aJiLRagNX","source":"\u003ca + href=\"http:\/\/twitterfeed.com\" rel=\"nofollow\"\u003etwitterfeed\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/8aJiLRagNX","expanded_url":"http:\/\/bit.ly\/1P8BVgw","display_url":"bit.ly\/1P8BVgw","indices":[35,58]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"9AE4E8","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/1235512\/cats.jpg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/1235512\/cats.jpg","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/37046542\/nedm_normal.png","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/37046542\/nedm_normal.png","profile_link_color":"0000FF","profile_sidebar_border_color":"87BC44","profile_sidebar_fill_color":"E0FF92","profile_text_color":"000000","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":354133033,"id_str":"354133033","name":"Cats + of Instagram","screen_name":"catsofinstagram","location":"","description":"Original + Cat Photos. Cat Culture. Cat Fun. (Photo accreditations (@) are for users + on Instagram, not Twitter) #catsofinstagram","url":"http:\/\/t.co\/42s0ktQ7FW","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/42s0ktQ7FW","expanded_url":"http:\/\/catsofinstagram.com","display_url":"catsofinstagram.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":110458,"friends_count":6,"listed_count":469,"created_at":"Sat + Aug 13 05:36:22 +0000 2011","favourites_count":40933,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":6144,"lang":"en","status":{"created_at":"Wed + Jan 13 00:25:53 +0000 2016","id":687068011170246658,"id_str":"687068011170246658","text":"From + @nrittneybovak: \"What are you lookin'' at... I know I''m cute\" #catsofinstagram + https:\/\/t.co\/wDw3Y5Kr5r","source":"\u003ca href=\"http:\/\/ifttt.com\" + rel=\"nofollow\"\u003eIFTTT\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":34,"favorite_count":102,"entities":{"hashtags":[{"text":"catsofinstagram","indices":[66,82]}],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687068011094761473,"id_str":"687068011094761473","indices":[83,106],"media_url":"http:\/\/pbs.twimg.com\/media\/CYj0t0HWYAEiGc4.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYj0t0HWYAEiGc4.jpg","url":"https:\/\/t.co\/wDw3Y5Kr5r","display_url":"pic.twitter.com\/wDw3Y5Kr5r","expanded_url":"http:\/\/twitter.com\/catsofinstagram\/status\/687068011170246658\/photo\/1","type":"photo","sizes":{"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"},"large":{"w":1024,"h":1024,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"FFFFFF","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/837578459\/a3e4d5331fbecdad88712219fa172834.png","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/837578459\/a3e4d5331fbecdad88712219fa172834.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/465553363535265793\/ppXOdNmp_normal.png","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/465553363535265793\/ppXOdNmp_normal.png","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/354133033\/1411499504","profile_link_color":"5FB0D1","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"FAFAFA","profile_text_color":"919191","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":1798186166,"id_str":"1798186166","name":"Catherine + Curtin","screen_name":"catecurtin","location":"","description":"Catherine + Curtin, theatre junkie, New Yorker, Youngblood, EST groupie; lover of ORANGE + IS THE NEW BLACK, but I''m not biased, I''m Wanda Bell. Tough cookie!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":18415,"friends_count":3977,"listed_count":130,"created_at":"Sun + Sep 08 02:46:40 +0000 2013","favourites_count":1047,"utc_offset":null,"time_zone":null,"geo_enabled":true,"verified":true,"statuses_count":1094,"lang":"en","status":{"created_at":"Mon + Jan 11 00:53:22 +0000 2016","id":686350152412573696,"id_str":"686350152412573696","text":"Congrats + to all tonight!!!#GoldenGlobes","source":"\u003ca href=\"http:\/\/twitter.com\/download\/iphone\" + rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":{"id":"01a9a39529b27f36","url":"https:\/\/api.twitter.com\/1.1\/geo\/id\/01a9a39529b27f36.json","place_type":"city","name":"Manhattan","full_name":"Manhattan, + NY","country_code":"US","country":"United States","contained_within":[],"bounding_box":{"type":"Polygon","coordinates":[[[-74.026675,40.683935],[-73.910408,40.683935],[-73.910408,40.877483],[-74.026675,40.877483]]]},"attributes":{}},"contributors":null,"retweet_count":7,"favorite_count":18,"entities":{"hashtags":[{"text":"GoldenGlobes","indices":[26,39]}],"symbols":[],"user_mentions":[],"urls":[]},"favorited":false,"retweeted":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/461856525187686400\/1AdZb8GA_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/461856525187686400\/1AdZb8GA_normal.jpeg","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":21082047,"id_str":"21082047","name":"Catherine + Brahic","screen_name":"catBrahic","location":"London, UK","description":"Feature + editor for New Scientist, covering everything from the origins of life to + mass extinctions, climate and archaeology. Views here my own etc.","url":"http:\/\/t.co\/rdaFYR7mgq","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/rdaFYR7mgq","expanded_url":"http:\/\/www.newscientist.com","display_url":"newscientist.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":2842,"friends_count":499,"listed_count":177,"created_at":"Tue + Feb 17 11:39:36 +0000 2009","favourites_count":83,"utc_offset":0,"time_zone":"London","geo_enabled":true,"verified":true,"statuses_count":1645,"lang":"en","status":{"created_at":"Tue + Jan 12 13:44:36 +0000 2016","id":686906625203007488,"id_str":"686906625203007488","text":"With + one short line, the BBC destroys the hopes of millions that God was, in fact, + speaking through Twitter https:\/\/t.co\/amPiGrBwnG","source":"\u003ca href=\"http:\/\/twitter.com\" + rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":8,"favorite_count":3,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":686906624301232128,"id_str":"686906624301232128","indices":[108,131],"media_url":"http:\/\/pbs.twimg.com\/media\/CYhh73dWcAAVgtQ.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYhh73dWcAAVgtQ.jpg","url":"https:\/\/t.co\/amPiGrBwnG","display_url":"pic.twitter.com\/amPiGrBwnG","expanded_url":"http:\/\/twitter.com\/catBrahic\/status\/686906625203007488\/photo\/1","type":"photo","sizes":{"thumb":{"w":150,"h":107,"resize":"crop"},"large":{"w":623,"h":107,"resize":"fit"},"small":{"w":340,"h":58,"resize":"fit"},"medium":{"w":600,"h":103,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"022330","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme15\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme15\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/618758484407025664\/g7ZtIZWP_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/618758484407025664\/g7ZtIZWP_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/21082047\/1436358582","profile_link_color":"0084B4","profile_sidebar_border_color":"A8C7F7","profile_sidebar_fill_color":"C0DFEC","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":424320811,"id_str":"424320811","name":"Catherine + Clifford","screen_name":"CatClifford","location":"New York, NY","description":"Senior + Writer at @Entrepreneur in NYC. Brooklyn dweller, Bikram yoga enthusiast, + once-upon-a-time ballet dancer. Give more than you take.","url":"http:\/\/t.co\/dxAsl4A9tj","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/dxAsl4A9tj","expanded_url":"http:\/\/www.entrepreneur.com\/author\/catherine-clifford","display_url":"entrepreneur.com\/author\/catheri\u2026","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":16971,"friends_count":752,"listed_count":624,"created_at":"Tue + Nov 29 16:44:43 +0000 2011","favourites_count":2763,"utc_offset":-14400,"time_zone":"Atlantic + Time (Canada)","geo_enabled":false,"verified":true,"statuses_count":4342,"lang":"en","status":{"created_at":"Wed + Jan 13 02:23:29 +0000 2016","id":687097605256556544,"id_str":"687097605256556544","text":"RT + @JoannaBloor: To Pull Through Dark Days, Understand What Drives You by @CatClifford + https:\/\/t.co\/VlenZab3P9 via @Entrepreneur #purpose #\u2026","source":"\u003ca + href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Tue + Jan 12 16:56:37 +0000 2016","id":686954950258077697,"id_str":"686954950258077697","text":"To + Pull Through Dark Days, Understand What Drives You by @CatClifford https:\/\/t.co\/VlenZab3P9 + via @Entrepreneur #purpose #becurious","source":"\u003ca href=\"http:\/\/twitter.com\" + rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":1,"favorite_count":4,"entities":{"hashtags":[{"text":"purpose","indices":[112,120]},{"text":"becurious","indices":[121,131]}],"symbols":[],"user_mentions":[{"screen_name":"CatClifford","name":"Catherine + Clifford","id":424320811,"id_str":"424320811","indices":[57,69]},{"screen_name":"Entrepreneur","name":"Entrepreneur","id":19407053,"id_str":"19407053","indices":[98,111]}],"urls":[{"url":"https:\/\/t.co\/VlenZab3P9","expanded_url":"http:\/\/entm.ag\/1JI0Lrv","display_url":"entm.ag\/1JI0Lrv","indices":[70,93]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"retweet_count":1,"favorite_count":0,"entities":{"hashtags":[{"text":"purpose","indices":[129,137]},{"text":"becurious","indices":[139,140]}],"symbols":[],"user_mentions":[{"screen_name":"JoannaBloor","name":"Joanna + Bloor","id":749709990,"id_str":"749709990","indices":[3,15]},{"screen_name":"CatClifford","name":"Catherine + Clifford","id":424320811,"id_str":"424320811","indices":[74,86]},{"screen_name":"Entrepreneur","name":"Entrepreneur","id":19407053,"id_str":"19407053","indices":[115,128]}],"urls":[{"url":"https:\/\/t.co\/VlenZab3P9","expanded_url":"http:\/\/entm.ag\/1JI0Lrv","display_url":"entm.ag\/1JI0Lrv","indices":[87,110]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/458419918967291904\/GQSYvH1w.jpeg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/458419918967291904\/GQSYvH1w.jpeg","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/684048055763660800\/ypVSDDR2_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/684048055763660800\/ypVSDDR2_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/424320811\/1451924906","profile_link_color":"0084B4","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":77808680,"id_str":"77808680","name":"Catherine + McKinnell","screen_name":"CatMcKinnellMP","location":"\u00dcT: 51.500693,-0.126137","description":"Labour + MP for Newcastle North and very busy mum of 3. If local resident with a query + email catherine.mckinnell.mp@parliament.uk","url":"https:\/\/t.co\/YiseXDhULL","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/YiseXDhULL","expanded_url":"http:\/\/www.catherinemckinnellmp.co.uk","display_url":"catherinemckinnellmp.co.uk","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":10965,"friends_count":676,"listed_count":406,"created_at":"Sun + Sep 27 19:17:18 +0000 2009","favourites_count":42,"utc_offset":0,"time_zone":"London","geo_enabled":false,"verified":true,"statuses_count":5080,"lang":"en","status":{"created_at":"Wed + Jan 13 00:22:03 +0000 2016","id":687067043938578436,"id_str":"687067043938578436","text":"Brilliant + stuff from @GwynneMP and the #WASPI campaign #pensions https:\/\/t.co\/CFnEVVsCjF","source":"\u003ca + href=\"http:\/\/twitter.com\/download\/iphone\" rel=\"nofollow\"\u003eTwitter + for iPhone\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":1,"favorite_count":1,"entities":{"hashtags":[{"text":"WASPI","indices":[39,45]},{"text":"pensions","indices":[55,64]}],"symbols":[],"user_mentions":[{"screen_name":"GwynneMP","name":"Andrew + Gwynne MP","id":54351001,"id_str":"54351001","indices":[21,30]}],"urls":[{"url":"https:\/\/t.co\/CFnEVVsCjF","expanded_url":"https:\/\/twitter.com\/gwynnemp\/status\/687063092656738304","display_url":"twitter.com\/gwynnemp\/statu\u2026","indices":[66,89]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"BADFCD","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/93432605\/twilk_background_4bcb742581557.jpg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/93432605\/twilk_background_4bcb742581557.jpg","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/684673628743548928\/SZm5dCNa_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/684673628743548928\/SZm5dCNa_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/77808680\/1445780090","profile_link_color":"FF0000","profile_sidebar_border_color":"F2E195","profile_sidebar_fill_color":"FFF7CC","profile_text_color":"0C3E53","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":930654523,"id_str":"930654523","name":"Catherine + Bach","screen_name":"_CatherineBach","location":"","description":"The official + Twitter of Catherine Bach. Daisy Duke from the TV show Dukes of Hazzard and + Anita Lawson from Young and the Restless. xo","url":"http:\/\/t.co\/Rqot3I8amN","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/Rqot3I8amN","expanded_url":"http:\/\/www.catherinebach.com\/","display_url":"catherinebach.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":16523,"friends_count":915,"listed_count":152,"created_at":"Tue + Nov 06 22:17:36 +0000 2012","favourites_count":699,"utc_offset":null,"time_zone":null,"geo_enabled":true,"verified":true,"statuses_count":586,"lang":"en","status":{"created_at":"Fri + Jan 08 00:01:19 +0000 2016","id":685249888309780481,"id_str":"685249888309780481","text":"Oops!! + Here is the right purse! Guess by Marciano!\ud83d\udc6f\ud83d\ude18\ud83d\udc8b\u2764\ufe0f + https:\/\/t.co\/mZgmTDXprj","source":"\u003ca href=\"http:\/\/twitter.com\/download\/iphone\" + rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":3,"favorite_count":29,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":685249888196493312,"id_str":"685249888196493312","indices":[56,79],"media_url":"http:\/\/pbs.twimg.com\/media\/CYJ_JIhUAAAyjkl.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYJ_JIhUAAAyjkl.jpg","url":"https:\/\/t.co\/mZgmTDXprj","display_url":"pic.twitter.com\/mZgmTDXprj","expanded_url":"http:\/\/twitter.com\/_CatherineBach\/status\/685249888309780481\/photo\/1","type":"photo","sizes":{"medium":{"w":600,"h":800,"resize":"fit"},"large":{"w":768,"h":1024,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":453,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C3FAD2","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme13\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme13\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/3399720812\/efb4d17e8bd0ab709d6174a3a5e4568f_normal.png","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/3399720812\/efb4d17e8bd0ab709d6174a3a5e4568f_normal.png","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/930654523\/1396918097","profile_link_color":"93A644","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"F6FFD1","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":46284762,"id_str":"46284762","name":"Cat + Deeley","screen_name":"catdeeley","location":"Los Angeles, CA","description":"Official + Twitter page for Cat Deeley","url":"http:\/\/t.co\/sXW9BSHcRh","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/sXW9BSHcRh","expanded_url":"http:\/\/www.officiallycatdeeley.com","display_url":"officiallycatdeeley.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":357876,"friends_count":489,"listed_count":3118,"created_at":"Thu + Jun 11 01:51:34 +0000 2009","favourites_count":366,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":true,"statuses_count":9096,"lang":"en","status":{"created_at":"Thu + Jan 07 01:17:15 +0000 2016","id":684906611899408384,"id_str":"684906611899408384","text":"All + our yesterdays! Plus @D8Melanie from @DANCEonFOX .... She plays Chava!!! \ud83c\udfbb + https:\/\/t.co\/2rikQ2U46l","source":"\u003ca href=\"http:\/\/twitter.com\/download\/iphone\" + rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":1,"favorite_count":41,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"D8Melanie","name":"Melanie + Moore","id":308349554,"id_str":"308349554","indices":[25,35]},{"screen_name":"DANCEonFOX","name":"SYTYCD","id":32624009,"id_str":"32624009","indices":[41,52]}],"urls":[{"url":"https:\/\/t.co\/2rikQ2U46l","expanded_url":"https:\/\/twitter.com\/naughtynicerob\/status\/684897470892130304","display_url":"twitter.com\/naughtynicerob\u2026","indices":[79,102]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"739BA2","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/277021722\/cd_twitter.jpg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/277021722\/cd_twitter.jpg","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/663779869898113024\/mWXlmwEk_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/663779869898113024\/mWXlmwEk_normal.jpg","profile_link_color":"0084B4","profile_sidebar_border_color":"BDDCAD","profile_sidebar_fill_color":"DDFFCC","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":14630442,"id_str":"14630442","name":"Tidy + Cats","screen_name":"TidyCats","location":"","description":"Tidy likes freshness, + short walks on the beach and cats with good aim. Tidy doesn''t like loud noises, + rainy days or upsetting smells.","url":"http:\/\/t.co\/6ZyPrDvek0","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/6ZyPrDvek0","expanded_url":"http:\/\/www.tidycats.com","display_url":"tidycats.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":29276,"friends_count":824,"listed_count":178,"created_at":"Fri + May 02 20:11:20 +0000 2008","favourites_count":2234,"utc_offset":-21600,"time_zone":"Central + Time (US & Canada)","geo_enabled":false,"verified":true,"statuses_count":3519,"lang":"en","status":{"created_at":"Tue + Jan 12 18:39:33 +0000 2016","id":686980854376169473,"id_str":"686980854376169473","text":"#PleasePutMeInARoomWith + Cats. Kittens. A mix of both preferably.","source":"\u003ca href=\"http:\/\/twitter.com\" + rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":38,"favorite_count":67,"entities":{"hashtags":[{"text":"PleasePutMeInARoomWith","indices":[0,23]}],"symbols":[],"user_mentions":[],"urls":[]},"favorited":false,"retweeted":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"FFFDF2","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/716219640\/a36cebd28d5d8ef802b1ad16c1dbcd55.jpeg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/716219640\/a36cebd28d5d8ef802b1ad16c1dbcd55.jpeg","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/604301780588060672\/ZP_PbY8Q_normal.png","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/604301780588060672\/ZP_PbY8Q_normal.png","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/14630442\/1436755280","profile_link_color":"0084B4","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":60113926,"id_str":"60113926","name":"StockCats","screen_name":"StockCats","location":"","description":"Stock + Trader, Speculator, Technical Anarchist, Financial Media Critic. I work hard + so my cats can have a better life.","url":"http:\/\/t.co\/i4obHgp0Jn","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/i4obHgp0Jn","expanded_url":"http:\/\/www.StockCats.com\/blog","display_url":"StockCats.com\/blog","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":19113,"friends_count":784,"listed_count":587,"created_at":"Sat + Jul 25 18:15:26 +0000 2009","favourites_count":22032,"utc_offset":-18000,"time_zone":"Eastern + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":38930,"lang":"en","status":{"created_at":"Wed + Jan 13 01:35:18 +0000 2016","id":687085481641787394,"id_str":"687085481641787394","text":"@Thekkw + it could work either way, the key is being able to lock in a price","source":"\u003ca + href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":687085154460893184,"in_reply_to_status_id_str":"687085154460893184","in_reply_to_user_id":1419310464,"in_reply_to_user_id_str":"1419310464","in_reply_to_screen_name":"Thekkw","geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"Thekkw","name":"KKW","id":1419310464,"id_str":"1419310464","indices":[0,7]}],"urls":[]},"favorited":false,"retweeted":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"9AE4E8","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/347943613\/bluefadebg.jpg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/347943613\/bluefadebg.jpg","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/544574494392598529\/aOk9rUyd_normal.png","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/544574494392598529\/aOk9rUyd_normal.png","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/60113926\/1398743678","profile_link_color":"0084B4","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"DEDEDE","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":20505533,"id_str":"20505533","name":"BatterseaDogs&Cats","screen_name":"BDCH","location":"London, + Kent and Berkshire.","description":"Rescuing lost, abandoned & unwanted animals + since 1860. Home to many #pogdogs - we share cute pictures of dogs, cats and + other fun stuff about our Home.","url":"http:\/\/t.co\/WvL5fdpHQL","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/WvL5fdpHQL","expanded_url":"http:\/\/www.battersea.org.uk","display_url":"battersea.org.uk","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":153284,"friends_count":18704,"listed_count":660,"created_at":"Tue + Feb 10 10:41:05 +0000 2009","favourites_count":5095,"utc_offset":0,"time_zone":"London","geo_enabled":false,"verified":true,"statuses_count":16548,"lang":"en","status":{"created_at":"Tue + Jan 12 22:02:21 +0000 2016","id":687031887718694912,"id_str":"687031887718694912","text":"RT + @SuttonJobsPlus: Registered Veterinary Nurse @BDCH #Battersea #London \nhttps:\/\/t.co\/dTvtgaeIsE + #Sutton #Jobs closes 1st Feb","source":"\u003ca href=\"http:\/\/twitter.com\/download\/iphone\" + rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Tue + Jan 12 21:50:22 +0000 2016","id":687028873393909760,"id_str":"687028873393909760","text":"Registered + Veterinary Nurse @BDCH #Battersea #London \nhttps:\/\/t.co\/dTvtgaeIsE #Sutton + #Jobs closes 1st Feb","source":"\u003ca href=\"http:\/\/www.hootsuite.com\" + rel=\"nofollow\"\u003eHootsuite\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":8,"favorite_count":0,"entities":{"hashtags":[{"text":"Battersea","indices":[34,44]},{"text":"London","indices":[45,52]},{"text":"Sutton","indices":[78,85]},{"text":"Jobs","indices":[86,91]}],"symbols":[],"user_mentions":[{"screen_name":"BDCH","name":"BatterseaDogs&Cats","id":20505533,"id_str":"20505533","indices":[28,33]}],"urls":[{"url":"https:\/\/t.co\/dTvtgaeIsE","expanded_url":"http:\/\/ow.ly\/WWpje","display_url":"ow.ly\/WWpje","indices":[54,77]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"retweet_count":8,"favorite_count":0,"entities":{"hashtags":[{"text":"Battersea","indices":[54,64]},{"text":"London","indices":[65,72]},{"text":"Sutton","indices":[98,105]},{"text":"Jobs","indices":[106,111]}],"symbols":[],"user_mentions":[{"screen_name":"SuttonJobsPlus","name":"Sutton + (JCP)","id":352265787,"id_str":"352265787","indices":[3,18]},{"screen_name":"BDCH","name":"BatterseaDogs&Cats","id":20505533,"id_str":"20505533","indices":[48,53]}],"urls":[{"url":"https:\/\/t.co\/dTvtgaeIsE","expanded_url":"http:\/\/ow.ly\/WWpje","display_url":"ow.ly\/WWpje","indices":[74,97]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"FFFFFF","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/684016472667099136\/wwM-DCev.jpg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/684016472667099136\/wwM-DCev.jpg","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/378800000418582168\/1baaaf8d9f9ba08dcd901df10ec7d4ce_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/378800000418582168\/1baaaf8d9f9ba08dcd901df10ec7d4ce_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/20505533\/1451917385","profile_link_color":"01009A","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"DDFFCC","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":705963169,"id_str":"705963169","name":"Sam + and Cat ","screen_name":"SamAndCat","location":"","description":"This is the + official page for Sam and Cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":627591,"friends_count":870,"listed_count":448,"created_at":"Thu + Jul 19 23:12:58 +0000 2012","favourites_count":112,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":true,"statuses_count":1607,"lang":"en","status":{"created_at":"Thu + Jan 07 19:43:50 +0000 2016","id":685185091312590848,"id_str":"685185091312590848","text":"I + think you''re swell! #TBT https:\/\/t.co\/iIkq3ikrpn","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":50,"favorite_count":232,"entities":{"hashtags":[{"text":"TBT","indices":[22,26]}],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":685185085868359680,"id_str":"685185085868359680","indices":[27,50],"media_url":"http:\/\/pbs.twimg.com\/media\/CYJENJCUQAA5rOs.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYJENJCUQAA5rOs.jpg","url":"https:\/\/t.co\/iIkq3ikrpn","display_url":"pic.twitter.com\/iIkq3ikrpn","expanded_url":"http:\/\/twitter.com\/SamAndCat\/status\/685185091312590848\/photo\/1","type":"photo","sizes":{"large":{"w":612,"h":612,"resize":"fit"},"small":{"w":340,"h":340,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":600,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"131516","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme14\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme14\/bg.gif","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/472227688996814848\/tKbnoJXG_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/472227688996814848\/tKbnoJXG_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/705963169\/1401422818","profile_link_color":"009999","profile_sidebar_border_color":"EEEEEE","profile_sidebar_fill_color":"EFEFEF","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":18207431,"id_str":"18207431","name":"Catherine + Fuentes","screen_name":"cat_fuentes","location":"nyc","description":"entertainment + writer + editor. sports fan. grumpy animal enthusiast. formerly of @rollingstone.","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":1410,"friends_count":646,"listed_count":39,"created_at":"Thu + Dec 18 03:11:18 +0000 2008","favourites_count":824,"utc_offset":-18000,"time_zone":"Eastern + Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":10193,"lang":"en","status":{"created_at":"Tue + Jan 12 20:27:37 +0000 2016","id":687008049102471169,"id_str":"687008049102471169","text":"When + I tweet in frustration about basics, and then something really basic happens + to me an hour later, I feel extra shame about it.","source":"\u003ca href=\"http:\/\/twitter.com\" + rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"favorite_count":1,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[]},"favorited":false,"retweeted":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"131516","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme14\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme14\/bg.gif","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/518454496268406784\/mpUmB2cY_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/518454496268406784\/mpUmB2cY_normal.jpeg","profile_link_color":"009999","profile_sidebar_border_color":"EEEEEE","profile_sidebar_fill_color":"EFEFEF","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":212187460,"id_str":"212187460","name":"Yusuf + \/ Cat Stevens","screen_name":"YusufCatStevens","location":"","description":"Yusuf + Islam the Artist also known as Cat Stevens","url":"http:\/\/t.co\/ExIylwHebz","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/ExIylwHebz","expanded_url":"http:\/\/www.yusufislam.com","display_url":"yusufislam.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":41458,"friends_count":46,"listed_count":394,"created_at":"Fri + Nov 05 11:37:35 +0000 2010","favourites_count":2494,"utc_offset":14400,"time_zone":"Abu + Dhabi","geo_enabled":false,"verified":true,"statuses_count":1193,"lang":"en","status":{"created_at":"Mon + Jan 11 11:10:56 +0000 2016","id":686505565577543680,"id_str":"686505565577543680","text":"Artist + & sculptor of words @DavidBowieReal has left us for another world. I pray + he''s welcomed by his Maker more than he''s missed by us","source":"\u003ca + href=\"http:\/\/twitter.com\/download\/android\" rel=\"nofollow\"\u003eTwitter + for Android\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":128,"favorite_count":246,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"DavidBowieReal","name":"David + Bowie Official","id":40139016,"id_str":"40139016","indices":[31,46]}],"urls":[]},"favorited":false,"retweeted":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/435507208596377600\/1TC-N1kx.jpeg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/435507208596377600\/1TC-N1kx.jpeg","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/661188553963995136\/0DXhY6Oz_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/661188553963995136\/0DXhY6Oz_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/212187460\/1414386621","profile_link_color":"0084B4","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":48738710,"id_str":"48738710","name":"Catherine + Neville","screen_name":"cat_neville","location":"St. Louis ","description":"VP + of Niche Publishing: @feastmag, Emmy-winning #FeastTV and @laduenews","url":"http:\/\/t.co\/Xq67UXAwLu","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/Xq67UXAwLu","expanded_url":"http:\/\/www.feastmagazine.com","display_url":"feastmagazine.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":7732,"friends_count":3904,"listed_count":228,"created_at":"Fri + Jun 19 15:43:33 +0000 2009","favourites_count":7433,"utc_offset":-21600,"time_zone":"Central + Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":3732,"lang":"en","status":{"created_at":"Tue + Jan 12 13:29:41 +0000 2016","id":686902873054117888,"id_str":"686902873054117888","text":"RT + @LegacyBagelry: Setting up for a video shoot with @cat_neville for the upcoming + season of #feasttv. @feastmag\u2026 https:\/\/t.co\/mXN0RAq9k4","source":"\u003ca + href=\"http:\/\/twitter.com\/download\/iphone\" rel=\"nofollow\"\u003eTwitter + for iPhone\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Tue + Jan 12 13:11:57 +0000 2016","id":686898410599936002,"id_str":"686898410599936002","text":"Setting + up for a video shoot with @cat_neville for the upcoming season of #feasttv. + @feastmag\u2026 https:\/\/t.co\/mXN0RAq9k4","source":"\u003ca href=\"http:\/\/instagram.com\" + rel=\"nofollow\"\u003eInstagram\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":{"type":"Point","coordinates":[37.1580505,-93.2722397]},"coordinates":{"type":"Point","coordinates":[-93.2722397,37.1580505]},"place":{"id":"2526edd24c06e60c","url":"https:\/\/api.twitter.com\/1.1\/geo\/id\/2526edd24c06e60c.json","place_type":"admin","name":"Missouri","full_name":"Missouri, + USA","country_code":"US","country":"United States","contained_within":[],"bounding_box":{"type":"Polygon","coordinates":[[[-95.774704,35.995476],[-89.098843,35.995476],[-89.098843,40.613641],[-95.774704,40.613641]]]},"attributes":{}},"contributors":null,"retweet_count":2,"favorite_count":2,"entities":{"hashtags":[{"text":"feasttv","indices":[74,82]}],"symbols":[],"user_mentions":[{"screen_name":"cat_neville","name":"Catherine + Neville","id":48738710,"id_str":"48738710","indices":[34,46]},{"screen_name":"feastmag","name":"Feast + Magazine","id":185640378,"id_str":"185640378","indices":[84,93]}],"urls":[{"url":"https:\/\/t.co\/mXN0RAq9k4","expanded_url":"https:\/\/www.instagram.com\/p\/BAcLGJ0vz9C\/","display_url":"instagram.com\/p\/BAcLGJ0vz9C\/","indices":[95,118]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"retweet_count":2,"favorite_count":0,"entities":{"hashtags":[{"text":"feasttv","indices":[93,101]}],"symbols":[],"user_mentions":[{"screen_name":"LegacyBagelry","name":"LegacyBagelry","id":1624250905,"id_str":"1624250905","indices":[3,17]},{"screen_name":"cat_neville","name":"Catherine + Neville","id":48738710,"id_str":"48738710","indices":[53,65]},{"screen_name":"feastmag","name":"Feast + Magazine","id":185640378,"id_str":"185640378","indices":[103,112]}],"urls":[{"url":"https:\/\/t.co\/mXN0RAq9k4","expanded_url":"https:\/\/www.instagram.com\/p\/BAcLGJ0vz9C\/","display_url":"instagram.com\/p\/BAcLGJ0vz9C\/","indices":[114,137]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"F0B608","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme3\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme3\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/378800000082673775\/0a7fac90bfca8c459739c4f39725d7cb_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/378800000082673775\/0a7fac90bfca8c459739c4f39725d7cb_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/48738710\/1433258853","profile_link_color":"FA6908","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"DFD28E","profile_text_color":"FF805D","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}]' + http_version: + recorded_at: Wed, 13 Jan 2016 02:52:43 GMT +recorded_with: VCR 3.0.1 diff --git a/spec/vcr/SearchesController/GET_search/when_searching_twitter/renders_the_search_template.yml b/spec/vcr/SearchesController/GET_search/when_searching_twitter/renders_the_search_template.yml new file mode 100644 index 0000000..94f57cd --- /dev/null +++ b/spec/vcr/SearchesController/GET_search/when_searching_twitter/renders_the_search_template.yml @@ -0,0 +1,269 @@ +--- +http_interactions: +- request: + method: get + uri: https://api.twitter.com/1.1/users/search.json?q=cat + body: + encoding: US-ASCII + string: '' + headers: + Accept: + - application/json + User-Agent: + - TwitterRubyGem/5.15.0 + Authorization: + - OAuth oauth_consumer_key="dJwBdO5ZoQH2OnCNjMKJvYnhn", oauth_nonce="1972ec6e5aceaa44a3684928d3c97fd3", + oauth_signature="0aa%2BUndWOG6RMDq6KKwOfo3q5Z0%3D", oauth_signature_method="HMAC-SHA1", + oauth_timestamp="1452653813", oauth_token="80077789-0JZP99XKtgmjNYsHFH3PsrkQaAb618jBA3atLCbsl", + oauth_version="1.0" + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + response: + status: + code: 200 + message: OK + headers: + Cache-Control: + - no-cache, no-store, must-revalidate, pre-check=0, post-check=0 + Content-Disposition: + - attachment; filename=json.json + Content-Length: + - '10729' + Content-Type: + - application/json;charset=utf-8 + Date: + - Wed, 13 Jan 2016 02:56:54 GMT + Expires: + - Tue, 31 Mar 1981 05:00:00 GMT + Last-Modified: + - Wed, 13 Jan 2016 02:56:54 GMT + Pragma: + - no-cache + Server: + - tsa_a + Set-Cookie: + - guest_id=v1%3A145265381460835204; Domain=.twitter.com; Path=/; Expires=Fri, + 12-Jan-2018 02:56:54 UTC + - lang=en; Path=/ + Status: + - 200 OK + Strict-Transport-Security: + - max-age=631138519 + X-Access-Level: + - read-write + X-Connection-Hash: + - 67a3e213371294513e8c64fefddccc4a + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - SAMEORIGIN + X-Rate-Limit-Limit: + - '180' + X-Rate-Limit-Remaining: + - '176' + X-Rate-Limit-Reset: + - '1452654464' + X-Response-Time: + - '230' + X-Transaction: + - c17c2fd1c80ffad9 + X-Twitter-Response-Tags: + - BouncerCompliant + X-Xss-Protection: + - 1; mode=block + body: + encoding: ASCII-8BIT + string: '[{"id":3040591972,"id_str":"3040591972","name":"Cute Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72489,"friends_count":42498,"listed_count":328,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51704,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":15957,"lang":"en","status":{"created_at":"Wed + Jan 13 02:45:58 +0000 2016","id":687103264257654784,"id_str":"687103264257654784","text":"This + guy is crazy cute. https:\/\/t.co\/L5QpLRWB89","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":32,"favorite_count":60,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687103264127594496,"id_str":"687103264127594496","indices":[24,47],"media_url":"http:\/\/pbs.twimg.com\/media\/CYkUxz5WMAAch-P.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYkUxz5WMAAch-P.jpg","url":"https:\/\/t.co\/L5QpLRWB89","display_url":"pic.twitter.com\/L5QpLRWB89","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687103264257654784\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":53112502,"id_str":"53112502","name":"Simon''s + Cat","screen_name":"SimonsCat","location":"London, UK","description":"The + official Twitter page of Simon''s Cat.","url":"http:\/\/t.co\/gBazSjkAtB","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/gBazSjkAtB","expanded_url":"http:\/\/www.simonscat.com","display_url":"simonscat.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":169819,"friends_count":220,"listed_count":2566,"created_at":"Thu + Jul 02 16:35:15 +0000 2009","favourites_count":1327,"utc_offset":0,"time_zone":"London","geo_enabled":false,"verified":true,"statuses_count":1025,"lang":"en","status":{"created_at":"Tue + Jan 05 13:00:06 +0000 2016","id":684358712559939584,"id_str":"684358712559939584","text":"Jan + 5th is the #TweflthNight of Christmas, when decorations should be taken down. + Here''s how Simon''s Cat does it - https:\/\/t.co\/vTlIlD3zVb","source":"\u003ca + href=\"https:\/\/ads.twitter.com\" rel=\"nofollow\"\u003eTwitter Ads\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":99,"favorite_count":134,"entities":{"hashtags":[{"text":"TweflthNight","indices":[15,28]}],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/vTlIlD3zVb","expanded_url":"https:\/\/www.youtube.com\/watch?v=nn2h3_aH3vo&feature=youtu.be&list=PL1237AA31FF037200","display_url":"youtube.com\/watch?v=nn2h3_\u2026","indices":[115,138]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"E05448","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/344511763024885330\/99d7783a2a4187ed5cbc4f95df70cf44.png","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/344511763024885330\/99d7783a2a4187ed5cbc4f95df70cf44.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/344513261568157486\/627deec235f9365458c8542f88b6e03b_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/344513261568157486\/627deec235f9365458c8542f88b6e03b_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/53112502\/1400168465","profile_link_color":"F03639","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"E6E6E6","profile_text_color":"000000","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":2348931696,"id_str":"2348931696","name":".CAT","screen_name":"PuntCatTV3","location":"Catalunya","description":"Els + dijous a la nit: ens obrim a l\u2019actualitat per escoltar els seus protagonistes.\nPresentat + per @xavicoral, a les 22.40 per TV3.","url":"http:\/\/t.co\/uAApui4wxb","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/uAApui4wxb","expanded_url":"http:\/\/www.tv3.cat\/puntcat","display_url":"tv3.cat\/puntcat","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":10066,"friends_count":111,"listed_count":99,"created_at":"Mon + Feb 17 19:05:06 +0000 2014","favourites_count":233,"utc_offset":3600,"time_zone":"Madrid","geo_enabled":true,"verified":true,"statuses_count":3654,"lang":"ca","status":{"created_at":"Fri + Jan 08 19:00:16 +0000 2016","id":685536514747453440,"id_str":"685536514747453440","text":"No + us perdeu l''an\u00e0lisi particular de l''actualitat de la setmana per la + @natzafarre: V\u00cdDEO \u25b6 https:\/\/t.co\/1UbFBRT5Sy https:\/\/t.co\/7y6LZ7KAFa","source":"\u003ca + href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":5,"favorite_count":6,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"natzafarre","name":"natza + farr\u00e9","id":1844798868,"id_str":"1844798868","indices":[71,82]}],"urls":[{"url":"https:\/\/t.co\/1UbFBRT5Sy","expanded_url":"http:\/\/tv3.cat\/alacarta\/-cat\/somriures-lletges-i-sexis\/video\/5576156\/","display_url":"tv3.cat\/alacarta\/-cat\/\u2026","indices":[92,115]}],"media":[{"id":685254927736766465,"id_str":"685254927736766465","indices":[116,139],"media_url":"http:\/\/pbs.twimg.com\/media\/CYKDueRWAAE_13p.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYKDueRWAAE_13p.jpg","url":"https:\/\/t.co\/7y6LZ7KAFa","display_url":"pic.twitter.com\/7y6LZ7KAFa","expanded_url":"http:\/\/twitter.com\/PuntCatTV3\/status\/685536514747453440\/photo\/1","type":"photo","sizes":{"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":191,"resize":"fit"},"medium":{"w":600,"h":337,"resize":"fit"},"large":{"w":1024,"h":576,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"und"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"050A30","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/451672920071221248\/lUrxl1iq.jpeg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/451672920071221248\/lUrxl1iq.jpeg","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/646647761706819584\/hCW5ka5z_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/646647761706819584\/hCW5ka5z_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/2348931696\/1443007834","profile_link_color":"5D045B","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":860237030,"id_str":"860237030","name":"Grumpy + Cat","screen_name":"RealGrumpyCat","location":"Arizona","description":"The + Official Twitter for Grumpy Cat. The World''s grumpiest cat! #TeamGrumpy https:\/\/t.co\/tHU9DEatvl + https:\/\/t.co\/LscGBR9Od1","url":"https:\/\/t.co\/uhIA9h94sq","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/uhIA9h94sq","expanded_url":"http:\/\/www.grumpycats.com","display_url":"grumpycats.com","indices":[0,23]}]},"description":{"urls":[{"url":"https:\/\/t.co\/tHU9DEatvl","expanded_url":"http:\/\/Instagram.com\/realgrumpycat","display_url":"Instagram.com\/realgrumpycat","indices":[76,99]},{"url":"https:\/\/t.co\/LscGBR9Od1","expanded_url":"http:\/\/Facebook.com\/theofficialgrumpycat","display_url":"Facebook.com\/theofficialgru\u2026","indices":[100,123]}]}},"protected":false,"followers_count":312741,"friends_count":52456,"listed_count":1490,"created_at":"Wed + Oct 03 19:42:41 +0000 2012","favourites_count":45277,"utc_offset":-18000,"time_zone":"Eastern + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":7467,"lang":"en","status":{"created_at":"Tue + Jan 12 20:26:44 +0000 2016","id":687007826338689024,"id_str":"687007826338689024","text":"https:\/\/t.co\/A2iXo4fkGj","source":"\u003ca + href=\"http:\/\/twitter.com\/download\/iphone\" rel=\"nofollow\"\u003eTwitter + for iPhone\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":143,"favorite_count":526,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687007814984679425,"id_str":"687007814984679425","indices":[0,23],"media_url":"http:\/\/pbs.twimg.com\/media\/CYi998IUQAERwJW.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYi998IUQAERwJW.jpg","url":"https:\/\/t.co\/A2iXo4fkGj","display_url":"pic.twitter.com\/A2iXo4fkGj","expanded_url":"http:\/\/twitter.com\/RealGrumpyCat\/status\/687007826338689024\/photo\/1","type":"photo","sizes":{"small":{"w":340,"h":340,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":600,"resize":"fit"},"large":{"w":1024,"h":1024,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"und"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/551112928066150401\/91DpkSec.png","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/551112928066150401\/91DpkSec.png","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/616542814319415296\/McCTpH_E_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/616542814319415296\/McCTpH_E_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/860237030\/1435830237","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":199014148,"id_str":"199014148","name":"Catherine + Willis","screen_name":"cat_willis","location":"","description":"Catherine + Willis is a freelance casting director who generally quite likes actors.","url":"http:\/\/t.co\/RYqloApjBm","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/RYqloApjBm","expanded_url":"http:\/\/www.cwcasting.co.uk","display_url":"cwcasting.co.uk","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":11677,"friends_count":77,"listed_count":128,"created_at":"Tue + Oct 05 20:28:19 +0000 2010","favourites_count":75,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":1335,"lang":"en","status":{"created_at":"Mon + Jan 11 22:49:31 +0000 2016","id":686681370433826816,"id_str":"686681370433826816","text":"RT + @LesEnfantsTerr: We''re hiring! LET are looking for a Company Stage Manager + for our Spring tour. Full details here: https:\/\/t.co\/E117Ei5\u2026","source":"\u003ca + href=\"http:\/\/twitter.com\/#!\/download\/ipad\" rel=\"nofollow\"\u003eTwitter + for iPad\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Mon + Jan 11 15:11:11 +0000 2016","id":686566027413602304,"id_str":"686566027413602304","text":"We''re + hiring! LET are looking for a Company Stage Manager for our Spring tour. Full + details here: https:\/\/t.co\/E117Ei5DnM. Get in touch!","source":"\u003ca + href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":13,"favorite_count":2,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/E117Ei5DnM","expanded_url":"http:\/\/bit.ly\/1N2YRMZ","display_url":"bit.ly\/1N2YRMZ","indices":[99,122]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"retweet_count":13,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"LesEnfantsTerr","name":"LesEnfantsTerribles","id":102364084,"id_str":"102364084","indices":[3,18]}],"urls":[{"url":"https:\/\/t.co\/E117Ei5DnM","expanded_url":"http:\/\/bit.ly\/1N2YRMZ","display_url":"bit.ly\/1N2YRMZ","indices":[119,140]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/1138210377\/CIMG0605_normal.JPG","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/1138210377\/CIMG0605_normal.JPG","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":10362012,"id_str":"10362012","name":"Brian''s + Cat","screen_name":"brians_cat","location":"Louisville, KY","description":"I''m + Brian''s *not so* imaginary cat.","url":"http:\/\/t.co\/A5pEr8YFTj","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/A5pEr8YFTj","expanded_url":"http:\/\/www.collective-thoughts.com\/about","display_url":"collective-thoughts.com\/about","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":10809,"friends_count":567,"listed_count":159,"created_at":"Sun + Nov 18 19:17:00 +0000 2007","favourites_count":18,"utc_offset":-21600,"time_zone":"Central + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16299,"lang":"en","status":{"created_at":"Tue + Jan 12 21:27:38 +0000 2016","id":687023152124170240,"id_str":"687023152124170240","text":"This + Pup is Ready For His Close-Up https:\/\/t.co\/8aJiLRagNX","source":"\u003ca + href=\"http:\/\/twitterfeed.com\" rel=\"nofollow\"\u003etwitterfeed\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/8aJiLRagNX","expanded_url":"http:\/\/bit.ly\/1P8BVgw","display_url":"bit.ly\/1P8BVgw","indices":[35,58]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"9AE4E8","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/1235512\/cats.jpg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/1235512\/cats.jpg","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/37046542\/nedm_normal.png","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/37046542\/nedm_normal.png","profile_link_color":"0000FF","profile_sidebar_border_color":"87BC44","profile_sidebar_fill_color":"E0FF92","profile_text_color":"000000","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":354133033,"id_str":"354133033","name":"Cats + of Instagram","screen_name":"catsofinstagram","location":"","description":"Original + Cat Photos. Cat Culture. Cat Fun. (Photo accreditations (@) are for users + on Instagram, not Twitter) #catsofinstagram","url":"http:\/\/t.co\/42s0ktQ7FW","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/42s0ktQ7FW","expanded_url":"http:\/\/catsofinstagram.com","display_url":"catsofinstagram.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":110459,"friends_count":6,"listed_count":469,"created_at":"Sat + Aug 13 05:36:22 +0000 2011","favourites_count":40933,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":6144,"lang":"en","status":{"created_at":"Wed + Jan 13 00:25:53 +0000 2016","id":687068011170246658,"id_str":"687068011170246658","text":"From + @nrittneybovak: \"What are you lookin'' at... I know I''m cute\" #catsofinstagram + https:\/\/t.co\/wDw3Y5Kr5r","source":"\u003ca href=\"http:\/\/ifttt.com\" + rel=\"nofollow\"\u003eIFTTT\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":34,"favorite_count":103,"entities":{"hashtags":[{"text":"catsofinstagram","indices":[66,82]}],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687068011094761473,"id_str":"687068011094761473","indices":[83,106],"media_url":"http:\/\/pbs.twimg.com\/media\/CYj0t0HWYAEiGc4.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYj0t0HWYAEiGc4.jpg","url":"https:\/\/t.co\/wDw3Y5Kr5r","display_url":"pic.twitter.com\/wDw3Y5Kr5r","expanded_url":"http:\/\/twitter.com\/catsofinstagram\/status\/687068011170246658\/photo\/1","type":"photo","sizes":{"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"},"large":{"w":1024,"h":1024,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"FFFFFF","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/837578459\/a3e4d5331fbecdad88712219fa172834.png","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/837578459\/a3e4d5331fbecdad88712219fa172834.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/465553363535265793\/ppXOdNmp_normal.png","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/465553363535265793\/ppXOdNmp_normal.png","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/354133033\/1411499504","profile_link_color":"5FB0D1","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"FAFAFA","profile_text_color":"919191","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":1798186166,"id_str":"1798186166","name":"Catherine + Curtin","screen_name":"catecurtin","location":"","description":"Catherine + Curtin, theatre junkie, New Yorker, Youngblood, EST groupie; lover of ORANGE + IS THE NEW BLACK, but I''m not biased, I''m Wanda Bell. Tough cookie!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":18415,"friends_count":3977,"listed_count":130,"created_at":"Sun + Sep 08 02:46:40 +0000 2013","favourites_count":1047,"utc_offset":null,"time_zone":null,"geo_enabled":true,"verified":true,"statuses_count":1094,"lang":"en","status":{"created_at":"Mon + Jan 11 00:53:22 +0000 2016","id":686350152412573696,"id_str":"686350152412573696","text":"Congrats + to all tonight!!!#GoldenGlobes","source":"\u003ca href=\"http:\/\/twitter.com\/download\/iphone\" + rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":{"id":"01a9a39529b27f36","url":"https:\/\/api.twitter.com\/1.1\/geo\/id\/01a9a39529b27f36.json","place_type":"city","name":"Manhattan","full_name":"Manhattan, + NY","country_code":"US","country":"United States","contained_within":[],"bounding_box":{"type":"Polygon","coordinates":[[[-74.026675,40.683935],[-73.910408,40.683935],[-73.910408,40.877483],[-74.026675,40.877483]]]},"attributes":{}},"contributors":null,"retweet_count":7,"favorite_count":18,"entities":{"hashtags":[{"text":"GoldenGlobes","indices":[26,39]}],"symbols":[],"user_mentions":[],"urls":[]},"favorited":false,"retweeted":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/461856525187686400\/1AdZb8GA_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/461856525187686400\/1AdZb8GA_normal.jpeg","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":424320811,"id_str":"424320811","name":"Catherine + Clifford","screen_name":"CatClifford","location":"New York, NY","description":"Senior + Writer at @Entrepreneur in NYC. Brooklyn dweller, Bikram yoga enthusiast, + once-upon-a-time ballet dancer. Give more than you take.","url":"http:\/\/t.co\/dxAsl4A9tj","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/dxAsl4A9tj","expanded_url":"http:\/\/www.entrepreneur.com\/author\/catherine-clifford","display_url":"entrepreneur.com\/author\/catheri\u2026","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":16971,"friends_count":752,"listed_count":624,"created_at":"Tue + Nov 29 16:44:43 +0000 2011","favourites_count":2763,"utc_offset":-14400,"time_zone":"Atlantic + Time (Canada)","geo_enabled":false,"verified":true,"statuses_count":4342,"lang":"en","status":{"created_at":"Wed + Jan 13 02:23:29 +0000 2016","id":687097605256556544,"id_str":"687097605256556544","text":"RT + @JoannaBloor: To Pull Through Dark Days, Understand What Drives You by @CatClifford + https:\/\/t.co\/VlenZab3P9 via @Entrepreneur #purpose #\u2026","source":"\u003ca + href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Tue + Jan 12 16:56:37 +0000 2016","id":686954950258077697,"id_str":"686954950258077697","text":"To + Pull Through Dark Days, Understand What Drives You by @CatClifford https:\/\/t.co\/VlenZab3P9 + via @Entrepreneur #purpose #becurious","source":"\u003ca href=\"http:\/\/twitter.com\" + rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":1,"favorite_count":4,"entities":{"hashtags":[{"text":"purpose","indices":[112,120]},{"text":"becurious","indices":[121,131]}],"symbols":[],"user_mentions":[{"screen_name":"CatClifford","name":"Catherine + Clifford","id":424320811,"id_str":"424320811","indices":[57,69]},{"screen_name":"Entrepreneur","name":"Entrepreneur","id":19407053,"id_str":"19407053","indices":[98,111]}],"urls":[{"url":"https:\/\/t.co\/VlenZab3P9","expanded_url":"http:\/\/entm.ag\/1JI0Lrv","display_url":"entm.ag\/1JI0Lrv","indices":[70,93]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"retweet_count":1,"favorite_count":0,"entities":{"hashtags":[{"text":"purpose","indices":[129,137]},{"text":"becurious","indices":[139,140]}],"symbols":[],"user_mentions":[{"screen_name":"JoannaBloor","name":"Joanna + Bloor","id":749709990,"id_str":"749709990","indices":[3,15]},{"screen_name":"CatClifford","name":"Catherine + Clifford","id":424320811,"id_str":"424320811","indices":[74,86]},{"screen_name":"Entrepreneur","name":"Entrepreneur","id":19407053,"id_str":"19407053","indices":[115,128]}],"urls":[{"url":"https:\/\/t.co\/VlenZab3P9","expanded_url":"http:\/\/entm.ag\/1JI0Lrv","display_url":"entm.ag\/1JI0Lrv","indices":[87,110]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/458419918967291904\/GQSYvH1w.jpeg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/458419918967291904\/GQSYvH1w.jpeg","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/684048055763660800\/ypVSDDR2_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/684048055763660800\/ypVSDDR2_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/424320811\/1451924906","profile_link_color":"0084B4","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":21082047,"id_str":"21082047","name":"Catherine + Brahic","screen_name":"catBrahic","location":"London, UK","description":"Feature + editor for New Scientist, covering everything from the origins of life to + mass extinctions, climate and archaeology. Views here my own etc.","url":"http:\/\/t.co\/rdaFYR7mgq","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/rdaFYR7mgq","expanded_url":"http:\/\/www.newscientist.com","display_url":"newscientist.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":2842,"friends_count":499,"listed_count":177,"created_at":"Tue + Feb 17 11:39:36 +0000 2009","favourites_count":83,"utc_offset":0,"time_zone":"London","geo_enabled":true,"verified":true,"statuses_count":1645,"lang":"en","status":{"created_at":"Tue + Jan 12 13:44:36 +0000 2016","id":686906625203007488,"id_str":"686906625203007488","text":"With + one short line, the BBC destroys the hopes of millions that God was, in fact, + speaking through Twitter https:\/\/t.co\/amPiGrBwnG","source":"\u003ca href=\"http:\/\/twitter.com\" + rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":8,"favorite_count":3,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":686906624301232128,"id_str":"686906624301232128","indices":[108,131],"media_url":"http:\/\/pbs.twimg.com\/media\/CYhh73dWcAAVgtQ.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYhh73dWcAAVgtQ.jpg","url":"https:\/\/t.co\/amPiGrBwnG","display_url":"pic.twitter.com\/amPiGrBwnG","expanded_url":"http:\/\/twitter.com\/catBrahic\/status\/686906625203007488\/photo\/1","type":"photo","sizes":{"thumb":{"w":150,"h":107,"resize":"crop"},"large":{"w":623,"h":107,"resize":"fit"},"small":{"w":340,"h":58,"resize":"fit"},"medium":{"w":600,"h":103,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"022330","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme15\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme15\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/618758484407025664\/g7ZtIZWP_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/618758484407025664\/g7ZtIZWP_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/21082047\/1436358582","profile_link_color":"0084B4","profile_sidebar_border_color":"A8C7F7","profile_sidebar_fill_color":"C0DFEC","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":930654523,"id_str":"930654523","name":"Catherine + Bach","screen_name":"_CatherineBach","location":"","description":"The official + Twitter of Catherine Bach. Daisy Duke from the TV show Dukes of Hazzard and + Anita Lawson from Young and the Restless. xo","url":"http:\/\/t.co\/Rqot3I8amN","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/Rqot3I8amN","expanded_url":"http:\/\/www.catherinebach.com\/","display_url":"catherinebach.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":16524,"friends_count":915,"listed_count":152,"created_at":"Tue + Nov 06 22:17:36 +0000 2012","favourites_count":699,"utc_offset":null,"time_zone":null,"geo_enabled":true,"verified":true,"statuses_count":586,"lang":"en","status":{"created_at":"Fri + Jan 08 00:01:19 +0000 2016","id":685249888309780481,"id_str":"685249888309780481","text":"Oops!! + Here is the right purse! Guess by Marciano!\ud83d\udc6f\ud83d\ude18\ud83d\udc8b\u2764\ufe0f + https:\/\/t.co\/mZgmTDXprj","source":"\u003ca href=\"http:\/\/twitter.com\/download\/iphone\" + rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":3,"favorite_count":29,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":685249888196493312,"id_str":"685249888196493312","indices":[56,79],"media_url":"http:\/\/pbs.twimg.com\/media\/CYJ_JIhUAAAyjkl.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYJ_JIhUAAAyjkl.jpg","url":"https:\/\/t.co\/mZgmTDXprj","display_url":"pic.twitter.com\/mZgmTDXprj","expanded_url":"http:\/\/twitter.com\/_CatherineBach\/status\/685249888309780481\/photo\/1","type":"photo","sizes":{"medium":{"w":600,"h":800,"resize":"fit"},"large":{"w":768,"h":1024,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":453,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C3FAD2","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme13\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme13\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/3399720812\/efb4d17e8bd0ab709d6174a3a5e4568f_normal.png","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/3399720812\/efb4d17e8bd0ab709d6174a3a5e4568f_normal.png","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/930654523\/1396918097","profile_link_color":"93A644","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"F6FFD1","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":46284762,"id_str":"46284762","name":"Cat + Deeley","screen_name":"catdeeley","location":"Los Angeles, CA","description":"Official + Twitter page for Cat Deeley","url":"http:\/\/t.co\/sXW9BSHcRh","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/sXW9BSHcRh","expanded_url":"http:\/\/www.officiallycatdeeley.com","display_url":"officiallycatdeeley.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":357876,"friends_count":489,"listed_count":3118,"created_at":"Thu + Jun 11 01:51:34 +0000 2009","favourites_count":366,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":true,"statuses_count":9096,"lang":"en","status":{"created_at":"Thu + Jan 07 01:17:15 +0000 2016","id":684906611899408384,"id_str":"684906611899408384","text":"All + our yesterdays! Plus @D8Melanie from @DANCEonFOX .... She plays Chava!!! \ud83c\udfbb + https:\/\/t.co\/2rikQ2U46l","source":"\u003ca href=\"http:\/\/twitter.com\/download\/iphone\" + rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":1,"favorite_count":41,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"D8Melanie","name":"Melanie + Moore","id":308349554,"id_str":"308349554","indices":[25,35]},{"screen_name":"DANCEonFOX","name":"SYTYCD","id":32624009,"id_str":"32624009","indices":[41,52]}],"urls":[{"url":"https:\/\/t.co\/2rikQ2U46l","expanded_url":"https:\/\/twitter.com\/naughtynicerob\/status\/684897470892130304","display_url":"twitter.com\/naughtynicerob\u2026","indices":[79,102]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"739BA2","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/277021722\/cd_twitter.jpg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/277021722\/cd_twitter.jpg","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/663779869898113024\/mWXlmwEk_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/663779869898113024\/mWXlmwEk_normal.jpg","profile_link_color":"0084B4","profile_sidebar_border_color":"BDDCAD","profile_sidebar_fill_color":"DDFFCC","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":77808680,"id_str":"77808680","name":"Catherine + McKinnell","screen_name":"CatMcKinnellMP","location":"\u00dcT: 51.500693,-0.126137","description":"Labour + MP for Newcastle North and very busy mum of 3. If local resident with a query + email catherine.mckinnell.mp@parliament.uk","url":"https:\/\/t.co\/YiseXDhULL","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/YiseXDhULL","expanded_url":"http:\/\/www.catherinemckinnellmp.co.uk","display_url":"catherinemckinnellmp.co.uk","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":10965,"friends_count":676,"listed_count":406,"created_at":"Sun + Sep 27 19:17:18 +0000 2009","favourites_count":42,"utc_offset":0,"time_zone":"London","geo_enabled":false,"verified":true,"statuses_count":5080,"lang":"en","status":{"created_at":"Wed + Jan 13 00:22:03 +0000 2016","id":687067043938578436,"id_str":"687067043938578436","text":"Brilliant + stuff from @GwynneMP and the #WASPI campaign #pensions https:\/\/t.co\/CFnEVVsCjF","source":"\u003ca + href=\"http:\/\/twitter.com\/download\/iphone\" rel=\"nofollow\"\u003eTwitter + for iPhone\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":1,"favorite_count":1,"entities":{"hashtags":[{"text":"WASPI","indices":[39,45]},{"text":"pensions","indices":[55,64]}],"symbols":[],"user_mentions":[{"screen_name":"GwynneMP","name":"Andrew + Gwynne MP","id":54351001,"id_str":"54351001","indices":[21,30]}],"urls":[{"url":"https:\/\/t.co\/CFnEVVsCjF","expanded_url":"https:\/\/twitter.com\/gwynnemp\/status\/687063092656738304","display_url":"twitter.com\/gwynnemp\/statu\u2026","indices":[66,89]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"BADFCD","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/93432605\/twilk_background_4bcb742581557.jpg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/93432605\/twilk_background_4bcb742581557.jpg","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/684673628743548928\/SZm5dCNa_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/684673628743548928\/SZm5dCNa_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/77808680\/1445780090","profile_link_color":"FF0000","profile_sidebar_border_color":"F2E195","profile_sidebar_fill_color":"FFF7CC","profile_text_color":"0C3E53","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":14630442,"id_str":"14630442","name":"Tidy + Cats","screen_name":"TidyCats","location":"","description":"Tidy likes freshness, + short walks on the beach and cats with good aim. Tidy doesn''t like loud noises, + rainy days or upsetting smells.","url":"http:\/\/t.co\/6ZyPrDvek0","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/6ZyPrDvek0","expanded_url":"http:\/\/www.tidycats.com","display_url":"tidycats.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":29277,"friends_count":824,"listed_count":178,"created_at":"Fri + May 02 20:11:20 +0000 2008","favourites_count":2234,"utc_offset":-21600,"time_zone":"Central + Time (US & Canada)","geo_enabled":false,"verified":true,"statuses_count":3519,"lang":"en","status":{"created_at":"Tue + Jan 12 18:39:33 +0000 2016","id":686980854376169473,"id_str":"686980854376169473","text":"#PleasePutMeInARoomWith + Cats. Kittens. A mix of both preferably.","source":"\u003ca href=\"http:\/\/twitter.com\" + rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":38,"favorite_count":67,"entities":{"hashtags":[{"text":"PleasePutMeInARoomWith","indices":[0,23]}],"symbols":[],"user_mentions":[],"urls":[]},"favorited":false,"retweeted":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"FFFDF2","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/716219640\/a36cebd28d5d8ef802b1ad16c1dbcd55.jpeg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/716219640\/a36cebd28d5d8ef802b1ad16c1dbcd55.jpeg","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/604301780588060672\/ZP_PbY8Q_normal.png","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/604301780588060672\/ZP_PbY8Q_normal.png","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/14630442\/1436755280","profile_link_color":"0084B4","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":60113926,"id_str":"60113926","name":"StockCats","screen_name":"StockCats","location":"","description":"Stock + Trader, Speculator, Technical Anarchist, Financial Media Critic. I work hard + so my cats can have a better life.","url":"http:\/\/t.co\/i4obHgp0Jn","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/i4obHgp0Jn","expanded_url":"http:\/\/www.StockCats.com\/blog","display_url":"StockCats.com\/blog","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":19113,"friends_count":784,"listed_count":587,"created_at":"Sat + Jul 25 18:15:26 +0000 2009","favourites_count":22031,"utc_offset":-18000,"time_zone":"Eastern + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":38931,"lang":"en","status":{"created_at":"Wed + Jan 13 02:54:12 +0000 2016","id":687105335706927105,"id_str":"687105335706927105","text":"RT + @WilliamAder: This Obama guy is the worst rapper ever.","source":"\u003ca + href=\"http:\/\/twitter.com\/#!\/download\/ipad\" rel=\"nofollow\"\u003eTwitter + for iPad\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Wed + Jan 13 02:12:24 +0000 2016","id":687094814928584704,"id_str":"687094814928584704","text":"This + Obama guy is the worst rapper ever.","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":20,"favorite_count":58,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[]},"favorited":false,"retweeted":false,"lang":"en"},"retweet_count":20,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"WilliamAder","name":"Just + Bill","id":331017753,"id_str":"331017753","indices":[3,15]}],"urls":[]},"favorited":false,"retweeted":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"9AE4E8","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/347943613\/bluefadebg.jpg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/347943613\/bluefadebg.jpg","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/544574494392598529\/aOk9rUyd_normal.png","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/544574494392598529\/aOk9rUyd_normal.png","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/60113926\/1398743678","profile_link_color":"0084B4","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"DEDEDE","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":20505533,"id_str":"20505533","name":"BatterseaDogs&Cats","screen_name":"BDCH","location":"London, + Kent and Berkshire.","description":"Rescuing lost, abandoned & unwanted animals + since 1860. Home to many #pogdogs - we share cute pictures of dogs, cats and + other fun stuff about our Home.","url":"http:\/\/t.co\/WvL5fdpHQL","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/WvL5fdpHQL","expanded_url":"http:\/\/www.battersea.org.uk","display_url":"battersea.org.uk","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":153284,"friends_count":18704,"listed_count":660,"created_at":"Tue + Feb 10 10:41:05 +0000 2009","favourites_count":5095,"utc_offset":0,"time_zone":"London","geo_enabled":false,"verified":true,"statuses_count":16548,"lang":"en","status":{"created_at":"Tue + Jan 12 22:02:21 +0000 2016","id":687031887718694912,"id_str":"687031887718694912","text":"RT + @SuttonJobsPlus: Registered Veterinary Nurse @BDCH #Battersea #London \nhttps:\/\/t.co\/dTvtgaeIsE + #Sutton #Jobs closes 1st Feb","source":"\u003ca href=\"http:\/\/twitter.com\/download\/iphone\" + rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Tue + Jan 12 21:50:22 +0000 2016","id":687028873393909760,"id_str":"687028873393909760","text":"Registered + Veterinary Nurse @BDCH #Battersea #London \nhttps:\/\/t.co\/dTvtgaeIsE #Sutton + #Jobs closes 1st Feb","source":"\u003ca href=\"http:\/\/www.hootsuite.com\" + rel=\"nofollow\"\u003eHootsuite\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":8,"favorite_count":0,"entities":{"hashtags":[{"text":"Battersea","indices":[34,44]},{"text":"London","indices":[45,52]},{"text":"Sutton","indices":[78,85]},{"text":"Jobs","indices":[86,91]}],"symbols":[],"user_mentions":[{"screen_name":"BDCH","name":"BatterseaDogs&Cats","id":20505533,"id_str":"20505533","indices":[28,33]}],"urls":[{"url":"https:\/\/t.co\/dTvtgaeIsE","expanded_url":"http:\/\/ow.ly\/WWpje","display_url":"ow.ly\/WWpje","indices":[54,77]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"retweet_count":8,"favorite_count":0,"entities":{"hashtags":[{"text":"Battersea","indices":[54,64]},{"text":"London","indices":[65,72]},{"text":"Sutton","indices":[98,105]},{"text":"Jobs","indices":[106,111]}],"symbols":[],"user_mentions":[{"screen_name":"SuttonJobsPlus","name":"Sutton + (JCP)","id":352265787,"id_str":"352265787","indices":[3,18]},{"screen_name":"BDCH","name":"BatterseaDogs&Cats","id":20505533,"id_str":"20505533","indices":[48,53]}],"urls":[{"url":"https:\/\/t.co\/dTvtgaeIsE","expanded_url":"http:\/\/ow.ly\/WWpje","display_url":"ow.ly\/WWpje","indices":[74,97]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"FFFFFF","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/684016472667099136\/wwM-DCev.jpg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/684016472667099136\/wwM-DCev.jpg","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/378800000418582168\/1baaaf8d9f9ba08dcd901df10ec7d4ce_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/378800000418582168\/1baaaf8d9f9ba08dcd901df10ec7d4ce_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/20505533\/1451917385","profile_link_color":"01009A","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"DDFFCC","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":705963169,"id_str":"705963169","name":"Sam + and Cat ","screen_name":"SamAndCat","location":"","description":"This is the + official page for Sam and Cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":627581,"friends_count":870,"listed_count":448,"created_at":"Thu + Jul 19 23:12:58 +0000 2012","favourites_count":112,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":true,"statuses_count":1607,"lang":"en","status":{"created_at":"Thu + Jan 07 19:43:50 +0000 2016","id":685185091312590848,"id_str":"685185091312590848","text":"I + think you''re swell! #TBT https:\/\/t.co\/iIkq3ikrpn","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":50,"favorite_count":232,"entities":{"hashtags":[{"text":"TBT","indices":[22,26]}],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":685185085868359680,"id_str":"685185085868359680","indices":[27,50],"media_url":"http:\/\/pbs.twimg.com\/media\/CYJENJCUQAA5rOs.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYJENJCUQAA5rOs.jpg","url":"https:\/\/t.co\/iIkq3ikrpn","display_url":"pic.twitter.com\/iIkq3ikrpn","expanded_url":"http:\/\/twitter.com\/SamAndCat\/status\/685185091312590848\/photo\/1","type":"photo","sizes":{"large":{"w":612,"h":612,"resize":"fit"},"small":{"w":340,"h":340,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":600,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"131516","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme14\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme14\/bg.gif","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/472227688996814848\/tKbnoJXG_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/472227688996814848\/tKbnoJXG_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/705963169\/1401422818","profile_link_color":"009999","profile_sidebar_border_color":"EEEEEE","profile_sidebar_fill_color":"EFEFEF","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":18207431,"id_str":"18207431","name":"Catherine + Fuentes","screen_name":"cat_fuentes","location":"nyc","description":"entertainment + writer + editor. sports fan. grumpy animal enthusiast. formerly of @rollingstone.","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":1410,"friends_count":646,"listed_count":39,"created_at":"Thu + Dec 18 03:11:18 +0000 2008","favourites_count":824,"utc_offset":-18000,"time_zone":"Eastern + Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":10193,"lang":"en","status":{"created_at":"Tue + Jan 12 20:27:37 +0000 2016","id":687008049102471169,"id_str":"687008049102471169","text":"When + I tweet in frustration about basics, and then something really basic happens + to me an hour later, I feel extra shame about it.","source":"\u003ca href=\"http:\/\/twitter.com\" + rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"favorite_count":1,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[]},"favorited":false,"retweeted":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"131516","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme14\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme14\/bg.gif","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/518454496268406784\/mpUmB2cY_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/518454496268406784\/mpUmB2cY_normal.jpeg","profile_link_color":"009999","profile_sidebar_border_color":"EEEEEE","profile_sidebar_fill_color":"EFEFEF","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":212187460,"id_str":"212187460","name":"Yusuf + \/ Cat Stevens","screen_name":"YusufCatStevens","location":"","description":"Yusuf + Islam the Artist also known as Cat Stevens","url":"http:\/\/t.co\/ExIylwHebz","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/ExIylwHebz","expanded_url":"http:\/\/www.yusufislam.com","display_url":"yusufislam.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":41459,"friends_count":46,"listed_count":394,"created_at":"Fri + Nov 05 11:37:35 +0000 2010","favourites_count":2494,"utc_offset":14400,"time_zone":"Abu + Dhabi","geo_enabled":false,"verified":true,"statuses_count":1193,"lang":"en","status":{"created_at":"Mon + Jan 11 11:10:56 +0000 2016","id":686505565577543680,"id_str":"686505565577543680","text":"Artist + & sculptor of words @DavidBowieReal has left us for another world. I pray + he''s welcomed by his Maker more than he''s missed by us","source":"\u003ca + href=\"http:\/\/twitter.com\/download\/android\" rel=\"nofollow\"\u003eTwitter + for Android\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":128,"favorite_count":246,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"DavidBowieReal","name":"David + Bowie Official","id":40139016,"id_str":"40139016","indices":[31,46]}],"urls":[]},"favorited":false,"retweeted":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/435507208596377600\/1TC-N1kx.jpeg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/435507208596377600\/1TC-N1kx.jpeg","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/661188553963995136\/0DXhY6Oz_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/661188553963995136\/0DXhY6Oz_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/212187460\/1414386621","profile_link_color":"0084B4","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":48738710,"id_str":"48738710","name":"Catherine + Neville","screen_name":"cat_neville","location":"St. Louis ","description":"VP + of Niche Publishing: @feastmag, Emmy-winning #FeastTV and @laduenews","url":"http:\/\/t.co\/Xq67UXAwLu","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/Xq67UXAwLu","expanded_url":"http:\/\/www.feastmagazine.com","display_url":"feastmagazine.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":7732,"friends_count":3904,"listed_count":228,"created_at":"Fri + Jun 19 15:43:33 +0000 2009","favourites_count":7433,"utc_offset":-21600,"time_zone":"Central + Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":3732,"lang":"en","status":{"created_at":"Tue + Jan 12 13:29:41 +0000 2016","id":686902873054117888,"id_str":"686902873054117888","text":"RT + @LegacyBagelry: Setting up for a video shoot with @cat_neville for the upcoming + season of #feasttv. @feastmag\u2026 https:\/\/t.co\/mXN0RAq9k4","source":"\u003ca + href=\"http:\/\/twitter.com\/download\/iphone\" rel=\"nofollow\"\u003eTwitter + for iPhone\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Tue + Jan 12 13:11:57 +0000 2016","id":686898410599936002,"id_str":"686898410599936002","text":"Setting + up for a video shoot with @cat_neville for the upcoming season of #feasttv. + @feastmag\u2026 https:\/\/t.co\/mXN0RAq9k4","source":"\u003ca href=\"http:\/\/instagram.com\" + rel=\"nofollow\"\u003eInstagram\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":{"type":"Point","coordinates":[37.1580505,-93.2722397]},"coordinates":{"type":"Point","coordinates":[-93.2722397,37.1580505]},"place":{"id":"2526edd24c06e60c","url":"https:\/\/api.twitter.com\/1.1\/geo\/id\/2526edd24c06e60c.json","place_type":"admin","name":"Missouri","full_name":"Missouri, + USA","country_code":"US","country":"United States","contained_within":[],"bounding_box":{"type":"Polygon","coordinates":[[[-95.774704,35.995476],[-89.098843,35.995476],[-89.098843,40.613641],[-95.774704,40.613641]]]},"attributes":{}},"contributors":null,"retweet_count":2,"favorite_count":2,"entities":{"hashtags":[{"text":"feasttv","indices":[74,82]}],"symbols":[],"user_mentions":[{"screen_name":"cat_neville","name":"Catherine + Neville","id":48738710,"id_str":"48738710","indices":[34,46]},{"screen_name":"feastmag","name":"Feast + Magazine","id":185640378,"id_str":"185640378","indices":[84,93]}],"urls":[{"url":"https:\/\/t.co\/mXN0RAq9k4","expanded_url":"https:\/\/www.instagram.com\/p\/BAcLGJ0vz9C\/","display_url":"instagram.com\/p\/BAcLGJ0vz9C\/","indices":[95,118]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"retweet_count":2,"favorite_count":0,"entities":{"hashtags":[{"text":"feasttv","indices":[93,101]}],"symbols":[],"user_mentions":[{"screen_name":"LegacyBagelry","name":"LegacyBagelry","id":1624250905,"id_str":"1624250905","indices":[3,17]},{"screen_name":"cat_neville","name":"Catherine + Neville","id":48738710,"id_str":"48738710","indices":[53,65]},{"screen_name":"feastmag","name":"Feast + Magazine","id":185640378,"id_str":"185640378","indices":[103,112]}],"urls":[{"url":"https:\/\/t.co\/mXN0RAq9k4","expanded_url":"https:\/\/www.instagram.com\/p\/BAcLGJ0vz9C\/","display_url":"instagram.com\/p\/BAcLGJ0vz9C\/","indices":[114,137]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"F0B608","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme3\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme3\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/378800000082673775\/0a7fac90bfca8c459739c4f39725d7cb_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/378800000082673775\/0a7fac90bfca8c459739c4f39725d7cb_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/48738710\/1433258853","profile_link_color":"FA6908","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"DFD28E","profile_text_color":"FF805D","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}]' + http_version: + recorded_at: Wed, 13 Jan 2016 02:56:53 GMT +recorded_with: VCR 3.0.1 diff --git a/spec/vcr/SearchesController/GET_search/when_searching_twitter/returns_a_search_result.yml b/spec/vcr/SearchesController/GET_search/when_searching_twitter/returns_a_search_result.yml new file mode 100644 index 0000000..efbbde4 --- /dev/null +++ b/spec/vcr/SearchesController/GET_search/when_searching_twitter/returns_a_search_result.yml @@ -0,0 +1,264 @@ +--- +http_interactions: +- request: + method: get + uri: https://api.twitter.com/1.1/users/search.json?q=cat + body: + encoding: US-ASCII + string: '' + headers: + Accept: + - application/json + User-Agent: + - TwitterRubyGem/5.15.0 + Authorization: + - OAuth oauth_consumer_key="dJwBdO5ZoQH2OnCNjMKJvYnhn", oauth_nonce="5b8b91a05729d9897c4ca2883e297d1e", + oauth_signature="6epxmn1TDSzp9Jek2%2BM%2BYVgQugc%3D", oauth_signature_method="HMAC-SHA1", + oauth_timestamp="1452653563", oauth_token="80077789-0JZP99XKtgmjNYsHFH3PsrkQaAb618jBA3atLCbsl", + oauth_version="1.0" + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + response: + status: + code: 200 + message: OK + headers: + Cache-Control: + - no-cache, no-store, must-revalidate, pre-check=0, post-check=0 + Content-Disposition: + - attachment; filename=json.json + Content-Length: + - '10746' + Content-Type: + - application/json;charset=utf-8 + Date: + - Wed, 13 Jan 2016 02:52:45 GMT + Expires: + - Tue, 31 Mar 1981 05:00:00 GMT + Last-Modified: + - Wed, 13 Jan 2016 02:52:45 GMT + Pragma: + - no-cache + Server: + - tsa_a + Set-Cookie: + - guest_id=v1%3A145265356495215851; Domain=.twitter.com; Path=/; Expires=Fri, + 12-Jan-2018 02:52:45 UTC + - lang=en; Path=/ + Status: + - 200 OK + Strict-Transport-Security: + - max-age=631138519 + X-Access-Level: + - read-write + X-Connection-Hash: + - 49a2fe653f846a68b4440c9b51f24d3a + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - SAMEORIGIN + X-Rate-Limit-Limit: + - '180' + X-Rate-Limit-Remaining: + - '178' + X-Rate-Limit-Reset: + - '1452654464' + X-Response-Time: + - '104' + X-Transaction: + - 854702916a6487e1 + X-Twitter-Response-Tags: + - BouncerCompliant + X-Xss-Protection: + - 1; mode=block + body: + encoding: ASCII-8BIT + string: '[{"id":3040591972,"id_str":"3040591972","name":"Cute Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72485,"friends_count":42498,"listed_count":328,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51704,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":15957,"lang":"en","status":{"created_at":"Wed + Jan 13 02:45:58 +0000 2016","id":687103264257654784,"id_str":"687103264257654784","text":"This + guy is crazy cute. https:\/\/t.co\/L5QpLRWB89","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":27,"favorite_count":46,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687103264127594496,"id_str":"687103264127594496","indices":[24,47],"media_url":"http:\/\/pbs.twimg.com\/media\/CYkUxz5WMAAch-P.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYkUxz5WMAAch-P.jpg","url":"https:\/\/t.co\/L5QpLRWB89","display_url":"pic.twitter.com\/L5QpLRWB89","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687103264257654784\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":53112502,"id_str":"53112502","name":"Simon''s + Cat","screen_name":"SimonsCat","location":"London, UK","description":"The + official Twitter page of Simon''s Cat.","url":"http:\/\/t.co\/gBazSjkAtB","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/gBazSjkAtB","expanded_url":"http:\/\/www.simonscat.com","display_url":"simonscat.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":169819,"friends_count":220,"listed_count":2566,"created_at":"Thu + Jul 02 16:35:15 +0000 2009","favourites_count":1327,"utc_offset":0,"time_zone":"London","geo_enabled":false,"verified":true,"statuses_count":1025,"lang":"en","status":{"created_at":"Tue + Jan 05 13:00:06 +0000 2016","id":684358712559939584,"id_str":"684358712559939584","text":"Jan + 5th is the #TweflthNight of Christmas, when decorations should be taken down. + Here''s how Simon''s Cat does it - https:\/\/t.co\/vTlIlD3zVb","source":"\u003ca + href=\"https:\/\/ads.twitter.com\" rel=\"nofollow\"\u003eTwitter Ads\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":99,"favorite_count":134,"entities":{"hashtags":[{"text":"TweflthNight","indices":[15,28]}],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/vTlIlD3zVb","expanded_url":"https:\/\/www.youtube.com\/watch?v=nn2h3_aH3vo&feature=youtu.be&list=PL1237AA31FF037200","display_url":"youtube.com\/watch?v=nn2h3_\u2026","indices":[115,138]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"E05448","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/344511763024885330\/99d7783a2a4187ed5cbc4f95df70cf44.png","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/344511763024885330\/99d7783a2a4187ed5cbc4f95df70cf44.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/344513261568157486\/627deec235f9365458c8542f88b6e03b_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/344513261568157486\/627deec235f9365458c8542f88b6e03b_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/53112502\/1400168465","profile_link_color":"F03639","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"E6E6E6","profile_text_color":"000000","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":2348931696,"id_str":"2348931696","name":".CAT","screen_name":"PuntCatTV3","location":"Catalunya","description":"Els + dijous a la nit: ens obrim a l\u2019actualitat per escoltar els seus protagonistes.\nPresentat + per @xavicoral, a les 22.40 per TV3.","url":"http:\/\/t.co\/uAApui4wxb","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/uAApui4wxb","expanded_url":"http:\/\/www.tv3.cat\/puntcat","display_url":"tv3.cat\/puntcat","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":10066,"friends_count":111,"listed_count":99,"created_at":"Mon + Feb 17 19:05:06 +0000 2014","favourites_count":233,"utc_offset":3600,"time_zone":"Madrid","geo_enabled":true,"verified":true,"statuses_count":3654,"lang":"ca","status":{"created_at":"Fri + Jan 08 19:00:16 +0000 2016","id":685536514747453440,"id_str":"685536514747453440","text":"No + us perdeu l''an\u00e0lisi particular de l''actualitat de la setmana per la + @natzafarre: V\u00cdDEO \u25b6 https:\/\/t.co\/1UbFBRT5Sy https:\/\/t.co\/7y6LZ7KAFa","source":"\u003ca + href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":5,"favorite_count":6,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"natzafarre","name":"natza + farr\u00e9","id":1844798868,"id_str":"1844798868","indices":[71,82]}],"urls":[{"url":"https:\/\/t.co\/1UbFBRT5Sy","expanded_url":"http:\/\/tv3.cat\/alacarta\/-cat\/somriures-lletges-i-sexis\/video\/5576156\/","display_url":"tv3.cat\/alacarta\/-cat\/\u2026","indices":[92,115]}],"media":[{"id":685254927736766465,"id_str":"685254927736766465","indices":[116,139],"media_url":"http:\/\/pbs.twimg.com\/media\/CYKDueRWAAE_13p.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYKDueRWAAE_13p.jpg","url":"https:\/\/t.co\/7y6LZ7KAFa","display_url":"pic.twitter.com\/7y6LZ7KAFa","expanded_url":"http:\/\/twitter.com\/PuntCatTV3\/status\/685536514747453440\/photo\/1","type":"photo","sizes":{"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":191,"resize":"fit"},"medium":{"w":600,"h":337,"resize":"fit"},"large":{"w":1024,"h":576,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"und"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"050A30","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/451672920071221248\/lUrxl1iq.jpeg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/451672920071221248\/lUrxl1iq.jpeg","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/646647761706819584\/hCW5ka5z_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/646647761706819584\/hCW5ka5z_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/2348931696\/1443007834","profile_link_color":"5D045B","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":860237030,"id_str":"860237030","name":"Grumpy + Cat","screen_name":"RealGrumpyCat","location":"Arizona","description":"The + Official Twitter for Grumpy Cat. The World''s grumpiest cat! #TeamGrumpy https:\/\/t.co\/tHU9DEatvl + https:\/\/t.co\/LscGBR9Od1","url":"https:\/\/t.co\/uhIA9h94sq","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/uhIA9h94sq","expanded_url":"http:\/\/www.grumpycats.com","display_url":"grumpycats.com","indices":[0,23]}]},"description":{"urls":[{"url":"https:\/\/t.co\/tHU9DEatvl","expanded_url":"http:\/\/Instagram.com\/realgrumpycat","display_url":"Instagram.com\/realgrumpycat","indices":[76,99]},{"url":"https:\/\/t.co\/LscGBR9Od1","expanded_url":"http:\/\/Facebook.com\/theofficialgrumpycat","display_url":"Facebook.com\/theofficialgru\u2026","indices":[100,123]}]}},"protected":false,"followers_count":312741,"friends_count":52456,"listed_count":1490,"created_at":"Wed + Oct 03 19:42:41 +0000 2012","favourites_count":45277,"utc_offset":-18000,"time_zone":"Eastern + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":7467,"lang":"en","status":{"created_at":"Tue + Jan 12 20:26:44 +0000 2016","id":687007826338689024,"id_str":"687007826338689024","text":"https:\/\/t.co\/A2iXo4fkGj","source":"\u003ca + href=\"http:\/\/twitter.com\/download\/iphone\" rel=\"nofollow\"\u003eTwitter + for iPhone\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":143,"favorite_count":525,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687007814984679425,"id_str":"687007814984679425","indices":[0,23],"media_url":"http:\/\/pbs.twimg.com\/media\/CYi998IUQAERwJW.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYi998IUQAERwJW.jpg","url":"https:\/\/t.co\/A2iXo4fkGj","display_url":"pic.twitter.com\/A2iXo4fkGj","expanded_url":"http:\/\/twitter.com\/RealGrumpyCat\/status\/687007826338689024\/photo\/1","type":"photo","sizes":{"small":{"w":340,"h":340,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":600,"resize":"fit"},"large":{"w":1024,"h":1024,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"und"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/551112928066150401\/91DpkSec.png","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/551112928066150401\/91DpkSec.png","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/616542814319415296\/McCTpH_E_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/616542814319415296\/McCTpH_E_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/860237030\/1435830237","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":199014148,"id_str":"199014148","name":"Catherine + Willis","screen_name":"cat_willis","location":"","description":"Catherine + Willis is a freelance casting director who generally quite likes actors.","url":"http:\/\/t.co\/RYqloApjBm","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/RYqloApjBm","expanded_url":"http:\/\/www.cwcasting.co.uk","display_url":"cwcasting.co.uk","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":11678,"friends_count":77,"listed_count":128,"created_at":"Tue + Oct 05 20:28:19 +0000 2010","favourites_count":75,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":1335,"lang":"en","status":{"created_at":"Mon + Jan 11 22:49:31 +0000 2016","id":686681370433826816,"id_str":"686681370433826816","text":"RT + @LesEnfantsTerr: We''re hiring! LET are looking for a Company Stage Manager + for our Spring tour. Full details here: https:\/\/t.co\/E117Ei5\u2026","source":"\u003ca + href=\"http:\/\/twitter.com\/#!\/download\/ipad\" rel=\"nofollow\"\u003eTwitter + for iPad\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Mon + Jan 11 15:11:11 +0000 2016","id":686566027413602304,"id_str":"686566027413602304","text":"We''re + hiring! LET are looking for a Company Stage Manager for our Spring tour. Full + details here: https:\/\/t.co\/E117Ei5DnM. Get in touch!","source":"\u003ca + href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":13,"favorite_count":2,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/E117Ei5DnM","expanded_url":"http:\/\/bit.ly\/1N2YRMZ","display_url":"bit.ly\/1N2YRMZ","indices":[99,122]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"retweet_count":13,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"LesEnfantsTerr","name":"LesEnfantsTerribles","id":102364084,"id_str":"102364084","indices":[3,18]}],"urls":[{"url":"https:\/\/t.co\/E117Ei5DnM","expanded_url":"http:\/\/bit.ly\/1N2YRMZ","display_url":"bit.ly\/1N2YRMZ","indices":[119,140]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/1138210377\/CIMG0605_normal.JPG","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/1138210377\/CIMG0605_normal.JPG","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":10362012,"id_str":"10362012","name":"Brian''s + Cat","screen_name":"brians_cat","location":"Louisville, KY","description":"I''m + Brian''s *not so* imaginary cat.","url":"http:\/\/t.co\/A5pEr8YFTj","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/A5pEr8YFTj","expanded_url":"http:\/\/www.collective-thoughts.com\/about","display_url":"collective-thoughts.com\/about","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":10809,"friends_count":567,"listed_count":159,"created_at":"Sun + Nov 18 19:17:00 +0000 2007","favourites_count":18,"utc_offset":-21600,"time_zone":"Central + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16299,"lang":"en","status":{"created_at":"Tue + Jan 12 21:27:38 +0000 2016","id":687023152124170240,"id_str":"687023152124170240","text":"This + Pup is Ready For His Close-Up https:\/\/t.co\/8aJiLRagNX","source":"\u003ca + href=\"http:\/\/twitterfeed.com\" rel=\"nofollow\"\u003etwitterfeed\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/8aJiLRagNX","expanded_url":"http:\/\/bit.ly\/1P8BVgw","display_url":"bit.ly\/1P8BVgw","indices":[35,58]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"9AE4E8","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/1235512\/cats.jpg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/1235512\/cats.jpg","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/37046542\/nedm_normal.png","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/37046542\/nedm_normal.png","profile_link_color":"0000FF","profile_sidebar_border_color":"87BC44","profile_sidebar_fill_color":"E0FF92","profile_text_color":"000000","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":354133033,"id_str":"354133033","name":"Cats + of Instagram","screen_name":"catsofinstagram","location":"","description":"Original + Cat Photos. Cat Culture. Cat Fun. (Photo accreditations (@) are for users + on Instagram, not Twitter) #catsofinstagram","url":"http:\/\/t.co\/42s0ktQ7FW","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/42s0ktQ7FW","expanded_url":"http:\/\/catsofinstagram.com","display_url":"catsofinstagram.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":110458,"friends_count":6,"listed_count":469,"created_at":"Sat + Aug 13 05:36:22 +0000 2011","favourites_count":40933,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":6144,"lang":"en","status":{"created_at":"Wed + Jan 13 00:25:53 +0000 2016","id":687068011170246658,"id_str":"687068011170246658","text":"From + @nrittneybovak: \"What are you lookin'' at... I know I''m cute\" #catsofinstagram + https:\/\/t.co\/wDw3Y5Kr5r","source":"\u003ca href=\"http:\/\/ifttt.com\" + rel=\"nofollow\"\u003eIFTTT\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":34,"favorite_count":102,"entities":{"hashtags":[{"text":"catsofinstagram","indices":[66,82]}],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687068011094761473,"id_str":"687068011094761473","indices":[83,106],"media_url":"http:\/\/pbs.twimg.com\/media\/CYj0t0HWYAEiGc4.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYj0t0HWYAEiGc4.jpg","url":"https:\/\/t.co\/wDw3Y5Kr5r","display_url":"pic.twitter.com\/wDw3Y5Kr5r","expanded_url":"http:\/\/twitter.com\/catsofinstagram\/status\/687068011170246658\/photo\/1","type":"photo","sizes":{"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"},"large":{"w":1024,"h":1024,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"FFFFFF","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/837578459\/a3e4d5331fbecdad88712219fa172834.png","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/837578459\/a3e4d5331fbecdad88712219fa172834.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/465553363535265793\/ppXOdNmp_normal.png","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/465553363535265793\/ppXOdNmp_normal.png","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/354133033\/1411499504","profile_link_color":"5FB0D1","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"FAFAFA","profile_text_color":"919191","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":1798186166,"id_str":"1798186166","name":"Catherine + Curtin","screen_name":"catecurtin","location":"","description":"Catherine + Curtin, theatre junkie, New Yorker, Youngblood, EST groupie; lover of ORANGE + IS THE NEW BLACK, but I''m not biased, I''m Wanda Bell. Tough cookie!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":18415,"friends_count":3977,"listed_count":130,"created_at":"Sun + Sep 08 02:46:40 +0000 2013","favourites_count":1047,"utc_offset":null,"time_zone":null,"geo_enabled":true,"verified":true,"statuses_count":1094,"lang":"en","status":{"created_at":"Mon + Jan 11 00:53:22 +0000 2016","id":686350152412573696,"id_str":"686350152412573696","text":"Congrats + to all tonight!!!#GoldenGlobes","source":"\u003ca href=\"http:\/\/twitter.com\/download\/iphone\" + rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":{"id":"01a9a39529b27f36","url":"https:\/\/api.twitter.com\/1.1\/geo\/id\/01a9a39529b27f36.json","place_type":"city","name":"Manhattan","full_name":"Manhattan, + NY","country_code":"US","country":"United States","contained_within":[],"bounding_box":{"type":"Polygon","coordinates":[[[-74.026675,40.683935],[-73.910408,40.683935],[-73.910408,40.877483],[-74.026675,40.877483]]]},"attributes":{}},"contributors":null,"retweet_count":7,"favorite_count":18,"entities":{"hashtags":[{"text":"GoldenGlobes","indices":[26,39]}],"symbols":[],"user_mentions":[],"urls":[]},"favorited":false,"retweeted":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/461856525187686400\/1AdZb8GA_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/461856525187686400\/1AdZb8GA_normal.jpeg","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":21082047,"id_str":"21082047","name":"Catherine + Brahic","screen_name":"catBrahic","location":"London, UK","description":"Feature + editor for New Scientist, covering everything from the origins of life to + mass extinctions, climate and archaeology. Views here my own etc.","url":"http:\/\/t.co\/rdaFYR7mgq","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/rdaFYR7mgq","expanded_url":"http:\/\/www.newscientist.com","display_url":"newscientist.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":2842,"friends_count":499,"listed_count":177,"created_at":"Tue + Feb 17 11:39:36 +0000 2009","favourites_count":83,"utc_offset":0,"time_zone":"London","geo_enabled":true,"verified":true,"statuses_count":1645,"lang":"en","status":{"created_at":"Tue + Jan 12 13:44:36 +0000 2016","id":686906625203007488,"id_str":"686906625203007488","text":"With + one short line, the BBC destroys the hopes of millions that God was, in fact, + speaking through Twitter https:\/\/t.co\/amPiGrBwnG","source":"\u003ca href=\"http:\/\/twitter.com\" + rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":8,"favorite_count":3,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":686906624301232128,"id_str":"686906624301232128","indices":[108,131],"media_url":"http:\/\/pbs.twimg.com\/media\/CYhh73dWcAAVgtQ.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYhh73dWcAAVgtQ.jpg","url":"https:\/\/t.co\/amPiGrBwnG","display_url":"pic.twitter.com\/amPiGrBwnG","expanded_url":"http:\/\/twitter.com\/catBrahic\/status\/686906625203007488\/photo\/1","type":"photo","sizes":{"thumb":{"w":150,"h":107,"resize":"crop"},"large":{"w":623,"h":107,"resize":"fit"},"small":{"w":340,"h":58,"resize":"fit"},"medium":{"w":600,"h":103,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"022330","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme15\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme15\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/618758484407025664\/g7ZtIZWP_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/618758484407025664\/g7ZtIZWP_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/21082047\/1436358582","profile_link_color":"0084B4","profile_sidebar_border_color":"A8C7F7","profile_sidebar_fill_color":"C0DFEC","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":424320811,"id_str":"424320811","name":"Catherine + Clifford","screen_name":"CatClifford","location":"New York, NY","description":"Senior + Writer at @Entrepreneur in NYC. Brooklyn dweller, Bikram yoga enthusiast, + once-upon-a-time ballet dancer. Give more than you take.","url":"http:\/\/t.co\/dxAsl4A9tj","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/dxAsl4A9tj","expanded_url":"http:\/\/www.entrepreneur.com\/author\/catherine-clifford","display_url":"entrepreneur.com\/author\/catheri\u2026","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":16971,"friends_count":752,"listed_count":624,"created_at":"Tue + Nov 29 16:44:43 +0000 2011","favourites_count":2763,"utc_offset":-14400,"time_zone":"Atlantic + Time (Canada)","geo_enabled":false,"verified":true,"statuses_count":4342,"lang":"en","status":{"created_at":"Wed + Jan 13 02:23:29 +0000 2016","id":687097605256556544,"id_str":"687097605256556544","text":"RT + @JoannaBloor: To Pull Through Dark Days, Understand What Drives You by @CatClifford + https:\/\/t.co\/VlenZab3P9 via @Entrepreneur #purpose #\u2026","source":"\u003ca + href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Tue + Jan 12 16:56:37 +0000 2016","id":686954950258077697,"id_str":"686954950258077697","text":"To + Pull Through Dark Days, Understand What Drives You by @CatClifford https:\/\/t.co\/VlenZab3P9 + via @Entrepreneur #purpose #becurious","source":"\u003ca href=\"http:\/\/twitter.com\" + rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":1,"favorite_count":4,"entities":{"hashtags":[{"text":"purpose","indices":[112,120]},{"text":"becurious","indices":[121,131]}],"symbols":[],"user_mentions":[{"screen_name":"CatClifford","name":"Catherine + Clifford","id":424320811,"id_str":"424320811","indices":[57,69]},{"screen_name":"Entrepreneur","name":"Entrepreneur","id":19407053,"id_str":"19407053","indices":[98,111]}],"urls":[{"url":"https:\/\/t.co\/VlenZab3P9","expanded_url":"http:\/\/entm.ag\/1JI0Lrv","display_url":"entm.ag\/1JI0Lrv","indices":[70,93]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"retweet_count":1,"favorite_count":0,"entities":{"hashtags":[{"text":"purpose","indices":[129,137]},{"text":"becurious","indices":[139,140]}],"symbols":[],"user_mentions":[{"screen_name":"JoannaBloor","name":"Joanna + Bloor","id":749709990,"id_str":"749709990","indices":[3,15]},{"screen_name":"CatClifford","name":"Catherine + Clifford","id":424320811,"id_str":"424320811","indices":[74,86]},{"screen_name":"Entrepreneur","name":"Entrepreneur","id":19407053,"id_str":"19407053","indices":[115,128]}],"urls":[{"url":"https:\/\/t.co\/VlenZab3P9","expanded_url":"http:\/\/entm.ag\/1JI0Lrv","display_url":"entm.ag\/1JI0Lrv","indices":[87,110]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/458419918967291904\/GQSYvH1w.jpeg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/458419918967291904\/GQSYvH1w.jpeg","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/684048055763660800\/ypVSDDR2_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/684048055763660800\/ypVSDDR2_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/424320811\/1451924906","profile_link_color":"0084B4","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":77808680,"id_str":"77808680","name":"Catherine + McKinnell","screen_name":"CatMcKinnellMP","location":"\u00dcT: 51.500693,-0.126137","description":"Labour + MP for Newcastle North and very busy mum of 3. If local resident with a query + email catherine.mckinnell.mp@parliament.uk","url":"https:\/\/t.co\/YiseXDhULL","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/YiseXDhULL","expanded_url":"http:\/\/www.catherinemckinnellmp.co.uk","display_url":"catherinemckinnellmp.co.uk","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":10965,"friends_count":676,"listed_count":406,"created_at":"Sun + Sep 27 19:17:18 +0000 2009","favourites_count":42,"utc_offset":0,"time_zone":"London","geo_enabled":false,"verified":true,"statuses_count":5080,"lang":"en","status":{"created_at":"Wed + Jan 13 00:22:03 +0000 2016","id":687067043938578436,"id_str":"687067043938578436","text":"Brilliant + stuff from @GwynneMP and the #WASPI campaign #pensions https:\/\/t.co\/CFnEVVsCjF","source":"\u003ca + href=\"http:\/\/twitter.com\/download\/iphone\" rel=\"nofollow\"\u003eTwitter + for iPhone\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":1,"favorite_count":1,"entities":{"hashtags":[{"text":"WASPI","indices":[39,45]},{"text":"pensions","indices":[55,64]}],"symbols":[],"user_mentions":[{"screen_name":"GwynneMP","name":"Andrew + Gwynne MP","id":54351001,"id_str":"54351001","indices":[21,30]}],"urls":[{"url":"https:\/\/t.co\/CFnEVVsCjF","expanded_url":"https:\/\/twitter.com\/gwynnemp\/status\/687063092656738304","display_url":"twitter.com\/gwynnemp\/statu\u2026","indices":[66,89]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"BADFCD","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/93432605\/twilk_background_4bcb742581557.jpg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/93432605\/twilk_background_4bcb742581557.jpg","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/684673628743548928\/SZm5dCNa_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/684673628743548928\/SZm5dCNa_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/77808680\/1445780090","profile_link_color":"FF0000","profile_sidebar_border_color":"F2E195","profile_sidebar_fill_color":"FFF7CC","profile_text_color":"0C3E53","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":930654523,"id_str":"930654523","name":"Catherine + Bach","screen_name":"_CatherineBach","location":"","description":"The official + Twitter of Catherine Bach. Daisy Duke from the TV show Dukes of Hazzard and + Anita Lawson from Young and the Restless. xo","url":"http:\/\/t.co\/Rqot3I8amN","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/Rqot3I8amN","expanded_url":"http:\/\/www.catherinebach.com\/","display_url":"catherinebach.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":16523,"friends_count":915,"listed_count":152,"created_at":"Tue + Nov 06 22:17:36 +0000 2012","favourites_count":699,"utc_offset":null,"time_zone":null,"geo_enabled":true,"verified":true,"statuses_count":586,"lang":"en","status":{"created_at":"Fri + Jan 08 00:01:19 +0000 2016","id":685249888309780481,"id_str":"685249888309780481","text":"Oops!! + Here is the right purse! Guess by Marciano!\ud83d\udc6f\ud83d\ude18\ud83d\udc8b\u2764\ufe0f + https:\/\/t.co\/mZgmTDXprj","source":"\u003ca href=\"http:\/\/twitter.com\/download\/iphone\" + rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":3,"favorite_count":29,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":685249888196493312,"id_str":"685249888196493312","indices":[56,79],"media_url":"http:\/\/pbs.twimg.com\/media\/CYJ_JIhUAAAyjkl.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYJ_JIhUAAAyjkl.jpg","url":"https:\/\/t.co\/mZgmTDXprj","display_url":"pic.twitter.com\/mZgmTDXprj","expanded_url":"http:\/\/twitter.com\/_CatherineBach\/status\/685249888309780481\/photo\/1","type":"photo","sizes":{"medium":{"w":600,"h":800,"resize":"fit"},"large":{"w":768,"h":1024,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":453,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C3FAD2","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme13\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme13\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/3399720812\/efb4d17e8bd0ab709d6174a3a5e4568f_normal.png","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/3399720812\/efb4d17e8bd0ab709d6174a3a5e4568f_normal.png","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/930654523\/1396918097","profile_link_color":"93A644","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"F6FFD1","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":46284762,"id_str":"46284762","name":"Cat + Deeley","screen_name":"catdeeley","location":"Los Angeles, CA","description":"Official + Twitter page for Cat Deeley","url":"http:\/\/t.co\/sXW9BSHcRh","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/sXW9BSHcRh","expanded_url":"http:\/\/www.officiallycatdeeley.com","display_url":"officiallycatdeeley.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":357876,"friends_count":489,"listed_count":3118,"created_at":"Thu + Jun 11 01:51:34 +0000 2009","favourites_count":366,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":true,"statuses_count":9096,"lang":"en","status":{"created_at":"Thu + Jan 07 01:17:15 +0000 2016","id":684906611899408384,"id_str":"684906611899408384","text":"All + our yesterdays! Plus @D8Melanie from @DANCEonFOX .... She plays Chava!!! \ud83c\udfbb + https:\/\/t.co\/2rikQ2U46l","source":"\u003ca href=\"http:\/\/twitter.com\/download\/iphone\" + rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":1,"favorite_count":41,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"D8Melanie","name":"Melanie + Moore","id":308349554,"id_str":"308349554","indices":[25,35]},{"screen_name":"DANCEonFOX","name":"SYTYCD","id":32624009,"id_str":"32624009","indices":[41,52]}],"urls":[{"url":"https:\/\/t.co\/2rikQ2U46l","expanded_url":"https:\/\/twitter.com\/naughtynicerob\/status\/684897470892130304","display_url":"twitter.com\/naughtynicerob\u2026","indices":[79,102]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"739BA2","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/277021722\/cd_twitter.jpg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/277021722\/cd_twitter.jpg","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/663779869898113024\/mWXlmwEk_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/663779869898113024\/mWXlmwEk_normal.jpg","profile_link_color":"0084B4","profile_sidebar_border_color":"BDDCAD","profile_sidebar_fill_color":"DDFFCC","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":14630442,"id_str":"14630442","name":"Tidy + Cats","screen_name":"TidyCats","location":"","description":"Tidy likes freshness, + short walks on the beach and cats with good aim. Tidy doesn''t like loud noises, + rainy days or upsetting smells.","url":"http:\/\/t.co\/6ZyPrDvek0","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/6ZyPrDvek0","expanded_url":"http:\/\/www.tidycats.com","display_url":"tidycats.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":29276,"friends_count":824,"listed_count":178,"created_at":"Fri + May 02 20:11:20 +0000 2008","favourites_count":2234,"utc_offset":-21600,"time_zone":"Central + Time (US & Canada)","geo_enabled":false,"verified":true,"statuses_count":3519,"lang":"en","status":{"created_at":"Tue + Jan 12 18:39:33 +0000 2016","id":686980854376169473,"id_str":"686980854376169473","text":"#PleasePutMeInARoomWith + Cats. Kittens. A mix of both preferably.","source":"\u003ca href=\"http:\/\/twitter.com\" + rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":38,"favorite_count":67,"entities":{"hashtags":[{"text":"PleasePutMeInARoomWith","indices":[0,23]}],"symbols":[],"user_mentions":[],"urls":[]},"favorited":false,"retweeted":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"FFFDF2","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/716219640\/a36cebd28d5d8ef802b1ad16c1dbcd55.jpeg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/716219640\/a36cebd28d5d8ef802b1ad16c1dbcd55.jpeg","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/604301780588060672\/ZP_PbY8Q_normal.png","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/604301780588060672\/ZP_PbY8Q_normal.png","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/14630442\/1436755280","profile_link_color":"0084B4","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":60113926,"id_str":"60113926","name":"StockCats","screen_name":"StockCats","location":"","description":"Stock + Trader, Speculator, Technical Anarchist, Financial Media Critic. I work hard + so my cats can have a better life.","url":"http:\/\/t.co\/i4obHgp0Jn","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/i4obHgp0Jn","expanded_url":"http:\/\/www.StockCats.com\/blog","display_url":"StockCats.com\/blog","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":19113,"friends_count":784,"listed_count":587,"created_at":"Sat + Jul 25 18:15:26 +0000 2009","favourites_count":22032,"utc_offset":-18000,"time_zone":"Eastern + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":38930,"lang":"en","status":{"created_at":"Wed + Jan 13 01:35:18 +0000 2016","id":687085481641787394,"id_str":"687085481641787394","text":"@Thekkw + it could work either way, the key is being able to lock in a price","source":"\u003ca + href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":687085154460893184,"in_reply_to_status_id_str":"687085154460893184","in_reply_to_user_id":1419310464,"in_reply_to_user_id_str":"1419310464","in_reply_to_screen_name":"Thekkw","geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"Thekkw","name":"KKW","id":1419310464,"id_str":"1419310464","indices":[0,7]}],"urls":[]},"favorited":false,"retweeted":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"9AE4E8","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/347943613\/bluefadebg.jpg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/347943613\/bluefadebg.jpg","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/544574494392598529\/aOk9rUyd_normal.png","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/544574494392598529\/aOk9rUyd_normal.png","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/60113926\/1398743678","profile_link_color":"0084B4","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"DEDEDE","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":20505533,"id_str":"20505533","name":"BatterseaDogs&Cats","screen_name":"BDCH","location":"London, + Kent and Berkshire.","description":"Rescuing lost, abandoned & unwanted animals + since 1860. Home to many #pogdogs - we share cute pictures of dogs, cats and + other fun stuff about our Home.","url":"http:\/\/t.co\/WvL5fdpHQL","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/WvL5fdpHQL","expanded_url":"http:\/\/www.battersea.org.uk","display_url":"battersea.org.uk","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":153284,"friends_count":18704,"listed_count":660,"created_at":"Tue + Feb 10 10:41:05 +0000 2009","favourites_count":5095,"utc_offset":0,"time_zone":"London","geo_enabled":false,"verified":true,"statuses_count":16548,"lang":"en","status":{"created_at":"Tue + Jan 12 22:02:21 +0000 2016","id":687031887718694912,"id_str":"687031887718694912","text":"RT + @SuttonJobsPlus: Registered Veterinary Nurse @BDCH #Battersea #London \nhttps:\/\/t.co\/dTvtgaeIsE + #Sutton #Jobs closes 1st Feb","source":"\u003ca href=\"http:\/\/twitter.com\/download\/iphone\" + rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Tue + Jan 12 21:50:22 +0000 2016","id":687028873393909760,"id_str":"687028873393909760","text":"Registered + Veterinary Nurse @BDCH #Battersea #London \nhttps:\/\/t.co\/dTvtgaeIsE #Sutton + #Jobs closes 1st Feb","source":"\u003ca href=\"http:\/\/www.hootsuite.com\" + rel=\"nofollow\"\u003eHootsuite\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":8,"favorite_count":0,"entities":{"hashtags":[{"text":"Battersea","indices":[34,44]},{"text":"London","indices":[45,52]},{"text":"Sutton","indices":[78,85]},{"text":"Jobs","indices":[86,91]}],"symbols":[],"user_mentions":[{"screen_name":"BDCH","name":"BatterseaDogs&Cats","id":20505533,"id_str":"20505533","indices":[28,33]}],"urls":[{"url":"https:\/\/t.co\/dTvtgaeIsE","expanded_url":"http:\/\/ow.ly\/WWpje","display_url":"ow.ly\/WWpje","indices":[54,77]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"retweet_count":8,"favorite_count":0,"entities":{"hashtags":[{"text":"Battersea","indices":[54,64]},{"text":"London","indices":[65,72]},{"text":"Sutton","indices":[98,105]},{"text":"Jobs","indices":[106,111]}],"symbols":[],"user_mentions":[{"screen_name":"SuttonJobsPlus","name":"Sutton + (JCP)","id":352265787,"id_str":"352265787","indices":[3,18]},{"screen_name":"BDCH","name":"BatterseaDogs&Cats","id":20505533,"id_str":"20505533","indices":[48,53]}],"urls":[{"url":"https:\/\/t.co\/dTvtgaeIsE","expanded_url":"http:\/\/ow.ly\/WWpje","display_url":"ow.ly\/WWpje","indices":[74,97]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"FFFFFF","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/684016472667099136\/wwM-DCev.jpg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/684016472667099136\/wwM-DCev.jpg","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/378800000418582168\/1baaaf8d9f9ba08dcd901df10ec7d4ce_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/378800000418582168\/1baaaf8d9f9ba08dcd901df10ec7d4ce_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/20505533\/1451917385","profile_link_color":"01009A","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"DDFFCC","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":705963169,"id_str":"705963169","name":"Sam + and Cat ","screen_name":"SamAndCat","location":"","description":"This is the + official page for Sam and Cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":627591,"friends_count":870,"listed_count":448,"created_at":"Thu + Jul 19 23:12:58 +0000 2012","favourites_count":112,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":true,"statuses_count":1607,"lang":"en","status":{"created_at":"Thu + Jan 07 19:43:50 +0000 2016","id":685185091312590848,"id_str":"685185091312590848","text":"I + think you''re swell! #TBT https:\/\/t.co\/iIkq3ikrpn","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":50,"favorite_count":232,"entities":{"hashtags":[{"text":"TBT","indices":[22,26]}],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":685185085868359680,"id_str":"685185085868359680","indices":[27,50],"media_url":"http:\/\/pbs.twimg.com\/media\/CYJENJCUQAA5rOs.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYJENJCUQAA5rOs.jpg","url":"https:\/\/t.co\/iIkq3ikrpn","display_url":"pic.twitter.com\/iIkq3ikrpn","expanded_url":"http:\/\/twitter.com\/SamAndCat\/status\/685185091312590848\/photo\/1","type":"photo","sizes":{"large":{"w":612,"h":612,"resize":"fit"},"small":{"w":340,"h":340,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"medium":{"w":600,"h":600,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"131516","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme14\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme14\/bg.gif","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/472227688996814848\/tKbnoJXG_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/472227688996814848\/tKbnoJXG_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/705963169\/1401422818","profile_link_color":"009999","profile_sidebar_border_color":"EEEEEE","profile_sidebar_fill_color":"EFEFEF","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":18207431,"id_str":"18207431","name":"Catherine + Fuentes","screen_name":"cat_fuentes","location":"nyc","description":"entertainment + writer + editor. sports fan. grumpy animal enthusiast. formerly of @rollingstone.","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":1410,"friends_count":646,"listed_count":39,"created_at":"Thu + Dec 18 03:11:18 +0000 2008","favourites_count":824,"utc_offset":-18000,"time_zone":"Eastern + Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":10193,"lang":"en","status":{"created_at":"Tue + Jan 12 20:27:37 +0000 2016","id":687008049102471169,"id_str":"687008049102471169","text":"When + I tweet in frustration about basics, and then something really basic happens + to me an hour later, I feel extra shame about it.","source":"\u003ca href=\"http:\/\/twitter.com\" + rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"favorite_count":1,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[]},"favorited":false,"retweeted":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"131516","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme14\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme14\/bg.gif","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/518454496268406784\/mpUmB2cY_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/518454496268406784\/mpUmB2cY_normal.jpeg","profile_link_color":"009999","profile_sidebar_border_color":"EEEEEE","profile_sidebar_fill_color":"EFEFEF","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":212187460,"id_str":"212187460","name":"Yusuf + \/ Cat Stevens","screen_name":"YusufCatStevens","location":"","description":"Yusuf + Islam the Artist also known as Cat Stevens","url":"http:\/\/t.co\/ExIylwHebz","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/ExIylwHebz","expanded_url":"http:\/\/www.yusufislam.com","display_url":"yusufislam.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":41458,"friends_count":46,"listed_count":394,"created_at":"Fri + Nov 05 11:37:35 +0000 2010","favourites_count":2494,"utc_offset":14400,"time_zone":"Abu + Dhabi","geo_enabled":false,"verified":true,"statuses_count":1193,"lang":"en","status":{"created_at":"Mon + Jan 11 11:10:56 +0000 2016","id":686505565577543680,"id_str":"686505565577543680","text":"Artist + & sculptor of words @DavidBowieReal has left us for another world. I pray + he''s welcomed by his Maker more than he''s missed by us","source":"\u003ca + href=\"http:\/\/twitter.com\/download\/android\" rel=\"nofollow\"\u003eTwitter + for Android\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":128,"favorite_count":246,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"DavidBowieReal","name":"David + Bowie Official","id":40139016,"id_str":"40139016","indices":[31,46]}],"urls":[]},"favorited":false,"retweeted":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/435507208596377600\/1TC-N1kx.jpeg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/435507208596377600\/1TC-N1kx.jpeg","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/661188553963995136\/0DXhY6Oz_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/661188553963995136\/0DXhY6Oz_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/212187460\/1414386621","profile_link_color":"0084B4","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":48738710,"id_str":"48738710","name":"Catherine + Neville","screen_name":"cat_neville","location":"St. Louis ","description":"VP + of Niche Publishing: @feastmag, Emmy-winning #FeastTV and @laduenews","url":"http:\/\/t.co\/Xq67UXAwLu","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/Xq67UXAwLu","expanded_url":"http:\/\/www.feastmagazine.com","display_url":"feastmagazine.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":7732,"friends_count":3904,"listed_count":228,"created_at":"Fri + Jun 19 15:43:33 +0000 2009","favourites_count":7433,"utc_offset":-21600,"time_zone":"Central + Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":3732,"lang":"en","status":{"created_at":"Tue + Jan 12 13:29:41 +0000 2016","id":686902873054117888,"id_str":"686902873054117888","text":"RT + @LegacyBagelry: Setting up for a video shoot with @cat_neville for the upcoming + season of #feasttv. @feastmag\u2026 https:\/\/t.co\/mXN0RAq9k4","source":"\u003ca + href=\"http:\/\/twitter.com\/download\/iphone\" rel=\"nofollow\"\u003eTwitter + for iPhone\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Tue + Jan 12 13:11:57 +0000 2016","id":686898410599936002,"id_str":"686898410599936002","text":"Setting + up for a video shoot with @cat_neville for the upcoming season of #feasttv. + @feastmag\u2026 https:\/\/t.co\/mXN0RAq9k4","source":"\u003ca href=\"http:\/\/instagram.com\" + rel=\"nofollow\"\u003eInstagram\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":{"type":"Point","coordinates":[37.1580505,-93.2722397]},"coordinates":{"type":"Point","coordinates":[-93.2722397,37.1580505]},"place":{"id":"2526edd24c06e60c","url":"https:\/\/api.twitter.com\/1.1\/geo\/id\/2526edd24c06e60c.json","place_type":"admin","name":"Missouri","full_name":"Missouri, + USA","country_code":"US","country":"United States","contained_within":[],"bounding_box":{"type":"Polygon","coordinates":[[[-95.774704,35.995476],[-89.098843,35.995476],[-89.098843,40.613641],[-95.774704,40.613641]]]},"attributes":{}},"contributors":null,"retweet_count":2,"favorite_count":2,"entities":{"hashtags":[{"text":"feasttv","indices":[74,82]}],"symbols":[],"user_mentions":[{"screen_name":"cat_neville","name":"Catherine + Neville","id":48738710,"id_str":"48738710","indices":[34,46]},{"screen_name":"feastmag","name":"Feast + Magazine","id":185640378,"id_str":"185640378","indices":[84,93]}],"urls":[{"url":"https:\/\/t.co\/mXN0RAq9k4","expanded_url":"https:\/\/www.instagram.com\/p\/BAcLGJ0vz9C\/","display_url":"instagram.com\/p\/BAcLGJ0vz9C\/","indices":[95,118]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"retweet_count":2,"favorite_count":0,"entities":{"hashtags":[{"text":"feasttv","indices":[93,101]}],"symbols":[],"user_mentions":[{"screen_name":"LegacyBagelry","name":"LegacyBagelry","id":1624250905,"id_str":"1624250905","indices":[3,17]},{"screen_name":"cat_neville","name":"Catherine + Neville","id":48738710,"id_str":"48738710","indices":[53,65]},{"screen_name":"feastmag","name":"Feast + Magazine","id":185640378,"id_str":"185640378","indices":[103,112]}],"urls":[{"url":"https:\/\/t.co\/mXN0RAq9k4","expanded_url":"https:\/\/www.instagram.com\/p\/BAcLGJ0vz9C\/","display_url":"instagram.com\/p\/BAcLGJ0vz9C\/","indices":[114,137]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"F0B608","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme3\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme3\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/378800000082673775\/0a7fac90bfca8c459739c4f39725d7cb_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/378800000082673775\/0a7fac90bfca8c459739c4f39725d7cb_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/48738710\/1433258853","profile_link_color":"FA6908","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"DFD28E","profile_text_color":"FF805D","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}]' + http_version: + recorded_at: Wed, 13 Jan 2016 02:52:44 GMT +recorded_with: VCR 3.0.1 diff --git a/spec/vcr/SearchesController/GET_search/when_searching_vimeo/flash_error_if_no_search_results.yml b/spec/vcr/SearchesController/GET_search/when_searching_vimeo/flash_error_if_no_search_results.yml new file mode 100644 index 0000000..7bbdbe8 --- /dev/null +++ b/spec/vcr/SearchesController/GET_search/when_searching_vimeo/flash_error_if_no_search_results.yml @@ -0,0 +1,59 @@ +--- +http_interactions: +- request: + method: get + uri: https://api.vimeo.com/users?fields=uri,name,pictures&page=1&per_page=25&query=sssskljkkljdfskljlkjdfslkjfakljfdslkjdfksjlkljdfskjlfdskljfklsdjoiuwoiuwrqijdgsjkllkjsdfljkgsdjghsdajhgdsa + body: + encoding: US-ASCII + string: '' + headers: + Authorization: + - bearer d05c3756683259bfcd22921e08a37d74 + Accept: + - application/json + response: + status: + code: 200 + message: OK + headers: + Server: + - nginx + Content-Type: + - application/vnd.vimeo.user+json + Cache-Control: + - no-cache, max-age=315360000 + Strict-Transport-Security: + - max-age=15120000; includeSubDomains; preload + Expires: + - Sat, 10 Jan 2026 02:37:41 GMT + Via: + - 1.1 varnish + - 1.1 varnish + Fastly-Debug-Digest: + - f72c8dd682f4474123fc29f84089aaaf8100d37d961d872087ae4e3a3ac5254c + Content-Length: + - '438' + Accept-Ranges: + - bytes + Date: + - Wed, 13 Jan 2016 02:37:41 GMT + Age: + - '0' + Connection: + - keep-alive + X-Served-By: + - cache-iad2150-IAD, cache-sea1922-SEA + X-Cache: + - MISS, MISS + X-Cache-Hits: + - 0, 0 + X-Timer: + - S1452652660.978948,VS0,VE121 + Vary: + - Accept,Vimeo-Client-Id,Accept-Encoding + body: + encoding: UTF-8 + string: '{"total":0,"page":1,"per_page":25,"paging":{"next":null,"previous":null,"first":"/users?page=1&per_page=25&query=sssskljkkljdfskljlkjdfslkjfakljfdslkjdfksjlkljdfskjlfdskljfklsdjoiuwoiuwrqijdgsjkllkjsdfljkgsdjghsdajhgdsa&fields=uri%2Cname%2Cpictures","last":"/users?page=1&per_page=25&query=sssskljkkljdfskljlkjdfslkjfakljfdslkjdfksjlkljdfskjlfdskljfklsdjoiuwoiuwrqijdgsjkllkjsdfljkgsdjghsdajhgdsa&fields=uri%2Cname%2Cpictures"},"data":[]}' + http_version: + recorded_at: Wed, 13 Jan 2016 02:37:40 GMT +recorded_with: VCR 3.0.1 diff --git a/spec/vcr/SearchesController/GET_search/when_searching_vimeo/is_successful.yml b/spec/vcr/SearchesController/GET_search/when_searching_vimeo/is_successful.yml new file mode 100644 index 0000000..6b10235 --- /dev/null +++ b/spec/vcr/SearchesController/GET_search/when_searching_vimeo/is_successful.yml @@ -0,0 +1,73 @@ +--- +http_interactions: +- request: + method: get + uri: https://api.vimeo.com/users?fields=uri,name,pictures&page=1&per_page=25&query=cat + body: + encoding: US-ASCII + string: '' + headers: + Authorization: + - bearer d05c3756683259bfcd22921e08a37d74 + Accept: + - application/json + response: + status: + code: 200 + message: OK + headers: + Server: + - nginx + Content-Type: + - application/vnd.vimeo.user+json + Cache-Control: + - no-cache, max-age=315360000 + Strict-Transport-Security: + - max-age=15120000; includeSubDomains; preload + Expires: + - Sat, 10 Jan 2026 02:37:40 GMT + Via: + - 1.1 varnish + - 1.1 varnish + Fastly-Debug-Digest: + - 9f2b73b6e1b4ad3c0e14d99dd10439f8287e75cd9f395a4d24f81a7c04be224d + Content-Length: + - '11583' + Accept-Ranges: + - bytes + Date: + - Wed, 13 Jan 2016 02:37:40 GMT + Age: + - '0' + Connection: + - keep-alive + X-Served-By: + - cache-iad2127-IAD, cache-sea1920-SEA + X-Cache: + - MISS, MISS + X-Cache-Hits: + - 0, 0 + X-Timer: + - S1452652660.268272,VS0,VE244 + Vary: + - Accept,Vimeo-Client-Id,Accept-Encoding + body: + encoding: UTF-8 + string: '{"total":7922,"page":1,"per_page":25,"paging":{"next":"/users?page=2&per_page=25&query=cat&fields=uri%2Cname%2Cpictures","previous":null,"first":"/users?page=1&per_page=25&query=cat&fields=uri%2Cname%2Cpictures","last":"/users?page=317&per_page=25&query=cat&fields=uri%2Cname%2Cpictures"},"data":[{"uri":"/users/278624","name":"cat","pictures":{"uri":"/users/278624/pictures/8214811","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/8214811_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/8214811_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/8214811_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/8214811_300x300.jpg?r=pad"}]}},{"uri":"/users/6933694","name":"cat","pictures":{"uri":"/users/6933694/pictures/1958427","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1958427_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1958427_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1958427_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1958427_300x300.jpg?r=pad"}]}},{"uri":"/users/17546060","name":"Our + Country CAT","pictures":{"uri":"/users/17546060/pictures/6707497","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/6707497_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/6707497_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/6707497_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/6707497_300x300.jpg?r=pad"}]}},{"uri":"/users/2634178","name":"Cat + James","pictures":null},{"uri":"/users/4806838","name":"Hugo & Cat","pictures":{"uri":"/users/4806838/pictures/9558094","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/9558094_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/9558094_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/9558094_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/9558094_300x300.jpg?r=pad"}]}},{"uri":"/users/25467447","name":"CAT","pictures":{"uri":"/users/25467447/pictures/10960304","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/10960304_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/10960304_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/10960304_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/10960304_300x300.jpg?r=pad"}]}},{"uri":"/users/4003508","name":"cat + solen","pictures":{"uri":"/users/4003508/pictures/2707566","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/2707566_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/2707566_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/2707566_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/2707566_300x300.jpg?r=pad"}]}},{"uri":"/users/1016583","name":"Big + Cat Rescue","pictures":{"uri":"/users/1016583/pictures/101228","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/101228_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/101228_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/101228_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/101228_300x300.jpg?r=pad"}]}},{"uri":"/users/1827238","name":"Cat + Bruce","pictures":{"uri":"/users/1827238/pictures/4914586","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/4914586_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/4914586_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/4914586_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/4914586_300x300.jpg?r=pad"}]}},{"uri":"/users/1631509","name":"Cat","pictures":{"uri":"/users/1631509/pictures/348674","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/348674_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/348674_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/348674_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/348674_300x300.jpg?r=pad"}]}},{"uri":"/users/4915895","name":"Mad + Cat","pictures":{"uri":"/users/4915895/pictures/2231515","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/2231515_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/2231515_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/2231515_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/2231515_300x300.jpg?r=pad"}]}},{"uri":"/users/41072438","name":"CAT","pictures":{"uri":"/users/41072438/pictures/10601818","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/10601818_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/10601818_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/10601818_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/10601818_300x300.jpg?r=pad"}]}},{"uri":"/users/2395633","name":"CAT&Docs","pictures":{"uri":"/users/2395633/pictures/7466150","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/7466150_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/7466150_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/7466150_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/7466150_300x300.jpg?r=pad"}]}},{"uri":"/users/6764014","name":"Cat","pictures":{"uri":"/users/6764014/pictures/1902546","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1902546_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1902546_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1902546_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1902546_300x300.jpg?r=pad"}]}},{"uri":"/users/16450412","name":"Missing + Cat","pictures":{"uri":"/users/16450412/pictures/6789215","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/6789215_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/6789215_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/6789215_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/6789215_300x300.jpg?r=pad"}]}},{"uri":"/users/1999309","name":"Fat + Cat Productions, LLC","pictures":{"uri":"/users/1999309/pictures/1840529","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1840529_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1840529_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1840529_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1840529_300x300.jpg?r=pad"}]}},{"uri":"/users/8787172","name":"Black + Cat Fireworks","pictures":{"uri":"/users/8787172/pictures/5085252","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/5085252_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/5085252_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/5085252_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/5085252_300x300.jpg?r=pad"}]}},{"uri":"/users/22880237","name":"Cat + Around","pictures":{"uri":"/users/22880237/pictures/7280868","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/7280868_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/7280868_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/7280868_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/7280868_300x300.jpg?r=pad"}]}},{"uri":"/users/616592","name":"Cat + Acro Team","pictures":{"uri":"/users/616592/pictures/6600378","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/6600378_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/6600378_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/6600378_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/6600378_300x300.jpg?r=pad"}]}},{"uri":"/users/2212440","name":"Blue + Cat","pictures":{"uri":"/users/2212440/pictures/4436171","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/4436171_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/4436171_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/4436171_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/4436171_300x300.jpg?r=pad"}]}},{"uri":"/users/87190","name":"cat","pictures":null},{"uri":"/users/33862093","name":"Cat","pictures":{"uri":"/users/33862093/pictures/8608050","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/8608050_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/8608050_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/8608050_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/8608050_300x300.jpg?r=pad"}]}},{"uri":"/users/1429674","name":"Cat + Russell","pictures":null},{"uri":"/users/13789097","name":"Cat","pictures":{"uri":"/users/13789097/pictures/9273921","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/9273921_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/9273921_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/9273921_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/9273921_300x300.jpg?r=pad"}]}},{"uri":"/users/8752019","name":"cat + hope","pictures":{"uri":"/users/8752019/pictures/3373232","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/3373232_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/3373232_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/3373232_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/3373232_300x300.jpg?r=pad"}]}}]}' + http_version: + recorded_at: Wed, 13 Jan 2016 02:37:39 GMT +recorded_with: VCR 3.0.1 diff --git a/spec/vcr/SearchesController/GET_search/when_searching_vimeo/renders_the_search_template.yml b/spec/vcr/SearchesController/GET_search/when_searching_vimeo/renders_the_search_template.yml new file mode 100644 index 0000000..ec455f9 --- /dev/null +++ b/spec/vcr/SearchesController/GET_search/when_searching_vimeo/renders_the_search_template.yml @@ -0,0 +1,73 @@ +--- +http_interactions: +- request: + method: get + uri: https://api.vimeo.com/users?fields=uri,name,pictures&page=1&per_page=25&query=cat + body: + encoding: US-ASCII + string: '' + headers: + Authorization: + - bearer d05c3756683259bfcd22921e08a37d74 + Accept: + - application/json + response: + status: + code: 200 + message: OK + headers: + Server: + - nginx + Content-Type: + - application/vnd.vimeo.user+json + Cache-Control: + - no-cache, max-age=315360000 + Strict-Transport-Security: + - max-age=15120000; includeSubDomains; preload + Expires: + - Sat, 10 Jan 2026 02:37:39 GMT + Via: + - 1.1 varnish + - 1.1 varnish + Fastly-Debug-Digest: + - 9f2b73b6e1b4ad3c0e14d99dd10439f8287e75cd9f395a4d24f81a7c04be224d + Content-Length: + - '11583' + Accept-Ranges: + - bytes + Date: + - Wed, 13 Jan 2016 02:37:40 GMT + Age: + - '0' + Connection: + - keep-alive + X-Served-By: + - cache-iad2124-IAD, cache-sea1920-SEA + X-Cache: + - MISS, MISS + X-Cache-Hits: + - 0, 0 + X-Timer: + - S1452652659.870184,VS0,VE225 + Vary: + - Accept,Vimeo-Client-Id,Accept-Encoding + body: + encoding: UTF-8 + string: '{"total":7922,"page":1,"per_page":25,"paging":{"next":"/users?page=2&per_page=25&query=cat&fields=uri%2Cname%2Cpictures","previous":null,"first":"/users?page=1&per_page=25&query=cat&fields=uri%2Cname%2Cpictures","last":"/users?page=317&per_page=25&query=cat&fields=uri%2Cname%2Cpictures"},"data":[{"uri":"/users/278624","name":"cat","pictures":{"uri":"/users/278624/pictures/8214811","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/8214811_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/8214811_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/8214811_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/8214811_300x300.jpg?r=pad"}]}},{"uri":"/users/6933694","name":"cat","pictures":{"uri":"/users/6933694/pictures/1958427","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1958427_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1958427_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1958427_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1958427_300x300.jpg?r=pad"}]}},{"uri":"/users/17546060","name":"Our + Country CAT","pictures":{"uri":"/users/17546060/pictures/6707497","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/6707497_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/6707497_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/6707497_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/6707497_300x300.jpg?r=pad"}]}},{"uri":"/users/2634178","name":"Cat + James","pictures":null},{"uri":"/users/4806838","name":"Hugo & Cat","pictures":{"uri":"/users/4806838/pictures/9558094","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/9558094_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/9558094_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/9558094_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/9558094_300x300.jpg?r=pad"}]}},{"uri":"/users/25467447","name":"CAT","pictures":{"uri":"/users/25467447/pictures/10960304","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/10960304_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/10960304_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/10960304_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/10960304_300x300.jpg?r=pad"}]}},{"uri":"/users/4003508","name":"cat + solen","pictures":{"uri":"/users/4003508/pictures/2707566","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/2707566_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/2707566_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/2707566_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/2707566_300x300.jpg?r=pad"}]}},{"uri":"/users/1016583","name":"Big + Cat Rescue","pictures":{"uri":"/users/1016583/pictures/101228","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/101228_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/101228_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/101228_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/101228_300x300.jpg?r=pad"}]}},{"uri":"/users/1827238","name":"Cat + Bruce","pictures":{"uri":"/users/1827238/pictures/4914586","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/4914586_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/4914586_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/4914586_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/4914586_300x300.jpg?r=pad"}]}},{"uri":"/users/1631509","name":"Cat","pictures":{"uri":"/users/1631509/pictures/348674","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/348674_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/348674_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/348674_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/348674_300x300.jpg?r=pad"}]}},{"uri":"/users/4915895","name":"Mad + Cat","pictures":{"uri":"/users/4915895/pictures/2231515","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/2231515_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/2231515_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/2231515_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/2231515_300x300.jpg?r=pad"}]}},{"uri":"/users/41072438","name":"CAT","pictures":{"uri":"/users/41072438/pictures/10601818","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/10601818_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/10601818_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/10601818_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/10601818_300x300.jpg?r=pad"}]}},{"uri":"/users/2395633","name":"CAT&Docs","pictures":{"uri":"/users/2395633/pictures/7466150","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/7466150_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/7466150_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/7466150_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/7466150_300x300.jpg?r=pad"}]}},{"uri":"/users/6764014","name":"Cat","pictures":{"uri":"/users/6764014/pictures/1902546","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1902546_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1902546_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1902546_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1902546_300x300.jpg?r=pad"}]}},{"uri":"/users/16450412","name":"Missing + Cat","pictures":{"uri":"/users/16450412/pictures/6789215","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/6789215_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/6789215_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/6789215_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/6789215_300x300.jpg?r=pad"}]}},{"uri":"/users/1999309","name":"Fat + Cat Productions, LLC","pictures":{"uri":"/users/1999309/pictures/1840529","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1840529_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1840529_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1840529_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1840529_300x300.jpg?r=pad"}]}},{"uri":"/users/8787172","name":"Black + Cat Fireworks","pictures":{"uri":"/users/8787172/pictures/5085252","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/5085252_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/5085252_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/5085252_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/5085252_300x300.jpg?r=pad"}]}},{"uri":"/users/22880237","name":"Cat + Around","pictures":{"uri":"/users/22880237/pictures/7280868","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/7280868_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/7280868_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/7280868_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/7280868_300x300.jpg?r=pad"}]}},{"uri":"/users/616592","name":"Cat + Acro Team","pictures":{"uri":"/users/616592/pictures/6600378","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/6600378_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/6600378_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/6600378_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/6600378_300x300.jpg?r=pad"}]}},{"uri":"/users/2212440","name":"Blue + Cat","pictures":{"uri":"/users/2212440/pictures/4436171","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/4436171_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/4436171_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/4436171_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/4436171_300x300.jpg?r=pad"}]}},{"uri":"/users/87190","name":"cat","pictures":null},{"uri":"/users/33862093","name":"Cat","pictures":{"uri":"/users/33862093/pictures/8608050","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/8608050_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/8608050_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/8608050_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/8608050_300x300.jpg?r=pad"}]}},{"uri":"/users/1429674","name":"Cat + Russell","pictures":null},{"uri":"/users/13789097","name":"Cat","pictures":{"uri":"/users/13789097/pictures/9273921","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/9273921_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/9273921_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/9273921_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/9273921_300x300.jpg?r=pad"}]}},{"uri":"/users/8752019","name":"cat + hope","pictures":{"uri":"/users/8752019/pictures/3373232","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/3373232_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/3373232_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/3373232_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/3373232_300x300.jpg?r=pad"}]}}]}' + http_version: + recorded_at: Wed, 13 Jan 2016 02:37:39 GMT +recorded_with: VCR 3.0.1 diff --git a/spec/vcr/SearchesController/GET_search/when_searching_vimeo/returns_a_search_result.yml b/spec/vcr/SearchesController/GET_search/when_searching_vimeo/returns_a_search_result.yml new file mode 100644 index 0000000..3712f87 --- /dev/null +++ b/spec/vcr/SearchesController/GET_search/when_searching_vimeo/returns_a_search_result.yml @@ -0,0 +1,73 @@ +--- +http_interactions: +- request: + method: get + uri: https://api.vimeo.com/users?fields=uri,name,pictures&page=1&per_page=25&query=cat + body: + encoding: US-ASCII + string: '' + headers: + Authorization: + - bearer d05c3756683259bfcd22921e08a37d74 + Accept: + - application/json + response: + status: + code: 200 + message: OK + headers: + Server: + - nginx + Content-Type: + - application/vnd.vimeo.user+json + Cache-Control: + - no-cache, max-age=315360000 + Strict-Transport-Security: + - max-age=15120000; includeSubDomains; preload + Expires: + - Sat, 10 Jan 2026 02:37:40 GMT + Via: + - 1.1 varnish + - 1.1 varnish + Fastly-Debug-Digest: + - 9f2b73b6e1b4ad3c0e14d99dd10439f8287e75cd9f395a4d24f81a7c04be224d + Content-Length: + - '11583' + Accept-Ranges: + - bytes + Date: + - Wed, 13 Jan 2016 02:37:40 GMT + Age: + - '0' + Connection: + - keep-alive + X-Served-By: + - cache-iad2122-IAD, cache-sea1922-SEA + X-Cache: + - MISS, MISS + X-Cache-Hits: + - 0, 0 + X-Timer: + - S1452652660.634943,VS0,VE217 + Vary: + - Accept,Vimeo-Client-Id,Accept-Encoding + body: + encoding: UTF-8 + string: '{"total":7922,"page":1,"per_page":25,"paging":{"next":"/users?page=2&per_page=25&query=cat&fields=uri%2Cname%2Cpictures","previous":null,"first":"/users?page=1&per_page=25&query=cat&fields=uri%2Cname%2Cpictures","last":"/users?page=317&per_page=25&query=cat&fields=uri%2Cname%2Cpictures"},"data":[{"uri":"/users/278624","name":"cat","pictures":{"uri":"/users/278624/pictures/8214811","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/8214811_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/8214811_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/8214811_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/8214811_300x300.jpg?r=pad"}]}},{"uri":"/users/6933694","name":"cat","pictures":{"uri":"/users/6933694/pictures/1958427","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1958427_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1958427_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1958427_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1958427_300x300.jpg?r=pad"}]}},{"uri":"/users/17546060","name":"Our + Country CAT","pictures":{"uri":"/users/17546060/pictures/6707497","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/6707497_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/6707497_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/6707497_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/6707497_300x300.jpg?r=pad"}]}},{"uri":"/users/2634178","name":"Cat + James","pictures":null},{"uri":"/users/4806838","name":"Hugo & Cat","pictures":{"uri":"/users/4806838/pictures/9558094","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/9558094_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/9558094_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/9558094_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/9558094_300x300.jpg?r=pad"}]}},{"uri":"/users/25467447","name":"CAT","pictures":{"uri":"/users/25467447/pictures/10960304","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/10960304_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/10960304_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/10960304_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/10960304_300x300.jpg?r=pad"}]}},{"uri":"/users/4003508","name":"cat + solen","pictures":{"uri":"/users/4003508/pictures/2707566","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/2707566_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/2707566_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/2707566_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/2707566_300x300.jpg?r=pad"}]}},{"uri":"/users/1016583","name":"Big + Cat Rescue","pictures":{"uri":"/users/1016583/pictures/101228","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/101228_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/101228_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/101228_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/101228_300x300.jpg?r=pad"}]}},{"uri":"/users/1827238","name":"Cat + Bruce","pictures":{"uri":"/users/1827238/pictures/4914586","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/4914586_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/4914586_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/4914586_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/4914586_300x300.jpg?r=pad"}]}},{"uri":"/users/1631509","name":"Cat","pictures":{"uri":"/users/1631509/pictures/348674","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/348674_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/348674_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/348674_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/348674_300x300.jpg?r=pad"}]}},{"uri":"/users/4915895","name":"Mad + Cat","pictures":{"uri":"/users/4915895/pictures/2231515","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/2231515_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/2231515_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/2231515_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/2231515_300x300.jpg?r=pad"}]}},{"uri":"/users/41072438","name":"CAT","pictures":{"uri":"/users/41072438/pictures/10601818","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/10601818_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/10601818_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/10601818_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/10601818_300x300.jpg?r=pad"}]}},{"uri":"/users/2395633","name":"CAT&Docs","pictures":{"uri":"/users/2395633/pictures/7466150","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/7466150_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/7466150_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/7466150_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/7466150_300x300.jpg?r=pad"}]}},{"uri":"/users/6764014","name":"Cat","pictures":{"uri":"/users/6764014/pictures/1902546","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1902546_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1902546_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1902546_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1902546_300x300.jpg?r=pad"}]}},{"uri":"/users/16450412","name":"Missing + Cat","pictures":{"uri":"/users/16450412/pictures/6789215","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/6789215_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/6789215_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/6789215_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/6789215_300x300.jpg?r=pad"}]}},{"uri":"/users/1999309","name":"Fat + Cat Productions, LLC","pictures":{"uri":"/users/1999309/pictures/1840529","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/1840529_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/1840529_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/1840529_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/1840529_300x300.jpg?r=pad"}]}},{"uri":"/users/8787172","name":"Black + Cat Fireworks","pictures":{"uri":"/users/8787172/pictures/5085252","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/5085252_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/5085252_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/5085252_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/5085252_300x300.jpg?r=pad"}]}},{"uri":"/users/22880237","name":"Cat + Around","pictures":{"uri":"/users/22880237/pictures/7280868","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/7280868_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/7280868_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/7280868_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/7280868_300x300.jpg?r=pad"}]}},{"uri":"/users/616592","name":"Cat + Acro Team","pictures":{"uri":"/users/616592/pictures/6600378","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/6600378_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/6600378_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/6600378_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/6600378_300x300.jpg?r=pad"}]}},{"uri":"/users/2212440","name":"Blue + Cat","pictures":{"uri":"/users/2212440/pictures/4436171","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/4436171_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/4436171_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/4436171_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/4436171_300x300.jpg?r=pad"}]}},{"uri":"/users/87190","name":"cat","pictures":null},{"uri":"/users/33862093","name":"Cat","pictures":{"uri":"/users/33862093/pictures/8608050","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/8608050_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/8608050_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/8608050_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/8608050_300x300.jpg?r=pad"}]}},{"uri":"/users/1429674","name":"Cat + Russell","pictures":null},{"uri":"/users/13789097","name":"Cat","pictures":{"uri":"/users/13789097/pictures/9273921","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/9273921_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/9273921_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/9273921_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/9273921_300x300.jpg?r=pad"}]}},{"uri":"/users/8752019","name":"cat + hope","pictures":{"uri":"/users/8752019/pictures/3373232","active":true,"type":"custom","sizes":[{"width":30,"height":30,"link":"https://i.vimeocdn.com/portrait/3373232_30x30.jpg?r=pad"},{"width":75,"height":75,"link":"https://i.vimeocdn.com/portrait/3373232_75x75.jpg?r=pad"},{"width":100,"height":100,"link":"https://i.vimeocdn.com/portrait/3373232_100x100.jpg?r=pad"},{"width":300,"height":300,"link":"https://i.vimeocdn.com/portrait/3373232_300x300.jpg?r=pad"}]}}]}' + http_version: + recorded_at: Wed, 13 Jan 2016 02:37:39 GMT +recorded_with: VCR 3.0.1 diff --git a/spec/vcr/User/_twitter_follow_/returns_false_if_a_user_is_already_following_a_creator.yml b/spec/vcr/User/_twitter_follow_/returns_false_if_a_user_is_already_following_a_creator.yml new file mode 100644 index 0000000..8e5bc5a --- /dev/null +++ b/spec/vcr/User/_twitter_follow_/returns_false_if_a_user_is_already_following_a_creator.yml @@ -0,0 +1,270 @@ +--- +http_interactions: +- request: + method: get + uri: https://api.twitter.com/1.1/users/search.json?q=cat + body: + encoding: US-ASCII + string: '' + headers: + Accept: + - application/json + User-Agent: + - TwitterRubyGem/5.15.0 + Authorization: + - OAuth oauth_consumer_key="dJwBdO5ZoQH2OnCNjMKJvYnhn", oauth_nonce="ab910db0673b3305bced32a85e86a6b3", + oauth_signature="1X0OcSE7Zj%2BDLcAQf%2BMZddIU51I%3D", oauth_signature_method="HMAC-SHA1", + oauth_timestamp="1452837000", oauth_token="80077789-0JZP99XKtgmjNYsHFH3PsrkQaAb618jBA3atLCbsl", + oauth_version="1.0" + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + response: + status: + code: 200 + message: OK + headers: + Cache-Control: + - no-cache, no-store, must-revalidate, pre-check=0, post-check=0 + Content-Disposition: + - attachment; filename=json.json + Content-Length: + - '10529' + Content-Type: + - application/json;charset=utf-8 + Date: + - Fri, 15 Jan 2016 05:50:00 GMT + Expires: + - Tue, 31 Mar 1981 05:00:00 GMT + Last-Modified: + - Fri, 15 Jan 2016 05:50:00 GMT + Pragma: + - no-cache + Server: + - tsa_a + Set-Cookie: + - guest_id=v1%3A145283700084932391; Domain=.twitter.com; Path=/; Expires=Sun, + 14-Jan-2018 05:50:00 UTC + - lang=en; Path=/ + Status: + - 200 OK + Strict-Transport-Security: + - max-age=631138519 + X-Access-Level: + - read-write + X-Connection-Hash: + - e3933050685a3afde70e7e346415442d + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - SAMEORIGIN + X-Rate-Limit-Limit: + - '180' + X-Rate-Limit-Remaining: + - '179' + X-Rate-Limit-Reset: + - '1452837900' + X-Response-Time: + - '112' + X-Transaction: + - d8518ccd5f92fc79 + X-Twitter-Response-Tags: + - BouncerCompliant + X-Xss-Protection: + - 1; mode=block + body: + encoding: ASCII-8BIT + string: '[{"id":3040591972,"id_str":"3040591972","name":"Cute Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":73020,"friends_count":42730,"listed_count":331,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51691,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16076,"lang":"en","status":{"created_at":"Fri + Jan 15 05:46:00 +0000 2016","id":687873345048674306,"id_str":"687873345048674306","text":"And + now we know! https:\/\/t.co\/KRMkF6igel","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":6,"favorite_count":13,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687873344922849280,"id_str":"687873344922849280","indices":[17,40],"media_url":"http:\/\/pbs.twimg.com\/media\/CYvRKaaWEAASxQR.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYvRKaaWEAASxQR.jpg","url":"https:\/\/t.co\/KRMkF6igel","display_url":"pic.twitter.com\/KRMkF6igel","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687873345048674306\/photo\/1","type":"photo","sizes":{"medium":{"w":481,"h":720,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":508,"resize":"fit"},"large":{"w":481,"h":720,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":53112502,"id_str":"53112502","name":"Simon''s + Cat","screen_name":"SimonsCat","location":"London, UK","description":"The + official Twitter page of Simon''s Cat.","url":"http:\/\/t.co\/gBazSjkAtB","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/gBazSjkAtB","expanded_url":"http:\/\/www.simonscat.com","display_url":"simonscat.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":169911,"friends_count":220,"listed_count":2569,"created_at":"Thu + Jul 02 16:35:15 +0000 2009","favourites_count":1333,"utc_offset":0,"time_zone":"London","geo_enabled":false,"verified":true,"statuses_count":1026,"lang":"en","status":{"created_at":"Wed + Jan 13 14:18:17 +0000 2016","id":687277488905535489,"id_str":"687277488905535489","text":"RT + @DoodleDay: We''re excited to share a doodle by Simon Tofield, creator of + @SimonsCat! https:\/\/t.co\/PwjTsjRtuN #simonscat https:\/\/t.co\/Bl\u2026","source":"\u003ca + href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Wed + Jan 13 12:32:36 +0000 2016","id":687250896380686336,"id_str":"687250896380686336","text":"We''re + excited to share a doodle by Simon Tofield, creator of @SimonsCat! https:\/\/t.co\/PwjTsjRtuN #simonscat + https:\/\/t.co\/Blbc0JFSsi","source":"\u003ca href=\"http:\/\/twitter.com\" + rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":69,"favorite_count":205,"entities":{"hashtags":[{"text":"simonscat","indices":[98,108]}],"symbols":[],"user_mentions":[{"screen_name":"SimonsCat","name":"Simon''s + Cat","id":53112502,"id_str":"53112502","indices":[61,71]}],"urls":[{"url":"https:\/\/t.co\/PwjTsjRtuN","expanded_url":"http:\/\/nationaldoodleday.org.uk","display_url":"nationaldoodleday.org.uk","indices":[73,96]}],"media":[{"id":687250895080427521,"id_str":"687250895080427521","indices":[109,132],"media_url":"http:\/\/pbs.twimg.com\/media\/CYmbDEDWkAEEplG.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYmbDEDWkAEEplG.jpg","url":"https:\/\/t.co\/Blbc0JFSsi","display_url":"pic.twitter.com\/Blbc0JFSsi","expanded_url":"http:\/\/twitter.com\/DoodleDay\/status\/687250896380686336\/photo\/1","type":"photo","sizes":{"small":{"w":340,"h":240,"resize":"fit"},"medium":{"w":600,"h":423,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"large":{"w":1024,"h":723,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"retweet_count":69,"favorite_count":0,"entities":{"hashtags":[{"text":"simonscat","indices":[113,123]}],"symbols":[],"user_mentions":[{"screen_name":"DoodleDay","name":"National + Doodle Day","id":20777123,"id_str":"20777123","indices":[3,13]},{"screen_name":"SimonsCat","name":"Simon''s + Cat","id":53112502,"id_str":"53112502","indices":[76,86]}],"urls":[{"url":"https:\/\/t.co\/PwjTsjRtuN","expanded_url":"http:\/\/nationaldoodleday.org.uk","display_url":"nationaldoodleday.org.uk","indices":[88,111]}],"media":[{"id":687250895080427521,"id_str":"687250895080427521","indices":[124,140],"media_url":"http:\/\/pbs.twimg.com\/media\/CYmbDEDWkAEEplG.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYmbDEDWkAEEplG.jpg","url":"https:\/\/t.co\/Blbc0JFSsi","display_url":"pic.twitter.com\/Blbc0JFSsi","expanded_url":"http:\/\/twitter.com\/DoodleDay\/status\/687250896380686336\/photo\/1","type":"photo","sizes":{"small":{"w":340,"h":240,"resize":"fit"},"medium":{"w":600,"h":423,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"large":{"w":1024,"h":723,"resize":"fit"}},"source_status_id":687250896380686336,"source_status_id_str":"687250896380686336","source_user_id":20777123,"source_user_id_str":"20777123"}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"E05448","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/344511763024885330\/99d7783a2a4187ed5cbc4f95df70cf44.png","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/344511763024885330\/99d7783a2a4187ed5cbc4f95df70cf44.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/344513261568157486\/627deec235f9365458c8542f88b6e03b_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/344513261568157486\/627deec235f9365458c8542f88b6e03b_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/53112502\/1400168465","profile_link_color":"F03639","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"E6E6E6","profile_text_color":"000000","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":2348931696,"id_str":"2348931696","name":".CAT","screen_name":"PuntCatTV3","location":"Catalunya","description":"Els + dijous a la nit: ens obrim a l\u2019actualitat per escoltar els seus protagonistes.\nPresentat + per @xavicoral, a les 22.40 per TV3.","url":"http:\/\/t.co\/uAApui4wxb","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/uAApui4wxb","expanded_url":"http:\/\/www.tv3.cat\/puntcat","display_url":"tv3.cat\/puntcat","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":10076,"friends_count":111,"listed_count":99,"created_at":"Mon + Feb 17 19:05:06 +0000 2014","favourites_count":233,"utc_offset":3600,"time_zone":"Madrid","geo_enabled":true,"verified":true,"statuses_count":3655,"lang":"ca","status":{"created_at":"Wed + Jan 13 14:38:06 +0000 2016","id":687282477283590144,"id_str":"687282477283590144","text":"Aquesta + setmana no tenim programa. @tv3cat emet l''entrevista institucional al president + de la Generalitat, Carles Puigdemont.","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":7,"favorite_count":3,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"tv3cat","name":"TV3.cat","id":28373820,"id_str":"28373820","indices":[35,42]}],"urls":[]},"favorited":false,"retweeted":false,"lang":"und"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"050A30","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/451672920071221248\/lUrxl1iq.jpeg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/451672920071221248\/lUrxl1iq.jpeg","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/646647761706819584\/hCW5ka5z_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/646647761706819584\/hCW5ka5z_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/2348931696\/1443007834","profile_link_color":"5D045B","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":860237030,"id_str":"860237030","name":"Grumpy + Cat","screen_name":"RealGrumpyCat","location":"Arizona","description":"The + Official Twitter for Grumpy Cat. The World''s grumpiest cat! #TeamGrumpy https:\/\/t.co\/tHU9DEatvl + https:\/\/t.co\/LscGBR9Od1","url":"https:\/\/t.co\/uhIA9h94sq","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/uhIA9h94sq","expanded_url":"http:\/\/www.grumpycats.com","display_url":"grumpycats.com","indices":[0,23]}]},"description":{"urls":[{"url":"https:\/\/t.co\/tHU9DEatvl","expanded_url":"http:\/\/Instagram.com\/realgrumpycat","display_url":"Instagram.com\/realgrumpycat","indices":[76,99]},{"url":"https:\/\/t.co\/LscGBR9Od1","expanded_url":"http:\/\/Facebook.com\/theofficialgrumpycat","display_url":"Facebook.com\/theofficialgru\u2026","indices":[100,123]}]}},"protected":false,"followers_count":312932,"friends_count":52485,"listed_count":1493,"created_at":"Wed + Oct 03 19:42:41 +0000 2012","favourites_count":45287,"utc_offset":-18000,"time_zone":"Eastern + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":7469,"lang":"en","status":{"created_at":"Thu + Jan 14 21:48:46 +0000 2016","id":687753248271237121,"id_str":"687753248271237121","text":"https:\/\/t.co\/YWCK4b6YA0","source":"\u003ca + href=\"http:\/\/twitter.com\/download\/iphone\" rel=\"nofollow\"\u003eTwitter + for iPhone\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":108,"favorite_count":420,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687753243884048384,"id_str":"687753243884048384","indices":[0,23],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtj7nLU0AATiz8.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtj7nLU0AATiz8.jpg","url":"https:\/\/t.co\/YWCK4b6YA0","display_url":"pic.twitter.com\/YWCK4b6YA0","expanded_url":"http:\/\/twitter.com\/RealGrumpyCat\/status\/687753248271237121\/photo\/1","type":"photo","sizes":{"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"},"large":{"w":1024,"h":1024,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"und"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/551112928066150401\/91DpkSec.png","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/551112928066150401\/91DpkSec.png","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/616542814319415296\/McCTpH_E_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/616542814319415296\/McCTpH_E_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/860237030\/1435830237","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":199014148,"id_str":"199014148","name":"Catherine + Willis","screen_name":"cat_willis","location":"","description":"Catherine + Willis is a freelance casting director who generally quite likes actors.","url":"http:\/\/t.co\/RYqloApjBm","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/RYqloApjBm","expanded_url":"http:\/\/www.cwcasting.co.uk","display_url":"cwcasting.co.uk","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":11695,"friends_count":77,"listed_count":128,"created_at":"Tue + Oct 05 20:28:19 +0000 2010","favourites_count":76,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":1340,"lang":"en","status":{"created_at":"Thu + Jan 14 14:06:00 +0000 2016","id":687636786936475649,"id_str":"687636786936475649","text":"I + hope the #BAFTA nominations find more reason to celebrate diversity in the + industry than the Oscars #OscarsSoWhite","source":"\u003ca href=\"http:\/\/twitter.com\" + rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":2,"favorite_count":10,"entities":{"hashtags":[{"text":"BAFTA","indices":[11,17]},{"text":"OscarsSoWhite","indices":[102,116]}],"symbols":[],"user_mentions":[],"urls":[]},"favorited":false,"retweeted":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/1138210377\/CIMG0605_normal.JPG","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/1138210377\/CIMG0605_normal.JPG","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":10362012,"id_str":"10362012","name":"Brian''s + Cat","screen_name":"brians_cat","location":"Louisville, KY","description":"I''m + Brian''s *not so* imaginary cat.","url":"http:\/\/t.co\/A5pEr8YFTj","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/A5pEr8YFTj","expanded_url":"http:\/\/www.collective-thoughts.com\/about","display_url":"collective-thoughts.com\/about","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":10810,"friends_count":567,"listed_count":159,"created_at":"Sun + Nov 18 19:17:00 +0000 2007","favourites_count":18,"utc_offset":-21600,"time_zone":"Central + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16306,"lang":"en","status":{"created_at":"Thu + Jan 14 19:34:13 +0000 2016","id":687719385314623488,"id_str":"687719385314623488","text":"Crocodile + Slip And Slide https:\/\/t.co\/vFsTKHiPl9","source":"\u003ca href=\"http:\/\/twitterfeed.com\" + rel=\"nofollow\"\u003etwitterfeed\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/vFsTKHiPl9","expanded_url":"http:\/\/bit.ly\/1RQzswt","display_url":"bit.ly\/1RQzswt","indices":[25,48]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"9AE4E8","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/1235512\/cats.jpg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/1235512\/cats.jpg","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/37046542\/nedm_normal.png","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/37046542\/nedm_normal.png","profile_link_color":"0000FF","profile_sidebar_border_color":"87BC44","profile_sidebar_fill_color":"E0FF92","profile_text_color":"000000","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":1798186166,"id_str":"1798186166","name":"Catherine + Curtin","screen_name":"catecurtin","location":"","description":"Catherine + Curtin, theatre junkie, New Yorker, Youngblood, EST groupie; lover of ORANGE + IS THE NEW BLACK, but I''m not biased, I''m Wanda Bell. Tough cookie!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":18431,"friends_count":3977,"listed_count":129,"created_at":"Sun + Sep 08 02:46:40 +0000 2013","favourites_count":1047,"utc_offset":null,"time_zone":null,"geo_enabled":true,"verified":true,"statuses_count":1094,"lang":"en","status":{"created_at":"Mon + Jan 11 00:53:22 +0000 2016","id":686350152412573696,"id_str":"686350152412573696","text":"Congrats + to all tonight!!!#GoldenGlobes","source":"\u003ca href=\"http:\/\/twitter.com\/download\/iphone\" + rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":{"id":"01a9a39529b27f36","url":"https:\/\/api.twitter.com\/1.1\/geo\/id\/01a9a39529b27f36.json","place_type":"city","name":"Manhattan","full_name":"Manhattan, + NY","country_code":"US","country":"United States","contained_within":[],"bounding_box":{"type":"Polygon","coordinates":[[[-74.026675,40.683935],[-73.910408,40.683935],[-73.910408,40.877483],[-74.026675,40.877483]]]},"attributes":{}},"contributors":null,"retweet_count":7,"favorite_count":19,"entities":{"hashtags":[{"text":"GoldenGlobes","indices":[26,39]}],"symbols":[],"user_mentions":[],"urls":[]},"favorited":false,"retweeted":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/461856525187686400\/1AdZb8GA_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/461856525187686400\/1AdZb8GA_normal.jpeg","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":354133033,"id_str":"354133033","name":"Cats + of Instagram","screen_name":"catsofinstagram","location":"","description":"Original + Cat Photos. Cat Culture. Cat Fun. (Photo accreditations (@) are for users + on Instagram, not Twitter) #catsofinstagram","url":"http:\/\/t.co\/42s0ktQ7FW","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/42s0ktQ7FW","expanded_url":"http:\/\/catsofinstagram.com","display_url":"catsofinstagram.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":110687,"friends_count":6,"listed_count":473,"created_at":"Sat + Aug 13 05:36:22 +0000 2011","favourites_count":42311,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":6156,"lang":"en","status":{"created_at":"Fri + Jan 15 05:30:38 +0000 2016","id":687869478110101504,"id_str":"687869478110101504","text":"From + @olafcosmo: \"Whaca lukin et?\" #catsofinstagram https:\/\/t.co\/198rCoz0tY","source":"\u003ca + href=\"http:\/\/ifttt.com\" rel=\"nofollow\"\u003eIFTTT\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":19,"favorite_count":34,"entities":{"hashtags":[{"text":"catsofinstagram","indices":[35,51]}],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687869477929807872,"id_str":"687869477929807872","indices":[52,75],"media_url":"http:\/\/pbs.twimg.com\/media\/CYvNpUvW8AALEq8.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYvNpUvW8AALEq8.jpg","url":"https:\/\/t.co\/198rCoz0tY","display_url":"pic.twitter.com\/198rCoz0tY","expanded_url":"http:\/\/twitter.com\/catsofinstagram\/status\/687869478110101504\/photo\/1","type":"photo","sizes":{"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"},"large":{"w":1024,"h":1024,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"FFFFFF","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/837578459\/a3e4d5331fbecdad88712219fa172834.png","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/837578459\/a3e4d5331fbecdad88712219fa172834.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/465553363535265793\/ppXOdNmp_normal.png","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/465553363535265793\/ppXOdNmp_normal.png","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/354133033\/1411499504","profile_link_color":"5FB0D1","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"FAFAFA","profile_text_color":"919191","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":21082047,"id_str":"21082047","name":"Catherine + Brahic","screen_name":"catBrahic","location":"London, UK","description":"Feature + editor for New Scientist, covering everything from the origins of life to + mass extinctions, climate and archaeology. Views here my own etc.","url":"http:\/\/t.co\/rdaFYR7mgq","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/rdaFYR7mgq","expanded_url":"http:\/\/www.newscientist.com","display_url":"newscientist.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":2839,"friends_count":499,"listed_count":177,"created_at":"Tue + Feb 17 11:39:36 +0000 2009","favourites_count":83,"utc_offset":0,"time_zone":"London","geo_enabled":true,"verified":true,"statuses_count":1645,"lang":"en","status":{"created_at":"Tue + Jan 12 13:44:36 +0000 2016","id":686906625203007488,"id_str":"686906625203007488","text":"With + one short line, the BBC destroys the hopes of millions that God was, in fact, + speaking through Twitter https:\/\/t.co\/amPiGrBwnG","source":"\u003ca href=\"http:\/\/twitter.com\" + rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":8,"favorite_count":3,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":686906624301232128,"id_str":"686906624301232128","indices":[108,131],"media_url":"http:\/\/pbs.twimg.com\/media\/CYhh73dWcAAVgtQ.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYhh73dWcAAVgtQ.jpg","url":"https:\/\/t.co\/amPiGrBwnG","display_url":"pic.twitter.com\/amPiGrBwnG","expanded_url":"http:\/\/twitter.com\/catBrahic\/status\/686906625203007488\/photo\/1","type":"photo","sizes":{"thumb":{"w":150,"h":107,"resize":"crop"},"large":{"w":623,"h":107,"resize":"fit"},"small":{"w":340,"h":58,"resize":"fit"},"medium":{"w":600,"h":103,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"022330","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme15\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme15\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/618758484407025664\/g7ZtIZWP_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/618758484407025664\/g7ZtIZWP_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/21082047\/1436358582","profile_link_color":"0084B4","profile_sidebar_border_color":"A8C7F7","profile_sidebar_fill_color":"C0DFEC","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":930654523,"id_str":"930654523","name":"Catherine + Bach","screen_name":"_CatherineBach","location":"","description":"The official + Twitter of Catherine Bach. Daisy Duke from the TV show Dukes of Hazzard and + Anita Lawson from Young and the Restless. xo","url":"http:\/\/t.co\/Rqot3I8amN","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/Rqot3I8amN","expanded_url":"http:\/\/www.catherinebach.com\/","display_url":"catherinebach.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":16543,"friends_count":917,"listed_count":153,"created_at":"Tue + Nov 06 22:17:36 +0000 2012","favourites_count":701,"utc_offset":null,"time_zone":null,"geo_enabled":true,"verified":true,"statuses_count":586,"lang":"en","status":{"created_at":"Fri + Jan 08 00:01:19 +0000 2016","id":685249888309780481,"id_str":"685249888309780481","text":"Oops!! + Here is the right purse! Guess by Marciano!\ud83d\udc6f\ud83d\ude18\ud83d\udc8b\u2764\ufe0f + https:\/\/t.co\/mZgmTDXprj","source":"\u003ca href=\"http:\/\/twitter.com\/download\/iphone\" + rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":4,"favorite_count":30,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":685249888196493312,"id_str":"685249888196493312","indices":[56,79],"media_url":"http:\/\/pbs.twimg.com\/media\/CYJ_JIhUAAAyjkl.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYJ_JIhUAAAyjkl.jpg","url":"https:\/\/t.co\/mZgmTDXprj","display_url":"pic.twitter.com\/mZgmTDXprj","expanded_url":"http:\/\/twitter.com\/_CatherineBach\/status\/685249888309780481\/photo\/1","type":"photo","sizes":{"medium":{"w":600,"h":800,"resize":"fit"},"large":{"w":768,"h":1024,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":453,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C3FAD2","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme13\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme13\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/3399720812\/efb4d17e8bd0ab709d6174a3a5e4568f_normal.png","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/3399720812\/efb4d17e8bd0ab709d6174a3a5e4568f_normal.png","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/930654523\/1396918097","profile_link_color":"93A644","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"F6FFD1","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":424320811,"id_str":"424320811","name":"Catherine + Clifford","screen_name":"CatClifford","location":"New York, NY","description":"Senior + Writer at @Entrepreneur in NYC. Brooklyn dweller, Bikram yoga enthusiast, + once-upon-a-time ballet dancer. Give more than you take.","url":"http:\/\/t.co\/dxAsl4A9tj","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/dxAsl4A9tj","expanded_url":"http:\/\/www.entrepreneur.com\/author\/catherine-clifford","display_url":"entrepreneur.com\/author\/catheri\u2026","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":16998,"friends_count":752,"listed_count":626,"created_at":"Tue + Nov 29 16:44:43 +0000 2011","favourites_count":2782,"utc_offset":-14400,"time_zone":"Atlantic + Time (Canada)","geo_enabled":false,"verified":true,"statuses_count":4360,"lang":"en","status":{"created_at":"Thu + Jan 14 21:45:13 +0000 2016","id":687752352279965696,"id_str":"687752352279965696","text":"RT + @StephenJBronner: 62 Percent of American Billionaires Are Self-Made by @CatClifford + https:\/\/t.co\/VFagZ1kxup via @Entrepreneur","source":"\u003ca href=\"http:\/\/twitter.com\" + rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Thu + Jan 14 21:30:25 +0000 2016","id":687748628971143168,"id_str":"687748628971143168","text":"62 + Percent of American Billionaires Are Self-Made by @CatClifford https:\/\/t.co\/VFagZ1kxup + via @Entrepreneur","source":"\u003ca href=\"http:\/\/www.hootsuite.com\" rel=\"nofollow\"\u003eHootsuite\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":1,"favorite_count":1,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"CatClifford","name":"Catherine + Clifford","id":424320811,"id_str":"424320811","indices":[53,65]},{"screen_name":"Entrepreneur","name":"Entrepreneur","id":19407053,"id_str":"19407053","indices":[94,107]}],"urls":[{"url":"https:\/\/t.co\/VFagZ1kxup","expanded_url":"http:\/\/entm.ag\/1JMYDi0","display_url":"entm.ag\/1JMYDi0","indices":[66,89]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"retweet_count":1,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"StephenJBronner","name":"Stephen + J. Bronner","id":92080081,"id_str":"92080081","indices":[3,19]},{"screen_name":"CatClifford","name":"Catherine + Clifford","id":424320811,"id_str":"424320811","indices":[74,86]},{"screen_name":"Entrepreneur","name":"Entrepreneur","id":19407053,"id_str":"19407053","indices":[115,128]}],"urls":[{"url":"https:\/\/t.co\/VFagZ1kxup","expanded_url":"http:\/\/entm.ag\/1JMYDi0","display_url":"entm.ag\/1JMYDi0","indices":[87,110]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/458419918967291904\/GQSYvH1w.jpeg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/458419918967291904\/GQSYvH1w.jpeg","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/684048055763660800\/ypVSDDR2_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/684048055763660800\/ypVSDDR2_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/424320811\/1451924906","profile_link_color":"0084B4","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":46284762,"id_str":"46284762","name":"Cat + Deeley","screen_name":"catdeeley","location":"Los Angeles, CA","description":"Official + Twitter page for Cat Deeley","url":"http:\/\/t.co\/sXW9BSHcRh","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/sXW9BSHcRh","expanded_url":"http:\/\/www.officiallycatdeeley.com","display_url":"officiallycatdeeley.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":357873,"friends_count":489,"listed_count":3121,"created_at":"Thu + Jun 11 01:51:34 +0000 2009","favourites_count":366,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":true,"statuses_count":9096,"lang":"en","status":{"created_at":"Thu + Jan 07 01:17:15 +0000 2016","id":684906611899408384,"id_str":"684906611899408384","text":"All + our yesterdays! Plus @D8Melanie from @DANCEonFOX .... She plays Chava!!! \ud83c\udfbb + https:\/\/t.co\/2rikQ2U46l","source":"\u003ca href=\"http:\/\/twitter.com\/download\/iphone\" + rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":1,"favorite_count":41,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"D8Melanie","name":"Melanie + Moore","id":308349554,"id_str":"308349554","indices":[25,35]},{"screen_name":"DANCEonFOX","name":"SYTYCD","id":32624009,"id_str":"32624009","indices":[41,52]}],"urls":[{"url":"https:\/\/t.co\/2rikQ2U46l","expanded_url":"https:\/\/twitter.com\/naughtynicerob\/status\/684897470892130304","display_url":"twitter.com\/naughtynicerob\u2026","indices":[79,102]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"739BA2","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/277021722\/cd_twitter.jpg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/277021722\/cd_twitter.jpg","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/663779869898113024\/mWXlmwEk_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/663779869898113024\/mWXlmwEk_normal.jpg","profile_link_color":"0084B4","profile_sidebar_border_color":"BDDCAD","profile_sidebar_fill_color":"DDFFCC","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":264946980,"id_str":"264946980","name":"Catherine + Van","screen_name":"cat08van","location":"Reno","description":"Reporter at + @KOLO8 News Now (ABC) Reno | Homegrown Nevadan | Proud @GonzagaU alum | Harmonizing + alto | Lover of puns | Views are my own","url":"https:\/\/t.co\/eEtzvEajOy","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/eEtzvEajOy","expanded_url":"http:\/\/www.kolotv.com\/station\/bios\/news\/166026166.html","display_url":"kolotv.com\/station\/bios\/n\u2026","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":686,"friends_count":468,"listed_count":24,"created_at":"Sat + Mar 12 18:42:11 +0000 2011","favourites_count":546,"utc_offset":-32400,"time_zone":"Alaska","geo_enabled":true,"verified":true,"statuses_count":2895,"lang":"en","status":{"created_at":"Fri + Jan 15 04:06:34 +0000 2016","id":687848323093401600,"id_str":"687848323093401600","text":"RT + @ZagKennelClub: Ouch. https:\/\/t.co\/37Jml72PmP","source":"\u003ca href=\"http:\/\/twitter.com\/download\/iphone\" + rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Fri + Jan 15 04:03:34 +0000 2016","id":687847568571674624,"id_str":"687847568571674624","text":"Ouch. + https:\/\/t.co\/37Jml72PmP","source":"\u003ca href=\"http:\/\/twitter.com\/download\/iphone\" + rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":25,"favorite_count":35,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/37Jml72PmP","expanded_url":"http:\/\/twitter.com\/ZagKennelClub\/status\/687847568571674624\/photo\/1","display_url":"pic.twitter.com\/37Jml72PmP","indices":[6,29]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"retweet_count":25,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"ZagKennelClub","name":"Gonzaga + Kennel Club","id":90253832,"id_str":"90253832","indices":[3,17]}],"urls":[{"url":"https:\/\/t.co\/37Jml72PmP","expanded_url":"http:\/\/twitter.com\/ZagKennelClub\/status\/687847568571674624\/photo\/1","display_url":"pic.twitter.com\/37Jml72PmP","indices":[25,48]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"452E43","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/450517638662205441\/TtLONiCW.jpeg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/450517638662205441\/TtLONiCW.jpeg","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/483910612896866304\/eD3CDZrc_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/483910612896866304\/eD3CDZrc_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/264946980\/1452683044","profile_link_color":"B55B7C","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"F82189","profile_text_color":"F4748F","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":14630442,"id_str":"14630442","name":"Tidy + Cats","screen_name":"TidyCats","location":"","description":"Tidy likes freshness, + short walks on the beach and cats with good aim. Tidy doesn''t like loud noises, + rainy days or upsetting smells.","url":"http:\/\/t.co\/6ZyPrDvek0","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/6ZyPrDvek0","expanded_url":"http:\/\/www.tidycats.com","display_url":"tidycats.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":29287,"friends_count":824,"listed_count":179,"created_at":"Fri + May 02 20:11:20 +0000 2008","favourites_count":2232,"utc_offset":-21600,"time_zone":"Central + Time (US & Canada)","geo_enabled":false,"verified":true,"statuses_count":3520,"lang":"en","status":{"created_at":"Wed + Jan 13 17:10:26 +0000 2016","id":687320815629647872,"id_str":"687320815629647872","text":"#WednesdayWisdom + cats are amazing.","source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter + Web Client\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":16,"favorite_count":13,"entities":{"hashtags":[{"text":"WednesdayWisdom","indices":[0,16]}],"symbols":[],"user_mentions":[],"urls":[]},"favorited":false,"retweeted":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"FFFDF2","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/716219640\/a36cebd28d5d8ef802b1ad16c1dbcd55.jpeg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/716219640\/a36cebd28d5d8ef802b1ad16c1dbcd55.jpeg","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/604301780588060672\/ZP_PbY8Q_normal.png","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/604301780588060672\/ZP_PbY8Q_normal.png","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/14630442\/1436755280","profile_link_color":"0084B4","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":77808680,"id_str":"77808680","name":"Catherine + McKinnell","screen_name":"CatMcKinnellMP","location":"\u00dcT: 51.500693,-0.126137","description":"Labour + MP for Newcastle North and very busy mum of 3. If local resident with a query + email catherine.mckinnell.mp@parliament.uk","url":"https:\/\/t.co\/YiseXDhULL","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/YiseXDhULL","expanded_url":"http:\/\/www.catherinemckinnellmp.co.uk","display_url":"catherinemckinnellmp.co.uk","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":10984,"friends_count":677,"listed_count":407,"created_at":"Sun + Sep 27 19:17:18 +0000 2009","favourites_count":42,"utc_offset":0,"time_zone":"London","geo_enabled":false,"verified":true,"statuses_count":5093,"lang":"en","status":{"created_at":"Thu + Jan 14 21:04:38 +0000 2016","id":687742140114432000,"id_str":"687742140114432000","text":"RT + @margarethodge: 6 years after kicking the BNP out of Barking I''m thrilled + to see that British politics is rid of them now too https:\/\/t\u2026","source":"\u003ca + href=\"http:\/\/twitter.com\/download\/iphone\" rel=\"nofollow\"\u003eTwitter + for iPhone\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Fri + Jan 08 18:45:27 +0000 2016","id":685532786606866432,"id_str":"685532786606866432","text":"6 + years after kicking the BNP out of Barking I''m thrilled to see that British + politics is rid of them now too https:\/\/t.co\/wQq4AXiTxK","source":"\u003ca + href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":83,"favorite_count":104,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/wQq4AXiTxK","expanded_url":"https:\/\/twitter.com\/ElectoralCommUK\/status\/685468178265321472","display_url":"twitter.com\/ElectoralCommU\u2026","indices":[111,134]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"retweet_count":83,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"margarethodge","name":"Margaret + Hodge","id":111411358,"id_str":"111411358","indices":[3,17]}],"urls":[{"url":"https:\/\/t.co\/wQq4AXiTxK","expanded_url":"https:\/\/twitter.com\/ElectoralCommUK\/status\/685468178265321472","display_url":"twitter.com\/ElectoralCommU\u2026","indices":[139,140]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"BADFCD","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/93432605\/twilk_background_4bcb742581557.jpg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/93432605\/twilk_background_4bcb742581557.jpg","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/687712404763967489\/pgOzWfjU_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/687712404763967489\/pgOzWfjU_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/77808680\/1445780090","profile_link_color":"FF0000","profile_sidebar_border_color":"F2E195","profile_sidebar_fill_color":"FFF7CC","profile_text_color":"0C3E53","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":20505533,"id_str":"20505533","name":"BatterseaDogs&Cats","screen_name":"BDCH","location":"London, + Kent and Berkshire.","description":"Rescuing lost, abandoned & unwanted animals + since 1860. Home to many #pogdogs - we share cute pictures of dogs, cats and + other fun stuff about our Home.","url":"http:\/\/t.co\/WvL5fdpHQL","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/WvL5fdpHQL","expanded_url":"http:\/\/www.battersea.org.uk","display_url":"battersea.org.uk","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":153374,"friends_count":18706,"listed_count":663,"created_at":"Tue + Feb 10 10:41:05 +0000 2009","favourites_count":5117,"utc_offset":0,"time_zone":"London","geo_enabled":false,"verified":true,"statuses_count":16570,"lang":"en","status":{"created_at":"Thu + Jan 14 17:21:00 +0000 2016","id":687685861903831040,"id_str":"687685861903831040","text":"@Isysuttie + You''re welcome to come and say hi any time. All our dogs and cats are just + as lovely :-)","source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter + Web Client\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":687683509897572353,"in_reply_to_status_id_str":"687683509897572353","in_reply_to_user_id":42890254,"in_reply_to_user_id_str":"42890254","in_reply_to_screen_name":"Isysuttie","geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":2,"favorite_count":4,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"Isysuttie","name":"Suttie + New Year","id":42890254,"id_str":"42890254","indices":[0,10]}],"urls":[]},"favorited":false,"retweeted":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"FFFFFF","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/684016472667099136\/wwM-DCev.jpg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/684016472667099136\/wwM-DCev.jpg","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/378800000418582168\/1baaaf8d9f9ba08dcd901df10ec7d4ce_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/378800000418582168\/1baaaf8d9f9ba08dcd901df10ec7d4ce_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/20505533\/1451917385","profile_link_color":"01009A","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"DDFFCC","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":705963169,"id_str":"705963169","name":"Sam + and Cat ","screen_name":"SamAndCat","location":"","description":"This is the + official page for Sam and Cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":627505,"friends_count":870,"listed_count":447,"created_at":"Thu + Jul 19 23:12:58 +0000 2012","favourites_count":112,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":true,"statuses_count":1608,"lang":"en","status":{"created_at":"Thu + Jan 14 20:01:37 +0000 2016","id":687726279559270400,"id_str":"687726279559270400","text":"OOOO! + Happy Birthday to Dan!! #HappyBirthdayDanWarp! https:\/\/t.co\/tqvScRhh6l","source":"\u003ca + href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":56,"favorite_count":210,"entities":{"hashtags":[{"text":"HappyBirthdayDanWarp","indices":[30,51]}],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687726261183971328,"id_str":"687726261183971328","indices":[53,76],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtLZAyUAAA0rGP.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtLZAyUAAA0rGP.jpg","url":"https:\/\/t.co\/tqvScRhh6l","display_url":"pic.twitter.com\/tqvScRhh6l","expanded_url":"http:\/\/twitter.com\/SamAndCat\/status\/687726279559270400\/photo\/1","type":"photo","sizes":{"thumb":{"w":150,"h":150,"resize":"crop"},"large":{"w":612,"h":612,"resize":"fit"},"small":{"w":340,"h":340,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"131516","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme14\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme14\/bg.gif","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/472227688996814848\/tKbnoJXG_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/472227688996814848\/tKbnoJXG_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/705963169\/1401422818","profile_link_color":"009999","profile_sidebar_border_color":"EEEEEE","profile_sidebar_fill_color":"EFEFEF","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":20793276,"id_str":"20793276","name":"Hamilton + Tiger-Cats","screen_name":"Ticats","location":"Hamilton, Ontario, Canada","description":"The + official Twitter account of the Hamilton Tiger-Cats, a @CFL team with a rich + 146-year history and 15 Grey Cup championships. Oskee Wee Wee. #Ticats","url":"http:\/\/t.co\/2cHLx7N893","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/2cHLx7N893","expanded_url":"http:\/\/www.ticats.ca","display_url":"ticats.ca","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":88323,"friends_count":214,"listed_count":613,"created_at":"Fri + Feb 13 18:33:32 +0000 2009","favourites_count":701,"utc_offset":-18000,"time_zone":"Eastern + Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":14421,"lang":"en","status":{"created_at":"Fri + Jan 15 03:51:52 +0000 2016","id":687844624271015936,"id_str":"687844624271015936","text":"RT + @GoBearcatsFB: .@Ticats While you''re doing #TBT, check out @uofcincy with + your host @ZCollaros7..it''s changed just a bit since then http\u2026","source":"\u003ca + href=\"http:\/\/twitter.com\/download\/iphone\" rel=\"nofollow\"\u003eTwitter + for iPhone\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Fri + Jan 15 03:15:11 +0000 2016","id":687835393581039616,"id_str":"687835393581039616","text":".@Ticats + While you''re doing #TBT, check out @uofcincy with your host @ZCollaros7..it''s + changed just a bit since then https:\/\/t.co\/9mNDspoLIc","source":"\u003ca + href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":687824060454014976,"in_reply_to_status_id_str":"687824060454014976","in_reply_to_user_id":20793276,"in_reply_to_user_id_str":"20793276","in_reply_to_screen_name":"Ticats","geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":9,"favorite_count":12,"entities":{"hashtags":[{"text":"TBT","indices":[28,32]}],"symbols":[],"user_mentions":[{"screen_name":"Ticats","name":"Hamilton + Tiger-Cats","id":20793276,"id_str":"20793276","indices":[1,8]},{"screen_name":"uofcincy","name":"U + of Cincinnati","id":347974719,"id_str":"347974719","indices":[44,53]},{"screen_name":"ZCollaros7","name":"Zach + Collaros","id":139916222,"id_str":"139916222","indices":[69,80]}],"urls":[{"url":"https:\/\/t.co\/9mNDspoLIc","expanded_url":"https:\/\/www.youtube.com\/watch?v=iE4NN4x6710","display_url":"youtube.com\/watch?v=iE4NN4\u2026","indices":[117,140]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"retweet_count":9,"favorite_count":0,"entities":{"hashtags":[{"text":"TBT","indices":[46,50]}],"symbols":[],"user_mentions":[{"screen_name":"GoBearcatsFB","name":"Cincinnati + Football","id":747386497,"id_str":"747386497","indices":[3,16]},{"screen_name":"Ticats","name":"Hamilton + Tiger-Cats","id":20793276,"id_str":"20793276","indices":[19,26]},{"screen_name":"uofcincy","name":"U + of Cincinnati","id":347974719,"id_str":"347974719","indices":[62,71]},{"screen_name":"ZCollaros7","name":"Zach + Collaros","id":139916222,"id_str":"139916222","indices":[87,98]}],"urls":[{"url":"https:\/\/t.co\/9mNDspoLIc","expanded_url":"https:\/\/www.youtube.com\/watch?v=iE4NN4x6710","display_url":"youtube.com\/watch?v=iE4NN4\u2026","indices":[139,140]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"FEBF58","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/580725410981289985\/v0vJpCtv.jpg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/580725410981289985\/v0vJpCtv.jpg","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/664819095221633025\/GymeIvwc_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/664819095221633025\/GymeIvwc_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/20793276\/1435156942","profile_link_color":"CF8300","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"FEBF58","profile_text_color":"000000","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":18207431,"id_str":"18207431","name":"Catherine + Fuentes","screen_name":"cat_fuentes","location":"nyc","description":"entertainment + writer + editor. sports fan. grumpy animal enthusiast. formerly of @rollingstone.","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":1412,"friends_count":647,"listed_count":39,"created_at":"Thu + Dec 18 03:11:18 +0000 2008","favourites_count":827,"utc_offset":-18000,"time_zone":"Eastern + Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":10204,"lang":"en","status":{"created_at":"Thu + Jan 14 19:35:53 +0000 2016","id":687719805021990913,"id_str":"687719805021990913","text":"Mercury + in retrograde: not realizing your laptop won''t charge until it has 1hr left + and then needing to submit an IT ticket @ a big corp.","source":"\u003ca href=\"http:\/\/twitter.com\/download\/iphone\" + rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[]},"favorited":false,"retweeted":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"131516","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme14\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme14\/bg.gif","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/518454496268406784\/mpUmB2cY_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/518454496268406784\/mpUmB2cY_normal.jpeg","profile_link_color":"009999","profile_sidebar_border_color":"EEEEEE","profile_sidebar_fill_color":"EFEFEF","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":212187460,"id_str":"212187460","name":"Yusuf + \/ Cat Stevens","screen_name":"YusufCatStevens","location":"","description":"Yusuf + Islam the Artist also known as Cat Stevens","url":"http:\/\/t.co\/ExIylwHebz","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/ExIylwHebz","expanded_url":"http:\/\/www.yusufislam.com","display_url":"yusufislam.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":41499,"friends_count":46,"listed_count":396,"created_at":"Fri + Nov 05 11:37:35 +0000 2010","favourites_count":2494,"utc_offset":14400,"time_zone":"Abu + Dhabi","geo_enabled":false,"verified":true,"statuses_count":1194,"lang":"en","status":{"created_at":"Thu + Jan 14 16:02:20 +0000 2016","id":687666063299874817,"id_str":"687666063299874817","text":"Think + of everything you\u2019ve got\nFor you will still be here tomorrow\nBut your + dreams may not\n\n#FatherAndSon https:\/\/t.co\/qxmNH8GIM4","source":"\u003ca + href=\"http:\/\/twitter.com\/download\/android\" rel=\"nofollow\"\u003eTwitter + for Android\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":96,"favorite_count":162,"entities":{"hashtags":[{"text":"FatherAndSon","indices":[92,105]}],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687666047097294848,"id_str":"687666047097294848","indices":[106,129],"media_url":"http:\/\/pbs.twimg.com\/media\/CYsUoF1U0AAiCTd.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYsUoF1U0AAiCTd.jpg","url":"https:\/\/t.co\/qxmNH8GIM4","display_url":"pic.twitter.com\/qxmNH8GIM4","expanded_url":"http:\/\/twitter.com\/YusufCatStevens\/status\/687666063299874817\/photo\/1","type":"photo","sizes":{"small":{"w":340,"h":340,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"large":{"w":950,"h":951,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/435507208596377600\/1TC-N1kx.jpeg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/435507208596377600\/1TC-N1kx.jpeg","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/661188553963995136\/0DXhY6Oz_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/661188553963995136\/0DXhY6Oz_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/212187460\/1414386621","profile_link_color":"0084B4","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}]' + http_version: + recorded_at: Fri, 15 Jan 2016 05:50:00 GMT +recorded_with: VCR 3.0.1 diff --git a/spec/vcr/User/_twitter_follow_/returns_false_if_a_user_not_yet_following_a_creator.yml b/spec/vcr/User/_twitter_follow_/returns_false_if_a_user_not_yet_following_a_creator.yml new file mode 100644 index 0000000..f944402 --- /dev/null +++ b/spec/vcr/User/_twitter_follow_/returns_false_if_a_user_not_yet_following_a_creator.yml @@ -0,0 +1,270 @@ +--- +http_interactions: +- request: + method: get + uri: https://api.twitter.com/1.1/users/search.json?q=cat + body: + encoding: US-ASCII + string: '' + headers: + Accept: + - application/json + User-Agent: + - TwitterRubyGem/5.15.0 + Authorization: + - OAuth oauth_consumer_key="dJwBdO5ZoQH2OnCNjMKJvYnhn", oauth_nonce="5c911d4816052819900d2fda8d74f372", + oauth_signature="BinAUoVI2qoaT2vAwGx32Smkc1E%3D", oauth_signature_method="HMAC-SHA1", + oauth_timestamp="1452819522", oauth_token="80077789-0JZP99XKtgmjNYsHFH3PsrkQaAb618jBA3atLCbsl", + oauth_version="1.0" + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + response: + status: + code: 200 + message: OK + headers: + Cache-Control: + - no-cache, no-store, must-revalidate, pre-check=0, post-check=0 + Content-Disposition: + - attachment; filename=json.json + Content-Length: + - '10630' + Content-Type: + - application/json;charset=utf-8 + Date: + - Fri, 15 Jan 2016 00:58:44 GMT + Expires: + - Tue, 31 Mar 1981 05:00:00 GMT + Last-Modified: + - Fri, 15 Jan 2016 00:58:44 GMT + Pragma: + - no-cache + Server: + - tsa_a + Set-Cookie: + - guest_id=v1%3A145281952391291281; Domain=.twitter.com; Path=/; Expires=Sun, + 14-Jan-2018 00:58:44 UTC + - lang=en; Path=/ + Status: + - 200 OK + Strict-Transport-Security: + - max-age=631138519 + X-Access-Level: + - read-write + X-Connection-Hash: + - 8c684a6d55931960571583dbb2153400 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - SAMEORIGIN + X-Rate-Limit-Limit: + - '180' + X-Rate-Limit-Remaining: + - '178' + X-Rate-Limit-Reset: + - '1452819843' + X-Response-Time: + - '120' + X-Transaction: + - f0f6b4bbe7586df6 + X-Twitter-Response-Tags: + - BouncerCompliant + X-Xss-Protection: + - 1; mode=block + body: + encoding: ASCII-8BIT + string: '[{"id":3040591972,"id_str":"3040591972","name":"Cute Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":72957,"friends_count":42702,"listed_count":330,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51694,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16064,"lang":"en","status":{"created_at":"Fri + Jan 15 00:46:01 +0000 2016","id":687797851200569344,"id_str":"687797851200569344","text":"Kisses + https:\/\/t.co\/LXsdoqQYsE","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":35,"favorite_count":58,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687797850915352576,"id_str":"687797850915352576","indices":[7,30],"media_url":"http:\/\/pbs.twimg.com\/media\/CYuMgFUWMAALeWM.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYuMgFUWMAALeWM.jpg","url":"https:\/\/t.co\/LXsdoqQYsE","display_url":"pic.twitter.com\/LXsdoqQYsE","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687797851200569344\/photo\/1","type":"photo","sizes":{"large":{"w":600,"h":600,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":53112502,"id_str":"53112502","name":"Simon''s + Cat","screen_name":"SimonsCat","location":"London, UK","description":"The + official Twitter page of Simon''s Cat.","url":"http:\/\/t.co\/gBazSjkAtB","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/gBazSjkAtB","expanded_url":"http:\/\/www.simonscat.com","display_url":"simonscat.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":169903,"friends_count":220,"listed_count":2568,"created_at":"Thu + Jul 02 16:35:15 +0000 2009","favourites_count":1333,"utc_offset":0,"time_zone":"London","geo_enabled":false,"verified":true,"statuses_count":1026,"lang":"en","status":{"created_at":"Wed + Jan 13 14:18:17 +0000 2016","id":687277488905535489,"id_str":"687277488905535489","text":"RT + @DoodleDay: We''re excited to share a doodle by Simon Tofield, creator of + @SimonsCat! https:\/\/t.co\/PwjTsjRtuN #simonscat https:\/\/t.co\/Bl\u2026","source":"\u003ca + href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Wed + Jan 13 12:32:36 +0000 2016","id":687250896380686336,"id_str":"687250896380686336","text":"We''re + excited to share a doodle by Simon Tofield, creator of @SimonsCat! https:\/\/t.co\/PwjTsjRtuN #simonscat + https:\/\/t.co\/Blbc0JFSsi","source":"\u003ca href=\"http:\/\/twitter.com\" + rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":69,"favorite_count":205,"entities":{"hashtags":[{"text":"simonscat","indices":[98,108]}],"symbols":[],"user_mentions":[{"screen_name":"SimonsCat","name":"Simon''s + Cat","id":53112502,"id_str":"53112502","indices":[61,71]}],"urls":[{"url":"https:\/\/t.co\/PwjTsjRtuN","expanded_url":"http:\/\/nationaldoodleday.org.uk","display_url":"nationaldoodleday.org.uk","indices":[73,96]}],"media":[{"id":687250895080427521,"id_str":"687250895080427521","indices":[109,132],"media_url":"http:\/\/pbs.twimg.com\/media\/CYmbDEDWkAEEplG.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYmbDEDWkAEEplG.jpg","url":"https:\/\/t.co\/Blbc0JFSsi","display_url":"pic.twitter.com\/Blbc0JFSsi","expanded_url":"http:\/\/twitter.com\/DoodleDay\/status\/687250896380686336\/photo\/1","type":"photo","sizes":{"small":{"w":340,"h":240,"resize":"fit"},"medium":{"w":600,"h":423,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"large":{"w":1024,"h":723,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"retweet_count":69,"favorite_count":0,"entities":{"hashtags":[{"text":"simonscat","indices":[113,123]}],"symbols":[],"user_mentions":[{"screen_name":"DoodleDay","name":"National + Doodle Day","id":20777123,"id_str":"20777123","indices":[3,13]},{"screen_name":"SimonsCat","name":"Simon''s + Cat","id":53112502,"id_str":"53112502","indices":[76,86]}],"urls":[{"url":"https:\/\/t.co\/PwjTsjRtuN","expanded_url":"http:\/\/nationaldoodleday.org.uk","display_url":"nationaldoodleday.org.uk","indices":[88,111]}],"media":[{"id":687250895080427521,"id_str":"687250895080427521","indices":[124,140],"media_url":"http:\/\/pbs.twimg.com\/media\/CYmbDEDWkAEEplG.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYmbDEDWkAEEplG.jpg","url":"https:\/\/t.co\/Blbc0JFSsi","display_url":"pic.twitter.com\/Blbc0JFSsi","expanded_url":"http:\/\/twitter.com\/DoodleDay\/status\/687250896380686336\/photo\/1","type":"photo","sizes":{"small":{"w":340,"h":240,"resize":"fit"},"medium":{"w":600,"h":423,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"large":{"w":1024,"h":723,"resize":"fit"}},"source_status_id":687250896380686336,"source_status_id_str":"687250896380686336","source_user_id":20777123,"source_user_id_str":"20777123"}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"E05448","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/344511763024885330\/99d7783a2a4187ed5cbc4f95df70cf44.png","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/344511763024885330\/99d7783a2a4187ed5cbc4f95df70cf44.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/344513261568157486\/627deec235f9365458c8542f88b6e03b_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/344513261568157486\/627deec235f9365458c8542f88b6e03b_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/53112502\/1400168465","profile_link_color":"F03639","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"E6E6E6","profile_text_color":"000000","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":2348931696,"id_str":"2348931696","name":".CAT","screen_name":"PuntCatTV3","location":"Catalunya","description":"Els + dijous a la nit: ens obrim a l\u2019actualitat per escoltar els seus protagonistes.\nPresentat + per @xavicoral, a les 22.40 per TV3.","url":"http:\/\/t.co\/uAApui4wxb","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/uAApui4wxb","expanded_url":"http:\/\/www.tv3.cat\/puntcat","display_url":"tv3.cat\/puntcat","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":10076,"friends_count":111,"listed_count":99,"created_at":"Mon + Feb 17 19:05:06 +0000 2014","favourites_count":233,"utc_offset":3600,"time_zone":"Madrid","geo_enabled":true,"verified":true,"statuses_count":3655,"lang":"ca","status":{"created_at":"Wed + Jan 13 14:38:06 +0000 2016","id":687282477283590144,"id_str":"687282477283590144","text":"Aquesta + setmana no tenim programa. @tv3cat emet l''entrevista institucional al president + de la Generalitat, Carles Puigdemont.","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":7,"favorite_count":3,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"tv3cat","name":"TV3.cat","id":28373820,"id_str":"28373820","indices":[35,42]}],"urls":[]},"favorited":false,"retweeted":false,"lang":"und"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"050A30","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/451672920071221248\/lUrxl1iq.jpeg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/451672920071221248\/lUrxl1iq.jpeg","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/646647761706819584\/hCW5ka5z_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/646647761706819584\/hCW5ka5z_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/2348931696\/1443007834","profile_link_color":"5D045B","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":860237030,"id_str":"860237030","name":"Grumpy + Cat","screen_name":"RealGrumpyCat","location":"Arizona","description":"The + Official Twitter for Grumpy Cat. The World''s grumpiest cat! #TeamGrumpy https:\/\/t.co\/tHU9DEatvl + https:\/\/t.co\/LscGBR9Od1","url":"https:\/\/t.co\/uhIA9h94sq","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/uhIA9h94sq","expanded_url":"http:\/\/www.grumpycats.com","display_url":"grumpycats.com","indices":[0,23]}]},"description":{"urls":[{"url":"https:\/\/t.co\/tHU9DEatvl","expanded_url":"http:\/\/Instagram.com\/realgrumpycat","display_url":"Instagram.com\/realgrumpycat","indices":[76,99]},{"url":"https:\/\/t.co\/LscGBR9Od1","expanded_url":"http:\/\/Facebook.com\/theofficialgrumpycat","display_url":"Facebook.com\/theofficialgru\u2026","indices":[100,123]}]}},"protected":false,"followers_count":312919,"friends_count":52474,"listed_count":1493,"created_at":"Wed + Oct 03 19:42:41 +0000 2012","favourites_count":45279,"utc_offset":-18000,"time_zone":"Eastern + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":7469,"lang":"en","status":{"created_at":"Thu + Jan 14 21:48:46 +0000 2016","id":687753248271237121,"id_str":"687753248271237121","text":"https:\/\/t.co\/YWCK4b6YA0","source":"\u003ca + href=\"http:\/\/twitter.com\/download\/iphone\" rel=\"nofollow\"\u003eTwitter + for iPhone\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":90,"favorite_count":335,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687753243884048384,"id_str":"687753243884048384","indices":[0,23],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtj7nLU0AATiz8.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtj7nLU0AATiz8.jpg","url":"https:\/\/t.co\/YWCK4b6YA0","display_url":"pic.twitter.com\/YWCK4b6YA0","expanded_url":"http:\/\/twitter.com\/RealGrumpyCat\/status\/687753248271237121\/photo\/1","type":"photo","sizes":{"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"},"large":{"w":1024,"h":1024,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"und"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/551112928066150401\/91DpkSec.png","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/551112928066150401\/91DpkSec.png","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/616542814319415296\/McCTpH_E_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/616542814319415296\/McCTpH_E_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/860237030\/1435830237","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":199014148,"id_str":"199014148","name":"Catherine + Willis","screen_name":"cat_willis","location":"","description":"Catherine + Willis is a freelance casting director who generally quite likes actors.","url":"http:\/\/t.co\/RYqloApjBm","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/RYqloApjBm","expanded_url":"http:\/\/www.cwcasting.co.uk","display_url":"cwcasting.co.uk","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":11694,"friends_count":77,"listed_count":128,"created_at":"Tue + Oct 05 20:28:19 +0000 2010","favourites_count":76,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":1340,"lang":"en","status":{"created_at":"Thu + Jan 14 14:06:00 +0000 2016","id":687636786936475649,"id_str":"687636786936475649","text":"I + hope the #BAFTA nominations find more reason to celebrate diversity in the + industry than the Oscars #OscarsSoWhite","source":"\u003ca href=\"http:\/\/twitter.com\" + rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":2,"favorite_count":10,"entities":{"hashtags":[{"text":"BAFTA","indices":[11,17]},{"text":"OscarsSoWhite","indices":[102,116]}],"symbols":[],"user_mentions":[],"urls":[]},"favorited":false,"retweeted":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/1138210377\/CIMG0605_normal.JPG","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/1138210377\/CIMG0605_normal.JPG","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":10362012,"id_str":"10362012","name":"Brian''s + Cat","screen_name":"brians_cat","location":"Louisville, KY","description":"I''m + Brian''s *not so* imaginary cat.","url":"http:\/\/t.co\/A5pEr8YFTj","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/A5pEr8YFTj","expanded_url":"http:\/\/www.collective-thoughts.com\/about","display_url":"collective-thoughts.com\/about","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":10811,"friends_count":567,"listed_count":159,"created_at":"Sun + Nov 18 19:17:00 +0000 2007","favourites_count":18,"utc_offset":-21600,"time_zone":"Central + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16306,"lang":"en","status":{"created_at":"Thu + Jan 14 19:34:13 +0000 2016","id":687719385314623488,"id_str":"687719385314623488","text":"Crocodile + Slip And Slide https:\/\/t.co\/vFsTKHiPl9","source":"\u003ca href=\"http:\/\/twitterfeed.com\" + rel=\"nofollow\"\u003etwitterfeed\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/vFsTKHiPl9","expanded_url":"http:\/\/bit.ly\/1RQzswt","display_url":"bit.ly\/1RQzswt","indices":[25,48]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"9AE4E8","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/1235512\/cats.jpg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/1235512\/cats.jpg","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/37046542\/nedm_normal.png","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/37046542\/nedm_normal.png","profile_link_color":"0000FF","profile_sidebar_border_color":"87BC44","profile_sidebar_fill_color":"E0FF92","profile_text_color":"000000","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":424320811,"id_str":"424320811","name":"Catherine + Clifford","screen_name":"CatClifford","location":"New York, NY","description":"Senior + Writer at @Entrepreneur in NYC. Brooklyn dweller, Bikram yoga enthusiast, + once-upon-a-time ballet dancer. Give more than you take.","url":"http:\/\/t.co\/dxAsl4A9tj","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/dxAsl4A9tj","expanded_url":"http:\/\/www.entrepreneur.com\/author\/catherine-clifford","display_url":"entrepreneur.com\/author\/catheri\u2026","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":16995,"friends_count":752,"listed_count":628,"created_at":"Tue + Nov 29 16:44:43 +0000 2011","favourites_count":2782,"utc_offset":-14400,"time_zone":"Atlantic + Time (Canada)","geo_enabled":false,"verified":true,"statuses_count":4360,"lang":"en","status":{"created_at":"Thu + Jan 14 21:45:13 +0000 2016","id":687752352279965696,"id_str":"687752352279965696","text":"RT + @StephenJBronner: 62 Percent of American Billionaires Are Self-Made by @CatClifford + https:\/\/t.co\/VFagZ1kxup via @Entrepreneur","source":"\u003ca href=\"http:\/\/twitter.com\" + rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Thu + Jan 14 21:30:25 +0000 2016","id":687748628971143168,"id_str":"687748628971143168","text":"62 + Percent of American Billionaires Are Self-Made by @CatClifford https:\/\/t.co\/VFagZ1kxup + via @Entrepreneur","source":"\u003ca href=\"http:\/\/www.hootsuite.com\" rel=\"nofollow\"\u003eHootsuite\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":1,"favorite_count":1,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"CatClifford","name":"Catherine + Clifford","id":424320811,"id_str":"424320811","indices":[53,65]},{"screen_name":"Entrepreneur","name":"Entrepreneur","id":19407053,"id_str":"19407053","indices":[94,107]}],"urls":[{"url":"https:\/\/t.co\/VFagZ1kxup","expanded_url":"http:\/\/entm.ag\/1JMYDi0","display_url":"entm.ag\/1JMYDi0","indices":[66,89]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"retweet_count":1,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"StephenJBronner","name":"Stephen + J. Bronner","id":92080081,"id_str":"92080081","indices":[3,19]},{"screen_name":"CatClifford","name":"Catherine + Clifford","id":424320811,"id_str":"424320811","indices":[74,86]},{"screen_name":"Entrepreneur","name":"Entrepreneur","id":19407053,"id_str":"19407053","indices":[115,128]}],"urls":[{"url":"https:\/\/t.co\/VFagZ1kxup","expanded_url":"http:\/\/entm.ag\/1JMYDi0","display_url":"entm.ag\/1JMYDi0","indices":[87,110]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/458419918967291904\/GQSYvH1w.jpeg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/458419918967291904\/GQSYvH1w.jpeg","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/684048055763660800\/ypVSDDR2_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/684048055763660800\/ypVSDDR2_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/424320811\/1451924906","profile_link_color":"0084B4","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":1798186166,"id_str":"1798186166","name":"Catherine + Curtin","screen_name":"catecurtin","location":"","description":"Catherine + Curtin, theatre junkie, New Yorker, Youngblood, EST groupie; lover of ORANGE + IS THE NEW BLACK, but I''m not biased, I''m Wanda Bell. Tough cookie!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":18431,"friends_count":3977,"listed_count":129,"created_at":"Sun + Sep 08 02:46:40 +0000 2013","favourites_count":1047,"utc_offset":null,"time_zone":null,"geo_enabled":true,"verified":true,"statuses_count":1094,"lang":"en","status":{"created_at":"Mon + Jan 11 00:53:22 +0000 2016","id":686350152412573696,"id_str":"686350152412573696","text":"Congrats + to all tonight!!!#GoldenGlobes","source":"\u003ca href=\"http:\/\/twitter.com\/download\/iphone\" + rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":{"id":"01a9a39529b27f36","url":"https:\/\/api.twitter.com\/1.1\/geo\/id\/01a9a39529b27f36.json","place_type":"city","name":"Manhattan","full_name":"Manhattan, + NY","country_code":"US","country":"United States","contained_within":[],"bounding_box":{"type":"Polygon","coordinates":[[[-74.026675,40.683935],[-73.910408,40.683935],[-73.910408,40.877483],[-74.026675,40.877483]]]},"attributes":{}},"contributors":null,"retweet_count":7,"favorite_count":19,"entities":{"hashtags":[{"text":"GoldenGlobes","indices":[26,39]}],"symbols":[],"user_mentions":[],"urls":[]},"favorited":false,"retweeted":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/461856525187686400\/1AdZb8GA_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/461856525187686400\/1AdZb8GA_normal.jpeg","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":354133033,"id_str":"354133033","name":"Cats + of Instagram","screen_name":"catsofinstagram","location":"","description":"Original + Cat Photos. Cat Culture. Cat Fun. (Photo accreditations (@) are for users + on Instagram, not Twitter) #catsofinstagram","url":"http:\/\/t.co\/42s0ktQ7FW","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/42s0ktQ7FW","expanded_url":"http:\/\/catsofinstagram.com","display_url":"catsofinstagram.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":110676,"friends_count":6,"listed_count":472,"created_at":"Sat + Aug 13 05:36:22 +0000 2011","favourites_count":42151,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":6154,"lang":"en","status":{"created_at":"Thu + Jan 14 20:40:46 +0000 2016","id":687736132541509632,"id_str":"687736132541509632","text":"From + @rob_almeida_: \"Puff the sleepy kitten. Photo cred: @andthepointis\" #catsofinstagram + https:\/\/t.co\/4TaHTPAwhQ","source":"\u003ca href=\"http:\/\/ifttt.com\" + rel=\"nofollow\"\u003eIFTTT\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":23,"favorite_count":138,"entities":{"hashtags":[{"text":"catsofinstagram","indices":[73,89]}],"symbols":[],"user_mentions":[{"screen_name":"andthepointis","name":"Hal + Blevins","id":45688538,"id_str":"45688538","indices":[57,71]}],"urls":[],"media":[{"id":687736132407300096,"id_str":"687736132407300096","indices":[90,113],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtUXl9WkAAWdiC.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtUXl9WkAAWdiC.jpg","url":"https:\/\/t.co\/4TaHTPAwhQ","display_url":"pic.twitter.com\/4TaHTPAwhQ","expanded_url":"http:\/\/twitter.com\/catsofinstagram\/status\/687736132541509632\/photo\/1","type":"photo","sizes":{"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"},"large":{"w":1024,"h":1024,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"FFFFFF","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/837578459\/a3e4d5331fbecdad88712219fa172834.png","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/837578459\/a3e4d5331fbecdad88712219fa172834.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/465553363535265793\/ppXOdNmp_normal.png","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/465553363535265793\/ppXOdNmp_normal.png","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/354133033\/1411499504","profile_link_color":"5FB0D1","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"FAFAFA","profile_text_color":"919191","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":21082047,"id_str":"21082047","name":"Catherine + Brahic","screen_name":"catBrahic","location":"London, UK","description":"Feature + editor for New Scientist, covering everything from the origins of life to + mass extinctions, climate and archaeology. Views here my own etc.","url":"http:\/\/t.co\/rdaFYR7mgq","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/rdaFYR7mgq","expanded_url":"http:\/\/www.newscientist.com","display_url":"newscientist.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":2841,"friends_count":499,"listed_count":177,"created_at":"Tue + Feb 17 11:39:36 +0000 2009","favourites_count":83,"utc_offset":0,"time_zone":"London","geo_enabled":true,"verified":true,"statuses_count":1645,"lang":"en","status":{"created_at":"Tue + Jan 12 13:44:36 +0000 2016","id":686906625203007488,"id_str":"686906625203007488","text":"With + one short line, the BBC destroys the hopes of millions that God was, in fact, + speaking through Twitter https:\/\/t.co\/amPiGrBwnG","source":"\u003ca href=\"http:\/\/twitter.com\" + rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":8,"favorite_count":3,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":686906624301232128,"id_str":"686906624301232128","indices":[108,131],"media_url":"http:\/\/pbs.twimg.com\/media\/CYhh73dWcAAVgtQ.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYhh73dWcAAVgtQ.jpg","url":"https:\/\/t.co\/amPiGrBwnG","display_url":"pic.twitter.com\/amPiGrBwnG","expanded_url":"http:\/\/twitter.com\/catBrahic\/status\/686906625203007488\/photo\/1","type":"photo","sizes":{"thumb":{"w":150,"h":107,"resize":"crop"},"large":{"w":623,"h":107,"resize":"fit"},"small":{"w":340,"h":58,"resize":"fit"},"medium":{"w":600,"h":103,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"022330","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme15\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme15\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/618758484407025664\/g7ZtIZWP_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/618758484407025664\/g7ZtIZWP_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/21082047\/1436358582","profile_link_color":"0084B4","profile_sidebar_border_color":"A8C7F7","profile_sidebar_fill_color":"C0DFEC","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":930654523,"id_str":"930654523","name":"Catherine + Bach","screen_name":"_CatherineBach","location":"","description":"The official + Twitter of Catherine Bach. Daisy Duke from the TV show Dukes of Hazzard and + Anita Lawson from Young and the Restless. xo","url":"http:\/\/t.co\/Rqot3I8amN","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/Rqot3I8amN","expanded_url":"http:\/\/www.catherinebach.com\/","display_url":"catherinebach.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":16545,"friends_count":916,"listed_count":153,"created_at":"Tue + Nov 06 22:17:36 +0000 2012","favourites_count":701,"utc_offset":null,"time_zone":null,"geo_enabled":true,"verified":true,"statuses_count":586,"lang":"en","status":{"created_at":"Fri + Jan 08 00:01:19 +0000 2016","id":685249888309780481,"id_str":"685249888309780481","text":"Oops!! + Here is the right purse! Guess by Marciano!\ud83d\udc6f\ud83d\ude18\ud83d\udc8b\u2764\ufe0f + https:\/\/t.co\/mZgmTDXprj","source":"\u003ca href=\"http:\/\/twitter.com\/download\/iphone\" + rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":4,"favorite_count":30,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":685249888196493312,"id_str":"685249888196493312","indices":[56,79],"media_url":"http:\/\/pbs.twimg.com\/media\/CYJ_JIhUAAAyjkl.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYJ_JIhUAAAyjkl.jpg","url":"https:\/\/t.co\/mZgmTDXprj","display_url":"pic.twitter.com\/mZgmTDXprj","expanded_url":"http:\/\/twitter.com\/_CatherineBach\/status\/685249888309780481\/photo\/1","type":"photo","sizes":{"medium":{"w":600,"h":800,"resize":"fit"},"large":{"w":768,"h":1024,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":453,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C3FAD2","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme13\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme13\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/3399720812\/efb4d17e8bd0ab709d6174a3a5e4568f_normal.png","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/3399720812\/efb4d17e8bd0ab709d6174a3a5e4568f_normal.png","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/930654523\/1396918097","profile_link_color":"93A644","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"F6FFD1","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":46284762,"id_str":"46284762","name":"Cat + Deeley","screen_name":"catdeeley","location":"Los Angeles, CA","description":"Official + Twitter page for Cat Deeley","url":"http:\/\/t.co\/sXW9BSHcRh","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/sXW9BSHcRh","expanded_url":"http:\/\/www.officiallycatdeeley.com","display_url":"officiallycatdeeley.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":357877,"friends_count":489,"listed_count":3121,"created_at":"Thu + Jun 11 01:51:34 +0000 2009","favourites_count":366,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":true,"statuses_count":9096,"lang":"en","status":{"created_at":"Thu + Jan 07 01:17:15 +0000 2016","id":684906611899408384,"id_str":"684906611899408384","text":"All + our yesterdays! Plus @D8Melanie from @DANCEonFOX .... She plays Chava!!! \ud83c\udfbb + https:\/\/t.co\/2rikQ2U46l","source":"\u003ca href=\"http:\/\/twitter.com\/download\/iphone\" + rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":1,"favorite_count":41,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"D8Melanie","name":"Melanie + Moore","id":308349554,"id_str":"308349554","indices":[25,35]},{"screen_name":"DANCEonFOX","name":"SYTYCD","id":32624009,"id_str":"32624009","indices":[41,52]}],"urls":[{"url":"https:\/\/t.co\/2rikQ2U46l","expanded_url":"https:\/\/twitter.com\/naughtynicerob\/status\/684897470892130304","display_url":"twitter.com\/naughtynicerob\u2026","indices":[79,102]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"739BA2","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/277021722\/cd_twitter.jpg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/277021722\/cd_twitter.jpg","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/663779869898113024\/mWXlmwEk_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/663779869898113024\/mWXlmwEk_normal.jpg","profile_link_color":"0084B4","profile_sidebar_border_color":"BDDCAD","profile_sidebar_fill_color":"DDFFCC","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":14630442,"id_str":"14630442","name":"Tidy + Cats","screen_name":"TidyCats","location":"","description":"Tidy likes freshness, + short walks on the beach and cats with good aim. Tidy doesn''t like loud noises, + rainy days or upsetting smells.","url":"http:\/\/t.co\/6ZyPrDvek0","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/6ZyPrDvek0","expanded_url":"http:\/\/www.tidycats.com","display_url":"tidycats.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":29287,"friends_count":824,"listed_count":178,"created_at":"Fri + May 02 20:11:20 +0000 2008","favourites_count":2232,"utc_offset":-21600,"time_zone":"Central + Time (US & Canada)","geo_enabled":false,"verified":true,"statuses_count":3520,"lang":"en","status":{"created_at":"Wed + Jan 13 17:10:26 +0000 2016","id":687320815629647872,"id_str":"687320815629647872","text":"#WednesdayWisdom + cats are amazing.","source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter + Web Client\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":16,"favorite_count":13,"entities":{"hashtags":[{"text":"WednesdayWisdom","indices":[0,16]}],"symbols":[],"user_mentions":[],"urls":[]},"favorited":false,"retweeted":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"FFFDF2","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/716219640\/a36cebd28d5d8ef802b1ad16c1dbcd55.jpeg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/716219640\/a36cebd28d5d8ef802b1ad16c1dbcd55.jpeg","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/604301780588060672\/ZP_PbY8Q_normal.png","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/604301780588060672\/ZP_PbY8Q_normal.png","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/14630442\/1436755280","profile_link_color":"0084B4","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":77808680,"id_str":"77808680","name":"Catherine + McKinnell","screen_name":"CatMcKinnellMP","location":"\u00dcT: 51.500693,-0.126137","description":"Labour + MP for Newcastle North and very busy mum of 3. If local resident with a query + email catherine.mckinnell.mp@parliament.uk","url":"https:\/\/t.co\/YiseXDhULL","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/YiseXDhULL","expanded_url":"http:\/\/www.catherinemckinnellmp.co.uk","display_url":"catherinemckinnellmp.co.uk","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":10984,"friends_count":677,"listed_count":407,"created_at":"Sun + Sep 27 19:17:18 +0000 2009","favourites_count":42,"utc_offset":0,"time_zone":"London","geo_enabled":false,"verified":true,"statuses_count":5093,"lang":"en","status":{"created_at":"Thu + Jan 14 21:04:38 +0000 2016","id":687742140114432000,"id_str":"687742140114432000","text":"RT + @margarethodge: 6 years after kicking the BNP out of Barking I''m thrilled + to see that British politics is rid of them now too https:\/\/t\u2026","source":"\u003ca + href=\"http:\/\/twitter.com\/download\/iphone\" rel=\"nofollow\"\u003eTwitter + for iPhone\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Fri + Jan 08 18:45:27 +0000 2016","id":685532786606866432,"id_str":"685532786606866432","text":"6 + years after kicking the BNP out of Barking I''m thrilled to see that British + politics is rid of them now too https:\/\/t.co\/wQq4AXiTxK","source":"\u003ca + href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":83,"favorite_count":104,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/wQq4AXiTxK","expanded_url":"https:\/\/twitter.com\/ElectoralCommUK\/status\/685468178265321472","display_url":"twitter.com\/ElectoralCommU\u2026","indices":[111,134]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"retweet_count":83,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"margarethodge","name":"Margaret + Hodge","id":111411358,"id_str":"111411358","indices":[3,17]}],"urls":[{"url":"https:\/\/t.co\/wQq4AXiTxK","expanded_url":"https:\/\/twitter.com\/ElectoralCommUK\/status\/685468178265321472","display_url":"twitter.com\/ElectoralCommU\u2026","indices":[139,140]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"BADFCD","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/93432605\/twilk_background_4bcb742581557.jpg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/93432605\/twilk_background_4bcb742581557.jpg","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/687712404763967489\/pgOzWfjU_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/687712404763967489\/pgOzWfjU_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/77808680\/1445780090","profile_link_color":"FF0000","profile_sidebar_border_color":"F2E195","profile_sidebar_fill_color":"FFF7CC","profile_text_color":"0C3E53","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":20505533,"id_str":"20505533","name":"BatterseaDogs&Cats","screen_name":"BDCH","location":"London, + Kent and Berkshire.","description":"Rescuing lost, abandoned & unwanted animals + since 1860. Home to many #pogdogs - we share cute pictures of dogs, cats and + other fun stuff about our Home.","url":"http:\/\/t.co\/WvL5fdpHQL","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/WvL5fdpHQL","expanded_url":"http:\/\/www.battersea.org.uk","display_url":"battersea.org.uk","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":153368,"friends_count":18706,"listed_count":663,"created_at":"Tue + Feb 10 10:41:05 +0000 2009","favourites_count":5118,"utc_offset":0,"time_zone":"London","geo_enabled":false,"verified":true,"statuses_count":16570,"lang":"en","status":{"created_at":"Thu + Jan 14 17:21:00 +0000 2016","id":687685861903831040,"id_str":"687685861903831040","text":"@Isysuttie + You''re welcome to come and say hi any time. All our dogs and cats are just + as lovely :-)","source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter + Web Client\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":687683509897572353,"in_reply_to_status_id_str":"687683509897572353","in_reply_to_user_id":42890254,"in_reply_to_user_id_str":"42890254","in_reply_to_screen_name":"Isysuttie","geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":2,"favorite_count":4,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"Isysuttie","name":"Suttie + New Year","id":42890254,"id_str":"42890254","indices":[0,10]}],"urls":[]},"favorited":false,"retweeted":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"FFFFFF","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/684016472667099136\/wwM-DCev.jpg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/684016472667099136\/wwM-DCev.jpg","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/378800000418582168\/1baaaf8d9f9ba08dcd901df10ec7d4ce_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/378800000418582168\/1baaaf8d9f9ba08dcd901df10ec7d4ce_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/20505533\/1451917385","profile_link_color":"01009A","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"DDFFCC","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":17427311,"id_str":"17427311","name":"The + Big Cat","screen_name":"coyumusic","location":"Meowland","description":"@suaramusic + Big Cat","url":"https:\/\/t.co\/QYjpC7VbaJ","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/QYjpC7VbaJ","expanded_url":"http:\/\/facebook.com\/coyumusic","display_url":"facebook.com\/coyumusic","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":26905,"friends_count":56,"listed_count":212,"created_at":"Sun + Nov 16 20:27:12 +0000 2008","favourites_count":21964,"utc_offset":3600,"time_zone":"Madrid","geo_enabled":true,"verified":true,"statuses_count":32428,"lang":"es","status":{"created_at":"Fri + Jan 15 00:44:20 +0000 2016","id":687797428116848640,"id_str":"687797428116848640","text":"RT + @rickaysurvive: @coyumusic ...? \ud83e\udd14 https:\/\/t.co\/BFklgqwLOS","source":"\u003ca + href=\"http:\/\/twitter.com\/download\/iphone\" rel=\"nofollow\"\u003eTwitter + for iPhone\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Fri + Jan 15 00:28:27 +0000 2016","id":687793430840373248,"id_str":"687793430840373248","text":"@coyumusic + ...? \ud83e\udd14 https:\/\/t.co\/BFklgqwLOS","source":"\u003ca href=\"http:\/\/twitter.com\/download\/iphone\" + rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":17427311,"in_reply_to_user_id_str":"17427311","in_reply_to_screen_name":"coyumusic","geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":1,"favorite_count":3,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"coyumusic","name":"The + Big Cat","id":17427311,"id_str":"17427311","indices":[0,10]}],"urls":[],"media":[{"id":687793420635615232,"id_str":"687793420635615232","indices":[18,41],"media_url":"http:\/\/pbs.twimg.com\/media\/CYuIeNPWMAATv7U.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYuIeNPWMAATv7U.jpg","url":"https:\/\/t.co\/BFklgqwLOS","display_url":"pic.twitter.com\/BFklgqwLOS","expanded_url":"http:\/\/twitter.com\/rickaysurvive\/status\/687793430840373248\/photo\/1","type":"photo","sizes":{"thumb":{"w":150,"h":150,"resize":"crop"},"large":{"w":576,"h":1024,"resize":"fit"},"small":{"w":340,"h":604,"resize":"fit"},"medium":{"w":576,"h":1024,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"und"},"retweet_count":1,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"rickaysurvive","name":"Ricky + Survive","id":51094587,"id_str":"51094587","indices":[3,17]},{"screen_name":"coyumusic","name":"The + Big Cat","id":17427311,"id_str":"17427311","indices":[19,29]}],"urls":[],"media":[{"id":687793420635615232,"id_str":"687793420635615232","indices":[37,60],"media_url":"http:\/\/pbs.twimg.com\/media\/CYuIeNPWMAATv7U.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYuIeNPWMAATv7U.jpg","url":"https:\/\/t.co\/BFklgqwLOS","display_url":"pic.twitter.com\/BFklgqwLOS","expanded_url":"http:\/\/twitter.com\/rickaysurvive\/status\/687793430840373248\/photo\/1","type":"photo","sizes":{"thumb":{"w":150,"h":150,"resize":"crop"},"large":{"w":576,"h":1024,"resize":"fit"},"small":{"w":340,"h":604,"resize":"fit"},"medium":{"w":576,"h":1024,"resize":"fit"}},"source_status_id":687793430840373248,"source_status_id_str":"687793430840373248","source_user_id":51094587,"source_user_id_str":"51094587"}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"und"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"EBEBEB","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/378800000085902037\/cac558a87e3630ce7b9e51aacb60b43e.jpeg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/378800000085902037\/cac558a87e3630ce7b9e51aacb60b43e.jpeg","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/657478754793619456\/cixRIKcI_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/657478754793619456\/cixRIKcI_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/17427311\/1445590105","profile_link_color":"990000","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"F3F3F3","profile_text_color":"000000","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":705963169,"id_str":"705963169","name":"Sam + and Cat ","screen_name":"SamAndCat","location":"","description":"This is the + official page for Sam and Cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":627513,"friends_count":870,"listed_count":447,"created_at":"Thu + Jul 19 23:12:58 +0000 2012","favourites_count":112,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":true,"statuses_count":1608,"lang":"en","status":{"created_at":"Thu + Jan 14 20:01:37 +0000 2016","id":687726279559270400,"id_str":"687726279559270400","text":"OOOO! + Happy Birthday to Dan!! #HappyBirthdayDanWarp! https:\/\/t.co\/tqvScRhh6l","source":"\u003ca + href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":53,"favorite_count":194,"entities":{"hashtags":[{"text":"HappyBirthdayDanWarp","indices":[30,51]}],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687726261183971328,"id_str":"687726261183971328","indices":[53,76],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtLZAyUAAA0rGP.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtLZAyUAAA0rGP.jpg","url":"https:\/\/t.co\/tqvScRhh6l","display_url":"pic.twitter.com\/tqvScRhh6l","expanded_url":"http:\/\/twitter.com\/SamAndCat\/status\/687726279559270400\/photo\/1","type":"photo","sizes":{"thumb":{"w":150,"h":150,"resize":"crop"},"large":{"w":612,"h":612,"resize":"fit"},"small":{"w":340,"h":340,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"131516","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme14\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme14\/bg.gif","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/472227688996814848\/tKbnoJXG_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/472227688996814848\/tKbnoJXG_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/705963169\/1401422818","profile_link_color":"009999","profile_sidebar_border_color":"EEEEEE","profile_sidebar_fill_color":"EFEFEF","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":18207431,"id_str":"18207431","name":"Catherine + Fuentes","screen_name":"cat_fuentes","location":"nyc","description":"entertainment + writer + editor. sports fan. grumpy animal enthusiast. formerly of @rollingstone.","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":1412,"friends_count":647,"listed_count":39,"created_at":"Thu + Dec 18 03:11:18 +0000 2008","favourites_count":827,"utc_offset":-18000,"time_zone":"Eastern + Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":10204,"lang":"en","status":{"created_at":"Thu + Jan 14 19:35:53 +0000 2016","id":687719805021990913,"id_str":"687719805021990913","text":"Mercury + in retrograde: not realizing your laptop won''t charge until it has 1hr left + and then needing to submit an IT ticket @ a big corp.","source":"\u003ca href=\"http:\/\/twitter.com\/download\/iphone\" + rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[]},"favorited":false,"retweeted":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"131516","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme14\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme14\/bg.gif","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/518454496268406784\/mpUmB2cY_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/518454496268406784\/mpUmB2cY_normal.jpeg","profile_link_color":"009999","profile_sidebar_border_color":"EEEEEE","profile_sidebar_fill_color":"EFEFEF","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":212187460,"id_str":"212187460","name":"Yusuf + \/ Cat Stevens","screen_name":"YusufCatStevens","location":"","description":"Yusuf + Islam the Artist also known as Cat Stevens","url":"http:\/\/t.co\/ExIylwHebz","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/ExIylwHebz","expanded_url":"http:\/\/www.yusufislam.com","display_url":"yusufislam.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":41501,"friends_count":46,"listed_count":396,"created_at":"Fri + Nov 05 11:37:35 +0000 2010","favourites_count":2494,"utc_offset":14400,"time_zone":"Abu + Dhabi","geo_enabled":false,"verified":true,"statuses_count":1194,"lang":"en","status":{"created_at":"Thu + Jan 14 16:02:20 +0000 2016","id":687666063299874817,"id_str":"687666063299874817","text":"Think + of everything you\u2019ve got\nFor you will still be here tomorrow\nBut your + dreams may not\n\n#FatherAndSon https:\/\/t.co\/qxmNH8GIM4","source":"\u003ca + href=\"http:\/\/twitter.com\/download\/android\" rel=\"nofollow\"\u003eTwitter + for Android\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":92,"favorite_count":153,"entities":{"hashtags":[{"text":"FatherAndSon","indices":[92,105]}],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687666047097294848,"id_str":"687666047097294848","indices":[106,129],"media_url":"http:\/\/pbs.twimg.com\/media\/CYsUoF1U0AAiCTd.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYsUoF1U0AAiCTd.jpg","url":"https:\/\/t.co\/qxmNH8GIM4","display_url":"pic.twitter.com\/qxmNH8GIM4","expanded_url":"http:\/\/twitter.com\/YusufCatStevens\/status\/687666063299874817\/photo\/1","type":"photo","sizes":{"small":{"w":340,"h":340,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"large":{"w":950,"h":951,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/435507208596377600\/1TC-N1kx.jpeg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/435507208596377600\/1TC-N1kx.jpeg","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/661188553963995136\/0DXhY6Oz_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/661188553963995136\/0DXhY6Oz_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/212187460\/1414386621","profile_link_color":"0084B4","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":48738710,"id_str":"48738710","name":"Catherine + Neville","screen_name":"cat_neville","location":"St. Louis ","description":"VP + of Niche Publishing: @feastmag, Emmy-winning #FeastTV and @laduenews","url":"http:\/\/t.co\/Xq67UXAwLu","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/Xq67UXAwLu","expanded_url":"http:\/\/www.feastmagazine.com","display_url":"feastmagazine.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":7748,"friends_count":3904,"listed_count":227,"created_at":"Fri + Jun 19 15:43:33 +0000 2009","favourites_count":7443,"utc_offset":-21600,"time_zone":"Central + Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":3736,"lang":"en","status":{"created_at":"Thu + Jan 14 17:10:35 +0000 2016","id":687683241604681728,"id_str":"687683241604681728","text":"RT + @PappySmokehouse: #Repost @cat_neville with @repostapp\n\u30fb\u30fb\u30fb\nSpending + time with Mike is one of the perks of my\u2026 https:\/\/t.co\/XbwmqwfqAT + ht\u2026","source":"\u003ca href=\"http:\/\/twitter.com\/download\/iphone\" + rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Thu + Jan 14 17:08:50 +0000 2016","id":687682798669434881,"id_str":"687682798669434881","text":"#Repost + @cat_neville with @repostapp\n\u30fb\u30fb\u30fb\nSpending time with Mike + is one of the perks of my\u2026 https:\/\/t.co\/XbwmqwfqAT https:\/\/t.co\/gwmknGpTVK","source":"\u003ca + href=\"http:\/\/ifttt.com\" rel=\"nofollow\"\u003eIFTTT\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":1,"favorite_count":13,"entities":{"hashtags":[{"text":"Repost","indices":[0,7]}],"symbols":[],"user_mentions":[{"screen_name":"cat_neville","name":"Catherine + Neville","id":48738710,"id_str":"48738710","indices":[8,20]},{"screen_name":"RepostApp","name":"Repost + App","id":1685761015,"id_str":"1685761015","indices":[26,36]}],"urls":[{"url":"https:\/\/t.co\/XbwmqwfqAT","expanded_url":"http:\/\/ift.tt\/1ORsINK","display_url":"ift.tt\/1ORsINK","indices":[92,115]}],"media":[{"id":687682798572990464,"id_str":"687682798572990464","indices":[116,139],"media_url":"http:\/\/pbs.twimg.com\/media\/CYsj3J8W8AAJL9l.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYsj3J8W8AAJL9l.jpg","url":"https:\/\/t.co\/gwmknGpTVK","display_url":"pic.twitter.com\/gwmknGpTVK","expanded_url":"http:\/\/twitter.com\/PappySmokehouse\/status\/687682798669434881\/photo\/1","type":"photo","sizes":{"small":{"w":340,"h":340,"resize":"fit"},"large":{"w":640,"h":640,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"retweet_count":1,"favorite_count":0,"entities":{"hashtags":[{"text":"Repost","indices":[21,28]}],"symbols":[],"user_mentions":[{"screen_name":"PappySmokehouse","name":"Pappys","id":59163147,"id_str":"59163147","indices":[3,19]},{"screen_name":"cat_neville","name":"Catherine + Neville","id":48738710,"id_str":"48738710","indices":[29,41]},{"screen_name":"RepostApp","name":"Repost + App","id":1685761015,"id_str":"1685761015","indices":[47,57]}],"urls":[{"url":"https:\/\/t.co\/XbwmqwfqAT","expanded_url":"http:\/\/ift.tt\/1ORsINK","display_url":"ift.tt\/1ORsINK","indices":[113,136]}],"media":[{"id":687682798572990464,"id_str":"687682798572990464","indices":[139,140],"media_url":"http:\/\/pbs.twimg.com\/media\/CYsj3J8W8AAJL9l.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYsj3J8W8AAJL9l.jpg","url":"https:\/\/t.co\/gwmknGpTVK","display_url":"pic.twitter.com\/gwmknGpTVK","expanded_url":"http:\/\/twitter.com\/PappySmokehouse\/status\/687682798669434881\/photo\/1","type":"photo","sizes":{"small":{"w":340,"h":340,"resize":"fit"},"large":{"w":640,"h":640,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"}},"source_status_id":687682798669434881,"source_status_id_str":"687682798669434881","source_user_id":59163147,"source_user_id_str":"59163147"}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"F0B608","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme3\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme3\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/378800000082673775\/0a7fac90bfca8c459739c4f39725d7cb_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/378800000082673775\/0a7fac90bfca8c459739c4f39725d7cb_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/48738710\/1433258853","profile_link_color":"FA6908","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"DFD28E","profile_text_color":"FF805D","profile_use_background_image":false,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}]' + http_version: + recorded_at: Fri, 15 Jan 2016 00:58:44 GMT +recorded_with: VCR 3.0.1 diff --git a/spec/vcr/User/_twitter_follow_/returns_true_if_a_user_is_already_following_a_creator.yml b/spec/vcr/User/_twitter_follow_/returns_true_if_a_user_is_already_following_a_creator.yml new file mode 100644 index 0000000..8da9910 --- /dev/null +++ b/spec/vcr/User/_twitter_follow_/returns_true_if_a_user_is_already_following_a_creator.yml @@ -0,0 +1,270 @@ +--- +http_interactions: +- request: + method: get + uri: https://api.twitter.com/1.1/users/search.json?q=cat + body: + encoding: US-ASCII + string: '' + headers: + Accept: + - application/json + User-Agent: + - TwitterRubyGem/5.15.0 + Authorization: + - OAuth oauth_consumer_key="dJwBdO5ZoQH2OnCNjMKJvYnhn", oauth_nonce="d32489397d1bf5bba36c176b138b9115", + oauth_signature="Q2%2BLUDNS1cPe8RyGz2C42CMeboE%3D", oauth_signature_method="HMAC-SHA1", + oauth_timestamp="1452837648", oauth_token="80077789-0JZP99XKtgmjNYsHFH3PsrkQaAb618jBA3atLCbsl", + oauth_version="1.0" + Accept-Encoding: + - gzip;q=1.0,deflate;q=0.6,identity;q=0.3 + response: + status: + code: 200 + message: OK + headers: + Cache-Control: + - no-cache, no-store, must-revalidate, pre-check=0, post-check=0 + Content-Disposition: + - attachment; filename=json.json + Content-Length: + - '10540' + Content-Type: + - application/json;charset=utf-8 + Date: + - Fri, 15 Jan 2016 06:00:49 GMT + Expires: + - Tue, 31 Mar 1981 05:00:00 GMT + Last-Modified: + - Fri, 15 Jan 2016 06:00:49 GMT + Pragma: + - no-cache + Server: + - tsa_a + Set-Cookie: + - guest_id=v1%3A145283764902497223; Domain=.twitter.com; Path=/; Expires=Sun, + 14-Jan-2018 06:00:49 UTC + - lang=en; Path=/ + Status: + - 200 OK + Strict-Transport-Security: + - max-age=631138519 + X-Access-Level: + - read-write + X-Connection-Hash: + - 1502d69ac573fcd524995324f2bacd58 + X-Content-Type-Options: + - nosniff + X-Frame-Options: + - SAMEORIGIN + X-Rate-Limit-Limit: + - '180' + X-Rate-Limit-Remaining: + - '178' + X-Rate-Limit-Reset: + - '1452837900' + X-Response-Time: + - '142' + X-Transaction: + - d87983106a9996b9 + X-Twitter-Response-Tags: + - BouncerCompliant + X-Xss-Protection: + - 1; mode=block + body: + encoding: ASCII-8BIT + string: '[{"id":3040591972,"id_str":"3040591972","name":"Cute Cat Pictures","screen_name":"CutePicsOfCats","location":"","description":"The + cutest pictures of cats! Tweet us pictures with your lovely cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":73022,"friends_count":42732,"listed_count":331,"created_at":"Mon + Feb 16 11:28:26 +0000 2015","favourites_count":51691,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16076,"lang":"en","status":{"created_at":"Fri + Jan 15 05:46:00 +0000 2016","id":687873345048674306,"id_str":"687873345048674306","text":"And + now we know! https:\/\/t.co\/KRMkF6igel","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":24,"favorite_count":31,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687873344922849280,"id_str":"687873344922849280","indices":[17,40],"media_url":"http:\/\/pbs.twimg.com\/media\/CYvRKaaWEAASxQR.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYvRKaaWEAASxQR.jpg","url":"https:\/\/t.co\/KRMkF6igel","display_url":"pic.twitter.com\/KRMkF6igel","expanded_url":"http:\/\/twitter.com\/CutePicsOfCats\/status\/687873345048674306\/photo\/1","type":"photo","sizes":{"medium":{"w":481,"h":720,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":508,"resize":"fit"},"large":{"w":481,"h":720,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/567285191169687553\/7kg_TF4l_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/3040591972\/1424086616","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":53112502,"id_str":"53112502","name":"Simon''s + Cat","screen_name":"SimonsCat","location":"London, UK","description":"The + official Twitter page of Simon''s Cat.","url":"http:\/\/t.co\/gBazSjkAtB","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/gBazSjkAtB","expanded_url":"http:\/\/www.simonscat.com","display_url":"simonscat.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":169911,"friends_count":220,"listed_count":2569,"created_at":"Thu + Jul 02 16:35:15 +0000 2009","favourites_count":1333,"utc_offset":0,"time_zone":"London","geo_enabled":false,"verified":true,"statuses_count":1026,"lang":"en","status":{"created_at":"Wed + Jan 13 14:18:17 +0000 2016","id":687277488905535489,"id_str":"687277488905535489","text":"RT + @DoodleDay: We''re excited to share a doodle by Simon Tofield, creator of + @SimonsCat! https:\/\/t.co\/PwjTsjRtuN #simonscat https:\/\/t.co\/Bl\u2026","source":"\u003ca + href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Wed + Jan 13 12:32:36 +0000 2016","id":687250896380686336,"id_str":"687250896380686336","text":"We''re + excited to share a doodle by Simon Tofield, creator of @SimonsCat! https:\/\/t.co\/PwjTsjRtuN #simonscat + https:\/\/t.co\/Blbc0JFSsi","source":"\u003ca href=\"http:\/\/twitter.com\" + rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":69,"favorite_count":205,"entities":{"hashtags":[{"text":"simonscat","indices":[98,108]}],"symbols":[],"user_mentions":[{"screen_name":"SimonsCat","name":"Simon''s + Cat","id":53112502,"id_str":"53112502","indices":[61,71]}],"urls":[{"url":"https:\/\/t.co\/PwjTsjRtuN","expanded_url":"http:\/\/nationaldoodleday.org.uk","display_url":"nationaldoodleday.org.uk","indices":[73,96]}],"media":[{"id":687250895080427521,"id_str":"687250895080427521","indices":[109,132],"media_url":"http:\/\/pbs.twimg.com\/media\/CYmbDEDWkAEEplG.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYmbDEDWkAEEplG.jpg","url":"https:\/\/t.co\/Blbc0JFSsi","display_url":"pic.twitter.com\/Blbc0JFSsi","expanded_url":"http:\/\/twitter.com\/DoodleDay\/status\/687250896380686336\/photo\/1","type":"photo","sizes":{"small":{"w":340,"h":240,"resize":"fit"},"medium":{"w":600,"h":423,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"large":{"w":1024,"h":723,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"retweet_count":69,"favorite_count":0,"entities":{"hashtags":[{"text":"simonscat","indices":[113,123]}],"symbols":[],"user_mentions":[{"screen_name":"DoodleDay","name":"National + Doodle Day","id":20777123,"id_str":"20777123","indices":[3,13]},{"screen_name":"SimonsCat","name":"Simon''s + Cat","id":53112502,"id_str":"53112502","indices":[76,86]}],"urls":[{"url":"https:\/\/t.co\/PwjTsjRtuN","expanded_url":"http:\/\/nationaldoodleday.org.uk","display_url":"nationaldoodleday.org.uk","indices":[88,111]}],"media":[{"id":687250895080427521,"id_str":"687250895080427521","indices":[124,140],"media_url":"http:\/\/pbs.twimg.com\/media\/CYmbDEDWkAEEplG.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYmbDEDWkAEEplG.jpg","url":"https:\/\/t.co\/Blbc0JFSsi","display_url":"pic.twitter.com\/Blbc0JFSsi","expanded_url":"http:\/\/twitter.com\/DoodleDay\/status\/687250896380686336\/photo\/1","type":"photo","sizes":{"small":{"w":340,"h":240,"resize":"fit"},"medium":{"w":600,"h":423,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"large":{"w":1024,"h":723,"resize":"fit"}},"source_status_id":687250896380686336,"source_status_id_str":"687250896380686336","source_user_id":20777123,"source_user_id_str":"20777123"}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"E05448","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/344511763024885330\/99d7783a2a4187ed5cbc4f95df70cf44.png","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/344511763024885330\/99d7783a2a4187ed5cbc4f95df70cf44.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/344513261568157486\/627deec235f9365458c8542f88b6e03b_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/344513261568157486\/627deec235f9365458c8542f88b6e03b_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/53112502\/1400168465","profile_link_color":"F03639","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"E6E6E6","profile_text_color":"000000","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":2348931696,"id_str":"2348931696","name":".CAT","screen_name":"PuntCatTV3","location":"Catalunya","description":"Els + dijous a la nit: ens obrim a l\u2019actualitat per escoltar els seus protagonistes.\nPresentat + per @xavicoral, a les 22.40 per TV3.","url":"http:\/\/t.co\/uAApui4wxb","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/uAApui4wxb","expanded_url":"http:\/\/www.tv3.cat\/puntcat","display_url":"tv3.cat\/puntcat","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":10076,"friends_count":111,"listed_count":99,"created_at":"Mon + Feb 17 19:05:06 +0000 2014","favourites_count":233,"utc_offset":3600,"time_zone":"Madrid","geo_enabled":true,"verified":true,"statuses_count":3655,"lang":"ca","status":{"created_at":"Wed + Jan 13 14:38:06 +0000 2016","id":687282477283590144,"id_str":"687282477283590144","text":"Aquesta + setmana no tenim programa. @tv3cat emet l''entrevista institucional al president + de la Generalitat, Carles Puigdemont.","source":"\u003ca href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" + rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":7,"favorite_count":3,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"tv3cat","name":"TV3.cat","id":28373820,"id_str":"28373820","indices":[35,42]}],"urls":[]},"favorited":false,"retweeted":false,"lang":"und"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"050A30","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/451672920071221248\/lUrxl1iq.jpeg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/451672920071221248\/lUrxl1iq.jpeg","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/646647761706819584\/hCW5ka5z_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/646647761706819584\/hCW5ka5z_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/2348931696\/1443007834","profile_link_color":"5D045B","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":860237030,"id_str":"860237030","name":"Grumpy + Cat","screen_name":"RealGrumpyCat","location":"Arizona","description":"The + Official Twitter for Grumpy Cat. The World''s grumpiest cat! #TeamGrumpy https:\/\/t.co\/tHU9DEatvl + https:\/\/t.co\/LscGBR9Od1","url":"https:\/\/t.co\/uhIA9h94sq","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/uhIA9h94sq","expanded_url":"http:\/\/www.grumpycats.com","display_url":"grumpycats.com","indices":[0,23]}]},"description":{"urls":[{"url":"https:\/\/t.co\/tHU9DEatvl","expanded_url":"http:\/\/Instagram.com\/realgrumpycat","display_url":"Instagram.com\/realgrumpycat","indices":[76,99]},{"url":"https:\/\/t.co\/LscGBR9Od1","expanded_url":"http:\/\/Facebook.com\/theofficialgrumpycat","display_url":"Facebook.com\/theofficialgru\u2026","indices":[100,123]}]}},"protected":false,"followers_count":312935,"friends_count":52485,"listed_count":1493,"created_at":"Wed + Oct 03 19:42:41 +0000 2012","favourites_count":45287,"utc_offset":-18000,"time_zone":"Eastern + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":7469,"lang":"en","status":{"created_at":"Thu + Jan 14 21:48:46 +0000 2016","id":687753248271237121,"id_str":"687753248271237121","text":"https:\/\/t.co\/YWCK4b6YA0","source":"\u003ca + href=\"http:\/\/twitter.com\/download\/iphone\" rel=\"nofollow\"\u003eTwitter + for iPhone\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":109,"favorite_count":422,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687753243884048384,"id_str":"687753243884048384","indices":[0,23],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtj7nLU0AATiz8.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtj7nLU0AATiz8.jpg","url":"https:\/\/t.co\/YWCK4b6YA0","display_url":"pic.twitter.com\/YWCK4b6YA0","expanded_url":"http:\/\/twitter.com\/RealGrumpyCat\/status\/687753248271237121\/photo\/1","type":"photo","sizes":{"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"},"large":{"w":1024,"h":1024,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"und"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/551112928066150401\/91DpkSec.png","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/551112928066150401\/91DpkSec.png","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/616542814319415296\/McCTpH_E_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/616542814319415296\/McCTpH_E_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/860237030\/1435830237","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":199014148,"id_str":"199014148","name":"Catherine + Willis","screen_name":"cat_willis","location":"","description":"Catherine + Willis is a freelance casting director who generally quite likes actors.","url":"http:\/\/t.co\/RYqloApjBm","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/RYqloApjBm","expanded_url":"http:\/\/www.cwcasting.co.uk","display_url":"cwcasting.co.uk","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":11695,"friends_count":77,"listed_count":128,"created_at":"Tue + Oct 05 20:28:19 +0000 2010","favourites_count":76,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":false,"statuses_count":1340,"lang":"en","status":{"created_at":"Thu + Jan 14 14:06:00 +0000 2016","id":687636786936475649,"id_str":"687636786936475649","text":"I + hope the #BAFTA nominations find more reason to celebrate diversity in the + industry than the Oscars #OscarsSoWhite","source":"\u003ca href=\"http:\/\/twitter.com\" + rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":2,"favorite_count":10,"entities":{"hashtags":[{"text":"BAFTA","indices":[11,17]},{"text":"OscarsSoWhite","indices":[102,116]}],"symbols":[],"user_mentions":[],"urls":[]},"favorited":false,"retweeted":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/1138210377\/CIMG0605_normal.JPG","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/1138210377\/CIMG0605_normal.JPG","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":10362012,"id_str":"10362012","name":"Brian''s + Cat","screen_name":"brians_cat","location":"Louisville, KY","description":"I''m + Brian''s *not so* imaginary cat.","url":"http:\/\/t.co\/A5pEr8YFTj","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/A5pEr8YFTj","expanded_url":"http:\/\/www.collective-thoughts.com\/about","display_url":"collective-thoughts.com\/about","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":10810,"friends_count":567,"listed_count":159,"created_at":"Sun + Nov 18 19:17:00 +0000 2007","favourites_count":18,"utc_offset":-21600,"time_zone":"Central + Time (US & Canada)","geo_enabled":false,"verified":false,"statuses_count":16306,"lang":"en","status":{"created_at":"Thu + Jan 14 19:34:13 +0000 2016","id":687719385314623488,"id_str":"687719385314623488","text":"Crocodile + Slip And Slide https:\/\/t.co\/vFsTKHiPl9","source":"\u003ca href=\"http:\/\/twitterfeed.com\" + rel=\"nofollow\"\u003etwitterfeed\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/vFsTKHiPl9","expanded_url":"http:\/\/bit.ly\/1RQzswt","display_url":"bit.ly\/1RQzswt","indices":[25,48]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"9AE4E8","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/1235512\/cats.jpg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/1235512\/cats.jpg","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/37046542\/nedm_normal.png","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/37046542\/nedm_normal.png","profile_link_color":"0000FF","profile_sidebar_border_color":"87BC44","profile_sidebar_fill_color":"E0FF92","profile_text_color":"000000","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":1798186166,"id_str":"1798186166","name":"Catherine + Curtin","screen_name":"catecurtin","location":"","description":"Catherine + Curtin, theatre junkie, New Yorker, Youngblood, EST groupie; lover of ORANGE + IS THE NEW BLACK, but I''m not biased, I''m Wanda Bell. Tough cookie!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":18431,"friends_count":3977,"listed_count":129,"created_at":"Sun + Sep 08 02:46:40 +0000 2013","favourites_count":1047,"utc_offset":null,"time_zone":null,"geo_enabled":true,"verified":true,"statuses_count":1094,"lang":"en","status":{"created_at":"Mon + Jan 11 00:53:22 +0000 2016","id":686350152412573696,"id_str":"686350152412573696","text":"Congrats + to all tonight!!!#GoldenGlobes","source":"\u003ca href=\"http:\/\/twitter.com\/download\/iphone\" + rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":{"id":"01a9a39529b27f36","url":"https:\/\/api.twitter.com\/1.1\/geo\/id\/01a9a39529b27f36.json","place_type":"city","name":"Manhattan","full_name":"Manhattan, + NY","country_code":"US","country":"United States","contained_within":[],"bounding_box":{"type":"Polygon","coordinates":[[[-74.026675,40.683935],[-73.910408,40.683935],[-73.910408,40.877483],[-74.026675,40.877483]]]},"attributes":{}},"contributors":null,"retweet_count":7,"favorite_count":19,"entities":{"hashtags":[{"text":"GoldenGlobes","indices":[26,39]}],"symbols":[],"user_mentions":[],"urls":[]},"favorited":false,"retweeted":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme1\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/461856525187686400\/1AdZb8GA_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/461856525187686400\/1AdZb8GA_normal.jpeg","profile_link_color":"0084B4","profile_sidebar_border_color":"C0DEED","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":true,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":354133033,"id_str":"354133033","name":"Cats + of Instagram","screen_name":"catsofinstagram","location":"","description":"Original + Cat Photos. Cat Culture. Cat Fun. (Photo accreditations (@) are for users + on Instagram, not Twitter) #catsofinstagram","url":"http:\/\/t.co\/42s0ktQ7FW","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/42s0ktQ7FW","expanded_url":"http:\/\/catsofinstagram.com","display_url":"catsofinstagram.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":110689,"friends_count":6,"listed_count":473,"created_at":"Sat + Aug 13 05:36:22 +0000 2011","favourites_count":42317,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":true,"verified":false,"statuses_count":6156,"lang":"en","status":{"created_at":"Fri + Jan 15 05:30:38 +0000 2016","id":687869478110101504,"id_str":"687869478110101504","text":"From + @olafcosmo: \"Whaca lukin et?\" #catsofinstagram https:\/\/t.co\/198rCoz0tY","source":"\u003ca + href=\"http:\/\/ifttt.com\" rel=\"nofollow\"\u003eIFTTT\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":19,"favorite_count":39,"entities":{"hashtags":[{"text":"catsofinstagram","indices":[35,51]}],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687869477929807872,"id_str":"687869477929807872","indices":[52,75],"media_url":"http:\/\/pbs.twimg.com\/media\/CYvNpUvW8AALEq8.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYvNpUvW8AALEq8.jpg","url":"https:\/\/t.co\/198rCoz0tY","display_url":"pic.twitter.com\/198rCoz0tY","expanded_url":"http:\/\/twitter.com\/catsofinstagram\/status\/687869478110101504\/photo\/1","type":"photo","sizes":{"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":340,"resize":"fit"},"large":{"w":1024,"h":1024,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"FFFFFF","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/837578459\/a3e4d5331fbecdad88712219fa172834.png","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/837578459\/a3e4d5331fbecdad88712219fa172834.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/465553363535265793\/ppXOdNmp_normal.png","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/465553363535265793\/ppXOdNmp_normal.png","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/354133033\/1411499504","profile_link_color":"5FB0D1","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"FAFAFA","profile_text_color":"919191","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":21082047,"id_str":"21082047","name":"Catherine + Brahic","screen_name":"catBrahic","location":"London, UK","description":"Feature + editor for New Scientist, covering everything from the origins of life to + mass extinctions, climate and archaeology. Views here my own etc.","url":"http:\/\/t.co\/rdaFYR7mgq","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/rdaFYR7mgq","expanded_url":"http:\/\/www.newscientist.com","display_url":"newscientist.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":2839,"friends_count":499,"listed_count":177,"created_at":"Tue + Feb 17 11:39:36 +0000 2009","favourites_count":83,"utc_offset":0,"time_zone":"London","geo_enabled":true,"verified":true,"statuses_count":1645,"lang":"en","status":{"created_at":"Tue + Jan 12 13:44:36 +0000 2016","id":686906625203007488,"id_str":"686906625203007488","text":"With + one short line, the BBC destroys the hopes of millions that God was, in fact, + speaking through Twitter https:\/\/t.co\/amPiGrBwnG","source":"\u003ca href=\"http:\/\/twitter.com\" + rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":8,"favorite_count":3,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":686906624301232128,"id_str":"686906624301232128","indices":[108,131],"media_url":"http:\/\/pbs.twimg.com\/media\/CYhh73dWcAAVgtQ.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYhh73dWcAAVgtQ.jpg","url":"https:\/\/t.co\/amPiGrBwnG","display_url":"pic.twitter.com\/amPiGrBwnG","expanded_url":"http:\/\/twitter.com\/catBrahic\/status\/686906625203007488\/photo\/1","type":"photo","sizes":{"thumb":{"w":150,"h":107,"resize":"crop"},"large":{"w":623,"h":107,"resize":"fit"},"small":{"w":340,"h":58,"resize":"fit"},"medium":{"w":600,"h":103,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"022330","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme15\/bg.png","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme15\/bg.png","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/618758484407025664\/g7ZtIZWP_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/618758484407025664\/g7ZtIZWP_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/21082047\/1436358582","profile_link_color":"0084B4","profile_sidebar_border_color":"A8C7F7","profile_sidebar_fill_color":"C0DFEC","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":930654523,"id_str":"930654523","name":"Catherine + Bach","screen_name":"_CatherineBach","location":"","description":"The official + Twitter of Catherine Bach. Daisy Duke from the TV show Dukes of Hazzard and + Anita Lawson from Young and the Restless. xo","url":"http:\/\/t.co\/Rqot3I8amN","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/Rqot3I8amN","expanded_url":"http:\/\/www.catherinebach.com\/","display_url":"catherinebach.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":16543,"friends_count":917,"listed_count":153,"created_at":"Tue + Nov 06 22:17:36 +0000 2012","favourites_count":701,"utc_offset":null,"time_zone":null,"geo_enabled":true,"verified":true,"statuses_count":586,"lang":"en","status":{"created_at":"Fri + Jan 08 00:01:19 +0000 2016","id":685249888309780481,"id_str":"685249888309780481","text":"Oops!! + Here is the right purse! Guess by Marciano!\ud83d\udc6f\ud83d\ude18\ud83d\udc8b\u2764\ufe0f + https:\/\/t.co\/mZgmTDXprj","source":"\u003ca href=\"http:\/\/twitter.com\/download\/iphone\" + rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":4,"favorite_count":30,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":685249888196493312,"id_str":"685249888196493312","indices":[56,79],"media_url":"http:\/\/pbs.twimg.com\/media\/CYJ_JIhUAAAyjkl.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYJ_JIhUAAAyjkl.jpg","url":"https:\/\/t.co\/mZgmTDXprj","display_url":"pic.twitter.com\/mZgmTDXprj","expanded_url":"http:\/\/twitter.com\/_CatherineBach\/status\/685249888309780481\/photo\/1","type":"photo","sizes":{"medium":{"w":600,"h":800,"resize":"fit"},"large":{"w":768,"h":1024,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"small":{"w":340,"h":453,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C3FAD2","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme13\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme13\/bg.gif","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/3399720812\/efb4d17e8bd0ab709d6174a3a5e4568f_normal.png","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/3399720812\/efb4d17e8bd0ab709d6174a3a5e4568f_normal.png","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/930654523\/1396918097","profile_link_color":"93A644","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"F6FFD1","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":424320811,"id_str":"424320811","name":"Catherine + Clifford","screen_name":"CatClifford","location":"New York, NY","description":"Senior + Writer at @Entrepreneur in NYC. Brooklyn dweller, Bikram yoga enthusiast, + once-upon-a-time ballet dancer. Give more than you take.","url":"http:\/\/t.co\/dxAsl4A9tj","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/dxAsl4A9tj","expanded_url":"http:\/\/www.entrepreneur.com\/author\/catherine-clifford","display_url":"entrepreneur.com\/author\/catheri\u2026","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":16998,"friends_count":752,"listed_count":626,"created_at":"Tue + Nov 29 16:44:43 +0000 2011","favourites_count":2782,"utc_offset":-14400,"time_zone":"Atlantic + Time (Canada)","geo_enabled":false,"verified":true,"statuses_count":4360,"lang":"en","status":{"created_at":"Thu + Jan 14 21:45:13 +0000 2016","id":687752352279965696,"id_str":"687752352279965696","text":"RT + @StephenJBronner: 62 Percent of American Billionaires Are Self-Made by @CatClifford + https:\/\/t.co\/VFagZ1kxup via @Entrepreneur","source":"\u003ca href=\"http:\/\/twitter.com\" + rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Thu + Jan 14 21:30:25 +0000 2016","id":687748628971143168,"id_str":"687748628971143168","text":"62 + Percent of American Billionaires Are Self-Made by @CatClifford https:\/\/t.co\/VFagZ1kxup + via @Entrepreneur","source":"\u003ca href=\"http:\/\/www.hootsuite.com\" rel=\"nofollow\"\u003eHootsuite\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":1,"favorite_count":1,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"CatClifford","name":"Catherine + Clifford","id":424320811,"id_str":"424320811","indices":[53,65]},{"screen_name":"Entrepreneur","name":"Entrepreneur","id":19407053,"id_str":"19407053","indices":[94,107]}],"urls":[{"url":"https:\/\/t.co\/VFagZ1kxup","expanded_url":"http:\/\/entm.ag\/1JMYDi0","display_url":"entm.ag\/1JMYDi0","indices":[66,89]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"retweet_count":1,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"StephenJBronner","name":"Stephen + J. Bronner","id":92080081,"id_str":"92080081","indices":[3,19]},{"screen_name":"CatClifford","name":"Catherine + Clifford","id":424320811,"id_str":"424320811","indices":[74,86]},{"screen_name":"Entrepreneur","name":"Entrepreneur","id":19407053,"id_str":"19407053","indices":[115,128]}],"urls":[{"url":"https:\/\/t.co\/VFagZ1kxup","expanded_url":"http:\/\/entm.ag\/1JMYDi0","display_url":"entm.ag\/1JMYDi0","indices":[87,110]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/458419918967291904\/GQSYvH1w.jpeg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/458419918967291904\/GQSYvH1w.jpeg","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/684048055763660800\/ypVSDDR2_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/684048055763660800\/ypVSDDR2_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/424320811\/1451924906","profile_link_color":"0084B4","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":46284762,"id_str":"46284762","name":"Cat + Deeley","screen_name":"catdeeley","location":"Los Angeles, CA","description":"Official + Twitter page for Cat Deeley","url":"http:\/\/t.co\/sXW9BSHcRh","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/sXW9BSHcRh","expanded_url":"http:\/\/www.officiallycatdeeley.com","display_url":"officiallycatdeeley.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":357873,"friends_count":489,"listed_count":3121,"created_at":"Thu + Jun 11 01:51:34 +0000 2009","favourites_count":366,"utc_offset":-28800,"time_zone":"Pacific + Time (US & Canada)","geo_enabled":false,"verified":true,"statuses_count":9096,"lang":"en","status":{"created_at":"Thu + Jan 07 01:17:15 +0000 2016","id":684906611899408384,"id_str":"684906611899408384","text":"All + our yesterdays! Plus @D8Melanie from @DANCEonFOX .... She plays Chava!!! \ud83c\udfbb + https:\/\/t.co\/2rikQ2U46l","source":"\u003ca href=\"http:\/\/twitter.com\/download\/iphone\" + rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":1,"favorite_count":41,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"D8Melanie","name":"Melanie + Moore","id":308349554,"id_str":"308349554","indices":[25,35]},{"screen_name":"DANCEonFOX","name":"SYTYCD","id":32624009,"id_str":"32624009","indices":[41,52]}],"urls":[{"url":"https:\/\/t.co\/2rikQ2U46l","expanded_url":"https:\/\/twitter.com\/naughtynicerob\/status\/684897470892130304","display_url":"twitter.com\/naughtynicerob\u2026","indices":[79,102]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"739BA2","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/277021722\/cd_twitter.jpg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/277021722\/cd_twitter.jpg","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/663779869898113024\/mWXlmwEk_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/663779869898113024\/mWXlmwEk_normal.jpg","profile_link_color":"0084B4","profile_sidebar_border_color":"BDDCAD","profile_sidebar_fill_color":"DDFFCC","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":264946980,"id_str":"264946980","name":"Catherine + Van","screen_name":"cat08van","location":"Reno","description":"Reporter at + @KOLO8 News Now (ABC) Reno | Homegrown Nevadan | Proud @GonzagaU alum | Harmonizing + alto | Lover of puns | Views are my own","url":"https:\/\/t.co\/eEtzvEajOy","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/eEtzvEajOy","expanded_url":"http:\/\/www.kolotv.com\/station\/bios\/news\/166026166.html","display_url":"kolotv.com\/station\/bios\/n\u2026","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":686,"friends_count":468,"listed_count":24,"created_at":"Sat + Mar 12 18:42:11 +0000 2011","favourites_count":546,"utc_offset":-32400,"time_zone":"Alaska","geo_enabled":true,"verified":true,"statuses_count":2895,"lang":"en","status":{"created_at":"Fri + Jan 15 04:06:34 +0000 2016","id":687848323093401600,"id_str":"687848323093401600","text":"RT + @ZagKennelClub: Ouch. https:\/\/t.co\/37Jml72PmP","source":"\u003ca href=\"http:\/\/twitter.com\/download\/iphone\" + rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Fri + Jan 15 04:03:34 +0000 2016","id":687847568571674624,"id_str":"687847568571674624","text":"Ouch. + https:\/\/t.co\/37Jml72PmP","source":"\u003ca href=\"http:\/\/twitter.com\/download\/iphone\" + rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":25,"favorite_count":36,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/37Jml72PmP","expanded_url":"http:\/\/twitter.com\/ZagKennelClub\/status\/687847568571674624\/photo\/1","display_url":"pic.twitter.com\/37Jml72PmP","indices":[6,29]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"retweet_count":25,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"ZagKennelClub","name":"Gonzaga + Kennel Club","id":90253832,"id_str":"90253832","indices":[3,17]}],"urls":[{"url":"https:\/\/t.co\/37Jml72PmP","expanded_url":"http:\/\/twitter.com\/ZagKennelClub\/status\/687847568571674624\/photo\/1","display_url":"pic.twitter.com\/37Jml72PmP","indices":[25,48]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"452E43","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/450517638662205441\/TtLONiCW.jpeg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/450517638662205441\/TtLONiCW.jpeg","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/483910612896866304\/eD3CDZrc_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/483910612896866304\/eD3CDZrc_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/264946980\/1452683044","profile_link_color":"B55B7C","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"F82189","profile_text_color":"F4748F","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":14630442,"id_str":"14630442","name":"Tidy + Cats","screen_name":"TidyCats","location":"","description":"Tidy likes freshness, + short walks on the beach and cats with good aim. Tidy doesn''t like loud noises, + rainy days or upsetting smells.","url":"http:\/\/t.co\/6ZyPrDvek0","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/6ZyPrDvek0","expanded_url":"http:\/\/www.tidycats.com","display_url":"tidycats.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":29287,"friends_count":824,"listed_count":179,"created_at":"Fri + May 02 20:11:20 +0000 2008","favourites_count":2232,"utc_offset":-21600,"time_zone":"Central + Time (US & Canada)","geo_enabled":false,"verified":true,"statuses_count":3520,"lang":"en","status":{"created_at":"Wed + Jan 13 17:10:26 +0000 2016","id":687320815629647872,"id_str":"687320815629647872","text":"#WednesdayWisdom + cats are amazing.","source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter + Web Client\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":16,"favorite_count":13,"entities":{"hashtags":[{"text":"WednesdayWisdom","indices":[0,16]}],"symbols":[],"user_mentions":[],"urls":[]},"favorited":false,"retweeted":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"FFFDF2","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/716219640\/a36cebd28d5d8ef802b1ad16c1dbcd55.jpeg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/716219640\/a36cebd28d5d8ef802b1ad16c1dbcd55.jpeg","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/604301780588060672\/ZP_PbY8Q_normal.png","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/604301780588060672\/ZP_PbY8Q_normal.png","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/14630442\/1436755280","profile_link_color":"0084B4","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":77808680,"id_str":"77808680","name":"Catherine + McKinnell","screen_name":"CatMcKinnellMP","location":"\u00dcT: 51.500693,-0.126137","description":"Labour + MP for Newcastle North and very busy mum of 3. If local resident with a query + email catherine.mckinnell.mp@parliament.uk","url":"https:\/\/t.co\/YiseXDhULL","entities":{"url":{"urls":[{"url":"https:\/\/t.co\/YiseXDhULL","expanded_url":"http:\/\/www.catherinemckinnellmp.co.uk","display_url":"catherinemckinnellmp.co.uk","indices":[0,23]}]},"description":{"urls":[]}},"protected":false,"followers_count":10984,"friends_count":677,"listed_count":407,"created_at":"Sun + Sep 27 19:17:18 +0000 2009","favourites_count":42,"utc_offset":0,"time_zone":"London","geo_enabled":false,"verified":true,"statuses_count":5093,"lang":"en","status":{"created_at":"Thu + Jan 14 21:04:38 +0000 2016","id":687742140114432000,"id_str":"687742140114432000","text":"RT + @margarethodge: 6 years after kicking the BNP out of Barking I''m thrilled + to see that British politics is rid of them now too https:\/\/t\u2026","source":"\u003ca + href=\"http:\/\/twitter.com\/download\/iphone\" rel=\"nofollow\"\u003eTwitter + for iPhone\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Fri + Jan 08 18:45:27 +0000 2016","id":685532786606866432,"id_str":"685532786606866432","text":"6 + years after kicking the BNP out of Barking I''m thrilled to see that British + politics is rid of them now too https:\/\/t.co\/wQq4AXiTxK","source":"\u003ca + href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":83,"favorite_count":104,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[{"url":"https:\/\/t.co\/wQq4AXiTxK","expanded_url":"https:\/\/twitter.com\/ElectoralCommUK\/status\/685468178265321472","display_url":"twitter.com\/ElectoralCommU\u2026","indices":[111,134]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"retweet_count":83,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"margarethodge","name":"Margaret + Hodge","id":111411358,"id_str":"111411358","indices":[3,17]}],"urls":[{"url":"https:\/\/t.co\/wQq4AXiTxK","expanded_url":"https:\/\/twitter.com\/ElectoralCommUK\/status\/685468178265321472","display_url":"twitter.com\/ElectoralCommU\u2026","indices":[139,140]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"BADFCD","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/93432605\/twilk_background_4bcb742581557.jpg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/93432605\/twilk_background_4bcb742581557.jpg","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/687712404763967489\/pgOzWfjU_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/687712404763967489\/pgOzWfjU_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/77808680\/1445780090","profile_link_color":"FF0000","profile_sidebar_border_color":"F2E195","profile_sidebar_fill_color":"FFF7CC","profile_text_color":"0C3E53","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":20505533,"id_str":"20505533","name":"BatterseaDogs&Cats","screen_name":"BDCH","location":"London, + Kent and Berkshire.","description":"Rescuing lost, abandoned & unwanted animals + since 1860. Home to many #pogdogs - we share cute pictures of dogs, cats and + other fun stuff about our Home.","url":"http:\/\/t.co\/WvL5fdpHQL","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/WvL5fdpHQL","expanded_url":"http:\/\/www.battersea.org.uk","display_url":"battersea.org.uk","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":153374,"friends_count":18706,"listed_count":663,"created_at":"Tue + Feb 10 10:41:05 +0000 2009","favourites_count":5117,"utc_offset":0,"time_zone":"London","geo_enabled":false,"verified":true,"statuses_count":16570,"lang":"en","status":{"created_at":"Thu + Jan 14 17:21:00 +0000 2016","id":687685861903831040,"id_str":"687685861903831040","text":"@Isysuttie + You''re welcome to come and say hi any time. All our dogs and cats are just + as lovely :-)","source":"\u003ca href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter + Web Client\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":687683509897572353,"in_reply_to_status_id_str":"687683509897572353","in_reply_to_user_id":42890254,"in_reply_to_user_id_str":"42890254","in_reply_to_screen_name":"Isysuttie","geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":2,"favorite_count":4,"entities":{"hashtags":[],"symbols":[],"user_mentions":[{"screen_name":"Isysuttie","name":"Suttie + New Year","id":42890254,"id_str":"42890254","indices":[0,10]}],"urls":[]},"favorited":false,"retweeted":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"FFFFFF","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/684016472667099136\/wwM-DCev.jpg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/684016472667099136\/wwM-DCev.jpg","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/378800000418582168\/1baaaf8d9f9ba08dcd901df10ec7d4ce_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/378800000418582168\/1baaaf8d9f9ba08dcd901df10ec7d4ce_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/20505533\/1451917385","profile_link_color":"01009A","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"DDFFCC","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":705963169,"id_str":"705963169","name":"Sam + and Cat ","screen_name":"SamAndCat","location":"","description":"This is the + official page for Sam and Cat!","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":627503,"friends_count":870,"listed_count":447,"created_at":"Thu + Jul 19 23:12:58 +0000 2012","favourites_count":112,"utc_offset":null,"time_zone":null,"geo_enabled":false,"verified":true,"statuses_count":1608,"lang":"en","status":{"created_at":"Thu + Jan 14 20:01:37 +0000 2016","id":687726279559270400,"id_str":"687726279559270400","text":"OOOO! + Happy Birthday to Dan!! #HappyBirthdayDanWarp! https:\/\/t.co\/tqvScRhh6l","source":"\u003ca + href=\"https:\/\/about.twitter.com\/products\/tweetdeck\" rel=\"nofollow\"\u003eTweetDeck\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":56,"favorite_count":211,"entities":{"hashtags":[{"text":"HappyBirthdayDanWarp","indices":[30,51]}],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687726261183971328,"id_str":"687726261183971328","indices":[53,76],"media_url":"http:\/\/pbs.twimg.com\/media\/CYtLZAyUAAA0rGP.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYtLZAyUAAA0rGP.jpg","url":"https:\/\/t.co\/tqvScRhh6l","display_url":"pic.twitter.com\/tqvScRhh6l","expanded_url":"http:\/\/twitter.com\/SamAndCat\/status\/687726279559270400\/photo\/1","type":"photo","sizes":{"thumb":{"w":150,"h":150,"resize":"crop"},"large":{"w":612,"h":612,"resize":"fit"},"small":{"w":340,"h":340,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"131516","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme14\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme14\/bg.gif","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/472227688996814848\/tKbnoJXG_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/472227688996814848\/tKbnoJXG_normal.jpeg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/705963169\/1401422818","profile_link_color":"009999","profile_sidebar_border_color":"EEEEEE","profile_sidebar_fill_color":"EFEFEF","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":20793276,"id_str":"20793276","name":"Hamilton + Tiger-Cats","screen_name":"Ticats","location":"Hamilton, Ontario, Canada","description":"The + official Twitter account of the Hamilton Tiger-Cats, a @CFL team with a rich + 146-year history and 15 Grey Cup championships. Oskee Wee Wee. #Ticats","url":"http:\/\/t.co\/2cHLx7N893","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/2cHLx7N893","expanded_url":"http:\/\/www.ticats.ca","display_url":"ticats.ca","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":88324,"friends_count":214,"listed_count":613,"created_at":"Fri + Feb 13 18:33:32 +0000 2009","favourites_count":701,"utc_offset":-18000,"time_zone":"Eastern + Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":14421,"lang":"en","status":{"created_at":"Fri + Jan 15 03:51:52 +0000 2016","id":687844624271015936,"id_str":"687844624271015936","text":"RT + @GoBearcatsFB: .@Ticats While you''re doing #TBT, check out @uofcincy with + your host @ZCollaros7..it''s changed just a bit since then http\u2026","source":"\u003ca + href=\"http:\/\/twitter.com\/download\/iphone\" rel=\"nofollow\"\u003eTwitter + for iPhone\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweeted_status":{"created_at":"Fri + Jan 15 03:15:11 +0000 2016","id":687835393581039616,"id_str":"687835393581039616","text":".@Ticats + While you''re doing #TBT, check out @uofcincy with your host @ZCollaros7..it''s + changed just a bit since then https:\/\/t.co\/9mNDspoLIc","source":"\u003ca + href=\"http:\/\/twitter.com\" rel=\"nofollow\"\u003eTwitter Web Client\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":687824060454014976,"in_reply_to_status_id_str":"687824060454014976","in_reply_to_user_id":20793276,"in_reply_to_user_id_str":"20793276","in_reply_to_screen_name":"Ticats","geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":9,"favorite_count":12,"entities":{"hashtags":[{"text":"TBT","indices":[28,32]}],"symbols":[],"user_mentions":[{"screen_name":"Ticats","name":"Hamilton + Tiger-Cats","id":20793276,"id_str":"20793276","indices":[1,8]},{"screen_name":"uofcincy","name":"U + of Cincinnati","id":347974719,"id_str":"347974719","indices":[44,53]},{"screen_name":"ZCollaros7","name":"Zach + Collaros","id":139916222,"id_str":"139916222","indices":[69,80]}],"urls":[{"url":"https:\/\/t.co\/9mNDspoLIc","expanded_url":"https:\/\/www.youtube.com\/watch?v=iE4NN4x6710","display_url":"youtube.com\/watch?v=iE4NN4\u2026","indices":[117,140]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"retweet_count":9,"favorite_count":0,"entities":{"hashtags":[{"text":"TBT","indices":[46,50]}],"symbols":[],"user_mentions":[{"screen_name":"GoBearcatsFB","name":"Cincinnati + Football","id":747386497,"id_str":"747386497","indices":[3,16]},{"screen_name":"Ticats","name":"Hamilton + Tiger-Cats","id":20793276,"id_str":"20793276","indices":[19,26]},{"screen_name":"uofcincy","name":"U + of Cincinnati","id":347974719,"id_str":"347974719","indices":[62,71]},{"screen_name":"ZCollaros7","name":"Zach + Collaros","id":139916222,"id_str":"139916222","indices":[87,98]}],"urls":[{"url":"https:\/\/t.co\/9mNDspoLIc","expanded_url":"https:\/\/www.youtube.com\/watch?v=iE4NN4x6710","display_url":"youtube.com\/watch?v=iE4NN4\u2026","indices":[139,140]}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"FEBF58","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/580725410981289985\/v0vJpCtv.jpg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/580725410981289985\/v0vJpCtv.jpg","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/664819095221633025\/GymeIvwc_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/664819095221633025\/GymeIvwc_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/20793276\/1435156942","profile_link_color":"CF8300","profile_sidebar_border_color":"000000","profile_sidebar_fill_color":"FEBF58","profile_text_color":"000000","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":18207431,"id_str":"18207431","name":"Catherine + Fuentes","screen_name":"cat_fuentes","location":"nyc","description":"entertainment + writer + editor. sports fan. grumpy animal enthusiast. formerly of @rollingstone.","url":null,"entities":{"description":{"urls":[]}},"protected":false,"followers_count":1412,"friends_count":647,"listed_count":39,"created_at":"Thu + Dec 18 03:11:18 +0000 2008","favourites_count":827,"utc_offset":-18000,"time_zone":"Eastern + Time (US & Canada)","geo_enabled":true,"verified":true,"statuses_count":10204,"lang":"en","status":{"created_at":"Thu + Jan 14 19:35:53 +0000 2016","id":687719805021990913,"id_str":"687719805021990913","text":"Mercury + in retrograde: not realizing your laptop won''t charge until it has 1hr left + and then needing to submit an IT ticket @ a big corp.","source":"\u003ca href=\"http:\/\/twitter.com\/download\/iphone\" + rel=\"nofollow\"\u003eTwitter for iPhone\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":0,"favorite_count":0,"entities":{"hashtags":[],"symbols":[],"user_mentions":[],"urls":[]},"favorited":false,"retweeted":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"131516","profile_background_image_url":"http:\/\/abs.twimg.com\/images\/themes\/theme14\/bg.gif","profile_background_image_url_https":"https:\/\/abs.twimg.com\/images\/themes\/theme14\/bg.gif","profile_background_tile":true,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/518454496268406784\/mpUmB2cY_normal.jpeg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/518454496268406784\/mpUmB2cY_normal.jpeg","profile_link_color":"009999","profile_sidebar_border_color":"EEEEEE","profile_sidebar_fill_color":"EFEFEF","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false},{"id":212187460,"id_str":"212187460","name":"Yusuf + \/ Cat Stevens","screen_name":"YusufCatStevens","location":"","description":"Yusuf + Islam the Artist also known as Cat Stevens","url":"http:\/\/t.co\/ExIylwHebz","entities":{"url":{"urls":[{"url":"http:\/\/t.co\/ExIylwHebz","expanded_url":"http:\/\/www.yusufislam.com","display_url":"yusufislam.com","indices":[0,22]}]},"description":{"urls":[]}},"protected":false,"followers_count":41499,"friends_count":46,"listed_count":396,"created_at":"Fri + Nov 05 11:37:35 +0000 2010","favourites_count":2494,"utc_offset":14400,"time_zone":"Abu + Dhabi","geo_enabled":false,"verified":true,"statuses_count":1194,"lang":"en","status":{"created_at":"Thu + Jan 14 16:02:20 +0000 2016","id":687666063299874817,"id_str":"687666063299874817","text":"Think + of everything you\u2019ve got\nFor you will still be here tomorrow\nBut your + dreams may not\n\n#FatherAndSon https:\/\/t.co\/qxmNH8GIM4","source":"\u003ca + href=\"http:\/\/twitter.com\/download\/android\" rel=\"nofollow\"\u003eTwitter + for Android\u003c\/a\u003e","truncated":false,"in_reply_to_status_id":null,"in_reply_to_status_id_str":null,"in_reply_to_user_id":null,"in_reply_to_user_id_str":null,"in_reply_to_screen_name":null,"geo":null,"coordinates":null,"place":null,"contributors":null,"retweet_count":97,"favorite_count":163,"entities":{"hashtags":[{"text":"FatherAndSon","indices":[92,105]}],"symbols":[],"user_mentions":[],"urls":[],"media":[{"id":687666047097294848,"id_str":"687666047097294848","indices":[106,129],"media_url":"http:\/\/pbs.twimg.com\/media\/CYsUoF1U0AAiCTd.jpg","media_url_https":"https:\/\/pbs.twimg.com\/media\/CYsUoF1U0AAiCTd.jpg","url":"https:\/\/t.co\/qxmNH8GIM4","display_url":"pic.twitter.com\/qxmNH8GIM4","expanded_url":"http:\/\/twitter.com\/YusufCatStevens\/status\/687666063299874817\/photo\/1","type":"photo","sizes":{"small":{"w":340,"h":340,"resize":"fit"},"medium":{"w":600,"h":600,"resize":"fit"},"thumb":{"w":150,"h":150,"resize":"crop"},"large":{"w":950,"h":951,"resize":"fit"}}}]},"favorited":false,"retweeted":false,"possibly_sensitive":false,"lang":"en"},"contributors_enabled":false,"is_translator":false,"is_translation_enabled":false,"profile_background_color":"C0DEED","profile_background_image_url":"http:\/\/pbs.twimg.com\/profile_background_images\/435507208596377600\/1TC-N1kx.jpeg","profile_background_image_url_https":"https:\/\/pbs.twimg.com\/profile_background_images\/435507208596377600\/1TC-N1kx.jpeg","profile_background_tile":false,"profile_image_url":"http:\/\/pbs.twimg.com\/profile_images\/661188553963995136\/0DXhY6Oz_normal.jpg","profile_image_url_https":"https:\/\/pbs.twimg.com\/profile_images\/661188553963995136\/0DXhY6Oz_normal.jpg","profile_banner_url":"https:\/\/pbs.twimg.com\/profile_banners\/212187460\/1414386621","profile_link_color":"0084B4","profile_sidebar_border_color":"FFFFFF","profile_sidebar_fill_color":"DDEEF6","profile_text_color":"333333","profile_use_background_image":true,"has_extended_profile":false,"default_profile":false,"default_profile_image":false,"following":false,"follow_request_sent":false,"notifications":false}]' + http_version: + recorded_at: Fri, 15 Jan 2016 06:00:49 GMT +recorded_with: VCR 3.0.1