Video API

A RESTful API to query videos from YouTube, DailyMotion, Vimeo, etc...

Base URI

http://pweb-14.appspot.com
API Methods
GET /videos/{keywords}
videos
GET /videos/{keywords}

Return a set of videos

Path variables

keywords
string required

Request parameters

first_result
number optional

A positive number. All results before this index will be discarded.

Example:
1
max_results
string optional

A positive number. The number of results that will be returned (default 5, max value: 1.7976931348623157e+308, but the number of results actually returned depends on the results that are stored on the server)

Example:
1, 100, 1000
order
string optional

The criterion according to which the results should be sorted by the server (default: relevance)

Example:
relevance, date, rating, title, videoCount, viewCount

Responses

200 OK
Body
Object
thumbnail
string
Example:
https://i.ytimg.com/vi/fc6b0q6V0aU/default.jpg
title
string
Example:
Domino´s Gaming - #NextLevelOfPizza - Mangel vs. Pizza
data
string
Example:
2014-04-06T22:15:33.000Z
id
string
Example:
fc6b0q6V0aU