video

Returns information about a video.

Usage

https://www.geni.com/api/video-21557506

Parameters

Name Type Description Required
fields Array of Strings You can pass a list of fields you want returned in your call. For example, to get just the title of a video: https://www.geni.com/api/video-21557506?fields=title. false
ids Array of Strings You can select a group of videos on specific urls. For example: https://www.geni.com/api/video?ids=101,31534,145 returns video data for all three ids. false

Returned Fields

Name Type Description
attribution String The video's attribution
content_type String The video's original content type
created_at String Timestamp of when the video was created
date Date The video's date
description String The video's description
guid String The old GUID
id String The video's id
location Location The video's location
sizes VideoImageSizeMap URLs to the video's sizes
tags Array of Strings URLs (or ids) of profiles tagged in the video
title String The video's title
updated_at String Timestamp of when the video was last updated
url String The api url of the video
Note: Blank fields will not be returned to save bandwidth.

rails-1a-002