API for Prestige PVE HARD x2 LOOT+,NPC, AI, CUSTOM, ITEM, SKILLS

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/3024587
json
{
  "response": {
    "id": 3024587,
    "ip": "65.21.22.47",
    "port": 28056,
    "query": 28056,
    "owner_name": null,
    "owner_avatar": null,
    "color": 0,
    "description": "![Prestige PVE HARD  x2 LOOT+,NPC, AI, CUSTOM, ITEM, SKILLS](https://i.imgur.com/IXaz73Z.png)\nРейты x2\nВайп каждый четверг/Wipe every Thursday\nУвеличенные стаки/Increased stacks,\nQuest Room,\nСкиллы/Skills,\nSkill Tree,\nДополнительный рюкзак 144 слотов/additional backpack 144 slots,\nВещи не выпадают при смерти/Items don't drop when you die,\nКрафт кастомного оружия/Crafting custom weapons,\nУскоренные печи, переработчик, крафт/Accelerated Furnaces, Recycler, Craft\nПереработанная лут система/Reworked loot system\nУлучшеная медецина/Improved Medicine\nУлучшена еда/Improved food\nпризывной /mymini не требующий топлива/conscript /mymini not requiring fuel\nТелепорт без ограничения/Teleport without limit\nРазнообразные ивенты и многое другое! заходи и пробуй/Various events and much more! come and try",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1743524855,
    "score": null,
    "last_online": 1743508252,
    "icon": null,
    "name": "Prestige PVE HARD  x2 LOOT+,NPC, AI, CUSTOM, ITEM, SKILLS",
    "connect": "65.21.22.47:28045",
    "request": "65.21.22.47:28056",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": null,
    "numplayers": 0,
    "maxplayers": 200,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "FI",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1708077730,
    "last_update": 1743524855,
    "banned": false,
    "wipe": 1743155493,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "list_hidden": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust",
      "popular_maps_available": false
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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