Rust
API for Intoxicated US Sandbox - Creative | Build | Noclip
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/96390json
{
"response": {
"fps": 256,
"fps_avg": 256,
"entities_count": 20777,
"world_seed": 1,
"world_size": 5650,
"steam_id": "85568392924810507",
"domain": null,
"id": 96390,
"ip": "8.26.94.147",
"port": 27161,
"query": 27161,
"color": 0,
"city": "Montreal",
"description": "",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1772771543,
"score": null,
"last_online": 1776866441,
"icon": null,
"name": "Intoxicated US Sandbox - Creative | Build | Noclip",
"connect": "8.26.94.147:27161",
"request": "8.26.94.147:27161",
"map": "Intoxicated Sandbox",
"gamemode": "Survival",
"version": "2623",
"numplayers": 10,
"maxplayers": 150,
"bots": 0,
"secured": true,
"private": false,
"country": "CA",
"status": true,
"votes": 0,
"points": 33,
"add_date": 1521536692,
"last_update": 1776866441,
"banned": false,
"wipe": 1775159187,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5477,
"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/96390");
$data = json_decode($json, true);
var_dump($data);