Rust
API for [EU] Vanilla Rust 2x For Beginners MAX TRIO
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/6741277json
{
"response": {
"fps": 89,
"fps_avg": 89,
"entities_count": 150664,
"world_seed": 51688688,
"world_size": 5000,
"steam_id": "90285687846046736",
"domain": null,
"id": 6741277,
"ip": "185.180.2.28",
"port": 28090,
"query": 27090,
"color": 0,
"city": "Prague",
"description": "New server suitable for beginners \r\nREAD RULES on discord server\r\nAntiraid protection 00:00-8:00\r\nLess upkeep\r\n2x more gathering (sulfur 1,5x)\r\n2x faster smelting \r\nMore stacking \r\nMap size 5000\r\nFor reporting use tickets on : https://discord.gg/wMpakdSY5S",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1778470977,
"score": 0,
"last_online": 1778694020,
"icon": null,
"name": "[EU] Vanilla Rust 2x For Beginners MAX TRIO",
"connect": "185.180.2.28:28090",
"request": "185.180.2.28:27090",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 6,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "CZ",
"status": true,
"votes": 0,
"points": 62,
"add_date": 1732630237,
"last_update": 1778694020,
"banned": false,
"wipe": 1778177814,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1667,
"language": "cs",
"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/6741277");
$data = json_decode($json, true);
var_dump($data);