MMO Games API - By MMOBomb
Create using the MMO Games API
Overview
Access programmatically the best MMO games, multiplayer online games, news and giveaways! The MMO API (Powered by MMOBomb) is available for everyone to use without any restrictions. Please note our API is free to use as long as you attribute MMOBomb.com as the source of the data. We hope to improve the API over time.
Send us an email at contact@mmobomb.com if you find any bugs. Don't be afraid to experiment and feel free to share your projects with us.
Endpoints & Examples
Live games list
GET https://www.mmobomb.com/api1/gamesGames by platform
GET https://www.mmobomb.com/api1/games?platform=pcInsert platform, eg: pc, browser or all
Games by category or tag
GET https://www.mmobomb.com/api1/games?category=shooterInsert game category or tag, eg: mmorpg, shooter, pvp, mmofps and more.
Sort games by release date, alphabetical or relevance
GET https://www.mmobomb.com/api1/games?sort-by=alphabeticalInsert sort by, eg: release-date, popularity, alphabetical or relevance
Games by platform & category & sorted
GET https://www.mmobomb.com/api1/games?platform=browser&category=mmorpg&sort-by=release-dateFilter Games by multiple tags for personalized results
GET https://www.mmobomb.com/api1/filter?tag=3d.mmorpg.fantasy.pvp&platform=pcInsert tag, eg: mmorpg, shooter, pvp, mmofps and more. Optionally you can also use the "platform" and "sort" parameters
Return details from a specific game
GET https://www.mmobomb.com/api1/game?id=452Insert game id
Live MMO Giveaways
GET https://www.mmobomb.com/api1/giveawaysLatest MMO News
GET https://www.mmobomb.com/api1/latestnewsNews related to a specific game
Coming soon!CORS Support
If you need cross-origin resource sharing features you can access our API via RapidApi at: rapidapi.com/digiwalls/api/mmo-games.Rate Limits
Please avoid doing more than 4 requests per second.Responses
200: Success404: Object not found: Game or endpoint not found
500: Something wrong on our end (unexpected server errors)