MetaCafe Video Search API

 
 
If you are using Camideo Video Search API to search video and song from MetaCafe, then can add all the filters supported by MetaCafe to narrow down your search. You will be getting a uniform JSON response from us.
 
You can easily make calls to our MetaCafe Video Search API by simply calling this url:

					http://api.camideo.com/?key=<API KEY>
						&q=chocolate&source=metacafe&page=1&response=json
					
				
However, this is a generic call and not using any search filter. For more information on how to get the key and generic call input parameters and uniform JSON response please read our Camideo Video Search API documentation.
 
Below table describes the additional MetaCafe search filters we accept:
 

Filter

Description

Accepted Values

orderby Sorts the result in this order rating, updated, viewCount or discussed
max-results Number of search results Numeric value between 1 to 1000
time Determines the time frame of the query today, this_week, this_month or all_time
start-index Staring index of the search result Numeric value
dateWebPublished Retrieves only items newer than a given date Date format is Year-Month-Day (e.g. 2008-01-30)
 
 
So a fully filtered call may look like this

					http://api.camideo.com/?key=<API KEY>
						&q=chocolate&source=metacafe&page=1&response=json
						&orderby=viewCount&max-results=10&start-index=1
						&time=all_time&dateWebPublished=2008-01-30