Rust
API for 12/4- RNC - Rust'n Chill - Merry Christmas Fam
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/763478json
{
"response": {
"fps": 49,
"fps_avg": 50,
"entities_count": 212586,
"world_seed": 416174265,
"world_size": 6000,
"steam_id": "90284298013443072",
"domain": null,
"id": 763478,
"ip": "66.165.249.10",
"port": 28254,
"query": 28255,
"color": 0,
"city": "Atlanta",
"description": "\nRust'n Chill\\Noob Friendly\r\nWipes First Thursday every month\r\n\r\nDiscord: https://discord.gg/KRABnfb\r\n\r\nMods: \r\n5x Resources\r\nNo Decay\r\n\r\nAddons:\r\n/Kit\r\n\r\n/Backpack\r\n/Remove & More\r\n\r\nExtras:\r\nAdmin Store/Outposts\r\nWeb Store w/ non-pay2win Vip Donor Perks\r\nCheck it out @ rustandchill.tebex.io",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776042713,
"score": null,
"last_online": 1776721824,
"icon": null,
"name": "12/4- RNC - Rust'n Chill - Merry Christmas Fam",
"connect": "66.165.249.10:28254",
"request": "66.165.249.10:28255",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2617",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1680790055,
"last_update": 1776721824,
"banned": false,
"wipe": 1767362531,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2850,
"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/763478");
$data = json_decode($json, true);
var_dump($data);