an open source API that allows you to convert strings of ID's like 1-1-1-1
Dirt.png = 1
Water.png = 2
GET
domain.com/tile/2/2/1-1-2-2
this request will get a 2x2 image the first two tiles being dirt and the bottom two being water.
bekian - heavily helped create the id string to image conversion.