Rust
Bestrust Solo/Duo/Trio/Quad 2x #5 | JUST FULLWIPED 15.04 04/15 के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/10780832json
{
"response": {
"fps": 60,
"fps_avg": 60,
"entities_count": 138315,
"world_seed": 1337,
"world_size": 3249,
"steam_id": "90284412417669138",
"domain": null,
"id": 10780832,
"ip": "141.11.117.12",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Los Angeles",
"description": "\nWelcome to Bestrust Solo/Duo/Trio/Quad 2x #5!\nGet 3 free rust skins by using the BESTRUST code on https://splits.gg\n\nWipe Schedule:\n• Fullwipes Every Wednesday at 18:45 CEST\n• Fullwipes Every Sunday at 18:45 CEST\n- Last Wipe: 15.04 18:45 CEST Type: Full Wipe\n- Next Wipe: 19.04 18: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": 1776012135,
"score": 0,
"last_online": 1776320410,
"icon": null,
"name": "Bestrust Solo/Duo/Trio/Quad 2x #5 | JUST FULLWIPED 15.04 04/15",
"connect": "141.11.117.12:28015",
"request": "141.11.117.12:28017",
"map": "Wiped 13 hours ago",
"gamemode": "Survival",
"version": "2623",
"numplayers": 207,
"maxplayers": 250,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 125,
"add_date": 1766872460,
"last_update": 1776320410,
"banned": false,
"wipe": 1776271366,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 31,
"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/10780832");
$data = json_decode($json, true);
var_dump($data);