Rust
API for ClearRust - Monthly/PVE[AUS] For NOOBS
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/11189617json
{
"response": {
"fps": 108,
"fps_avg": 93,
"entities_count": 156808,
"world_seed": 1579351615,
"world_size": 4500,
"steam_id": "90284665614629906",
"domain": null,
"id": 11189617,
"ip": "103.193.81.26",
"port": 28080,
"query": 28015,
"color": 0,
"city": "Sydney",
"description": null,
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776622398,
"score": 0,
"last_online": 1776823835,
"icon": null,
"name": "ClearRust - Monthly/PVE[AUS] For NOOBS",
"connect": "103.193.81.26:28080",
"request": "103.193.81.26:28015",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 6,
"maxplayers": 100,
"bots": 0,
"secured": false,
"private": false,
"country": "AU",
"status": true,
"votes": 0,
"points": 33,
"add_date": 1772699062,
"last_update": 1776823835,
"banned": false,
"wipe": 1775161018,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5431,
"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/11189617");
$data = json_decode($json, true);
var_dump($data);