Invalid Artist Alias

Returns a 404 error when an invalid artist alias is specified for all artist methods.

Error Path

http://api.mtvnservices.com/1/artist/invalid_artist_alias/

Examples

http://api.mtvnservices.com/1/artist/weezzer/
http://api.mtvnservices.com/1/artist/weezzer/videos
http://api.mtvnservices.com/1/artist/weezzer/related

ATOM Return

<?xml version="1.0" encoding="iso-8859-1"?>
<entry xmlns="http://www.w3.org/2005/Atom">
<id>http://api.mtvnservices.com/1/artist/invalid_artist_alias/</id>
<updated>2008-09-29T10:04:40.221-04:00</updated>
<title>No Artist Alias</title>
<author>
<name>MTVN Content API</name>
<uri>http://api.mtvnservices.com/1/</uri>
</author>
<link rel="self" type="application/atom+xml" href="http://api.mtvnservices.com/1/artist/invalid_artist_alias/"/>
<content>Sorry, there is no artist by that name.</content>
</entry>

Comments

New comments are not being accepted at this time.