Dusk till Dawn DUO Primitive | 5% Upkeep | No BP Wipe के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"fps": 39,
"fps_avg": 11,
"entities_count": 94754,
"world_seed": 87725699,
"world_size": 4500,
"steam_id": "90286584653340697",
"domain": null,
"id": 8122287,
"ip": "195.252.217.178",
"port": 28035,
"query": 28036,
"color": 0,
"city": "Oswego",
"description": "\nMap Wipe Monthly. Next map wipe 6/4\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 visit our other server:\r\nDusk till Dawn DUO | 5% Upkeep | No BP Wipe",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780556669,
"last_online": 1780557249,
"icon": null,
"name": "Dusk till Dawn DUO Primitive | 5% Upkeep | No BP Wipe",
"connect": "195.252.217.178:28035",
"request": "195.252.217.178:28036",
"map": "Procedural Map",
"gamemode": "Primitive",
"version": "2625",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1741879869,
"last_update": 1780557249,
"banned": false,
"wipe": 1778177020,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2865,
"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/8122287");
$data = json_decode($json, true);
var_dump($data);