Chill & Kill 2.5x|PvE|PvP|BetterNpc|Raidable Bases|& MORE के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"fps": 77,
"fps_avg": 77,
"entities_count": 110728,
"world_seed": 440994840,
"world_size": 4500,
"steam_id": "90286585562416152",
"domain": null,
"id": 10815547,
"ip": "108.16.249.47",
"port": 28016,
"query": 28012,
"color": 0,
"city": "Hockessin",
"description": "\nGreat server to learn the new changes on. Active admins and ZERO tolerance for cheaters. \r\nBlueprints Lvl1 & lvl2 unlocked. Automatic furnace splitter. 2.5x gather rate with HUGE amounts per square inventory storage.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1779351182,
"last_online": 1780606836,
"icon": null,
"name": "Chill & Kill 2.5x|PvE|PvP|BetterNpc|Raidable Bases|& MORE",
"connect": "108.16.249.47:28016",
"request": "108.16.249.47:28012",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1767109953,
"last_update": 1780606836,
"banned": false,
"wipe": 1778265558,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3978,
"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/10815547");
$data = json_decode($json, true);
var_dump($data);