Rust
API for My Untitled Rust Server
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/5845075json
{
"response": {
"fps": 60,
"fps_avg": 59,
"entities_count": 45520,
"world_seed": 845438878,
"world_size": 3000,
"steam_id": "90284391478340610",
"domain": null,
"id": 5845075,
"ip": "156.236.84.77",
"port": 28085,
"query": 28086,
"color": 0,
"city": "New York",
"description": "\n** TESTING NEW SERVER** Feel free to pop in!! Hosted By Pine Hosting \r\n - 24/7 Support\r\n - Easy Config Editor\r\n - Powerful Systems",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775194330,
"score": 0,
"last_online": 1776511824,
"icon": null,
"name": "My Untitled Rust Server",
"connect": "156.236.84.77:28085",
"request": "156.236.84.77:28086",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1725264540,
"last_update": 1776511824,
"banned": false,
"wipe": 1776230203,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3364,
"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/5845075");
$data = json_decode($json, true);
var_dump($data);