[EU] Tipsy Tavern | PVE+PVP | x2 | SKILLS | x5 STACK | SHOP के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"fps": 32,
"fps_avg": 31,
"entities_count": 129985,
"world_seed": 616704838,
"world_size": 4500,
"steam_id": "90286581743770634",
"domain": null,
"id": 10780332,
"ip": "2.59.134.106",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Frankfurt am Main",
"description": "![[EU] Tipsy Tavern | PVE+PVP | x2 | SKILLS | x5 STACK | SHOP](https://i.imgur.com/tA5eFTz.png)\nJOIN OUR DISCORD: https://discord.gg/gZGuZDwrsS \r\nNew PVE Experience \r\n- x2 LOOT & GATHER\r\n- SELF MADE PLUGINS\r\n- x5 STACK SIZE\r\n- NO P2W\r\n- RAIDABLE NPC BASES\r\n-SKILLS SYSTEM\r\n-CUSTOM ITEMS\r\n-PLAYERS WARPS",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780026819,
"last_online": 1780606830,
"icon": null,
"name": "[EU] Tipsy Tavern | PVE+PVP | x2 | SKILLS | x5 STACK | SHOP",
"connect": "2.59.134.106:28015",
"request": "2.59.134.106:28016",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 1,
"maxplayers": 150,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1766872391,
"last_update": 1780606830,
"banned": false,
"wipe": 1778214676,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3926,
"language": "de",
"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/10780332");
$data = json_decode($json, true);
var_dump($data);