Bestrust Solo/Duo/Trio/Quad 2x #4 - Weekly | JUST FULLWIPED 03. के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"fps": 60,
"fps_avg": 60,
"entities_count": 50410,
"world_seed": 1337,
"world_size": 3499,
"steam_id": 90286559607794690,
"domain": null,
"id": 11744463,
"ip": "178.208.177.26",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Frankfurt am Main",
"description": "\nWelcome to Bestrust Solo/Duo/Trio/Quad 2x #4 - Weekly!\nGet 3 free rust skins by using the BESTRUST code on https://rustmagic.com/\n\nWipe Schedule:\n• Fullwipes Every Wednesday at 16:45 CEST\n- Last Wipe: 03.06 16:45 CEST Type: Full Wipe\n- Next Wipe: 10.06 16:45 CEST Type: Full Wipe\n\nFeatures:\n- 2x gathering & loot\n- Max Group Size: 4\n- Shared Blueprints\n- Balanced kits & commands\n- Great anti-cheat + Active non-playing admins",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780518698,
"last_online": 1780581030,
"icon": null,
"name": "Bestrust Solo/Duo/Trio/Quad 2x #4 - Weekly | JUST FULLWIPED 03.",
"connect": "178.208.177.26:28015",
"request": "178.208.177.26:28017",
"map": "Wiped 23 hours ago",
"gamemode": "Survival",
"version": "2625",
"numplayers": 18,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 63,
"add_date": 1780518698,
"last_update": 1780581030,
"banned": false,
"wipe": 1780497733,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 911,
"language": "de",
"parked": false,
"app": {
"id": 252490,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/11744463");
$data = json_decode($json, true);
var_dump($data);