MMO Games
Browse free-to-play MMO games, news, and giveaways as JSON
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.
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"
}
]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())BROWSER CALLS BLOCKED (NO CORS/HTTPS) — USE THE CURL SNIPPET
/gamesPROBEDBrowse free-to-play MMO games, news, and giveaways as JSON
/games?limit=5Paginated variant with limit parameter.
/games%3C/span%3ESpan%3E — documented GET route.
/games?platform=%3CspanGame title metadata.
/games?category=%3CspanGame title metadata.
/games?sort-by=%3CspanGame title metadata.
We probe a documented GET and expect 2xx JSON — full uptime and health score. Export includes every documented route below.
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?
Not directly — MMO Games doesn't send browser-friendly CORS headers, so call it from a server or proxy instead. Copy the curl or Python snippet on this page to get started.
Is MMO Games up right now?
As of our last scheduled check, MMO Games is unmonitored. We re-probe it every sweep — the status badge and uptime chart above always show the latest.