API for -->MANOS FACAS | VIP GRATIS | PEGA BANDEIRA - TAG ADM -> mNF || @brxgames

We offer a wide range of integration methods. You can use any of them or create your own using the JSON API. If you have a suggestion to add a new integration method, please contact us. Connect with us

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/2001126
json
{
  "response": {
    "id": 2001126,
    "ip": "104.234.189.173",
    "port": 27240,
    "query": 27240,
    "owner_name": null,
    "owner_avatar": null,
    "color": 0,
    "description": "",
    "game": 10,
    "owner": null,
    "boosts": 1,
    "last_offline": 1735935410,
    "score": null,
    "last_online": 1743777129,
    "icon": null,
    "name": "-->MANOS FACAS | VIP GRATIS | PEGA BANDEIRA - TAG ADM -> mNF || @brxgames",
    "connect": "104.234.189.173:27240",
    "request": "104.234.189.173:27240",
    "map": "fy_pool_day",
    "gamemode": "« PEGA BANDEIRA »",
    "version": "1.1.2.7/Stdio",
    "numplayers": 1,
    "maxplayers": 32,
    "bots": 2,
    "secured": true,
    "private": false,
    "country": "BR",
    "status": true,
    "votes": 0,
    "points": 30,
    "add_date": 1701251333,
    "last_update": 1743777129,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "list_hidden": false,
    "app": {
      "id": 3,
      "steam_id": 10,
      "name": "Counter-Strike",
      "url": "counter-strike",
      "popular_maps_available": true
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/2001126");
$data = json_decode($json, true);
var_dump($data);