API for Rust Crazy
JSON for programs, websites and more
text
json
{
"response": {
"fps": 79,
"fps_avg": 70,
"entities_count": 112803,
"world_seed": 50275805,
"world_size": 4500,
"steam_id": "90285973711713307",
"domain": null,
"id": 11502088,
"ip": "188.82.56.95",
"port": 28040,
"query": 28037,
"color": 0,
"city": "Vila Nova de Famalicão",
"description": "\nWelcome To My Server\r\n\r\nSolo/Duo/Trio/Quad\r\nTeam Max: 3\r\nConvoy\r\nRaidable Bases\r\nRaidme\r\nHeliCrashEvent\r\nPowerPlantEvent\r\nWaterEvent\r\nZombieHorde\r\nAirfieldEvent\r\nArmoredTrain\r\nBetter Npc\r\nAutoBaseUpgrade\r\nBackpacks\r\n/Nvg (Players must already have NVGs in their inventory and can still only )\r\nKit\r\nMore",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1779241379,
"last_online": 1779271221,
"icon": null,
"name": "Rust Crazy",
"connect": "188.82.56.95:28040",
"request": "188.82.56.95:28037",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2625",
"numplayers": 0,
"maxplayers": 15,
"bots": 0,
"secured": true,
"private": false,
"country": "PT",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779207189,
"last_update": 1779271221,
"banned": false,
"wipe": 1779120848,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5000,
"language": "pt",
"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/11502088");
$data = json_decode($json, true);
var_dump($data);