API for 『 NIGHT RP 』 | x2 Донат | Промокоды |

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/9787726
json
{
  "response": {
    "steam_id": null,
    "domain": null,
    "id": 9787726,
    "ip": null,
    "port": null,
    "query": null,
    "color": 0,
    "city": "Moscow",
    "description": null,
    "game": 4000,
    "owner": 132307,
    "boosts": 1,
    "last_offline": 1770876068,
    "score": 5,
    "last_online": 1769952617,
    "icon": null,
    "name": "『 NIGHT RP 』 | x2 Донат | Промокоды |",
    "connect": null,
    "request": null,
    "map": "rp_bangclaw_night_v1",
    "gamemode": "DarkRP",
    "version": null,
    "numplayers": 0,
    "maxplayers": 70,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "RU",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1752682776,
    "last_update": 1770876068,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 3712,
    "language": "ru",
    "parked": true,
    "app": {
      "id": 30,
      "steam_id": 4000,
      "name": "Garry's Mod",
      "url": "garrys-mod"
    },
    "server_owner": {
      "username": "Night_RolePlay",
      "avatar": "b31522e5-7b3f-4e6c-9028-7811bf301bf4.jpg",
      "last_online": 1775500525
    },
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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