Bestrust Solo/Duo 2x #3 | JUST FULLWIPED 09.06 06/09 के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"steam_id": "90286800441758734",
"domain": null,
"id": 3088754,
"ip": "205.178.168.148",
"port": 28010,
"query": 28015,
"project_id": null,
"color": 0,
"city": "London",
"description": "\nWelcome to Bestrust Solo/Duo 2x #3!\nGet 3 free rust skins by using the BESTRUST code on https://rustmagic.com.\n\nWipe Schedule:\n• Fullwipes Every Friday at 14:45 CET\n• Fullwipes Every Tuesday at 17:45 CET\n- Last Wipe: 20.01 17:45 CET Type: Full Wipe\n- Next Wipe: 23.01 14:45 CET Type: Full Wipe\n\nFeatures:\n- 2x gathering & loot\n- Max Group Size: 2\n- Shared Blueprints\n- Balanced kits & commands\n- Great anti-cheat + Active non-playing admins",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780830859,
"last_online": 1781078417,
"icon": null,
"name": "Bestrust Solo/Duo 2x #3 | JUST FULLWIPED 09.06 06/09",
"connect": "205.178.168.148:28010",
"request": "205.178.168.148:28015",
"map": "Wiped 16 hours ago",
"gamemode": "Rust",
"version": "2627",
"numplayers": 189,
"maxplayers": 250,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 112,
"add_date": 1708878582,
"last_update": 1781078417,
"banned": false,
"wipe": 1781019850,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 93,
"language": "en",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/3088754");
$data = json_decode($json, true);
var_dump($data);