Thump1t Gaming Fam1ly Server 2x Monthly | Half Decay के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"fps": 161,
"fps_avg": 144,
"entities_count": 77279,
"world_seed": 0,
"world_size": 3500,
"steam_id": "90286585515530257",
"domain": null,
"id": 11511638,
"ip": "136.46.11.190",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Bellevue",
"description": "\nBP Wipe every other month. Get to Grinding during the odd months!\r\n\r\nBe kind to one another. If you fail to do so, you WILL be kicked. Hate will not be tolerated.\r\n\r\nThis server is a work in progress! Constant testing is being done with plugins.\r\n\r\nIf you have any ideas or insight, please join our Discord Server by clicking the website button below and let us know!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780590266,
"last_online": 1780578636,
"icon": null,
"name": "Thump1t Gaming Fam1ly Server 2x Monthly | Half Decay",
"connect": "136.46.11.190:28015",
"request": "136.46.11.190:28017",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 10,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1779353858,
"last_update": 1780590266,
"banned": false,
"wipe": 1778241301,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 11840,
"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/11511638");
$data = json_decode($json, true);
var_dump($data);