API for A Shockbyte x Discord Production Rust Server
JSON for programs, websites and more
text
json
{
"response": {
"fps": 256,
"fps_avg": 255,
"entities_count": 5936,
"world_seed": 50000,
"world_size": 1500,
"steam_id": "90286033319857176",
"domain": null,
"id": 11511868,
"ip": "135.148.10.238",
"port": 25108,
"query": 25109,
"color": 0,
"city": "Hudson",
"description": null,
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1779388436,
"last_online": 1779370374,
"icon": null,
"name": "A Shockbyte x Discord Production Rust Server",
"connect": "135.148.10.238:25108",
"request": "135.148.10.238:25109",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2626",
"numplayers": 0,
"maxplayers": 125,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1779353867,
"last_update": 1779388436,
"banned": false,
"wipe": 1779369506,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 10678,
"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/11511868");
$data = json_decode($json, true);
var_dump($data);