Rust
API for RustOps - SOLO ONLY | FULLWIPE 17/04 17.04 04/17
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/11260526json
{
"response": {
"fps": 30,
"fps_avg": 30,
"entities_count": 72560,
"world_seed": 1801161104,
"world_size": 3200,
"steam_id": "90284796727594005",
"domain": null,
"id": 11260526,
"ip": "82.39.186.15",
"port": 28015,
"query": 28014,
"color": 0,
"city": "Amsterdam",
"description": "\nRustOps — High-performance vanilla 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 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: 1 SOLO ONLY\r\n → Map Size: 3000n \r\n Wipe Schedule:\r\n - Full wipe every Friday weeklys\r\n \r\n Administration:\r\n - Active, non-playing admins who stay hands-off unless needed.\r\n \r\n Full Info: https://rustops.org",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1774555195,
"score": 0,
"last_online": 1776838818,
"icon": null,
"name": "RustOps - SOLO ONLY | FULLWIPE 17/04 17.04 04/17",
"connect": "82.39.186.15:28015",
"request": "82.39.186.15:28014",
"map": "Wiped 4 days ago",
"gamemode": "Survival",
"version": "2623",
"numplayers": 2,
"maxplayers": 125,
"bots": 0,
"secured": true,
"private": false,
"country": "NL",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1774555195,
"last_update": 1776838818,
"banned": false,
"wipe": 1776430620,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1887,
"language": "nl",
"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/11260526");
$data = json_decode($json, true);
var_dump($data);