Dusk till Dawn SOLO | 2x | 5% Upkeep | No BP Wipe के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"fps": 101,
"fps_avg": 101,
"entities_count": 128477,
"world_seed": 87725699,
"world_size": 4500,
"steam_id": "90286584655933465",
"domain": null,
"id": 11502645,
"ip": "195.252.217.178",
"port": 28037,
"query": 28038,
"color": 0,
"city": "Oswego",
"description": "\nMap Wipe Monthly. Next map wipe 6/4\r\n2x Resource Gathering\r\nNo BP Wipes\r\nSuper Low 5% upkeep so less time farming | Decay is unchanged\r\nCheaters are banned\r\nNew players are welcome!\r\nSlots will scale up to 200 based on population\r\n\r\nFor Vanilla DUO visit our other server:\r\nDusk till Dawn DUO | 5% Upkeep | No BP Wipe",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780557266,
"last_online": 1780578042,
"icon": null,
"name": "Dusk till Dawn SOLO | 2x | 5% Upkeep | No BP Wipe",
"connect": "195.252.217.178:28037",
"request": "195.252.217.178:28038",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2625",
"numplayers": 1,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779207207,
"last_update": 1780578042,
"banned": false,
"wipe": 1778177239,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5038,
"language": "en",
"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/11502645");
$data = json_decode($json, true);
var_dump($data);