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/8054575
json
{
"response": {
"fps": 53,
"fps_avg": 53,
"world_seed": 2118354244,
"world_size": 4500,
"entities_count": 142370,
"id": 8054575,
"ip": "51.79.163.140",
"port": 28013,
"query": 28013,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": "![[JP] RustEZ Scourge PvE | Zombies | No Raiding | No Killing |](https://www.rustez.com/uploads/manual/headers/scourgehead.png)\nScourge is a well-balanced, high-performance modded server that offers players a fast-paced zombie-shooter with emphasis on survival and progression in a ghastly atmosphere.\r\n\r\nInformation\r\n● Player and building damage disabled\r\n● Wipes only when forced [Last wipe: 3/6]\r\n● Active admins and very helpful community\r\n● Decay is active at a low rate to discourage huge bases\r\n● Inactive players removed after 7 days of inactivity\r\n\r\nFeatures\r\n● Zombies - Our custom AI will surely keep you on your toes\r\n● TP - Teleport to friends and any placed bed or bag\r\n● Auto Upgrade - Upgrade your base automatically via cupboard\r\n● Fishing - Advanced fishing mechanics, tools and resources\r\n● Sorter - Sort items in containers and furnaces with a click of a button\r\n● Revive - Revive to restore your last position leading up to death, at a cost\r\n● Trade - Trade with other players remotely in the comfort of your own base\r\n● Stacks+ - All item stacks are increased to remove the tedium of storing them\r\n● Backpack - An additional inventory that can be accessed at any time\r\n● Levels - Gain XP from farming to increase your farming efficiency\r\n\r\nUse /info in chat for a full list of commands and helpful information\r\n\r\nRules\r\n● No raiding, griefing or looting of any kind.\r\n● No mic or chat spam, player disrespect, racism or harassment.\r\n● No camping loot rooms, monuments or any highly concentrated areas.\r\n● You may build in caves but you must ensure safe passage for players.\r\n● No blocking waterways, building around monuments or large areas of land.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1741383958,
"score": 0,
"last_online": 1743697871,
"icon": null,
"name": "[JP] RustEZ Scourge PvE | Zombies | No Raiding | No Killing |",
"connect": "51.79.163.140:28013",
"request": "51.79.163.140:28013",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2583",
"numplayers": 1,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "SG",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1741383958,
"last_update": 1743697871,
"banned": false,
"wipe": 1741287677,
"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/8054575");
$data = json_decode($json, true);
var_dump($data);