Rust
API pentru [SEA] MALAYSIAN LEGION X5 PVE WIPE (19/4)
JSON pentru programe, site-uri și altele
text
https://api.gamemonitoring.ro/servers/11261292json
{
"response": {
"fps": 166,
"fps_avg": 170,
"entities_count": 93690,
"world_seed": 1410113032,
"world_size": 3500,
"steam_id": "90284753654489094",
"domain": null,
"id": 11261292,
"ip": "15.235.160.134",
"port": 60421,
"query": 60423,
"color": 0,
"city": "Singapore",
"description": "![[SEA] MALAYSIAN LEGION X5 PVE WIPE (19/4)](https://i.postimg.cc/P5jVz4HY/3.png)\n[SEA] MALAYSIAN LEGION X5 PVE\r\n▸ Vpn Not Allowed ▸ Monitored Using Rust Admin | Server Armour | Arkan\r\n▸ Discord : https://discord.gg/QDkWrD4s4e\r\n\r\n▸ Purge Day Every Thursday 8PM GMT+8 [Malaysia] Untill Wipe\r\n▸ Map Weekly Wipe Every Friday 4AM GMT+8 [Malaysia]\r\n▸ Bp Monthly Wipe Every Friday 4AM GMT+8 [Malaysia]\r\n\r\n▸ Event ▸ Raidable Bases ▸ Zombie Horde ▸ Boss Monster\r\n▸ Arena Tournament ▸ Heli Signals ▸ Convoy\r\n▸ Shop ▸ JetPack ▸ Skinbox\r\n▸ Backpacks ▸ Better Tc ▸ Automatic Authorization ▸ Economics\r\n▸ Gather Rewards ▸ NTeleportation ▸ Vehicle Licence ▸ And More",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776560000,
"score": 0,
"last_online": 1776852617,
"icon": null,
"name": "[SEA] MALAYSIAN LEGION X5 PVE WIPE (19/4)",
"connect": "15.235.160.134:60421",
"request": "15.235.160.134:60423",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2623",
"numplayers": 4,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "SG",
"status": true,
"votes": 0,
"points": 64,
"add_date": 1774555233,
"last_update": 1776852617,
"banned": false,
"wipe": 1776560004,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1040,
"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/11261292");
$data = json_decode($json, true);
var_dump($data);