Rust
API for [AU] Rusticated.com - Creative Sandbox | Build | Never Wipes
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/10623043json
{
"response": {
"fps": 53,
"fps_avg": 96,
"entities_count": 68414,
"world_seed": 1337,
"world_size": 6000,
"steam_id": "90284737600198662",
"domain": null,
"id": 10623043,
"ip": "51.161.136.220",
"port": 28010,
"query": 28015,
"color": 0,
"city": "North Sydney",
"description": "![[AU] Rusticated.com - Creative Sandbox | Build | Never Wipes](https://cdn.discordapp.com/attachments/375878034496028672/475052886338961419/banner_512x256.png)\nTHIS SERVER IS IN BETA!\r\n ANY GLITCHES OR BUGS PLEASE REPORT IN OUR DISCORD!\r\n www.rusticated.us/discord",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776262914,
"score": 0,
"last_online": 1776823815,
"icon": null,
"name": "[AU] Rusticated.com - Creative Sandbox | Build | Never Wipes",
"connect": "51.161.136.220:28010",
"request": "51.161.136.220:28015",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 51,
"maxplayers": 150,
"bots": 0,
"secured": true,
"private": false,
"country": "AU",
"status": true,
"votes": 0,
"points": 79,
"add_date": 1763330667,
"last_update": 1776823815,
"banned": false,
"wipe": 1776776764,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 384,
"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/10623043");
$data = json_decode($json, true);
var_dump($data);