MUZU Developer API

Getting Started
Data API Methods
Player API Methods

Utilities

This method returns the vanity name that would be created from an artist name.

The vanity name is required for other methods in the MUZU API.

Parameters


Name

 

Type

Description

 

MUZU_ID

 

string

Your MUZU API Key

 

Vanityname

 

string

Returns the vanity name that would be created from an artist name.

ARTIST_NAME

 

string

The name of the artist.

Example Calls

  • http://www.muzu.tv/api/utils/vanityname/[ARTIST_NAME]?muzuid=[MUZU_ID]

    e.g.

  • http://www.muzu.tv/api/utils/vanityname/lily%20allen?muzuid=[MUZU_ID]

Expected Response

Please note that this is a sample response and your results may differ from it.
<?xml version="1.0" encoding="UTF-8"?>
<vanity name="lilyallen">
</vanity>

					

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