Page cover image

🎮Games

Basic information to know before using the Games API

Currently the game part of the api only supports three game categories which are the following:

The use of the api is explained in more detail in the following pages

Here is an example of what the API will return when you make a request

The server that is used as an example is in no way a partner with us.

The server used is a Garry's Mod server named Monolith Roleplay

{
    "status": 200,
    "content": {
        "name": "◘ MonolithServers.com | Custom City Roleplay",
        "map": "rp_monoford_v1k",
        "password": false,
        "raw": {
            "protocol": 17,
            "folder": "garrysmod",
            "game": "MONOLITH V2.0.20",
            "appId": 4000,
            "numplayers": 12,
            "numbots": 4,
            "listentype": "d",
            "environment": "l",
            "secure": 1,
            "version": "2021.12.15",
            "steamid": "85568392923366953",
            "tags": [
                " gm:darkrp gmc:rp loc:us ver:220317"
            ]
        },
        "maxplayers": 127,
        "players": [
            {
                "name": "The cool boy",
                "raw": {
                    "score": 0,
                    "time": 15035.7216796875
                }
            },
            {
                "name": "banana flavored vlasic pickles",
                "raw": {
                    "score": 0,
                    "time": 2115.999755859375
                }
            },
            {
                "name": "breiceheidd",
                "raw": {
                    "score": 0,
                    "time": 2097.3330078125
                }
            },
            {
                "name": "Hex",
                "raw": {
                    "score": 0,
                    "time": 1926.66650390625
                }
            },
            {
                "name": "ShadowStalker182",
                "raw": {
                    "score": 0,
                    "time": 1852.8868408203125
                }
            },
            {
                "name": "Frank Watson",
                "raw": {
                    "score": 0,
                    "time": 1848.66650390625
                }
            },
            {
                "name": "battlekingbg",
                "raw": {
                    "score": 0,
                    "time": 1571.2220458984375
                }
            },
            {
                "name": "carl",
                "raw": {
                    "score": 0,
                    "time": 1357.7218017578125
                }
            },
            {
                "name": "Wyzmeister",
                "raw": {
                    "score": 0,
                    "time": 1322.2774658203125
                }
            },
            {
                "name": "RX55927R11DEZ",
                "raw": {
                    "score": 0,
                    "time": 1110.7772216796875
                }
            },
        ],
        "bots": [
            {
                "name": "TheGrimReaper",
                "raw": {
                    "score": 0,
                    "time": 27391.92578125
                }
            },
            {
                "name": "Llama",
                "raw": {
                    "score": 0,
                    "time": 27362.06640625
                }
            },
        ],
        "connect": "208.103.169.58:27015",
        "ping": 116
    }
}

Last updated

Was this helpful?