Rust
API pentru WEREWOLF GAMING.CO 3x Solo/Duo/Trio/Quad/Max 5 |Loot X3|WIPED
JSON pentru programe, site-uri și altele
text
https://api.gamemonitoring.ro/servers/5292750json
{
"response": {
"fps": 30,
"fps_avg": 29,
"entities_count": 149987,
"steam_id": "90284698307881995",
"domain": null,
"id": 5292750,
"ip": "205.178.168.145",
"port": 28010,
"query": 28015,
"color": 0,
"city": "London",
"description": "\n ▶The Professionals of Modded Rust◀\r\nWerewolf Gaming.co 3x MAX 5\r\n▶Max Group: 5\r\n▶3x Gather Rates|3x Crafting Speed|3x Components\r\n▶FREE Skinbox\r\n▶High Performance Custom Maps\r\n▶Active Staff 24/7|Anti-Cheat/Anti-Teaming\r\n▶Custom Improved Loot Tables\r\n▶BP Clan Sharing\r\n▶TP & Home\r\n▶Automatic Auth Share|TC|Code Lock|AutoTurret\r\n▶Increased stack size",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775778122,
"score": 0,
"last_online": 1776842416,
"icon": null,
"name": "WEREWOLF GAMING.CO 3x Solo/Duo/Trio/Quad/Max 5 |Loot X3|WIPED",
"connect": "205.178.168.145:28010",
"request": "205.178.168.145:28015",
"map": "Server WIPED 41 HOURS AGO",
"gamemode": "Survival",
"version": "2623",
"numplayers": 10,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 64,
"add_date": 1721642404,
"last_update": 1776842416,
"banned": false,
"wipe": 1776693395,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 894,
"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/5292750");
$data = json_decode($json, true);
var_dump($data);