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/8054577
json
{
"response": {
"fps": 44,
"fps_avg": 42,
"world_seed": 1588283418,
"world_size": 4500,
"entities_count": 237275,
"id": 8054577,
"ip": "51.79.163.140",
"port": 28015,
"query": 28015,
"owner_name": null,
"owner_avatar": null,
"color": 0,
"description": "![[JP] RustEZ Pure PvE | No Decay | No Killing | No Raiding |](https://www.rustez.com/uploads/manual/headers/purehead.png)\nPure is a well-balanced, high-performance vanilla server that offers players a pure experience so they can play the game as it's meant to be played without the fear of other players.\r\n\r\nInformation\r\n● Decay and upkeep disabled\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● Inactive players removed after 7 days of inactivity\r\n\r\nFeatures\r\n● Commerce - Enjoy a rich player-driven economy.\r\n● Vehicles - Cars, minicopters, boats and hot air balloons.\r\n● Events - Organized or spontaneous events hosted by our admins for all players to enjoy.\r\n\r\nUse /help 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": 1743697877,
"icon": null,
"name": "[JP] RustEZ Pure PvE | No Decay | No Killing | No Raiding |",
"connect": "51.79.163.140:28015",
"request": "51.79.163.140:28015",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2583",
"numplayers": 3,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "SG",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1741383958,
"last_update": 1743697877,
"banned": false,
"wipe": 1741287532,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": true,
"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/8054577");
$data = json_decode($json, true);
var_dump($data);