API for | VF | Hardcore | PvP |
JSON for programs, websites and more
text
json
{
"response": {
"fps": 30,
"fps_avg": 30,
"entities_count": 69524,
"world_seed": 0,
"world_size": 3500,
"steam_id": "90286583342295045",
"domain": null,
"id": 9721099,
"ip": "104.129.133.111",
"port": 28041,
"query": 28045,
"color": 0,
"city": "Dallas",
"description": "\nNew Players\r\nFriendly & Helpful Admins\r\nNon Toxic & Relaxed Community\r\n\r\nConfigured for the beginner or the returning Rust player. We cater to those who want to play a more casual wipe.\r\n\r\nRules are as follows: No VAC, EAC or Rust Game Bans Allowed. Don't be a Troll, Asshat, Scripter, Exploiter, Impersonator or otherwise Malignant.\r\n\r\nThese are all kickable and/or bannable offenses, without warning or further definition.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780592063,
"last_online": 1780587638,
"icon": null,
"name": "| VF | Hardcore | PvP |",
"connect": "104.129.133.111:28041",
"request": "104.129.133.111:28045",
"map": "Procedural Map",
"gamemode": "Hardcore",
"version": "2625",
"numplayers": 0,
"maxplayers": 40,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1752139824,
"last_update": 1780592063,
"banned": false,
"wipe": 1778176614,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 10389,
"language": "en",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/9721099");
$data = json_decode($json, true);
var_dump($data);