Games & Comics — entry 001 of 75
Astroworld
Astroworld is a companion reference API for the AstroWorld MC Minecraft server, exposing nine static datasets — mobs, biomes, items, enchantments, structures, commands, versions, achievements, and trades — as plain JSON under /api/v1/<dataset>. Every endpoint answered keyless in live checks (e.g. /api/v1/mobs returns 76 entries with HP, drops, and spawn conditions), with no rate limit or paid tier documented; it's a byproduct of the server's own wiki rather than a general-purpose Minecraft data service.
GreatAPIs Score
Auth quickstart
- No key needed — call it now.
Your key is stored only in this browser (localStorage) and sent directly to the API — never to greatapis.
Developer reference
100 requests/minute per IP (Free tier); rate-limit headers (X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset) included on every response, per api.astroworldmc.com's own docs page