API pentru Bestrust Solo ONLY 2x #4 | JUST FULLWIPED 04.06 06/04
JSON pentru programe, site-uri și altele
text
json
{
"response": {
"steam_id": "90286603703655438",
"domain": null,
"id": 11677230,
"ip": "57.128.211.68",
"port": 30015,
"query": 30017,
"color": 0,
"city": "Warsaw",
"description": "\nWelcome to Bestrust Solo ONLY 2x #4!\nGet 3 free rust skins by using the BESTRUST code on https://rustmagic.com/\n\nWipe Schedule:\n• Fullwipes Every Sunday at 10:45 CEST\n• Fullwipes Every Wednesday at 14:45 CEST\n- Last Wipe: 04.06 19:45 CEST Type: Full Wipe\n- Next Wipe: 07.06 10:45 CEST Type: Full Wipe\n\nFeatures:\n- 2x gathering & loot\n- Max Group Size: 1\n- Shared Blueprints\n- Balanced kits & commands\n- Great anti-cheat + Active non-playing admins",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780595061,
"last_online": 1780608629,
"icon": null,
"name": "Bestrust Solo ONLY 2x #4 | JUST FULLWIPED 04.06 06/04",
"connect": "57.128.211.68:30015",
"request": "57.128.211.68:30017",
"map": "Wiped 3 hours ago",
"gamemode": "Rust",
"version": "2627",
"numplayers": 14,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "PL",
"status": true,
"votes": 0,
"points": 64,
"add_date": 1780216194,
"last_update": 1780608629,
"banned": false,
"wipe": 1780595501,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1421,
"language": "pl",
"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/11677230");
$data = json_decode($json, true);
var_dump($data);