Old Blood Gamers PVP Offline Raid Protection.. Testing server के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"fps": 51,
"fps_avg": 48,
"entities_count": 119186,
"world_seed": 1337,
"world_size": 4500,
"steam_id": "90286722409426954",
"domain": null,
"id": 11159788,
"ip": "66.51.96.51",
"port": 28040,
"query": 28041,
"project_id": null,
"color": 0,
"city": "Ashburn",
"description": "\nOld Blood Gamers is a Testing server for my other Main server So things on this server can change from day to day. If you do want to stay and play on this server I will try and keep wipe until wipe day. But plugins and setting can and will change. \r\n We are trying out our new Rep System \r\n Command you can use /rep /rep.top /bounty player amount /bounties /criminals",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780427064,
"last_online": 1780945236,
"icon": null,
"name": "Old Blood Gamers PVP Offline Raid Protection.. Testing server",
"connect": "66.51.96.51:28040",
"request": "66.51.96.51:28041",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1772228140,
"last_update": 1780945236,
"banned": false,
"wipe": 1780595413,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4617,
"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/11159788");
$data = json_decode($json, true);
var_dump($data);