[DE/EU] 2x Monthly | Feierabend | PvE+PvP GRID | Quests के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"fps": 72,
"fps_avg": 73,
"entities_count": 63914,
"world_seed": 98765,
"world_size": 3500,
"steam_id": "90286517725174811",
"domain": null,
"id": 11510775,
"ip": "159.195.145.50",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Singapore",
"description": "![[DE/EU] 2x Monthly | Feierabend | PvE+PvP GRID | Quests](https://i.imgur.com/C0FFexZ.png)\nModulares PvE/PvP Gamemode — Story Quests, Base Guards, Strom-System, XP & Raenge, DOM Economy, Shop. /welcome fuer alle Infos.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1779353833,
"last_online": 1780553432,
"icon": null,
"name": "[DE/EU] 2x Monthly | Feierabend | PvE+PvP GRID | Quests",
"connect": "159.195.145.50:28015",
"request": "159.195.145.50:28017",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "SG",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779353833,
"last_update": 1780553432,
"banned": false,
"wipe": 1779285304,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5026,
"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/11510775");
$data = json_decode($json, true);
var_dump($data);