API pentru Rust Matrixx 3x
JSON pentru programe, site-uri și altele
text
json
{
"response": {
"fps": 214,
"fps_avg": 211,
"entities_count": 92632,
"world_seed": 219436144,
"world_size": 4000,
"steam_id": "90286565653354522",
"domain": null,
"id": 11645091,
"ip": "104.194.11.57",
"port": 20446,
"query": 20448,
"color": 0,
"city": "Piscataway",
"description": "\nRust.Matrixx 3x 50% Upkeep Best Quality of Life Mods in Rust! Wipes Monthly Growing community! New Player Friendly ⁎ Group Limit: 5 ⁎ 3x Gather rates, 50% Upkeep Better Loot; Increased stack sizes ⁎ Clan Blue Print Share ⁎ Raid Alarm - Notifies you when you're being raided on or offline ⁎ Free Skinbox & building skinner ⁎ Furnance splitter ⁎ Raid Events! Sputnik, ShipWreck, Caravan, Armored Train, and more! ⁎ Long Days & Short Nights ⁎ Play-to-win! ⁎ Active Admins ⁎ And so much more! - Type /info to find our mods, Rules, Website, Store, and Discord!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780418060,
"last_online": 1780573234,
"icon": null,
"name": "Rust Matrixx 3x",
"connect": "104.194.11.57:20446",
"request": "104.194.11.57:20448",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1780177446,
"last_update": 1780573234,
"banned": false,
"wipe": 1778227876,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5756,
"language": "en",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Exemple de cod
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ro/servers/11645091");
$data = json_decode($json, true);
var_dump($data);