Rust
API for [US] Rustoria.co - RTG (UPDATE) FaceChecks | Arenas | AimTrain
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/10939529json
{
"response": {
"fps": 30,
"fps_avg": 30,
"entities_count": 8146,
"world_seed": 1337,
"world_size": 5500,
"steam_id": "90285701424879625",
"domain": null,
"id": 10939529,
"ip": "64.40.8.141",
"port": 28010,
"query": 28015,
"color": 0,
"city": "Dallas",
"description": "![[US] Rustoria.co - RTG (UPDATE) FaceChecks | Arenas | AimTrain ](https://fs.rustoria.co/dylan/c72ebaa9-d010-4274-8f29-7e5a9d3a9982.png)\nWelcome to (RTG) – Rustoria Training Grounds\r\n\r\nWe offer a multitude of training tools for the very best players of Rust.\r\n\r\nExpect to see many gamemodes on this server tailored for training players and having fun with your friends outside of a Rust wipe.\r\n\r\n-\\t FFA AK\r\n-\\t Arena (Clan v Clan / Modular Settings / Score Keeping / Side Switching etc)\r\n-\\t Recoil Training\r\n-\\t Aim Train\r\n-\\t Aim Booster\r\n-\\t Gun Game\r\n-\\t FFA with cycling gun variants\r\n-\\t Party System\r\n\r\nPlus, many more features that we invite you to see for yourselves!\r\nDiscord: rustoria.co/discord",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1777618396,
"score": 0,
"last_online": 1778695220,
"icon": null,
"name": "[US] Rustoria.co - RTG (UPDATE) FaceChecks | Arenas | AimTrain",
"connect": "64.40.8.141:28010",
"request": "64.40.8.141:28015",
"map": "MiniBattleArenas-UKNTrainingMod",
"gamemode": "Survival",
"version": "2625",
"numplayers": 6,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1768494600,
"last_update": 1778695220,
"banned": false,
"wipe": 1778670199,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2484,
"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/10939529");
$data = json_decode($json, true);
var_dump($data);