MUZU Developer API

Getting Started
Data API Methods
Player API Methods

Search

This method returns listings that match the search criteria. Specify the parameters to refine the results.

For example mySearch=beyonce will return results containing the name Beyonce.

Results can be returned in both rss and xml by setting the 'format' parameter.

Parameters


Name

 

Type

Description

 

muzuid

 

string

Your MUZU API Key

 

mySearch

 

string

Enter the word or title you want to search for here.
Please ensure that you URL escape your search string.

e.g: mySearch=the+script

 

l

 

int

The number of items to return. Maximum allowed value is 1000.

Defaults to 500.

format

 

string

The format of the response can be specified here.
The two format types are rss and xml.

Defaults to rss.

 

country

 

string

Specify the country for which the results are intended by adding the countries abbreviation

e.g.
Great Britain would be set as 'country=gb'

United States would be set as 'country=us'

 

Embed Code Parameters

soundoff

 

string

Set to 'n' to create embed code for a player that will have its sound off by default.

Default value is 'n'.

 

autostart

 

string

Set to 'y' to create embed code for a player that will autoplay when loaded.

Default value is 'n'.

 

width

 

int

Used to set the width used when the embed code is generated.

Default value is 480.

 

height

 

int

Used to set the height used when the embed code is generated.

Default value is 390.

includeAll

 

string

Set to 'n' to include only the current video in the players playlist menu. Set to 'y' to include all other videos and playlists from that artist or channel.

Default value is 'y'.

 

Example Calls

  • http://www.muzu.tv/api/search?muzuid=[MUZU_ID]&mySearch=the+script
  • http://www.muzu.tv/api/search?muzuid=[MUZU_ID]&mySearch=beyonce&format=[rss/xml]&country=gb&i=100

    e.g.

  • http://www.muzu.tv/api/search?muzuid=[MUZU_ID]&mySearch=beyonce&format=rss&l=200&country=ie
  • http://www.muzu.tv/api/search?muzuid=[MUZU_ID]&mySearch=leona+lewis&format=xml

Please confirm and accept the use of cookies on MUZU.TV for a better experience. You can read our cookie policy here.