API for [CS2]RESAND ♛ STANDOFF2 RUST REMAKE

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/3962129
json
{
  "response": {
    "id": 3962129,
    "ip": "185.9.145.248",
    "port": 28995,
    "query": 28995,
    "owner_name": "magistrs",
    "owner_avatar": "86df95ad-c108-4637-9e19-56f4fc392b93.jpg",
    "color": 0,
    "description": "[{\"id\":\"4UDRkVTil4\",\"type\":\"paragraph\",\"data\":{\"text\":\"https://t.me/reSands наш телеграмм\"}},{\"id\":\"4l-E7lRgPv\",\"type\":\"paragraph\",\"data\":{\"text\":\"https://t.me/reSands наш сайт \"}},{\"id\":\"y8lGt86Uoo\",\"type\":\"paragraph\",\"data\":{\"text\":\"https://discord.gg/resand наш дискорд\"}}]",
    "game": 730,
    "owner": 69588,
    "boosts": 1,
    "last_offline": 1743009244,
    "score": 5,
    "last_online": 1718387466,
    "icon": null,
    "name": "[CS2]RESAND ♛ STANDOFF2 RUST REMAKE",
    "connect": "185.9.145.248:28995",
    "request": "185.9.145.248:28995",
    "map": "de_mirage",
    "gamemode": null,
    "version": null,
    "numplayers": 0,
    "maxplayers": 20,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "RU",
    "status": false,
    "votes": 1,
    "points": 1,
    "add_date": 1713979567,
    "last_update": 1743009244,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "list_hidden": false,
    "app": {
      "id": 2,
      "steam_id": 730,
      "name": "Counter-Strike 2",
      "url": "counter-strike-2",
      "popular_maps_available": true
    },
    "server_owner": {
      "username": "magistrs",
      "avatar": "86df95ad-c108-4637-9e19-56f4fc392b93.jpg"
    },
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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