← Back to WebGameDB

Add a Game

Submit a game to WebGameDB. Requirements: freely playable on the web with a JSON API returning player count. The player count must be CCU (concurrent users playing right now), not DAU (daily active users). The API will be polled several times per hour.

Should return JSON like: { "playercount": 123 }

500 characters max