LogoLogo
  • 👥About us
  • 💾Changelogs
    • 🌐API
    • 📲Module
  • ⛔Rate-Limit
  • ✨Start with the NPM module
  • Module
    • 📸Images
      • 🐬Animals
    • 🎮Games
      • 🎮Garry's Mod
      • 🎮Minecraft
      • 🎮FiveM
  • Joke
    • 🤣Jokes
      • 🎲Random
      • 📋Category
      • 🆔ID
  • Images
    • 🐙Animals
      • 🐕Dog
      • 🐈Cat
      • 🦊Fox
      • 🦒Giraffe
      • 🦘Kangaroo
      • 🦁Lion
      • 🐒Quokka
      • 🐺Wolf
      • 🦎Lézard
      • 🐆Léopard
      • 🐒Singes
      • 🦚Paon
      • 🐹Hamster
    • 🥘SFW
      • 🎲Random
      • 📋Category
      • 🆔ID
    • 🔞NSFW
      • 🎲Random
      • 📋Category
      • 🆔ID
    • 🏗️Utils
      • 📸QR Code
        • 🔁Generator
        • 📃Reader
      • 🔐Captcha
      • ℹ️IP infos
  • Games
    • 🎮Games
      • 🎮Garry's Mod
      • 🎮Minecraft
      • 🎮FiveM
Powered by GitBook
On this page

Was this helpful?

Export as PDF
  1. Games

Games

Basic information to know before using the Games API

In order to make a request to the api you must have an api key that you will find on your manager

For any question we are at your disposal on our discord :)

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

  • Garr's Mod

  • Minecraft

  • FiveM

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
    }
}
PreviousIP infosNextGarry's Mod

Last updated 2 years ago

Was this helpful?

🎮
Page cover image