This document outlines supported API paths for the MCBEMapper project (the web backend).
GET /world
Returns: JSON object
GET /biome/chunk?dim={int}&chunkX={int}&chunkZ={int}
Parameters:
dim
: Dimension identifier (0 = Overworld, 1 = The Nether, 2 = The End)chunkX
andchunkZ
: Chunk coordinates
Returns: 16x16 PNG image representing the biomes for the given chunk
GET /biome/tile1024?dim={int}&tileX={int}&tileZ={int}
Parameters:
dim
: Dimension identifiertileX
andtileZ
: Region coordinates (a region is 64 chunks wide by 64 chunks tall)
Returns: 1024x1024 PNG image representing the biomes for the given region