API pentru Bestrust Solo/Duo/Trio 2x #8 | JUST FULLWIPED 03.06 06/03
JSON pentru programe, site-uri și altele
text
json
{
"response": {
"steam_id": "90286547570128897",
"domain": null,
"id": 11725494,
"ip": "57.128.211.119",
"port": 31015,
"query": 31017,
"color": 0,
"city": "Warsaw",
"description": "\nWelcome to Bestrust Solo/Duo/Trio 2x #8!\nGet 3 free rust skins by using the BESTRUST code on https://rustmagic.com/\n\nWipe Schedule:\n• Fullwipes Every Wednesday at 09:45 CEST\n• Fullwipes Every Saturday at 09:45 CEST\n- Last Wipe: 03.06 09:45 CEST Type: Full Wipe\n- Next Wipe: 06.06 09:45 CEST Type: Full Wipe\n\nFeatures:\n- 2x gathering & loot\n- Max Group Size: 3\n- Shared Blueprints\n- Balanced kits & commands\n- Great anti-cheat + Active non-playing admins",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780388539,
"last_online": 1780548635,
"icon": null,
"name": "Bestrust Solo/Duo/Trio 2x #8 | JUST FULLWIPED 03.06 06/03",
"connect": "57.128.211.119:31015",
"request": "57.128.211.119:31017",
"map": "Wiped 21 hours ago",
"gamemode": "Rust",
"version": "2625",
"numplayers": 0,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "PL",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1780388539,
"last_update": 1780548635,
"banned": false,
"wipe": 1780472534,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 6026,
"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/11725494");
$data = json_decode($json, true);
var_dump($data);