Rust
API for RustOps - Solo/Duo | JUST FULLWIPED 14/05 14.05 05/14
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/10699090json
{
"response": {
"fps": 30,
"fps_avg": 29,
"entities_count": 68445,
"world_seed": 1337,
"world_size": 3500,
"steam_id": "90285738835137553",
"domain": null,
"id": 10699090,
"ip": "193.25.252.119",
"port": 28027,
"query": 28028,
"color": 0,
"city": "Frankfurt am Main",
"description": "\nRustOps — High-performance vanilla duo servers with ultra-low ping, active staff, and smart balancing to keep fights fair, wipes fresh, and every session feeling smooth and competitive.\r\n \r\n Skip Queue: https://rustops.org/shop\r\n Discord: discord.gg/rustops , https://rustops.org/discord\r\n Rules: https://rustops.org/rules\r\n \r\n → Group Limit: 2\r\n → Map Size: 3500\r\n \r\n Wipe Schedule:\r\n - Full wipe every Sunday and Thursdays\r\n \r\n Administration:\r\n - Our admin team operates on a strict hands-off approach, we monitor the server actively but only enter the game when intervention is genuinely required\r\n \r\n Full Info: https://rustops.org",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1778731378,
"score": 0,
"last_online": 1778761815,
"icon": null,
"name": "RustOps - Solo/Duo | JUST FULLWIPED 14/05 14.05 05/14",
"connect": "193.25.252.119:28027",
"request": "193.25.252.119:28028",
"map": "Wiped 2 hours ago",
"gamemode": "Survival",
"version": "2625",
"numplayers": 78,
"maxplayers": 215,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 77,
"add_date": 1765122687,
"last_update": 1778761815,
"banned": false,
"wipe": 1778752607,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 484,
"language": "de",
"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/10699090");
$data = json_decode($json, true);
var_dump($data);