Rust
API for My Untitled Rust Server
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/7311256json
{
"response": {
"fps": 60,
"fps_avg": 59,
"entities_count": 27957,
"world_seed": 1337,
"world_size": 1750,
"steam_id": "90285214440335372",
"domain": null,
"id": 7311256,
"ip": "156.236.84.23",
"port": 28065,
"query": 28066,
"color": 0,
"city": "Dallas",
"description": "\nNoob Friendly Vanilla+ One Grid \r\n -Custom map with custom monuments and events. Skinbox usable by all that join the server. \r\n Map wipe every Thursday and no BPs wipes unless forced. \r\n - Join the community discord! https://discord.gg/8jsqjCR\r\n - Cheaters will be banned!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1777644796,
"score": 0,
"last_online": 1777663827,
"icon": null,
"name": "My Untitled Rust Server",
"connect": "156.236.84.23:28065",
"request": "156.236.84.23:28066",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1736803501,
"last_update": 1777663827,
"banned": false,
"wipe": 1776272555,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3312,
"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/7311256");
$data = json_decode($json, true);
var_dump($data);