[EU] Project-R S0 | Squad PvP | Weekend Raids | Alliances | Wip के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"steam_id": "90286994155117571",
"domain": null,
"id": 11791943,
"ip": "170.23.138.211",
"port": 24921,
"query": 24922,
"project_id": null,
"color": 0,
"city": "Frankfurt am Main",
"description": null,
"game": 1604030,
"owner": null,
"boosts": 1,
"last_offline": 1781377328,
"last_online": 1781449248,
"icon": null,
"name": "[EU] Project-R S0 | Squad PvP | Weekend Raids | Alliances | Wip",
"connect": "170.23.138.211:24921",
"request": "170.23.138.211:24922",
"map": "VRisingWorld",
"gamemode": "da3820c0-339d-4e4e-855a-6ba0c9bd303f",
"version": "0.0.0.1",
"numplayers": 4,
"maxplayers": 40,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 39,
"add_date": 1781377328,
"last_update": 1781449248,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 137,
"language": "de",
"parked": false,
"app": {
"id": 55075,
"steam_id": 1604030,
"name": "V Rising",
"url": "v-rising"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/11791943");
$data = json_decode($json, true);
var_dump($data);