Astroworld

Minecraft game data: mobs, items, biomes, versions and more

🎮 GamesUNMONITOREDchecked 1h ago
AUTH NONECORS AGENT HTTPS COMMERCIAL ?

Astroworld is a keyless REST API of Minecraft reference data — mobs, items, biomes, enchantments, structures, commands, versions and achievements. Mob records include HP, per-difficulty damage, drops, spawn conditions and behaviour notes. Filter with search/type/category params and add ?pretty=true for formatted output.

HOW IT'S SCORED ⓘ
Status badge · for your READMEshipapis health badge: — · unmonitored
Uptime history
—%90 days
—%30 days
P50 · ms
P95 · ms
operationalpartialdownno data
Live response samplecaptured by our last successful check
GET https://api.astroworldmc.com/api/v1/mobs?search=creeper

{
  "success": true,
  "count": 1,
  "data": [
    {
      "name": "Creeper",
      "id": "creeper",
      "type": "hostile",
      "hp": 20,
      "damage": {
        "easy": 22,
        "normal": 43,
        "hard": 64
      },
      "category": "hostile"
    }
  ]
}
Call itcurl · fetch · python
curl "https://api.astroworldmc.com/api/v1/mobs?search=creeper"
const res = await fetch("https://api.astroworldmc.com/api/v1/mobs?search=creeper");
const data = await res.json();
console.log(data);
import requests

res = requests.get("https://api.astroworldmc.com/api/v1/mobs?search=creeper")
print(res.json())
Endpoints · 6On scheduleFULL DOCS ↗
First rollup pending — GET /mobs?search=creeper has been probed
GET/mobs?search=creeperPROBED

Minecraft game data: mobs, items, biomes, versions and more

GET/mobs?limit=5

Mobs — documented GET route.

GET/mobs?page=1

Mobs — documented GET route.

GET/mobs?search=creeper&quot

Search results filtered by query parameters.

GET/mobs/creeper&quot

Creeper&Quot — documented GET route.

GET/biomes?dimension=nether

Biomes — documented GET route.

Machine-readable spec

We probe a documented GET and expect 2xx JSON — full uptime and health score. Export includes every documented route below.

Response-shape history

Stable. No schema drift observed since monitoring began — the response shape has not changed under our checks.

Astroworld: common questions

Is Astroworld free to use?

Yes — Astroworld is a free games API. Free tier: Free — no key. Whether the free tier allows commercial use is unclear — check the provider docs.

Does Astroworld need an API key?

No — Astroworld needs no API key or signup. You can call it straight away; rate limits still apply (100 req/window · 99 remaining · resets 60).

Can I call Astroworld from the browser?

Yes — Astroworld returns CORS headers over HTTPS, so front-end code can fetch it directly with no backend proxy. Use the fetch snippet on this page, or hit "Run live" to try it now.

Is Astroworld up right now?

As of our last scheduled check, Astroworld is unmonitored. We re-probe it every sweep — the status badge and uptime chart above always show the latest.