Welcome to the critter generator. Inspired by Combinatorial Critters, and MonsterID, which allow you to create critters from combinations of parts, I just couldn't help but think, "That would be so much better as a web service," and so was born the critter generator.

The interface is easy, just append any old string onto the end of of the URI http://bitworking.org/projects/critters/medium/ and you get a critter. For example:

http://bitworking.org/projects/critters/medium/austin

gives this critter:

Critters are available in three different sizes: small, medium and large.

Service Description

The exact syntax for the webservice is:

http://bitworking.org/projects/critters/{size}/{info}
size
One of "small", "medium", or "large".
info
Any string of characters that are valid in a URI path.

Source

If you want to run the critter generator on your own site the source is also available.