MMO Games

Browse free-to-play MMO games, news, and giveaways as JSON

🎮 GamesHEALTHYchecked 24 min ago
AUTH NONECORS AGENT HTTPS COMMERCIAL ?

A catalog of free-to-play titles from MMOBomb, filterable by genre and platform, alongside news and active giveaways. Each game entry carries a thumbnail, short blurb, publisher, and store link. Keyless GET, no signup required.

92HOW IT'S SCORED ⓘ
Status badge · for your READMEshipapis health badge: 92 · healthy
Uptime history
91.2%90 days
100%30 days
354P50 · ms
1393P95 · ms
operationalpartialdownno data
Response time · last 48 checks
Fastest 74 ms, slowest 981 ms, most recent 100 ms.
Live response samplecaptured by our last successful check
GET https://www.mmobomb.com/api1/games

[
  {
    "id": 1238,
    "title": "World of Tanks: HEAT",
    "short_description": "A free-to-play PvP action game.",
    "genre": "Shooter",
    "platform": "PC (Windows)",
    "publisher": "Wargaming Group Limited",
    "game_url": "https://www.mmobomb.com/open/world-of-tanks-heat"
  }
]
Call itcurl · fetch · python
curl "https://www.mmobomb.com/api1/games"
const res = await fetch("https://www.mmobomb.com/api1/games");
const data = await res.json();
console.log(data);
import requests

res = requests.get("https://www.mmobomb.com/api1/games")
print(res.json())
Endpoints · 6HealthyFULL DOCS ↗
Monitored path responding — GET /games354 mschecked 24 min ago
GET/gamesPROBED

Browse free-to-play MMO games, news, and giveaways as JSON

GET/games?limit=5

Paginated variant with limit parameter.

GET/games%3C/span%3E

Span%3E — documented GET route.

GET/games?platform=%3Cspan

Game title metadata.

GET/games?category=%3Cspan

Game title metadata.

GET/games?sort-by=%3Cspan

Game title metadata.

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.

MMO Games: common questions

Is MMO Games free to use?

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

Does MMO Games need an API key?

No — MMO Games needs no API key or signup. You can call it straight away; rate limits still apply (Unpublished).

Can I call MMO Games from the browser?

Yes — MMO Games 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 MMO Games up right now?

As of our last scheduled check, MMO Games is healthy with 91.2% uptime over 90 days and a 354 ms median response. We re-probe it every sweep — the status badge and uptime chart above always show the latest.