[PT/EN] 0TT0's HOUSE | 2x | Events | RAIDS | PVE/PVP के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"fps": 37,
"fps_avg": 34,
"entities_count": 148972,
"world_seed": 17762077,
"world_size": 5000,
"steam_id": "90286574626353161",
"domain": null,
"id": 11606689,
"ip": "66.51.97.50",
"port": 28070,
"query": 28071,
"color": 0,
"city": "City of London",
"description": "![[PT/EN] 0TT0's HOUSE | 2x | Events | RAIDS | PVE/PVP](https://i.ibb.co/KcxPczwY/Chat-GPT-Image-Apr-29-2026-01-31-09-PM.jpg)\nWELCOME TO 0TT0’S HOUSE \r\nMONTHLY WIPE\r\n\r\nFirst Thursday of Every Month at 7PM GMT\r\n\r\nSERVER SETTINGS\r\n\r\n• Map Size: 5000\r\n• Purge: Final 24 Hours Before Wipe\r\n• Maximum Team Size: 4\r\n\r\nSERVER FEATURES\r\n\r\n✓ Virtual Backpack\r\n✓ Personal Vehicles\r\n✓ Blueprint Sharing\r\n✓ Automatic Building Upgrade & Remove\r\n✓ Custom Events\r\n✓ Friendly Community\r\n✓ Portuguese/English Support \r\n\r\nALL WELCOME!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780627455,
"last_online": 1780614031,
"icon": null,
"name": "[PT/EN] 0TT0's HOUSE | 2x | Events | RAIDS | PVE/PVP",
"connect": "66.51.97.50:28070",
"request": "66.51.97.50:28071",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1779915479,
"last_update": 1780627455,
"banned": false,
"wipe": 1778178387,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 11772,
"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/11606689");
$data = json_decode($json, true);
var_dump($data);