[ESP/EN] Vanpiro esiten [PVP, no raid] के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"steam_id": "90286307760149522",
"domain": null,
"id": 11623777,
"ip": "208.115.248.154",
"port": 9876,
"query": 9677,
"color": 0,
"city": "Frankfurt am Main",
"description": null,
"game": 1604030,
"owner": null,
"boosts": 1,
"last_offline": 1779916124,
"last_online": 1780164030,
"icon": null,
"name": "[ESP/EN] Vanpiro esiten [PVP, no raid]",
"connect": "208.115.248.154:9876",
"request": "208.115.248.154:9677",
"map": "VRisingWorld",
"gamemode": "38929edf-f5a8-49a0-8b89-1adf310f85d4",
"version": "0.0.0.1",
"numplayers": 9,
"maxplayers": 20,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 56,
"add_date": 1779916124,
"last_update": 1780164030,
"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": 36,
"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/11623777");
$data = json_decode($json, true);
var_dump($data);